Skip to content

Releases: LykosAI/StabilityMatrix

v2.5.6

23 Oct 18:21
a0b17b3
Compare
Choose a tag to compare

Added

  • Added Russian UI language option, thanks to aolko for the translation

v2.5.5

20 Oct 05:01
479bdec
Compare
Choose a tag to compare

Added

  • Added Spanish UI language options, thanks to Carlos Baena and Lautaroturina for the translations
  • Manual input prompt popup on package input requests besides Y/n confirmations
  • Added --disable-gpu launch argument to disable hardware accelerated rendering

Fixed

  • Fixed infinite progress wheel when package uninstall fails

v2.5.4

14 Oct 21:56
Compare
Choose a tag to compare

Fixed

  • Fixed #208 - error when installing xformers

v2.5.3

10 Oct 16:54
7d12ceb
Compare
Choose a tag to compare

Added

  • Added French UI language option, thanks to eephyne for the translation

Fixed

  • Fixed Automatic 1111 missing dependencies on startup by no longer enabling --skip-install by default.

v2.5.2

09 Oct 06:02
9450105
Compare
Choose a tag to compare

Added

  • Right click Inference Batch options to enable selecting a "Batch Index". This can be used to reproduce a specific image from a batch generation. The field will be automatically populated in metadata of individual images from a batch generation.
    • The index is 1-based, so the first image in a batch is index 1, and the last image is the batch size.
    • Currently this generates different individual images for batches using Ancestral samplers, due to an upstream ComfyUI issue with noise masking. Looking into fixing this.
  • Inference Batches option now is implemented, previously the setting had no effect

Changed

  • Default upscale factor for Inference is now 2x instead of 1x

Fixed

  • Fixed batch combined image grids not showing metadata and not being importable
  • Fixed "Call from invalid thread" errors that sometimes occured during update notifications

v2.5.1

07 Oct 02:49
f51d16a
Compare
Choose a tag to compare

Added

  • --skip-install default launch argument for Automatic1111 Package

Fixed

  • Fixed Prompt weights showing syntax error in locales where decimal separator is not a period

v2.5.0

05 Oct 02:39
380ffe7
Compare
Choose a tag to compare

We're introducing Inference in this update, a built-in Stable Diffusion interface, powered by any running ComfyUI package.
It's still in early development, so try it out and let us know of any issues or suggestions!

Added

  • Added Inference, a built-in native Stable Diffusion interface, powered by ComfyUI
  • Added option to change the Shared Folder method for packages using the three-dots menu on the Packages page
  • Added the ability to Favorite models in the Model Browser
  • Added "Favorites" sort option to the Model Browser
  • Added notification flyout for new available updates. Dismiss to hide until the next update version.
  • Added Italian UI language options, thanks to Marco Capelli for the translations

Changed

  • Model Browser page size is now 20 instead of 14
  • Update changelog now only shows the difference between the current version and the latest version

Fixed

  • Fixed #141 - Search not working when sorting by Installed on Model Browser
  • Fixed SD.Next not showing "Open Web UI" button when finished loading
  • Fixed model index startup errors when ./Models contains unknown custom folder names
  • Fixed ストップ button being cut off in Japanese translation
  • Fixed update progress freezing in some cases
  • Fixed light theme being default in first time setup window
  • Fixed shared folder links not recreating fully when partially missing

v2.4.6

22 Sep 01:30
67d0f40
Compare
Choose a tag to compare

Added

  • LDSR / ADetailer shared folder links for Automatic1111 Package

Changed

  • Made Dark Mode background slightly lighter

v2.4.5

19 Sep 03:20
65786e7
Compare
Choose a tag to compare

Fixed

  • Fixed "Library Dir not set" error on launch

v2.4.4

18 Sep 20:40
4cbd5b6
Compare
Choose a tag to compare

Added

  • Added button to toggle automatic scrolling of console output

Fixed

  • Fixed #130 ComfyUI extra_model_paths.yaml file being overwritten on each launch
  • Fixed some package updates not showing any console output
  • Fixed auto-close of update dialog when package update is complete