🚀 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.0Release Package
Download the release archive below for clients and docker compose files.
To run
- Download and extract the archive:
tar -xzf deferred-diffusion-0.8.0.tar.gz- Change to the extracted directory:
cd deferred-diffusion- 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