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

Commit 314e093

Browse files
committed
Version v.0.23.1
1 parent bcece62 commit 314e093

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

OnnxStack.ImageUpscaler/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Below is a small list of known/tested upscale models
66
* https://huggingface.co/rocca/swin-ir-onnx
77
* https://huggingface.co/Xenova/swin2SR-classical-sr-x2-64
88
* https://huggingface.co/Xenova/swin2SR-classical-sr-x4-64
9+
* https://huggingface.co/Neus/GFPGANv1.4
910

1011

1112
# Image Example

OnnxStack.StableDiffusion/OnnxStack.StableDiffusion.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.23.0</Version>
4+
<Version>0.23.1</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>

OnnxStack.UI/App.xaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@
5757
</ObjectDataProvider.MethodParameters>
5858
</ObjectDataProvider>
5959

60-
<ObjectDataProvider x:Key="TokenizerType" MethodName="GetValues" ObjectType="{x:Type system:Enum}">
61-
<ObjectDataProvider.MethodParameters>
62-
<x:Type TypeName="SD_Enums:TokenizerType"/>
63-
</ObjectDataProvider.MethodParameters>
64-
</ObjectDataProvider>
65-
6660
<ObjectDataProvider x:Key="AlphaTransformType" MethodName="GetValues" ObjectType="{x:Type system:Enum}">
6761
<ObjectDataProvider.MethodParameters>
6862
<x:Type TypeName="SD_Enums:AlphaTransformType"/>

0 commit comments

Comments
 (0)