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).
- Host: GitHub
- URL: https://github.com/oelin/stable-diffusion
- Owner: oelin
- License: mit
- Created: 2023-12-20T13:37:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T13:46:34.000Z (about 2 years ago)
- Last Synced: 2023-12-20T17:22:31.938Z (about 2 years ago)
- Language: Jupyter Notebook
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.