Skip to content

Commit

Permalink
Change to comfy-org.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 25, 2024
1 parent bde8214 commit 356e276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflows-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: win
steps:
- name: Use ComfyUI GitHub Action
uses: drip-art/comfy-action@main
uses: comfy-org/comfy-action@main
with:
os: windows
cuda_version: 12.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.runner_label }}
steps:
- name: Test Default Workflow
uses: drip-art/comfy-action@main
uses: comfy-org/comfy-action@main
with:
os: ${{ matrix.os }}
cuda_version: ${{ matrix.cuda_version }}
Expand All @@ -35,7 +35,7 @@ jobs:
timeout: 50

- name: Test Lora Workflow
uses: drip-art/comfy-action@main
uses: comfy-org/comfy-action@main
with:
os: ${{ matrix.os }}
cuda_version: ${{ matrix.cuda_version }}
Expand Down

0 comments on commit 356e276

Please sign in to comment.