Skip to content

nicolas-rabault/ultimate_stable_diffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate stable diffusion notebook

My custom notebook environment for stable diffusion

If you are looking for the Beat_stable_diffusion notebook please switch to the beat branch

Requirements

A suitable conda environment named usd can be created and activated with:

conda env create -f environment.yaml
conda activate ldm

You can also update an existing latent diffusion environment by running

conda install pytorch torchvision -c pytorch
pip install transformers==4.19.2 diffusers invisible-watermark
pip install -e .

About

My custom notebook environement for stable diffusion

Resources

Stars

Watchers

Forks