stable-diffusion-webui-imag.../preload.py

8 lines
237 B
Python

def preload(parser):
parser.add_argument(
"--image-browser-tmp-db",
action="store_true",
help="Copy database file to and from /tmp when transacting (workaround for filesystems sqlite does not support)"
)