An open API service indexing awesome lists of open source software.

https://github.com/nagababumo/stable-diffusion-implementation-using-pytorch


https://github.com/nagababumo/stable-diffusion-implementation-using-pytorch

ddpm huggingface huggingface-transformers image image-to-image pytorch pytorch-implementation stable-diffusion stablediffusion text-to-image

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# pytorch-stable-diffusion
PyTorch implementation of Stable Diffusion

## Download weights and tokenizer files:

1. Download `vocab.json` and `merges.txt` from https://huggingface.co/runwayml/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/runwayml/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