Skip to content

Releases: livepeer/ai-worker

v0.0.8

10 Jun 13:52
45687a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

10 Jun 11:54
6bb526c
Compare
Choose a tag to compare

What's Changed

  • fix(runner): update img2img to do sequential processing of batch request by @ad-astra-video in #95
  • refactor(runner): remove redundancy in dl_script by @rickstaa in #97
  • fix(worker): ensure multipart writers correctly forward parameters by @rickstaa in #98
  • refactor: improve code formatting by @rickstaa in #99

Full Changelog: v0.0.6...v0.0.7

v0.0.6

05 Jun 10:05
31fe460
Compare
Choose a tag to compare

Fixes:

  • Fixes a bug that was introduced due to a upstream change in the oapi-codegen package - 31fe460.

Full Changelog: v0.0.5...v0.0.6

v0.0.5

04 Jun 14:55
f549695
Compare
Choose a tag to compare

What's Changed

Warning

This version broke due to upstream changes in the oapi-codegen package. Please use release v0.0.6 instead.

Features:

  • Improve image to image generation - Add Pix2Pix model support by @mikezupper in #94

Full Changelog: v0.0.4...v0.0.5

v0.0.4

04 Jun 13:03
d71ac95
Compare
Choose a tag to compare

What's Changed

Warning

This version broke due to upstream changes in the oapi-codegen package. Please use release v0.0.6 instead.

Features:

  • feat(runner): disable DEEPCACHE for lightning/turbo models by @rickstaa in #93

Full Changelog: v0.0.3...v0.0.4

v0.0.3

31 May 10:10
f827d1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

21 May 08:23
8b5cd1e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

17 May 13:16
c05cccf
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/livepeer/ai-worker/commits/v0.0.1