#3 · Primary category: Image Generation

diffusers

deep-learning diffusion flux image-generation image2image image2video latent-diffusion-models pytorch qwen-image score-based-generative-modeling stable-diffusion stable-diffusion-diffusers text2image text2video video2video

🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.

Project last updated:08/29/26

GitHub Stars

34.4K

Forks

7.3K

Contributors

1.2K

License

Apache-2.0

Why we included this project

Diffusers is the library most teams reach for when they need to run or train diffusion models in PyTorch. It ships pretrained pipelines for text-to-image, image-to-image, inpainting, and upscaling, so you can load a Stable Diffusion or FLUX checkpoint and generate in a few lines of code. When you need more control, the underlying components stay exposed, so swapping schedulers or adapters is straightforward. The same modular design carries over to video and audio generation, which makes it a practical starting point if your product spans more than one modality. Since it is the reference implementation for many popular open models, documentation and community examples are plentiful, and you rarely have to figure things out from scratch when moving to production.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category