From 5990cc5a974e7c83232916a02fb74c41a2414766 Mon Sep 17 00:00:00 2001 From: Yoland Y <4950057+yoland68@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:07:20 -0700 Subject: [PATCH] Update launch command in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fb62d3e..2162174 100644 --- a/action.yml +++ b/action.yml @@ -132,7 +132,7 @@ runs: if: ${{ inputs.os != 'windows' }} shell: bash -el {0} run: | - comfy launch -- --quick-test-for-ci + python3 main.py --quick-test-for-ci - name: '[Unix] Run ComfyUI' if: ${{ inputs.os != 'windows' }}