Skip to content

Commit 687c64c

Browse files
authored
Merge pull request #21 from ForserX/dev
3.2.2
2 parents 93a4b29 + 962a36e commit 687c64c

File tree

8 files changed

+128
-728
lines changed

8 files changed

+128
-728
lines changed

data/diffusion_scripts.pyproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<OutputPath>.</OutputPath>
1313
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
1414
<LaunchProvider>Standard Python launcher</LaunchProvider>
15-
<InterpreterId>MSBuild|cuda.venv|$(MSBuildProjectFullPath)</InterpreterId>
15+
<InterpreterId>MSBuild|onnx.venv|$(MSBuildProjectFullPath)</InterpreterId>
1616
<IsWindowsApplication>False</IsWindowsApplication>
1717
</PropertyGroup>
1818
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
@@ -24,9 +24,7 @@
2424
<Compile Include="controlnet_pipe.py" />
2525
<Compile Include="convert\convert_controlnet_to_onnx.py" />
2626
<Compile Include="convert\convert_original_stable_diffusion_to_diffusers.py" />
27-
<Compile Include="convert\convert_pix2pix_to_onnx.py" />
2827
<Compile Include="convert\convert_diffusers_to_onnx.py" />
29-
<Compile Include="convert\convert_textual_inversion_to_onnx.py" />
3028
<Compile Include="convert\convert_vae_pt_to_diffusers.py" />
3129
<Compile Include="convert\convert_vae_pt_to_onnx.py" />
3230
<Compile Include="convert\unet_2d_condition_cnet.py" />

0 commit comments

Comments
 (0)