Releases: LykosAI/StabilityMatrix
Releases · LykosAI/StabilityMatrix
v2.6.4
Fixed
- Fixed errors preventing Model Browser from finding results with certain search queries
v2.6.3
Fixed
- Fixed InvalidOperationException during prerequisite installs on certain platforms where process name and duration reporting are not supported
v2.6.2
Changed
- Backend changes for auto-update schema v3, supporting customizable release channels and faster downloads with zip compression
Fixed
- Better error reporting including outputs for git subprocess errors during package install / update
- Fixed
'accelerate' is not recognized as an internal or external command
error when starting training in kohya_ss - Fixed some instances of
ModuleNotFoundError: No module named 'bitsandbytes.cuda_setup.paths'
error when using 8-bit optimizers in kohya_ss - Fixed errors preventing Inference outputs from loading in the img2img tabs of other packages
v2.6.1
Changed
- NVIDIA GPU users will be updated to use CUDA 12.1 for the InvokeAI package for a slight performance improvement
- Update will occur the next time the package is updated, or on a fresh install
- Note: CUDA 12.1 is only available on Maxwell (GTX 900 series) and newer GPUs
Fixed
- Reduced the amount of calls to GitHub to help prevent rate limiting
- Fixed rate limit crash on startup preventing app from starting
v2.6.0
Added
- Added Output Sharing option for all packages in the three-dots menu on the Packages page
- This will link the package's output folders to the relevant subfolders in the "Outputs" directory
- When a package only has a generic "outputs" folder, all generated images from that package will be linked to the "Outputs\Text2Img" folder when this option is enabled
- This will link the package's output folders to the relevant subfolders in the "Outputs" directory
- Added Outputs page for viewing generated images from any package, or the shared output folder
- Added Stable Diffusion WebUI/UX package
- Added Stable Diffusion WebUI-DirectML package
- Added kohya_ss package
- Added Fooocus-ControlNet-SDXL package
- Added GPU compatibility badges to the installers
- Added filtering of "incompatible" packages (ones that do not support your GPU) to all installers
- This can be overridden by checking the new "Show All Packages" checkbox
- Added more launch options for Fooocus, such as the
--preset
option - Added Ctrl+ScrollWheel to change image size in the inference output gallery and new Outputs page
- Added "No Images Found" placeholder for non-connected models on the Checkpoints tab
- Added "Open on GitHub" option to the three-dots menu on the Packages page
Changed
- If ComfyUI for Inference is chosen during the One-Click Installer, the Inference page will be opened after installation instead of the Launch page
- Changed all package installs & updates to use git commands instead of downloading zip files
- The One-Click Installer now uses the new progress dialog with console
- NVIDIA GPU users will be updated to use CUDA 12.1 for ComfyUI & Fooocus packages for a slight performance improvement
- Update will occur the next time the package is updated, or on a fresh install
- Note: CUDA 12.1 is only available on Maxwell (GTX 900 series) and newer GPUs
- Improved Model Browser download stability with automatic retries for download errors
- Optimized page navigation and syntax formatting configurations to improve startup time
Fixed
- Fixed crash when clicking Inference gallery image after the image is deleted externally in file explorer
- Fixed Inference popup Install button not working on One-Click Installer
- Fixed Inference Prompt Completion window sometimes not showing while typing
- Fixed "Show Model Images" toggle on Checkpoints page sometimes displaying cut-off model images
- Fixed missing httpx package during Automatic1111 install
- Fixed some instances of localized text being cut off from controls being too small
v2.5.7
Fixed
- Fixed error
got an unexpected keyword argument 'socket_options'
on fresh installs of Automatic1111 Stable Diffusion WebUI due to missing httpx dependency specification from gradio
v2.5.6
Added
- Added Russian UI language option, thanks to aolko for the translation
v2.5.5
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
v2.5.3
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.