Skip to content

Releases: Visionatrix/Visionatrix

v0.2.0

27 May 13:11
6645be3
Compare
Choose a tag to compare

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

Added

  • New Memoji workflow. #76
  • Ability/example how to use Nextcloud instance as a user backend. #70
  • VIX_SERVER_WORKERS env variable for SERVER mode to spawn multiple server instances. #72
  • LOG_LEVEL env variable to set Log level. #72
  • worker_version, tasks_to_give fields to the workers table.

Fixed

  • Support for uvicorn visionatrix:APP command. #72
  • Miscellaneous fixes and enhancements.

v0.1.0

13 May 18:11
2c81b61
Compare
Choose a tag to compare

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.

v0.0.9

28 Apr 19:30
Compare
Choose a tag to compare

Breaking change: please remove old juggernaut_lighting_loras folder from vix_flows folders.

Added

  • Send to button - in one click, send the result of one workflow for processing to another.
  • Optimization: priority of execution of task of the same type as the last one, if possible.
  • ComicU flow: added option to make clear Anime style portraits.
  • Juggernaut XL flow: easy use of the latest Juggernaut X model.
  • From now on, each repository will be tagged each release, allowing you to install a specific version of Vix.

Changed

  • AMD graphic cards: Nightly PyTorch 2.3 replaced with stable version.
  • Juggernaut Lighting Loras renamed to Juggernaut Lite flow.

Fixed

  • Added cache for installed Workflows list to not read it from disk everytime.

v0.0.8

20 Apr 21:10
Compare
Choose a tag to compare

Added

  • Windows Portable CUDA/CPU version.

Fixes

  • Various bugs were fixed in the distributed Server-Worker mode.