Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: "Release Stable Version"

on:
Expand Down Expand Up @@ -69,6 +68,11 @@ jobs:
sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth
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/*.pth ./ComfyUI_copy/models/vae_approx/

Expand Down