mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-16 01:00:49 +08:00
Add '--disable-async-offload' to command line args
Added '--disable-async-offload' argument to command line options to improve compatibility with older GPUs.
This commit is contained in:
parent
ae873d3b77
commit
d74837e4f5
@ -4,7 +4,9 @@ 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"
|
||||
set "COMMANDLINE_ARGS=--auto-launch --use-quad-cross-attention --reserve-vram 0.9 --disable-async-offload"
|
||||
|
||||
:: "--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."
|
||||
|
||||
set "ZLUDA_COMGR_LOG_LEVEL=1"
|
||||
|
||||
@ -149,3 +151,4 @@ echo.
|
||||
.\zluda\zluda.exe -- %PYTHON% main.py %COMMANDLINE_ARGS%
|
||||
pause
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user