mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-10 16:27:33 +08:00
Merge d4edaaf033 into aeadb7acaa
This commit is contained in:
commit
b61169adb5
@ -1,2 +1,8 @@
|
||||
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
|
||||
set "BASE=%~dp0"
|
||||
|
||||
set "PYTHONNOUSERSITE=1"
|
||||
set "PYTHONPATH="
|
||||
set "PYTHONHOME="
|
||||
|
||||
"%BASE%python_embeded\python.exe" -s "%BASE%ComfyUI\main.py" --windows-standalone-build
|
||||
pause
|
||||
|
||||
@ -1,2 +1,8 @@
|
||||
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --enable-dynamic-vram
|
||||
set "BASE=%~dp0"
|
||||
|
||||
set "PYTHONNOUSERSITE=1"
|
||||
set "PYTHONPATH="
|
||||
set "PYTHONHOME="
|
||||
|
||||
"%BASE%python_embeded\python.exe" -s "%BASE%ComfyUI\main.py" --windows-standalone-build --enable-dynamic-vram
|
||||
pause
|
||||
|
||||
@ -1,2 +1,8 @@
|
||||
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
|
||||
set "BASE=%~dp0"
|
||||
|
||||
set "PYTHONNOUSERSITE=1"
|
||||
set "PYTHONPATH="
|
||||
set "PYTHONHOME="
|
||||
|
||||
"%BASE%python_embeded\python.exe" -s "%BASE%ComfyUI\main.py" --windows-standalone-build
|
||||
pause
|
||||
|
||||
@ -1,2 +1,8 @@
|
||||
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --fast
|
||||
set "BASE=%~dp0"
|
||||
|
||||
set "PYTHONNOUSERSITE=1"
|
||||
set "PYTHONPATH="
|
||||
set "PYTHONHOME="
|
||||
|
||||
"%BASE%python_embeded\python.exe" -s "%BASE%ComfyUI\main.py" --windows-standalone-build --fast
|
||||
pause
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
..\python_embeded\python.exe -s ..\ComfyUI\main.py --windows-standalone-build --disable-api-nodes
|
||||
set "BASE=%~dp0"
|
||||
|
||||
set "PYTHONNOUSERSITE=1"
|
||||
set "PYTHONPATH="
|
||||
set "PYTHONHOME="
|
||||
|
||||
"%BASE%..\python_embeded\python.exe" -s "%BASE%..\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. 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
|
||||
|
||||
@ -1,2 +1,8 @@
|
||||
.\python_embeded\python.exe -s ComfyUI\main.py --cpu --windows-standalone-build
|
||||
set "BASE=%~dp0"
|
||||
|
||||
set "PYTHONNOUSERSITE=1"
|
||||
set "PYTHONPATH="
|
||||
set "PYTHONHOME="
|
||||
|
||||
"%BASE%python_embeded\python.exe" -s "%BASE%ComfyUI\main.py" --cpu --windows-standalone-build
|
||||
pause
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
|
||||
set "BASE=%~dp0"
|
||||
|
||||
set "PYTHONNOUSERSITE=1"
|
||||
set "PYTHONPATH="
|
||||
set "PYTHONHOME="
|
||||
|
||||
"%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
|
||||
pause
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --fast fp16_accumulation
|
||||
set "BASE=%~dp0"
|
||||
|
||||
set "PYTHONNOUSERSITE=1"
|
||||
set "PYTHONPATH="
|
||||
set "PYTHONHOME="
|
||||
|
||||
"%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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user