Skip to content

Releases: LykosAI/StabilityMatrix

v2.10.2

20 Apr 08:46
Compare
Choose a tag to compare

Changed

  • Updated translations for Spanish and Turkish

Fixed

  • Fixed more crashes when loading invalid connected model info files
  • Fixed pip installs not parsing comments properly
  • Fixed crash when sending input to a process that isn't running
  • Fixed breadcrumb on console page showing incorrect running package name
  • Fixed #576 - drag & drop crashes on macOS & Linux
  • Fixed #594 - missing thumbnails in Inference model selector
  • Fixed #600 - kohya_ss v24+ not launching
  • Downgraded Avalonia back to 11.0.9 to fix #589 and possibly other rendering issues

v2.10.1

14 Apr 18:49
Compare
Choose a tag to compare

Added

  • Added SVD Shared Model & Output Folders for Forge (fixes #580)

Changed

  • Improved error message when logging in with a Lykos account fails due to incorrect email or password
  • Model Browser & Workflow Browser now auto-load when first navigating to those pages
  • Removed update confirmation dialog, instead showing the new version in the update button tooltip

Fixed

  • Fixed package launch not working when environment variable SETUPTOOLS_USE_DISTUTILS is set due to conflict with a default environment variable. User environment variables will now correctly override any default environment variables.
  • Fixed "No refresh token found" error when failing to login with Lykos account in some cases
  • Fixed blank entries appearing in the Categories dropdown on the Checkpoints page
  • Fixed crash when loading invalid connected model info files
  • Fixed #585 - Crash when drag & drop source and destination are the same
  • Fixed #584 - --launch-package argument not working
  • Fixed #581 - Inference teaching tip showing more often than it should
  • Fixed #578 - "python setup.py egg_info did not run successfully" failure when installing Auto1111 or SDWebUI Forge
  • Fixed #574 - local images not showing on macOS or Linux

v2.10.0

11 Apr 04:41
Compare
Choose a tag to compare

Added

  • Added Reference-Only mode for Inference ControlNet, used for guiding the sampler with an image without a pretrained model. Part of the latent and attention layers will be connected to the reference image, similar to Image to Image or Inpainting.
  • Inference ControlNet module now supports over 42 preprocessors, a new button next to the preprocessors dropdown allows previewing the output of the selected preprocessor on the image.
  • Added resolution selection for Inference ControlNet module, this controls preprocessor resolution too.
  • Added Layer Diffuse sampler addon to Inference, allows generating foreground with transparency with SD1.5 and SDXL.
  • Added support for deep links from the new Stability Matrix Chrome extension, supporting model downloads from civitai.com
  • Added OpenArt.AI workflow browser for ComfyUI workflows
  • Added more metadata to the image dialog info flyout
  • Added Output Sharing toggle in Advanced Options during install flow

Changed

  • Revamped the Packages page to enable running multiple packages at the same time
  • Changed the Outputs Page to use a TreeView for the directory selection instead of a dropdown selector
  • Model download location selector now searches all subfolders
  • Inference Primary Sampler Addons (i.e. ControlNet, FreeU) are now inherited by Hires Fix Samplers, this can be overriden from the Hires Fix module's settings menu by disabling the "Inherit Primary Sampler Addons" option.
  • Revisited the way images are loaded on the outputs page, with improvements to loading speed & not freezing the UI while loading
  • Updated translations for French, Spanish, and Turkish
  • Changed to a new image control for pages with many images
  • (Internal) Updated to Avalonia 11.0.10

Fixed

  • Fixed #559 - "Unable to load bitmap from provided data" error in Checkpoints page
  • Fixed #522 - Incorrect output directory path for latest Auto1111
  • Fixed #529 - OneTrainer requesting input during update
  • Fixed Civitai model browser error when sorting by Installed with more than 100 installed models
  • Fixed CLIP Install errors due to setuptools distutils conflict, added default environment variable setting SETUPTOOLS_USE_DISTUTILS=stdlib
  • Fixed progress bars not displaying properly during package installs & updates
  • Fixed ComfyUI extension updates not running install.py / updating requirements.txt
  • Improved performance when deleting many images from the Outputs page
  • Fixed ComfyUI torch downgrading to 2.1.2 when updating
  • Fixed Inference HiresFix module "Inherit Primary Sampler Addons" setting not effectively disabling when unchecked
  • Fixed model download location options for VAEs in the CivitAI Model Browser

Removed

  • Removed the main Launch page, as it is no longer needed with the new Packages page

v2.9.3

05 Apr 06:48
Compare
Choose a tag to compare

Changed

  • Removed Symlink option for InvokeAI to prevent InvokeAI from moving models into its own directories (will be replaced with a Config option in a future update)

Fixed

  • Fixed images not appearing in Civitai Model Browser when "Show NSFW" was disabled
  • Fixed #556 - "Could not find entry point for InvokeAI" error

v2.9.2

19 Mar 00:28
233eba2
Compare
Choose a tag to compare

Changed

  • Due to changes with the CivitAI API, you can no longer select a specific page in the CivitAI Model Browser
  • Due to the above API changes, new pages are now loaded via "infinite scrolling"

Fixed

  • Fixed models not being removed from the installed models cache when deleting them from the Checkpoints page
  • Fixed model download location options for VAEs in the CivitAI Model Browser
  • Fixed One-Click install progress dialog not disappearing after completion
  • Fixed ComfyUI with Inference pop-up during one-click install appearing below the visible scroll area
  • Fixed no packages being available for one-click install on PCs without a GPU
  • Fixed missing ratings on some models in the CivitAI Model Browser
  • Fixed missing favorite count in the CivitAI Model Browser
  • Fixed recommended models not showing all SDXL models

v2.9.1

13 Mar 03:31
f2051df
Compare
Choose a tag to compare

Added

  • Fixed #498 Added "Pony" category to CivitAI Model Browser

Changed

  • Changed package deletion warning dialog to require additional confirmation

Fixed

  • Fixed #502 - missing launch options for Forge
  • Fixed #500 - missing output images in Forge when using output sharing
  • Fixed #490 - mpmath has no attribute 'rational' error on macOS
  • Fixed #510 - kohya_ss packages with v23.0.x failing to install due to missing 'packaging' dependency
  • Fixed incorrect progress text when deleting a checkpoint from the Checkpoints page
  • Fixed incorrect icon colors on macOS

v2.9.0

03 Mar 21:42
5a53afa
Compare
Choose a tag to compare

Added

  • Added new package: StableSwarmUI by Stability AI
  • Added new package: Stable Diffusion WebUI Forge by lllyasviel
  • Added extension management for SD.Next and Stable Diffusion WebUI-UX
  • Added the ability to choose where CivitAI model downloads are saved
  • Added --launch-package argument to launch a specific package on startup, using display name or package ID (i.e. --launch-package "Stable Diffusion WebUI Forge" or --launch-package c0b3ecc5-9664-4be9-952d-a10b3dcaee14)
  • Added more Base Model search options to the CivitAI Model Browser
  • Added Stable Cascade to the HuggingFace Model Browser

Inference

  • Added Inference Prompt Styles, with Prompt Expansion model support (i.e. Fooocus V2)
  • Added option to load a .yaml config file next to the model with the same name. Can be used with VPred and other models that require a config file.
  • Added copy image support on linux and macOS for Inference outputs viewer menu

Changed

  • Updated translations for German, Spanish, French, Japanese, Portuguese, and Turkish
  • (Internal) Updated to Avalonia 11.0.9

Fixed

  • Fixed StableSwarmUI not installing properly on macOS
  • Fixed #464 - error when installing InvokeAI on macOS
  • Fixed #335 Update hanging indefinitely after git step for Auto1111 and SDWebUI Forge
  • Fixed Inference output viewer menu "Copy" not copying image
  • Fixed image viewer dialog arrow key navigation not working
  • Fixed CivitAI login prompt not showing when downloading models that require CivitAI logins
  • Fixed unknown model types not showing on checkpoints page (thanks Jerry!)
  • Improved error handling for Inference Select Image hash calculation in case file is being written to while being read

v2.8.3

15 Feb 22:25
6592198
Compare
Choose a tag to compare

Fixed

  • Fixed user tokens read error causing failed downloads
  • Failed downloads will now log error messages
  • Fixed #458 - Save Intermediate Image not working
  • Fixed #453 - Update Fooocus --output-directory argument to --output-path

v2.8.2

09 Feb 20:07
v2.8.2
269a912
Compare
Choose a tag to compare

Added

  • Added missing GFPGAN link to Automatic1111 packages

Fixed

  • Fixed Inference Image to Image Denoise setting becoming hidden after changing schedulers
  • Fixed Inference ControlNet models showing as downloadable even when they are already installed
  • Fixed Inference Sampler Addon conditioning not applying (i.e. ControlNet)
  • Fixed extension modification dialog not showing any progress messages

v2.8.1

07 Feb 06:07
9bd67b1
Compare
Choose a tag to compare

Fixed

  • Fixed model links not working in RuinedFooocus for new installations
  • Fixed incorrect nodejs download link on Linux (thanks to slogonomo for the fix)
  • Fixed failing InvokeAI install on macOS due to missing nodejs
  • Increased timeout on Recommended Models call to prevent potential timeout errors on slow connections
  • Fixed SynchronizationLockException when saving settings
  • Improved error messages with process output for 7z extraction errors
  • Fixed missing tkinter dependency for OneTrainer on Windows
  • Fixed auto-update on macOS not starting new version from an issue in starting .app bundles with arguments
  • Fixed #436 - Crash on invalid json files during checkpoint indexing