We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bc402 commit 2894511Copy full SHA for 2894511
.github/workflows/windows_release_nightly_pytorch.yml
@@ -55,7 +55,7 @@ jobs:
55
sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth
56
cd ..
57
58
- git clone https://github.com/comfyanonymous/taesd
+ git clone --depth 1 https://github.com/comfyanonymous/taesd
59
cp taesd/*.pth ./ComfyUI_copy/models/vae_approx/
60
61
mkdir ComfyUI_windows_portable_nightly_pytorch
.github/workflows/windows_release_package.yml
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
mkdir ComfyUI_windows_portable
0 commit comments