Releases: blib-la/runpod-worker-comfy
Releases · blib-la/runpod-worker-comfy
3.1.0
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 imagetimpietruskyblibla/runpod-worker-comfy:3.0.0-sdxl
: contains the checkpoints and VAE for Stable Diffusion XL- Checkpoint: sd_xl_base_1.0.safetensors
- VAEs:
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.1.3
2.1.2
2.1.1
2.1.0
2.0.0
What's Changed
- feat: image-input, renamed "prompt" to "workflow", added "REFRESH_WORKER" in #14
Update Guide
- As we renamed
prompt
toworkflow
, you must update your API requests. This change was necessary, to make sure that we use the correct wording - You don't need to specify
REFRESH_WORKER
as an env, as the default isfalse
, so it behaves exactly as before
Full Changelog: 1.1.1...2.0.0