Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 93ac956

Browse files
committed
Version v0.7.0
1 parent 3ee95c2 commit 93ac956

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Assets/Templates/LCM-Dreamshaper-V7/LCM-Dreamshaper-V7-ONNX.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Description": "DreamShaper started as a model to have an alternative to MidJourney in the open source world.",
44
"Author": "TheyCallMeHex",
55
"Repository": "https://huggingface.co/TheyCallMeHex/LCM-Dreamshaper-V7-ONNX",
6-
"ImageIcon": "https://raw.githubusercontent.com/saddam213/OnnxStack/master/Assets/Templates/LCM-Dreamshaper-V7-ONNX/Icon.png",
6+
"ImageIcon": "https://raw.githubusercontent.com/saddam213/OnnxStack/master/Assets/Templates/LCM-Dreamshaper-V7/Icon.png",
77
"Status": "Active",
88
"PadTokenId": 49407,
99
"BlankTokenId": 49407,

OnnxStack.Core/OnnxStack.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.6.0</Version>
4+
<Version>0.7.0</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>

OnnxStack.StableDiffusion/OnnxStack.StableDiffusion.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.6.0</Version>
4+
<Version>0.7.0</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
@@ -43,8 +43,7 @@
4343
</ItemGroup>
4444

4545
<ItemGroup>
46-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
47-
<PackageReference Include="OnnxStack.Core" Version="0.6.0" Condition=" '$(Configuration)' == 'Release' " />
46+
<PackageReference Include="OnnxStack.Core" Version="0.7.0" Condition=" '$(Configuration)' == 'Release' " />
4847
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' " />
4948
</ItemGroup>
5049

@@ -53,6 +52,7 @@
5352
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
5453
<PackageReference Include="NumSharp" Version="0.30.0" />
5554
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.2" />
55+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
5656
</ItemGroup>
5757

5858
<ItemGroup>

OnnxStack.UI/OnnxStack.UI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
</ItemGroup>
4141

4242
<ItemGroup>
43-
<PackageReference Include="LibGit2Sharp" Version="0.28.0" />
44-
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.6.0" Condition=" '$(Configuration)' == 'Release' " />
43+
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.7.0" Condition=" '$(Configuration)' == 'Release' " />
4544
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
4645
</ItemGroup>
4746

4847

4948
<ItemGroup>
49+
<PackageReference Include="LibGit2Sharp" Version="0.28.0" />
5050
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
5151
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
5252
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />

OnnxStack.UI/UserControls/ImageInputControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<Button DockPanel.Dock="Right" Command="{Binding SaveMaskCommand}" Width="50" BorderThickness="1,1,0,1">
6060
<userControls:FontAwesome Icon="&#xf0c7;" IconStyle="Light" />
6161
<Button.Style>
62-
<Style TargetType="{x:Type Button}">
62+
<Style TargetType="{x:Type Button}" BasedOn="{StaticResource {x:Type Button}}">
6363
<Style.Triggers>
6464
<DataTrigger Binding="{Binding Path=HasMaskChanged}" Value="True">
6565
<Setter Property="Background" Value="{StaticResource RedHighlight}" />

OnnxStack.WebUI/OnnxStack.WebUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.6.0" Condition=" '$(Configuration)' == 'Release' "/>
12+
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.7.0" Condition=" '$(Configuration)' == 'Release' "/>
1313
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)