stable-diffusion-aws-extension/build_scripts/utils/serve

6 lines
155 B
Plaintext
Executable File

import os
cmd = "accelerate launch --num_cpu_threads_per_process=6 launch.py --nowebui --api --listen --port 8080 --skip-torch-cuda-test"
os.system(cmd)