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

https://github.com/oelin/stable-diffusion

An implementation of Stable Diffusion in PyTorch (WIP).
https://github.com/oelin/stable-diffusion

Last synced: 2 months ago
JSON representation

An implementation of Stable Diffusion in PyTorch (WIP).

Awesome Lists containing this project

README

          

# Stable Diffusion

An implementation of Stable Diffusion in PyTorch (WIP).

TODO:

- [x] Implement autoencoder (VAE-GAN) for latent diffusion.
- [ ] Implement diffusion pipeline.