diff --git a/action.py b/action.py index e0947b9..69843f7 100644 --- a/action.py +++ b/action.py @@ -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, diff --git a/action.yml b/action.yml index 3f7be1d..1af1357 100644 --- a/action.yml +++ b/action.yml @@ -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' }} diff --git a/workflows/sd3-single-t5.json b/workflows/sd3-single-t5.json index 378e441..4d29cd7 100644 --- a/workflows/sd3-single-t5.json +++ b/workflows/sd3-single-t5.json @@ -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": { diff --git a/workflows/sd3_default.json b/workflows/sd3_default.json index 09127c2..7d148a0 100644 --- a/workflows/sd3_default.json +++ b/workflows/sd3_default.json @@ -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": {