Skip to content

Commit 2894511

Browse files
authored
Clone taesd with depth of 1 to reduce download size. (#4232)
1 parent f3bc402 commit 2894511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/windows_release_nightly_pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth
5656
cd ..
5757
58-
git clone https://github.com/comfyanonymous/taesd
58+
git clone --depth 1 https://github.com/comfyanonymous/taesd
5959
cp taesd/*.pth ./ComfyUI_copy/models/vae_approx/
6060
6161
mkdir ComfyUI_windows_portable_nightly_pytorch

.github/workflows/windows_release_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth
6767
cd ..
6868
69-
git clone https://github.com/comfyanonymous/taesd
69+
git clone --depth 1 https://github.com/comfyanonymous/taesd
7070
cp taesd/*.pth ./ComfyUI_copy/models/vae_approx/
7171
7272
mkdir ComfyUI_windows_portable

0 commit comments

Comments
 (0)