Skip to content

Commit

Permalink
Add WAS Node Suite without compromising dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Mar 26, 2024
1 parent 49af457 commit 0a995f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/step2-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions step2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0a995f1

Please sign in to comment.