Stable Diffusion pipeline that generates images from text descriptions, fine-tuned for marketing teams. (Guided project completed as part of a Coursera learning path.)
- Assembles the Stable Diffusion pipeline from pre-trained networks
- Fine-tunes the model on new images
- Deploys a Streamlit app front-end for non-technical users
pip install -r requirements.txt
streamlit run app.py- Python · Diffusers/Stable Diffusion · Streamlit
MIT