This repository provides a Google Colab Notebook to run the text-to-image Stable Diffusion model by CompVis.
It also provides a Google Colab Notebook to generate your own animated videos using text prompts.
Run Stable_Diffusion.ipynb to generate images using text.
Run Stable_Diffusion_Animation.ipynb to produce your own animated videos using text prompts.
To remove the safety check, switch remove_safety to True:
remove_safety = True
- PNDM, which is the default scheduler in HuggingFace's Diffusers for Stable Diffusion
- DDIM
- K-LMS, which is the scheduler suggested by DreamStudio