diff --git a/CHANGELOG.md b/CHANGELOG.md index d14f30f9..e70bc12b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2 - 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 - Added OpenArt.AI workflow browser for ComfyUI workflows - Added more metadata to the image dialog info flyout diff --git a/StabilityMatrix.Avalonia/App.axaml b/StabilityMatrix.Avalonia/App.axaml index 2ca1c5c3..d6db2ffd 100644 --- a/StabilityMatrix.Avalonia/App.axaml +++ b/StabilityMatrix.Avalonia/App.axaml @@ -29,6 +29,7 @@ + @@ -87,8 +88,5 @@ - diff --git a/StabilityMatrix.Avalonia/Controls/Inference/ImageFolderCard.axaml b/StabilityMatrix.Avalonia/Controls/Inference/ImageFolderCard.axaml index 67b75973..b34b8b42 100644 --- a/StabilityMatrix.Avalonia/Controls/Inference/ImageFolderCard.axaml +++ b/StabilityMatrix.Avalonia/Controls/Inference/ImageFolderCard.axaml @@ -10,6 +10,7 @@ xmlns:vmInference="clr-namespace:StabilityMatrix.Avalonia.ViewModels.Inference" xmlns:scroll="clr-namespace:StabilityMatrix.Avalonia.Controls.Scroll" xmlns:labs="clr-namespace:Avalonia.Labs.Controls;assembly=Avalonia.Labs.Controls" + xmlns:vendorLabs="clr-namespace:StabilityMatrix.Avalonia.Controls.VendorLabs" x:DataType="vmInference:ImageFolderCardViewModel"> @@ -196,7 +197,7 @@ - @@ -116,7 +117,7 @@ - @@ -56,21 +58,29 @@ HorizontalAlignment="Right" Orientation="Horizontal"> -