Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Comfy-Org/comfy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jul 19, 2024
2 parents 2262a21 + 9bf0723 commit b832d47
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion action.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def main(args):
"--workflow",
file_path,
"--timeout",
600 # 10min timeout for workflow
"600" # 10min timeout for workflow
],
check=True,
stdout=subprocess.PIPE,
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ runs:
miniconda-version: "latest"
auto-activate-base: false
python-version: ${{ inputs.python_version }}
continue-on-error: true

- name: '[Unix-Mac-Only] Install Pytorch nightly'
if: ${{ inputs.os == 'macos' && inputs.torch_version == 'nightly' }}
Expand Down
5 changes: 3 additions & 2 deletions workflows/sd3-single-t5.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,15 @@
},
"233": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"231",
0
]
},
"class_type": "PreviewImage",
"class_type": "SaveImage",
"_meta": {
"title": "Preview Image"
"title": "Save Image"
}
},
"252": {
Expand Down
5 changes: 3 additions & 2 deletions workflows/sd3_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,15 @@
},
"233": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"231",
0
]
},
"class_type": "PreviewImage",
"class_type": "SaveImage",
"_meta": {
"title": "Preview Image"
"title": "Save Image"
}
},
"252": {
Expand Down

0 comments on commit b832d47

Please sign in to comment.