Browse Source

Fix small issue with build.

pull/61/head
comfyanonymous 2 years ago
parent
commit
a50e111815
  1. 2
      .ci/setup_windows_zip_nightly_pytorch.ps1

2
.ci/setup_windows_zip_nightly_pytorch.ps1

@ -11,7 +11,7 @@ ls ../temp_wheel_dir
"../ComfyUI`n" + (Get-Content .\python310._pth -Raw) | Set-Content .\python310._pth
cd ..
mkdir ComfyUI_windows_portable
mkdir ComfyUI_windows_portable_nightly_pytorch
mv python_embeded ComfyUI_windows_portable_nightly_pytorch
mv ComfyUI_copy ComfyUI_windows_portable_nightly_pytorch/ComfyUI

Loading…
Cancel
Save