Skip to content

daparasyte/StableDiffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

StableDiffusion

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.

Usage

Run Stable_Diffusion.ipynb to generate images using text. Open In Colab

Run Stable_Diffusion_Animation.ipynb to produce your own animated videos using text prompts. Open In Colab

Saftey Check

To remove the safety check, switch remove_safety to True:

remove_safety = True

Schedulers

  • PNDM, which is the default scheduler in HuggingFace's Diffusers for Stable Diffusion
  • DDIM
  • K-LMS, which is the scheduler suggested by DreamStudio

Resources

About

Running Stable Diffusion model in Google Colab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published