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
- Host: GitHub
- URL: https://github.com/nagababumo/stable-diffusion-implementation-using-pytorch
- Owner: nagababumo
- Created: 2024-07-07T18:04:08.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-07T18:07:36.000Z (11 months ago)
- Last Synced: 2025-01-14T02:25:09.320Z (5 months ago)
- Topics: ddpm, huggingface, huggingface-transformers, image, image-to-image, pytorch, pytorch-implementation, stable-diffusion, stablediffusion, text-to-image
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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