mirror of
https://github.com/vladmandic/automatic
synced 2026-09-04 20:10:45 +02:00
4 lines
176 B
Bash
Executable File
4 lines
176 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 --api-log --xformers --disable-console-progressbars
|