Easy to use, A NVIDIA docker image that contains the environment required to run stable-diffusion
459
Easy to use, A NVIDIA docker image that contains the environment required to run stable-diffusion model.
Usage: sudo docker pull docker push moonpath/stable-diffusion:latest; sudo docker run --rm --runtime=nvidia --gpus all moonpath/stable-diffusion:latest;
If you have not installed GPU docker, please refer to this website to install: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker
Obtaining the stable-diffusion-v1-*-original weights, link them: wget https://huggingface.co/CompVis/stable-diffusion-v-1-4-original/resolve/main/sd-v1-4.ckpt; ln -s sd-v1-4.ckpt /root/stable-diffusion/models/ldm/stable-diffusion-v1/model.ckpt;
Example: python scripts/txt2img.py --prompt "a photograph of an astronaut riding a horse" --plms
Content type
Image
Digest
sha256:f79da1b6e…
Size
11.3 GB
Last updated
over 3 years ago
docker pull moonpath/stable-diffusion