Fix path references in run_nvidia_gpu_fast.bat

This commit is contained in:
tom-m 2026-05-18 13:09:05 +09:00 committed by GitHub
parent af5d161005
commit 69db4bc753
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,5 +4,5 @@ set "PYTHONNOUSERSITE=1"
set "PYTHONPATH="
set "PYTHONHOME="
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --fast
"%BASE%python_embeded\python.exe" -s "%BASE%ComfyUI\main.py" --windows-standalone-build --fast
pause