Releases: livepeer/ai-worker
Releases · livepeer/ai-worker
v0.0.2
What's Changed
- Process text-to-image requested image count sequentially by @ad-astra-video in #66
New Contributors
- @ad-astra-video made their first contribution in #66
Full Changelog: v0.0.1...v0.0.2
v0.0.1
First tagged stable release! 🎉
What's Changed
- Refactor from Cog to use runner app by @yondonfu in #12
- fix: hugging-cli token retrieval issue by @rickstaa in #30
- fix(image-to-video): enhance error handling for width/height parameters by @rickstaa in #32
- docs: correct pipeline run command instructions by @rickstaa in #31
- refactor: introduce dev container configuration by @rickstaa in #33
- chore: fix devcontainer GPU memory bug by @rickstaa in #37
- chore(devContainers): prevent Docker rebuild on changes by @rickstaa in #39
- chore(devContainer): add black format extension to config by @rickstaa in #41
- feat(runner): add support for SDXL-Lightning in image-to-image pipelines by @rickstaa in #40
- chore(runner): add debugging instructions for AI runner container by @rickstaa in #42
- feat(runner): enhance user feedback in 'dl_checkpoints.sh' script by @rickstaa in #43
- feat(dl_checkpoints): add --alpha option to checkpoint download script by @rickstaa in #44
- chore(devcontainer.json): add optional mount for models by @rickstaa in #45
- chore: add timestamp to uvicorn logs by @rickstaa in #46
- ci: implement issue templates for automated labeling by @rickstaa in #48
- perf: pre-warm ImageToVideo SFAST pipeline by @rickstaa in #57
- docs: update development documentation by @rickstaa in #58
- refactor: fix flake8 errors by @rickstaa in #59
- refactor: fix flake8 errors by @rickstaa in #60
- feat(worker): add optimization flags by @rickstaa in #61
- feat(runner): add ability to export YAML OpenAPI specs by @rickstaa in #62
- feat(runner): add 'servers' to OpenAPI spec by @rickstaa in #64
- fix(worker): fixed external container timout bug by @rickstaa in #65
- Double quote variables to prevent globbing by @Strykar in #63
- docs: improve general and development documentatation by @rickstaa in #68
- Fix broken example code by @eliteprox in #70
- feat(worker): add jpg, jpeg and .gif support in image-to-image pipeline (LIV-264) by @eliteprox in #69
- feat(worker): add HasCapability method by @rickstaa in #73
- fix(pipelines): fix image truncation bug when seed is set by @rickstaa in #77
- chore(runner): update OpenAPI spec server URI by @rickstaa in #78
- fix: handle HF_TOKEN not set problem by @rickstaa in #81
- Add the num_inference_steps to the AI API for text-to-image endpoint by @mikezupper in #80
- perf(runner): add 'DEEPCACHE' optimization method by @rickstaa in #83
- feat(text-to-image): integrate NSFW safety checker by @rickstaa in #76
- feat(bench): add 'num_inference_steps' arg by @rickstaa in #85
New Contributors
- @yondonfu made their first contribution in #12
- @rickstaa made their first contribution in #30
- @Strykar made their first contribution in #63
- @eliteprox made their first contribution in #70
- @mikezupper made their first contribution in #80
Full Changelog: https://github.com/livepeer/ai-worker/commits/v0.0.1