@@ -13,10 +13,14 @@ jobs:
13
13
torch_version : ["stable"]
14
14
include :
15
15
- os : macos
16
+ workflow_filenames : " default.json,lora.json,sd3_default.json"
16
17
runner_label : [self-hosted, macOS, m2]
17
18
- os : linux
19
+ workflow_filenames : " default.json,lora.json,sd3_default.json"
18
20
runner_label : [self-hosted, Linux, t4]
19
21
- os : windows
22
+ # Use only single t5 run for windows given our win runner is too trash
23
+ workflow_filenames : " default.json,lora.json,sd3-single-t5.json"
20
24
runner_label : [self-hosted, win]
21
25
runs-on : ${{ matrix.runner_label }}
22
26
steps :
26
30
os : ${{ matrix.os }}
27
31
python_version : ${{ matrix.python_version }}
28
32
torch_version : ${{ matrix.torch_version }}
29
- workflow_filenames : " default.json,lora.json,sd3_default.json "
33
+ workflow_filenames : ${{ matrix.workflow_filenames }}
30
34
google_credentials : ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
31
35
comfyui_flags : " "
32
36
output_prefix : ' ComfyUI'
51
55
os : ${{ matrix.os }}
52
56
python_version : ${{ matrix.python_version }}
53
57
torch_version : ${{ matrix.torch_version }}
54
- workflow_filenames : " default.json,lora.json,sd3_default.json"
58
+ # Use only single t5 run for windows given our win runner is too trash
59
+ workflow_filenames : " default.json,lora.json,sd3-single-t5.json"
55
60
google_credentials : ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
56
61
comfyui_flags : " "
57
62
output_prefix : ' ComfyUI'
0 commit comments