Skip to content

Latest commit

 

History

History
137 lines (79 loc) · 3.67 KB

CHANGELOG.md

File metadata and controls

137 lines (79 loc) · 3.67 KB

Changelog

All notable changes to this project will be documented in this file.

[0.2.0 - 2024-05-xx]

Added

  • 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

Fixed

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

[0.1.0 - 2024-05-13]

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.

[0.0.9 - 2024-04-28]

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.

[0.0.8 - 2024-04-20]

Added

  • Windows Portable CUDA/CPU version.

Fixes

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

[0.0.7 - 2024-04-14]

Added

  • Initial support for multiple users.
  • New execution_time field in Tasks.
  • Aspect Ratio option in Playground 2.5 and Juggernaut Lighting flows.
  • Optional parameter for downscaling of input image to SUPIR workflow.

Fixes

  • Many fixes to Server and Worker modes.

[0.0.6 - 2024-04-08]

Added

  • Docker container as an alternative way for easy run.
  • Scaling: ability to run instances of Vix in additional Server or Worker modes.
  • Restart button in UI for tasks with Error status set.

Fixed

  • --cpu flag is automatically applied if AMD or NVIDIA PyTorch is not found.

[0.0.5 - 2024-03-30]

Added

  • SUPIR upscaler workflow.
  • Semi-automatic process of models detection on ComfyUI workflows.

Fixed

  • Slightly better progress detection for cached workflows.

[0.0.4 - 2024-03-26]

Added

  • Now tasks engine uses SqlAlchemy with default SQLite instead of json file.
  • Initial support of processing tasks queue in parallel.
  • ComicU Portrait workflow.

Fixed

  • Small UI adjustments.

[0.0.3 - 2024-03-23]

Added

  • Support for ComfyUI command line arguments.
  • Simplified implementation of ComfyUI workflows: added automatic mapping of output data instead of manual one.

Changed

  • Tasks engine rework: ComfyUI was incorporated in Vix, now all runs in one process.

[0.0.2 - 2024-03-20]

Changed

  • Persistent task history, polished UI, 6 working and useful workflows.

[0.0.1 - 2024-03-12]

Added

  • First release, although there is a lot missing the concept - is working.