diffusers
https://github.com/huggingface/diffusers
Python
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported1 Subscribers
Add a CodeTriage badge to diffusers
Help out
- Issues
- fix: remove duplicate words in error messages and docstrings
- fix: add missing f-string prefixes in BnB quantizer log messages
- fix: add missing f-string prefixes across pipelines and schedulers
- fix: remove duplicate words and fix grammar in docstrings and error messages
- Guard against calling optional `ftfy` module if not available
- Help us profile important pipelines and improve if needed
- fix: correct grammar 'same type to' → 'same type as' in error messages
- Add modular pipeline for HunyuanVideo 1.5
- DDPMScheduler allows num_inference_steps=0 without validation (inconsistent with DDIMScheduler)
- Fix missing validation for num_inference_steps in DDPMScheduler and add tests
- Docs
- Python not yet supported