A simple web application that generates images from text prompts using Stable Diffusion and Gradio.
Perfect for learning how to integrate AI models into deployable user interfaces.
- Generate AI art from any text prompt
- Adjustable guidance scale for prompt creativity
- Built using π€ Diffusers and Gradio
- Deployable on Hugging Face Spaces or locally
- Python π
- PyTorch + Hugging Face
diffusers - Gradio for UI
- RunwayML's Stable Diffusion v1.5 model
π Live Demo on Hugging Face Spaces:
https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME
git clone https://github.com/YOUR_USERNAME/stable-diffusion-app.git
cd stable-diffusion-app
pip install -r requirements.txt