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
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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments