Skip to content

Commit ae948b4

Browse files
Add taesd weights to standalones.
1 parent 2c4e0b4 commit ae948b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/windows_release_cu118_package.yml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
sed -i '1i../ComfyUI' ./python310._pth
4646
cd ..
4747
48+
git clone https://github.com/comfyanonymous/taesd
49+
cp taesd/*.pth ./ComfyUI_copy/models/vae_approx/
4850
4951
mkdir ComfyUI_windows_portable
5052
mv python_embeded ComfyUI_windows_portable

.github/workflows/windows_release_nightly_pytorch.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
sed -i '1i../ComfyUI' ./python311._pth
3838
cd ..
3939
40+
git clone https://github.com/comfyanonymous/taesd
41+
cp taesd/*.pth ./ComfyUI_copy/models/vae_approx/
4042
4143
mkdir ComfyUI_windows_portable_nightly_pytorch
4244
mv python_embeded ComfyUI_windows_portable_nightly_pytorch

0 commit comments

Comments
 (0)