A1111 Settings
Low GDDR Ram Settings
Using following args can decrease your GDDR usage:
--xformers
--medvram
--upcast-sampling
--no-half-vae
Modify your webui-user.bat
with the following args:
webui-user.bat
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--skip-torch-cuda-test --xformers --medvram --upcast-sampling --no-half-vae
call webui.bat
Plugins for Low GDDR Ram
Tiled Diffusion & VAE extension for sd-webui
URL: https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111
This plugins helps to Tiled VAE with low GDDR Ram usage.