creating AI enabled systems - stable diffusion for comic generation
319

This project aims to implement Stable Diffusion for image generation, in order to assist artists in iterating upon concepts more quickly.
This project was built leveraging the Huggingface Diffusers library, which provides a flexible and easy-to-use implementation of stable diffusion. This allowed us to quickly and efficiently implement the algorithm, and focus on developing features and improvements specifically tailored to the needs of artists.
To use this docker image for text-to-image generation, use the following command
docker run --gpus all --rm stable-diffusion python diffusion.py --prompt "A superhero flying over the city"
To use this docker image for image-to-image generation, use the following command
docker run --gpus all --rm stable-diffusion python diffusion.py --prompt "A superhero flying over the city" --img path/to/input_image.png --saveas path/to/output_image.png
Content type
Image
Digest
sha256:5e2674415…
Size
35.2 GB
Last updated
almost 4 years ago
docker pull erykbanatt/stable-diffusion-systems