You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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