Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 690 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 690 Bytes

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 .