Stability / launch-docker.sh
roshikhan3021's picture
Upload 19 files
0ce60a9 verified
raw
history blame contribute delete
400 Bytes
#!/usr/bin/env bash
docker build -t stableswarmui .
# add "--network=host" if you want to access other services on the host network (eg a separated comfy instance)
docker run -it \
--name stableswarmui \
--mount source=swarmdata,target=/Data \
--mount source=swarmbackend,target=/dlbackend \
-v ./Models:/Models \
-v ./Output:/Output \
--gpus=all -p 7801:7801 stableswarmui