Skip to content

Yuan-ManX/Stable-Diffusion-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51694a5 · Dec 19, 2024

History

21 Commits
Dec 2, 2024
Dec 19, 2024
Dec 18, 2024
Dec 2, 2024
Dec 2, 2024
Dec 2, 2024
Dec 2, 2024
Dec 2, 2024
Dec 3, 2024
Dec 2, 2024
Dec 2, 2024
Dec 3, 2024
Dec 3, 2024
Dec 2, 2024

Repository files navigation

Stable Diffusion PyTorch

StableDiffusion

PyTorch implementation of Stable Diffusion

Stable Diffusion: High-Resolution Image Synthesis with Latent Diffusion Models.

Stable Diffusion is a latent text-to-image diffusion model. Thanks to a generous compute donation from Stability AI and support from LAION, they were able to train a Latent Diffusion Model on 512x512 images from a subset of the LAION-5B database. Similar to Google's Imagen, this model uses a frozen CLIP ViT-L/14 text encoder to condition the model on text prompts. With its 860M UNet and 123M text encoder, the model is relatively lightweight and runs on a GPU with at least 10GB VRAM.

About

PyTorch implementation of Stable Diffusion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages