Skip to content

Commit 96e0d09

Browse files
Add helpful message to portable. (#11671)
1 parent e14f3b6 commit 96e0d09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
..\python_embeded\python.exe -s ..\ComfyUI\main.py --windows-standalone-build --disable-api-nodes
2-
echo If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest.
2+
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
33
pause
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
2-
echo If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest.
2+
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
33
pause
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --fast fp16_accumulation
2-
echo If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest.
2+
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
33
pause

0 commit comments

Comments
 (0)