Compare commits

...

3 Commits

Author SHA1 Message Date
woctordho
4515d0dc76
Merge 81025ce2c4 into e14f3b6610 2026-01-06 14:28:55 +03:00
woctordho
81025ce2c4 Quiet unzip 2025-03-12 11:55:34 +08:00
woctordho
928540daf4 Obtain include and libs folders from nuget in stable-release.yml 2025-03-12 11:46:27 +08:00

View File

@ -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/