Skip to content

Commit

Permalink
skip sd3-single-t5 test for now (too chonky)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva authored and Comfy-Org Mirror Autopull Bot committed Aug 2, 2024
1 parent 9bc4894 commit 96924fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-workflows-unix-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
torch_version: ["stable"]
include:
- os: macos
workflow_filenames: "default.json,lora.json,sd3-single-t5.json"
workflow_filenames: "default.json,lora.json"
runner_label: [self-hosted, macOS, m2]
- os: linux
workflow_filenames: "default.json,lora.json,sd3-single-t5.json"
workflow_filenames: "default.json,lora.json"
runner_label: [self-hosted, Linux, t4]
- os: windows
# Use only single t5 run for windows given our win runner is too trash
workflow_filenames: "default.json,lora.json,sd3-single-t5.json"
workflow_filenames: "default.json,lora.json"
runner_label: [self-hosted, win]
runs-on: ${{ matrix.runner_label }}
steps:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
python_version: ${{ matrix.python_version }}
torch_version: ${{ matrix.torch_version }}
# Use only single t5 run for windows given our win runner is too trash
workflow_filenames: "default.json,lora.json,sd3-single-t5.json"
workflow_filenames: "default.json,lora.json"
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
comfyui_flags: ""
output_prefix: 'ComfyUI'
Expand All @@ -83,7 +83,7 @@ jobs:
os: ${{ matrix.os }}
python_version: ${{ matrix.python_version }}
torch_version: ${{ matrix.torch_version }}
workflow_filenames: "default.json,lora.json,sd3-single-t5.json"
workflow_filenames: "default.json,lora.json"
google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
comfyui_flags: ""
output_prefix: 'ComfyUI'
Expand All @@ -109,7 +109,7 @@ jobs:
# os: ${{ matrix.os }}
# python_version: ${{ matrix.python_version }}
# torch_version: ${{ matrix.torch_version }}
# workflow_filenames: "default.json,lora.json,sd3-single-t5.json"
# workflow_filenames: "default.json,lora.json"
# google_credentials: ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
# comfyui_flags: ""
# output_prefix: 'ComfyUI'
Expand Down

0 comments on commit 96924fd

Please sign in to comment.