Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 426 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 426 Bytes
$ docker build -t drew6017/stable-diffusion -f stable-diffusion.Dockerfile .
$ docker run --gpus all -p 8080:8080 -v C:\host\pathtomodelsdir:/sd/models/ --rm -it drew6017/stable-diffusion bash
$ python launch.py --listen --port 8080

C:\host\pathtomodelsdir should be a directory containing the stable-diffusion weights downloadable here