Skip to content

Releases: LykosAI/StabilityMatrix

v2.12.2

10 Oct 02:44
6c86fe8
Compare
Choose a tag to compare

Added

  • Added Beta scheduler to the scheduler selector in Inference

Changed

  • (Internal) Updated to Avalonia 11.1.4

Fixed

  • Fixed ComfyUI NF4 extension not installing properly when prompted in Inference
  • Fixed #932, #935, #939 - InvokeAI failing to update
  • Fixed repeated nested folders being created in Models/StableDiffusion when using Forge in Symlink mode in certain conditions. Existing folders will be repaired to their original structure on launch.
  • Fixed minimize button not working on macOS

Supporters

Visionaries

  • We extend our heartfelt appreciation to our dedicated Visionary-tier Patreon supporter, Waterclouds. Your ongoing support is invaluable!

Pioneers

  • We’d also like to thank our great Pioneer-tier patrons: tankfox, tanangular, Mr. Unknown, and Szir777. Your continuous support means a lot!

v2.12.1

03 Oct 02:37
2412a34
Compare
Choose a tag to compare

Fixed

  • Fixed #916 - InvokeAI failing to install/update on macOS
  • Fixed #914 - Unable to use escaped colon : character in Inference prompts
  • Fixed #908 - Forge unable to use models from "unet" shared folder
  • Fixed #902 - Images from shared outputs folder not displaying properly in Stable Diffusion WebUI-UX
  • Fixed #898 - Incorrect launch options for RuinedFooocus
  • Fixed index url parsing in Python Packages window causing some packages to not have versions available
  • Fixed a crash when switching between Model Sharing options for certain packages

Supporters

Visionaries

  • A sincere thank you to our valued Visionary-tier Patreon supporter, Waterclouds. Your continued support is truly appreciated, and we’re grateful to have you with us on this journey.

Pioneers

  • We’d also like to extend our gratitude to our Pioneer-tier patrons: tankfox, tanangular, Mr. Unknown, and Szir777. Your ongoing support means a great deal to us!

v2.12.0

18 Sep 03:00
65f7392
Compare
Choose a tag to compare

image

Added

New Packages

Inference

  • Added type-to-search for the Inference model selectors. Start typing while the dropdown is open to navigate the list.

  • Added "Model Loader" option to Inference, for loading UNet/GGUF/NF4 models (e.g. Flux)

  • Added support for the FP8 version of Flux in the default Model Loader via the "Use Flux Guidance" Sampler Addon

  • Added trigger words to the Inference Extra Networks (Lora/Lyco) selector for quick copy & paste

  • Image viewer context menus now have 2 options: Copy (Ctrl+C) which now always copies the image as a file, and Copy as Bitmap (Shift+Ctrl+C) (Available on Windows) which copies to the clipboard as native bitmap. This changes the previous single Copy button behavior that would first attempt a native bitmap copy on Windows when available, and fall back to a file copy if not.

  • Added Face Detailer module to Inference

Package Manager

  • Added Python dependencies override table to package installation options, where the default pip packages may be overriden for a package's install and updates. This can be changed later or added to existing packages through Package Menu > Python Dependencies Override

  • Added "Change Version" option to the package card overflow menu, allowing you to downgrade or upgrade a package to a specific version or commit (#701, #857)

  • Added "Disable Update Check" option to the package card overflow menu, allowing you to disable update checks for a specific package

  • Added Custom commit option in the Advanced Options for package installs (#670, #839, #842)

  • Added macOS support for Fooocus & related forks

  • Added Intel OneAPI XPU backend (IPEX) option for SD.Next

Checkpoint Manager

  • Added new Metadata Editor (accessible via the right-click menu), allowing you to create or edit metadata for models
  • Added "New Directory" and "Delete" options to the context menu of the tree view.
  • Added new toggle for drag & drop - when enabled, all selected models will now move together with the dragged model
  • Added "File Size" sorting option
  • Added "Hide Empty Categories" toggle
  • Added "Select All" button to the InfoBar (shown when at least one model is selected)
  • Added "Show NSFW Images" toggle

Model Browser

  • Added "Hide Installed Models" toggle to the CivitAI Model Browser
  • Added toggle to hide "Early Access" models in the CivitAI Model Browser
  • Added ultralytics models to HuggingFace model browser

Other

  • Added "Sign in with Google" option for connecting your Lykos Account on the Account Settings page
  • Added zoom sliders for Outputs, Checkpoints, and Model Browser pages
  • Added Settings option "Console: History Size" to adjust the number of lines stored in the console history when running packages. Defaults to 9001 lines.
  • Added optional anonymous usage reporting for gauging popularity of package installs and features. You will be asked whether you want to enable this feature on launch, and can change your choice at any time in Settings > System > Analytics
  • Added "Run Command" option in Settings for running a command with the embedded Python or Git executables
  • Added "Enable Long Paths" option for Git to the Settings page
  • Added "System Settings > Enable Long Paths" option to enable NTFS long paths on Windows
  • Added Korean translations thanks to maakcode!
  • (Windows, Linux) Added Vulkan rendering support using launch argument --vulkan. (On Windows, the default WinUI composition renderer is likely still preferrable. Linux users are encouraged to try the new renderer to see if it improves performance and responsiveness.)

Changed

  • Optimized image loading across the app, with loading speed now up to 4x faster for local images, and up to 17x faster for remote images
  • Image loading in the Outputs page now uses native memory management for ~2x less peak memory usage, and will release memory more quickly when switching away from the Outputs page or scrolling images out of view
  • Improved animation fluidity of image rendering while scrolling quickly across large collections (e.g. Outputs, Model Browser)
  • ComfyUI will no longer be pinned to torch 2.1.2 for nvidia users on Windows (#861)
  • Model browser download progress no longer covers the entire card for the entire duration of the download
  • Updated torch index to rocm6.1 for AMD users of ComfyUI
  • Show better error message for early access model downloads
  • Updated torch version for a1111 on mac
  • Checkpoints tab now shows "image hidden" for images that are hidden by the NSFW filter
  • OAuth-type connection errors in Account Settings now show a more detailed error message
  • The "Download Failed" message for model downloads is now persistent until dismissed
  • Separated the Generate button from the prompt control in Inference so it can be moved like other controls
  • Updated translations for Turkish and Russian
  • (Internal) Updated Avalonia to 11.1.3 - Includes major rendering and performance optimizations, animation refinements, improved IME / text selection, and improvements for window sizing / z-order / multi-monitor DPI scaling. (avaloniaui.net/blog/avalonia-11-1-a-quantum-leap-in-cross-platform-ui-development)
  • (Internal) Updated SkiaSharp (Rendering Backend) to 3.0.0-preview.4.1, potentially fixes issues with window rendering artifacts on some machines.
  • (Internal) Updated other dependencies for security and bug fixes.

Fixed

  • Fixed #888 - error updating kohya_ss due to long paths
  • Fixed some ScrollViewers changing scroll position when focus changes
  • Fixed CivitAI Model Browser sometimes incorrectly showing "No models found" before toggling "Show NSFW" or "Hide Installed" filters
  • Fixed SwarmUI settings being overwritten on launch
  • Fixed issue where some Inference-generated images would be saved with the bottom missing
  • Fixed #851 - missing fbgemm.dll errors when using latest torch with certain packages
  • Fixed issue where ApproxVAE models would show up in the VAE folder
  • Fixed #878 - Checkpoints tab will no longer try to browse directories it can't access
  • Fixed crash when opening Settings page when refreshing CivitAI account status results in an error
  • Fixed #814, #875 - Error when installing RuinedFooocus
  • LORAs are now sorted by model name properly in the Extra Networks dropdown
  • (macOS) Fixed OAuth connection prompts in Account Settings not automatically updating status after connection. Custom URL schemes are now also supported on macOS builds.

Supporters

Visionaries

  • A heartfelt thank you to our Visionary-tier patron, Waterclouds! We greatly appreciate your continued support!

Pioneers

  • A special shoutout to our Pioneer-tier patrons: tankfox, tanangular, Mr. Unknown, and Szir777! Your unwavering support means a great deal!

v2.11.8

21 Aug 03:25
bcbdd54
Compare
Choose a tag to compare

Added

  • Added Flux & AuraFlow types to CivitAI Browser
  • Added unet folder links for ComfyUI thanks to jeremydk
  • Added CLIP folder links for Forge

Changed

  • Updated Brazilian Portuguese translations thanks to thiagojramos

Fixed

  • Fixed #840 - CivitAI model browser not loading search results
  • Fixed SwarmUI settings being overwritten on launch
  • Fixed #832 #847 - Forge output folder links pointing to the incorrect folder
  • Fixed errors when downloading models with invalid characters in the file name
  • Fixed error when installing RuinedFooocus on nvidia GPUs

Supporters

Pioneers

  • A big shoutout to our Pioneer-tier patrons: tankfox, tanangular, Mr. Unknown, and Szir777! We deeply appreciate your ongoing support!

v2.11.7

15 Aug 01:30
895a3a5
Compare
Choose a tag to compare

Changed

  • Forge will use the recommended pytorch version 2.3.1 the next time it is updated
  • InvokeAI users with AMD GPUs on Linux will be upgraded to the rocm5.6 version of pytorch the next time it is updated

Fixed

  • Fixed Inference not connecting with "Could not connect to backend - JSON value could not be converted" error with API changes from newer ComfyUI versions

Supporters

Pioneers

  • Shoutout to our Pioneer-tier supporters on Patreon: tankfox, tanangular, Mr. Unknown, and Szir777! Thanks for all of your continued support!

v2.11.6

09 Aug 05:06
21f51a2
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect IPAdapter download links in the HuggingFace model browser
  • Fixed potential memory leak of transient controls (Inference Prompt and Output Image Viewer) not being garbage collected due to event subscriptions
  • Fixed Batch Count seeds not being recorded properly in Inference projects and image metadata
  • Fixed #795 - SwarmUI launch args not working properly
  • Fixed #745 - not passing Environment Variables to SwarmUI

Supporters

Visionaries

  • Shoutout to our Visionary-tier Patreon supporter, Scopp Mcdee! Huge thanks for your continued support!

Pioneers

  • Many thanks to our Pioneer-tier supporters on Patreon: tankfox, tanangular, Mr. Unknown, and Szir777! Your continued support is greatly appreciated!

v2.11.5

28 Jul 20:23
Compare
Choose a tag to compare

Added

  • Added DoRA category to CivitAI model browser

Fixed

  • Fixed TaskCanceledException when adding CivitAI Api key or searching for models when the API takes too long to respond. Retry and timeout behavior has been improved.
  • Fixed #782 - conflict error when launching new versions of Forge
  • Fixed incorrect torch versions being installed for InvokeAI
  • Fixed ArgumentOutOfRangeException with the Python Packages dialog ItemSourceView when interacting too quickly after loading.

Supporters

Visionaries

  • Shoutout to our Visionary-tier Patreon supporters, Scopp Mcdee, Waterclouds, and our newest Visionary, Akiro_Senkai! Many thanks for your generous support!

Pioneers

  • Many thanks to our Pioneer-tier supporters on Patreon, tankfox, tanangular, and our newest Pioneers, Mr. Unknown and Szir777! Your support is greatly appreciated!

v2.11.4

04 Jul 03:33
0afd16f
Compare
Choose a tag to compare

Changed

  • Base Python install will now use setuptools==69.5.1 for compatibility with torchsde. Individual Packages can upgrade as required.
  • Improved formatting of "Copy Details" action on the Unexpected Error dialog
  • (Debug) Logging verbosity for classes can now be configured with environment variables (Logging__LogLevel__<TypeFullName>).

Fixed

  • Fixed ComfyUI slower generation speed with new torch versions not including flash attention for windows, pinned torch==2.1.2 for ComfyUI on Windows CUDA
  • Fixed #719 - Fix comments in Inference prompt not being ignored
  • Fixed TaskCanceledException when Inference prompts finish before the delayed progress handler (250ms)

Supporters

Visionaries

  • Huge thanks to our Visionary-tier supporters on Patreon, Scopp Mcdee and Waterclouds! Your support helps us continue to improve Stability Matrix!

Pioneers

  • Thank you to our Pioneer-tier supporters on Patreon, tankfox and tanangular! Your support is greatly appreciated!

v2.11.3

25 Jun 05:09
afc3857
Compare
Choose a tag to compare

Changed

  • Base Python install will now use pip>=23.3.2,<24.1 for compatibility with torchsde.Individual Packages can upgrade as required.
  • Added default PIP_DISABLE_PIP_VERSION_CHECK=1 environment variable to suppress notices about pip version checks.
    • As with other default environment variables, this can be overridden by setting your own value in Settings > Environment Variables [Edit].

Fixed

  • Fooocus Package - Added pip>=23.3.2,<24.1 specifier before install, fixes potential install errors due to deprecated requirement spec used by torchsde.
  • Fixed error when launching SwarmUI when installed to a path with spaces
  • Fixed issue where model folders were being created too late in certain cases
  • Fixed #683 - Model indexing causing LiteDB errors after upgrading from older versions due to updated enum values

Supporters

Visionaries

  • Huge thanks to our Visionary-tier supporters on Patreon, Scopp Mcdee and Waterclouds! Your support helps us continue to improve Stability Matrix!

Pioneers

  • Thank you to our Pioneer-tier supporters on Patreon, tankfox and tanangular! Your support is greatly appreciated!

v2.11.2

22 Jun 21:15
7bbef23
Compare
Choose a tag to compare

Changed

  • StableSwarmUI installs will be migrated to SwarmUI by mcmonkeyprojects the next time the package is updated
    • Note: As of 2024/06/21 StableSwarmUI will no longer be maintained under Stability AI. The original developer will be maintaining an independent version of this project

Fixed

  • Fixed #700 - cannot import 'packaging' error for Forge

Supporters

Visionaries

  • Huge thanks to our Visionary-tier supporters on Patreon, Scopp Mcdee and Waterclouds! Your support helps us continue to improve Stability Matrix!

Pioneers

  • Thank you to our Pioneer-tier supporters on Patreon, tankfox and tanangular! Your support is greatly appreciated!