mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-13 01:30:32 +08:00
Refactor run_nvidia_gpu.bat to use BASE variable
This commit is contained in:
parent
21edf32dc6
commit
a29ca2c89e
@ -4,6 +4,6 @@ set "PYTHONNOUSERSITE=1"
|
|||||||
set "PYTHONPATH="
|
set "PYTHONPATH="
|
||||||
set "PYTHONHOME="
|
set "PYTHONHOME="
|
||||||
|
|
||||||
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
|
"%BASE%python_embeded\python.exe" -s "%BASE%ComfyUI\main.py" --windows-standalone-build
|
||||||
echo If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest. If you get a c10.dll error you need to install vc redist that you can find: https://aka.ms/vc14/vc_redist.x64.exe
|
echo If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest. If you get a c10.dll error you need to install vc redist that you can find: https://aka.ms/vc14/vc_redist.x64.exe
|
||||||
pause
|
pause
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user