Skip to content

Latest commit

 

History

History
63 lines (32 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

63 lines (32 loc) · 3.96 KB

2.1.0 (2024-02-12)

Bug Fixes

  • semantic-release: added .releaserc (#21) (12b763d)

Features

(2023-11-18)

1.1.1 (2023-11-17)

Bug Fixes

  • return the output of "process_output_image" and access jobId correctly (#11) (dc655ea)

1.1.0 (2023-11-17)

Bug Fixes

  • path should be "loras" and not "lora" (8e579f6)

Features

  • added unit tests for everthing, refactored the code to make it better testable, added test images (a7492ec)
  • added xl_more_art-full_v1, improved comments (9aea8ab)
  • base64 image output (#8) (76bf0b1)

1.0.0 (2023-10-12)

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)