This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
OnnxStack.StableDiffusion Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Below is a small list of known/tested upscale models
6
6
* https://huggingface.co/rocca/swin-ir-onnx
7
7
* https://huggingface.co/Xenova/swin2SR-classical-sr-x2-64
8
8
* https://huggingface.co/Xenova/swin2SR-classical-sr-x4-64
9
+ * https://huggingface.co/Neus/GFPGANv1.4
9
10
10
11
11
12
# Image Example
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >0.23.0 </Version >
4
+ <Version >0.23.1 </Version >
5
5
<TargetFramework >net7.0</TargetFramework >
6
6
<ImplicitUsings >disable</ImplicitUsings >
7
7
<Nullable >disable</Nullable >
Original file line number Diff line number Diff line change 57
57
</ObjectDataProvider .MethodParameters>
58
58
</ObjectDataProvider >
59
59
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
-
66
60
<ObjectDataProvider x : Key =" AlphaTransformType" MethodName =" GetValues" ObjectType =" {x:Type system:Enum}" >
67
61
<ObjectDataProvider .MethodParameters>
68
62
<x : Type TypeName =" SD_Enums:AlphaTransformType" />
You can’t perform that action at this time.
0 commit comments