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

https://github.com/es7/stable-diffusion-from-scratch

In this repo I have implemented Stable Diffusion from Scratch using PyTorch.
https://github.com/es7/stable-diffusion-from-scratch

artificial-intelligence computer-vision data-science llms machine-learning stable-diffusion

Last synced: 16 days ago
JSON representation

In this repo I have implemented Stable Diffusion from Scratch using PyTorch.

Awesome Lists containing this project

README

          

# Stable-Diffusion-from-Scratch
In this repo I have implemented **Stable Diffusion** from Scratch using PyTorch.

## Download the weights and tokenizer files:
`vocab.json` and `merges.txt` from [tokenzier](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/tree/main/tokenizer)

1v1-5-pruned-emaonly.ckpt` from [main](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/tree/main)

**Fine-tuned Models -->** [InkPunk Diffusion](https://huggingface.co/Envvi/Inkpunk-Diffusion), [Illustration Diffusion](https://huggingface.co/ogkalu/Illustration-Diffusion), [Comic Diffusion](https://huggingface.co/ogkalu/Comic-Diffusion)

### Read my Medium Article for more details
[Implementing Stable Diffusion from Scratch](https://medium.com/@sayedebad.777/implementing-stable-diffusion-from-scratch-using-pytorch-f07d50efcd97)