This project demonstrates image generation using a pre-trained Stable Diffusion model.
- Text-to-image generation
- Uses Stable Diffusion pre-trained model
- Simple Python implementation
- Python
- Hugging Face Diffusers
- PyTorch
pip install -r requirements.txt
python app.py

Ref: #1 DALL-E Mini For Text-Image Generation https://www.youtube.com/watch?v=WlR8vQOmGxc
Ref: #2 Create Images via Text with Stable Diffusion https://andreaskuhr.com/en/create-images-via-text-input-with-stable-diffusion.html
Ref: #3 DALL-E Mini: Text to Image in Google Colab https://www.youtube.com/watch?v=emnpYD6-90c
Ref: #4 Generating Images from Text with Stable Diffusion https://www.youtube.com/watch?v=2o0x1hJdcVc