Tell users to update their nvidia drivers if portable doesn't start. (#10518)
This commit is contained in:
parent
3bea4efc6b
commit
22e40d2ace
|
|
@ -1,2 +1,3 @@
|
|||
..\python_embeded\python.exe -s ..\ComfyUI\main.py --windows-standalone-build --disable-api-nodes
|
||||
echo If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest.
|
||||
pause
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
|
||||
echo If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest.
|
||||
pause
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
.\python_embeded\python.exe -s 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.
|
||||
pause
|
||||
|
|
|
|||
Loading…
Reference in New Issue