Add taesd weights to standalones.

This commit is contained in:
comfyanonymous 2023-07-02 11:47:30 -04:00
parent 2c4e0b49b7
commit ae948b42fa
2 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,8 @@ jobs:
sed -i '1i../ComfyUI' ./python310._pth
cd ..
git clone https://github.com/comfyanonymous/taesd
cp taesd/*.pth ./ComfyUI_copy/models/vae_approx/
mkdir ComfyUI_windows_portable
mv python_embeded ComfyUI_windows_portable

View File

@ -37,6 +37,8 @@ jobs:
sed -i '1i../ComfyUI' ./python311._pth
cd ..
git clone https://github.com/comfyanonymous/taesd
cp taesd/*.pth ./ComfyUI_copy/models/vae_approx/
mkdir ComfyUI_windows_portable_nightly_pytorch
mv python_embeded ComfyUI_windows_portable_nightly_pytorch