From b03a135a5cb5dfb472b53f2bdbeea989ef0a58fe Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Mon, 29 Apr 2024 21:17:20 +0200 Subject: [PATCH] Updated stable-diffusion.cpp to ce1bcc7 --- .../ImageCreationUI/ImageCreationUI.csproj | 9 +++--- Examples/ImageCreationUI/MainWindow.xaml | 30 +++++++++++++++++-- .../ImageCreationUI/MainWindowViewModel.cs | 19 ++++++++++-- StableDiffusion.NET/Enums/Schedule.cs | 1 + build.bat | 2 +- 5 files changed, 50 insertions(+), 11 deletions(-) diff --git a/Examples/ImageCreationUI/ImageCreationUI.csproj b/Examples/ImageCreationUI/ImageCreationUI.csproj index 4a5501e..304092f 100644 --- a/Examples/ImageCreationUI/ImageCreationUI.csproj +++ b/Examples/ImageCreationUI/ImageCreationUI.csproj @@ -10,11 +10,10 @@ - - - - - + + + + diff --git a/Examples/ImageCreationUI/MainWindow.xaml b/Examples/ImageCreationUI/MainWindow.xaml index e185201..261f3cf 100644 --- a/Examples/ImageCreationUI/MainWindow.xaml +++ b/Examples/ImageCreationUI/MainWindow.xaml @@ -5,14 +5,32 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:ImageCreationUI" xmlns:converter="clr-namespace:ImageCreationUI.Converter" + xmlns:sys="clr-namespace:System;assembly=System.Runtime" + xmlns:sd="clr-namespace:StableDiffusion.NET;assembly=StableDiffusion.NET" mc:Ignorable="d" - Title="StableDiffusion.NET" Width="1280" Height="720"> + Title="StableDiffusion.NET" Width="1280" Height="800"> + + + + + + + + + + + + @@ -29,18 +47,21 @@ -