From 0a995f1391337549ab54eb85b76b2bcc4001afd3 Mon Sep 17 00:00:00 2001 From: YAN Wenkun Date: Tue, 26 Mar 2024 14:18:55 +0800 Subject: [PATCH] Add WAS Node Suite without compromising dependencies --- .github/workflows/step2-package.yml | 10 ++++++---- step2.sh | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/step2-package.yml b/.github/workflows/step2-package.yml index f15e69f..8d51171 100644 --- a/.github/workflows/step2-package.yml +++ b/.github/workflows/step2-package.yml @@ -23,8 +23,10 @@ jobs: - shell: bash run: bash step2.sh - - name: Upload binaries to release - uses: softprops/action-gh-release@v2 - if: startsWith(github.ref, 'refs/tags/') + - name: Upload archive to release + uses: svenstaro/upload-release-action@v2 with: - files: ComfyUI_Windows_portable_cu121.7z + repo_token: ${{ secrets.REPO_TOKEN }} + file: ComfyUI_Windows_portable_cu121.7z + tag: "latest" + overwrite: true diff --git a/step2.sh b/step2.sh index 0894cb5..d79cf1f 100644 --- a/step2.sh +++ b/step2.sh @@ -41,6 +41,7 @@ $gcs https://github.com/rgthree/rgthree-comfy.git $gcs https://github.com/shiimizu/ComfyUI_smZNodes.git $gcs https://github.com/SLAPaper/ComfyUI-Image-Selector.git $gcs https://github.com/twri/sdxl_prompt_styler.git +$gcs https://github.com/WASasquatch/was-node-suite-comfyui.git $gcs https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID.git cd "$workdir"