File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 python -m pip install --upgrade pip
2929 pip install -e .
3030 comfy --skip-prompt --workspace ./ComfyUI install --fast-deps --m-series --skip-manager
31- comfy --workspace ./ComfyUI standalone --platform macos
32- comfy standalone --rehydrate
33- ./python/bin/python ComfyUI/main.py --cpu --quick-test-for-ci
31+ comfy --here launch -- --cpu --quick-test-for-ci
Original file line number Diff line number Diff line change 3030 pip install pytest
3131 pip install -e .
3232 comfy --skip-prompt --workspace ./ComfyUI install --fast-deps --nvidia --cuda-version 12.6 --skip-manager
33- comfy --workspace ./ComfyUI standalone --platform windows --proc x86_64
34- ls
35- comfy standalone --rehydrate --platform windows --proc x86_64
36- ./python/python.exe ComfyUI/main.py --cpu --quick-test-for-ci
33+ comfy --here launch -- --cpu --quick-test-for-ci
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def launch_comfyui(extra):
4848 exit (res )
4949
5050 if not os .path .exists (reboot_path ):
51- exit (res )
51+ exit (res . returncode )
5252
5353 os .remove (reboot_path )
5454 else :
You can’t perform that action at this time.
0 commit comments