Fix syntax for running Nvidia GPU script

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

View File

@ -4,6 +4,6 @@ set "PYTHONNOUSERSITE=1"
set "PYTHONPATH="
set "PYTHONHOME="
%BASE%python_embeded\python.exe -s %BASE%ComfyUI\main.py --windows-standalone-build --fast fp16_accumulation
"%BASE%python_embeded\python.exe" -s "%BASE%ComfyUI\main.py" --windows-standalone-build --fast fp16_accumulation
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