This commit is contained in:
woctordho 2025-12-13 16:43:24 +01:00 committed by GitHub
commit f8a2106e4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,3 @@
name: "Release Stable Version" name: "Release Stable Version"
on: on:
@ -131,6 +130,11 @@ jobs:
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/*.safetensors ./ComfyUI_copy/models/vae_approx/ cp taesd/*.safetensors ./ComfyUI_copy/models/vae_approx/