diffusers
diffusers copied to clipboard
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
### Describe the bug Using Stable Cascade with the diffusers main branch and the HF PRs 2/44 as intended, it appears as though there's some misconfiguration that results in super...
**Is your feature request related to a problem? Please describe.** Currently `DiffusionPipeline` class can only serialize official transformers models correctly and load them using `from_pretrained`. However, it does not work...
### Model/Pipeline/Scheduler description Yesterday StabilityAI published the details of their architecture MMDiT for the upcoming StableDiffusion3. https://stability.ai/news/stable-diffusion-3-research-paper Their approach differs quite much from the traditional Diffuser Transformers (like PixArt-alpha) in...
### Describe the bug When I attempt to create an XYZ grid using all available Samplers (other than Default) with an SDXL model in the X axis, and [Sampler] solver...
# What does this PR do? The The UNet2DConditionModel has become quite large is starting to become quite difficult to understand and maintain. In order to simplify this a bit,...
This PR adds support for EDM-style training to the advanced script, based off PR #7126
# What does this PR do? TLDR: This PR includes openai/guided-diffusion pre-trained models into diffusers, with a diverse family of pre-trained openai/guided-diffusion models, including pre-trained model with ImageNet, LSUN bedroom,...
# What does this PR do? Unpack num_frames scalar if created as a (CPU) tensor in forward path Avoids mixed use of CPU and CUDA tensors which is unsupported by...
# What does this PR do? Fixes #6984 ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if...
# What does this PR do? This functionality allows training/fine-tuning of the 9 channel inpainting models provided by - https://huggingface.co/stabilityai/stable-diffusion-2-inpainting - https://huggingface.co/runwayml/stable-diffusion-inpainting This is due to noticing that many inpainting...