mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-16 13:37:08 +08:00
Merge 81025ce2c44b70b4ff551eaf8c0d8589a3417612 into c176b214cc768d41892add4d4f51c5c5627cbf7b
This commit is contained in:
commit
541571e3ea
6
.github/workflows/stable-release.yml
vendored
6
.github/workflows/stable-release.yml
vendored
@ -1,4 +1,3 @@
|
||||
|
||||
name: "Release Stable Version"
|
||||
|
||||
on:
|
||||
@ -131,6 +130,11 @@ jobs:
|
||||
|
||||
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
|
||||
cp taesd/*.safetensors ./ComfyUI_copy/models/vae_approx/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user