My custom notebook environment for stable diffusion
If you are looking for the Beat_stable_diffusion notebook
please switch to the beat branch
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 .