mirror of
https://github.com/vladmandic/automatic
synced 2026-09-03 11:30:46 +02:00
6 lines
243 B
Bash
Executable File
6 lines
243 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 --disable-console-progressbars
|
|
# python launch.py --api --xformers --disable-console-progressbars --opt-channelslast
|