Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
ae948b42
"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "a7dd82e668bfaf7fac365a4e73a1ba1acf224fbb"
Commit
ae948b42
authored
Jul 02, 2023
by
comfyanonymous
Browse files
Add taesd weights to standalones.
parent
2c4e0b49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
.github/workflows/windows_release_cu118_package.yml
.github/workflows/windows_release_cu118_package.yml
+2
-0
.github/workflows/windows_release_nightly_pytorch.yml
.github/workflows/windows_release_nightly_pytorch.yml
+2
-0
No files found.
.github/workflows/windows_release_cu118_package.yml
View file @
ae948b42
...
@@ -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
...
...
.github/workflows/windows_release_nightly_pytorch.yml
View file @
ae948b42
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment