Skip to content

v0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jan 21:24
· 3 commits to main since this release
28a3ff1

🚀 Deferred Diffusion v0.8.0

Docker Images

docker pull joegaffney/deferred-diffusion:api-0.8.0
docker pull joegaffney/deferred-diffusion:worker-0.8.0
docker pull joegaffney/deferred-diffusion:comfy-0.8.0

Release Package

Download the release archive below for clients and docker compose files.

To run

  1. Download and extract the archive:
tar -xzf deferred-diffusion-0.8.0.tar.gz
  1. Change to the extracted directory:
cd deferred-diffusion
  1. Start the services using Docker Compose:
docker-compose down
docker-compose pull
docker-compose up -d --no-build
  • See README.md and DEPLOYMENT.md in the archive for more details.
  • For troubleshooting or advanced configuration, refer to the documentation in the repository.

What's Changed

  • feature: moved the agentic layer from a standalone service to a lightweight client example, Kling / seedance minor version updates by @JoeGaffney in #66
  • feature: FLUX 2.0 Klein support, turbo LoRA optimization, Qwen-Image refactor and compatibility fixes by @JoeGaffney in #67
  • feature: video audio support, WIP LTX-2 model integration, and ComfyUI v0.9.2 infrastructure updates by @JoeGaffney in #68

Full Changelog: v0.7.0...v0.8.0