# pytorch-stable-diffusion **Repository Path**: dragon515/pytorch-stable-diffusion ## Basic Information - **Project Name**: pytorch-stable-diffusion - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-05 - **Last Updated**: 2025-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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/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 ## Special thanks Special thanks to the following repositories: 1. https://github.com/CompVis/stable-diffusion/ 1. https://github.com/divamgupta/stable-diffusion-tensorflow 1. https://github.com/kjsman/stable-diffusion-pytorch 1. https://github.com/huggingface/diffusers/