#!/bin/bash echo "Container Started" export PYTHONUNBUFFERED=1 source /workspace/stable-diffusion-webui/venv/bin/activate cd /workspace/stable-diffusion-webui echo "starting api" python webui.py --port 3000 --nowebui --api --xformers --ckpt /workspace/stable-diffusion-webui/models/Stable-diffusion/model.safetensors & echo "starting worker" cd /workspace python -u handler.py