mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-11 00:37:53 +08:00
Update batch script to use BASE variable for paths
This commit is contained in:
parent
46848002f1
commit
fd94e2802e
@ -4,5 +4,5 @@ set "PYTHONNOUSERSITE=1"
|
|||||||
set "PYTHONPATH="
|
set "PYTHONPATH="
|
||||||
set "PYTHONHOME="
|
set "PYTHONHOME="
|
||||||
|
|
||||||
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --enable-dynamic-vram
|
"%BASE%python_embeded\python.exe" -s "%BASE%ComfyUI\main.py" --windows-standalone-build --enable-dynamic-vram
|
||||||
pause
|
pause
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user