mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-13 01:30:32 +08:00
Update run_cpu.bat to use BASE variable for paths
This commit is contained in:
parent
fa7422027a
commit
758ea140ce
@ -4,5 +4,5 @@ set "PYTHONNOUSERSITE=1"
|
|||||||
set "PYTHONPATH="
|
set "PYTHONPATH="
|
||||||
set "PYTHONHOME="
|
set "PYTHONHOME="
|
||||||
|
|
||||||
.\python_embeded\python.exe -s ComfyUI\main.py --cpu --windows-standalone-build
|
"%BASE%python_embeded\python.exe" -s "%BASE%ComfyUI\main.py" --cpu --windows-standalone-build
|
||||||
pause
|
pause
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user