"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "a7dd82e668bfaf7fac365a4e73a1ba1acf224fbb"
Commit ae948b42 authored by comfyanonymous's avatar comfyanonymous
Browse files

Add taesd weights to standalones.

parent 2c4e0b49
...@@ -45,6 +45,8 @@ jobs: ...@@ -45,6 +45,8 @@ jobs:
sed -i '1i../ComfyUI' ./python310._pth sed -i '1i../ComfyUI' ./python310._pth
cd .. cd ..
git clone https://github.com/comfyanonymous/taesd
cp taesd/*.pth ./ComfyUI_copy/models/vae_approx/
mkdir ComfyUI_windows_portable mkdir ComfyUI_windows_portable
mv python_embeded ComfyUI_windows_portable mv python_embeded ComfyUI_windows_portable
......
...@@ -37,6 +37,8 @@ jobs: ...@@ -37,6 +37,8 @@ jobs:
sed -i '1i../ComfyUI' ./python311._pth sed -i '1i../ComfyUI' ./python311._pth
cd .. cd ..
git clone https://github.com/comfyanonymous/taesd
cp taesd/*.pth ./ComfyUI_copy/models/vae_approx/
mkdir ComfyUI_windows_portable_nightly_pytorch mkdir ComfyUI_windows_portable_nightly_pytorch
mv python_embeded ComfyUI_windows_portable_nightly_pytorch mv python_embeded ComfyUI_windows_portable_nightly_pytorch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment