https://github.com/veasion/stable-diffusion-webui-docker
292
docker run -d --gpus all --name stable-diffusion-webui -p 9999:9999 -v /stable-diffusion-webui/models:/sd/models -v /stable-diffusion-webui/outputs:/sd/outputs -v /stable-diffusion-webui/extensions:/sd/extensions veasion/stable-diffusion-webui
docker exec -it stable-diffusion-webui bash
python launch.py --skip-torch-cuda-test --precision full --port 9999 --no-half --listen --api --xformers --enable-insecure-extension-access
Content type
Image
Digest
sha256:04a4e2a4d…
Size
6.5 GB
Last updated
over 3 years ago
docker pull veasion/stable-diffusion-webui