This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 11
11
<Configurations >Debug;Release;Debug-DirectML;Debug-Cuda;Debug-TensorRT;Release-DirectML;Release-Cuda;Release-TensorRT</Configurations >
12
12
</PropertyGroup >
13
13
14
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release-DirectML|AnyCPU'" >
15
+ <Optimize >True</Optimize >
16
+ </PropertyGroup >
17
+
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release-Cuda|AnyCPU'" >
19
+ <Optimize >True</Optimize >
20
+ </PropertyGroup >
21
+
22
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release-TensorRT|AnyCPU'" >
23
+ <Optimize >True</Optimize >
24
+ </PropertyGroup >
25
+
14
26
<ItemGroup >
15
27
<None Remove =" appsettings.json" />
16
28
<None Remove =" Fonts\fa-brands-400.ttf" />
41
53
</ItemGroup >
42
54
43
55
<ItemGroup >
44
- <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.12.0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-DirectML' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
56
+ <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.13.0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-DirectML' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
57
+ <PackageReference Include =" OnnxStack.ImageUpscaler" Version =" 0.13.0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-DirectML' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
45
58
<ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-DirectML' OR '$(Configuration)' == 'Debug-Cuda' OR '$(Configuration)' == 'Debug-TensorRT'" />
46
59
<ProjectReference Include =" ..\OnnxStack.ImageUpscaler\OnnxStack.ImageUpscaler.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-DirectML' OR '$(Configuration)' == 'Debug-Cuda' OR '$(Configuration)' == 'Debug-TensorRT'" />
47
60
</ItemGroup >
You can’t perform that action at this time.
0 commit comments