A widgets-based interactive notebook for Google Colab that lets users generate AI images from prompts (Text2Image) using Stable Diffusion (by Stability AI, Runway & CompVis).
This notebook aims to be an alternative to WebUIs while offering a simple and lightweight GUI for anyone to get started with Stable Diffusion.
Uses Stable Diffusion, HuggingFace Diffusers and Jupyter widgets.
- Interactive GUI interface
- Available Stable Diffusion Models:
- Available Schedulers:
- Includes Safety Checker to enable/disable inappropriate content
- Features sd-vae-ft-mse Autoencoder for producing "smoother" images
Improvements and new features are most welcome! Feel free to submit a PR.
- Fork this repository
- Create a new branch
- Do your thing
- Create a Pull Request