mirror of
https://github.com/vladmandic/automatic
synced 2026-08-30 17:11:00 +02:00
5 lines
178 B
Bash
Executable File
5 lines
178 B
Bash
Executable File
#/bin/env bash
|
|
|
|
export PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.9,max_split_size_mb:512
|
|
python launch.py --api --xformers --disable-console-progressbars --load_gpu
|