Releases: blib-la/runpod-worker-comfy
Releases · blib-la/runpod-worker-comfy
3.4.0
3.4.0 (2024-11-19)
Bug Fixes
- start the container in all cases (413707b)
Features
- simplified and added compatibility with Windows (9f41231)
3.3.0
3.3.0 (2024-11-18)
Bug Fixes
- added missing start command (9a7ffdb)
Features
- added sensible defaults and default platform (3f5162a)
3.2.1
3.2.1 (2024-11-18)
Bug Fixes
- update the version inside of semanticrelease (d93e991)
3.2.0
3.2.0 (2024-11-18)
Features
- automatically update latest version (7d846e8)
3.1.2
3.1.2 (2024-11-10)
Bug Fixes
- convert environment variables to int (#70) (7ab3d2a)
3.1.1
3.1.1 (2024-11-10)
Bug Fixes
- create directories which are required to run ComfyUI (#58) (6edf62b)
3.1.0
3.1.0 (2024-08-19)
Features
- added FLUX.1 schnell & dev (9170191)
3.0.0
3.0.0 (2024-07-26)
Features
BREAKING CHANGES
- we have 3 different images now instead of just one:
timpietruskyblibla/runpod-worker-comfy:3.0.0-base
: doesn't contain any checkpoints, just a clean ComfyUI image
timpietruskyblibla/runpod-worker-comfy:3.0.0-sdxl
: contains the checkpoints and VAE for Stable Diffusion XL
timpietruskyblibla/runpod-worker-comfy:3.0.0-sd3
: contains the sd3_medium_incl_clips_t5xxlfp8.safetensors checkpoint for Stable Diffusion 3
latest
will not be updated anymore
- every branch gets their own 3 images deployed automatically to Docker Hub
2.2.0
2.2.0 (2024-06-04)
Bug Fixes
- don’t persist credentials (1546420)
- use custom GITHUB_TOKEN to bypass branch protection (9b6468a)
Features
- network-volume; execution time config; skip default images; access ComfyUI via web (#35) (070cde5), closes #16
2.1.3
2.1.3 (2024-05-28)
Bug Fixes
- images in subfolders are not working, fixes #12 (37480c2)