Home
Softono

Pytorch Stable Diffusion

Open source MIT Jupyter Notebook
1.1K
Stars
202
Forks
13
Issues
10
Watchers
1 year
Last Commit

 About Pytorch Stable Diffusion

Stable Diffusion implemented from scratch in PyTorch

Platforms

Web Self-hosted

Languages

Jupyter Notebook

Need Help Installing Pytorch Stable Diffusion?

We provide expert installation service for this software. Our team will install, configure, and secure Pytorch Stable Diffusion on your server. plans start at just $30.

Pytorch Stable Diffusion

View on GitHub

pytorch-stable-diffusion

PyTorch implementation of Stable Diffusion from scratch

Download weights and tokenizer files:

  1. Download vocab.json and merges.txt from https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/tree/main/tokenizer and save them in the data folder
  2. Download v1-5-pruned-emaonly.ckpt from https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/tree/main and save it in the data folder

Tested fine-tuned models:

Just download the ckpt file from any fine-tuned SD (up to v1.5).

  1. InkPunk Diffusion: https://huggingface.co/Envvi/Inkpunk-Diffusion/tree/main
  2. Illustration Diffusion (Hollie Mengert): https://huggingface.co/ogkalu/Illustration-Diffusion/tree/main

Special thanks

Special thanks to the following repositories:

  1. https://github.com/CompVis/stable-diffusion/
  2. https://github.com/divamgupta/stable-diffusion-tensorflow
  3. https://github.com/kjsman/stable-diffusion-pytorch
  4. https://github.com/huggingface/diffusers/