mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-12 09:17:51 +08:00
9 lines
188 B
Batchfile
Executable File
9 lines
188 B
Batchfile
Executable File
set "BASE=%~dp0"
|
|
|
|
set "PYTHONNOUSERSITE=1"
|
|
set "PYTHONPATH="
|
|
set "PYTHONHOME="
|
|
|
|
"%BASE%python_embeded\python.exe" -s "%BASE%ComfyUI\main.py" --cpu --windows-standalone-build
|
|
pause
|