mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-09 05:40:49 +08:00
Update comfyui.bat with new command line argument
Added '--disable-pinned-memory' argument to improve compatibility for ZLUDA users.
This commit is contained in:
parent
6c552d07ef
commit
fdee4dd8e9
@ -4,9 +4,10 @@ set "PYTHON=%~dp0venv\Scripts\python.exe"
|
||||
set "GIT="
|
||||
set "VENV_DIR=.\venv"
|
||||
|
||||
set "COMMANDLINE_ARGS=--auto-launch --use-quad-cross-attention --reserve-vram 0.9 --disable-async-offload"
|
||||
set "COMMANDLINE_ARGS=--auto-launch --use-quad-cross-attention --reserve-vram 0.9 --disable-async-offload --disable-pinned-memory"
|
||||
|
||||
:: "--disable-async-offload" added because of this : ComfyUI has added async weight offloading by default, not compatible with older GPUs, try without it , if it works you are good."
|
||||
:: "--disable-async-offload" added because of this : ComfyUI has added async weight offloading by default, not compatible with older GPUs, try without it , if it works you are good.
|
||||
:: "--disable-pinned-memory" added because it seems to be causing problems for many zluda users old and new.
|
||||
|
||||
set "ZLUDA_COMGR_LOG_LEVEL=1"
|
||||
|
||||
@ -152,3 +153,4 @@ echo.
|
||||
pause
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user