mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-17 17:43:30 +00:00
Compare commits
3 Commits
31b7b3f0b3
...
9ce18267d7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9ce18267d7 | ||
![]() |
81025ce2c4 | ||
![]() |
928540daf4 |
6
.github/workflows/stable-release.yml
vendored
6
.github/workflows/stable-release.yml
vendored
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
name: "Release Stable Version"
|
name: "Release Stable Version"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -69,6 +68,11 @@ jobs:
|
|||||||
sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth
|
sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
curl --location https://www.nuget.org/api/v2/package/python/3.${{ inputs.python_minor }}.${{ inputs.python_patch }} -o python_nuget.zip
|
||||||
|
unzip -q python_nuget.zip -d python_nuget
|
||||||
|
cp -r python_nuget/tools/include python_embeded/
|
||||||
|
cp -r python_nuget/tools/libs python_embeded/
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/comfyanonymous/taesd
|
git clone --depth 1 https://github.com/comfyanonymous/taesd
|
||||||
cp taesd/*.pth ./ComfyUI_copy/models/vae_approx/
|
cp taesd/*.pth ./ComfyUI_copy/models/vae_approx/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user