Skip to content

v0.1.0

Compare
Choose a tag to compare
@bigcat88 bigcat88 released this 13 May 18:11
· 22 commits to refs/heads/main since this release
2c81b61

Breaking change: new database needs to be created(new fields was added), just delete the old one.

Added

  • Option Fast(AlignYourSteps) for Aesthetic(Playground) and Juggernaut workflows.
  • locked_at, created_at, updated_at, finished_at - new fields in the task details.
  • /workers_info endpoint to get information about Workers instead of /system_stats.

Changed

  • SUPIR Upscaler workflow rework: tiles support(to process large images), optional "soft" mode without sharpening.
  • /task-restart endpoint: added force optional parameter, which allows to restart the task which has no "error" state set.

Fixed

  • Miscellaneous fixes and enhancements.