Skip to content

Releases: runpod-workers/worker-comfyui

1.1.1

17 Nov 22:34
dc655ea
Compare
Choose a tag to compare

Bug Fixes

  • fix: process-output-image in #11

Full Changelog: 1.1.0...1.1.1

1.1.0

17 Nov 21:17
Compare
Choose a tag to compare

Features

  • feat: base64 image output by @Dekita in #8, fixes #5
  • feat: added unit tests, fixes #4
  • feat: added madebyollin/sdxl-vae-fp16-fix, fixes #2

New Contributors

  • @Dekita made their first contribution in #8

Full Changelog: 1.0.0...1.1.0

1.0.0

12 Oct 08:34
Compare
Choose a tag to compare

🎉 First release

We are super happy that we can show you the first release of this worker and hope there will be a lot more with even more features.

You can find the actual image directly on dockerhub: timpietruskyblibla/runpod-worker-comfy:latest

Bug Fixes

  • don't run ntpdate as this is not working in GitHub Actions (2f7bd3f)
  • got rid of syntax error (c04de4d)
  • updated path to "comfyui" (37f66d0)

Features

  • added default ComfyUI workflow (fa6c385)
  • added runpod as local dependency (9deae9f)
  • example on how to configure the .env (4ed5296)
  • logs should be written to stdout so that we can see them inside the worker (fc731ff)
  • simplified input (35c2341)
  • simplified input to just have "prompt", removed unused code (0c3ccda)
  • updated path to "comfyui", added "ntpdate" to have the time of the container in sync with AWS (2fda578)
  • use local ".env" to load env variables, mount "comfyui/output" to localhost so that people can see the generated images (aa645a2)
  • use models from huggingface, not from local folder (b1af369)
  • wait until server is ready, wait until image generation is done, upload to s3 (ecfec13)