diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

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

Results 1293 diffusers issues
Sort by recently updated
recently updated
newest added

This PR adds transformer cache context for SkyReels-V2 pipelines and & updates docs. - Pipelines and pipeline callbacks: @yiyixuxu and @asomoza

The issue is based on https://huggingface.co/docs/diffusers/main/using-diffusers/merge_loras Is there a similar procedure for merging loras for FLUX models? The guide seems to be specific for UNet based methods. I'm working on...

# What does this PR do? Fixes # (issue) ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks...

# What does this PR do? Fixes #12809 This PR fixes it by: 1. Removing the @torch.autocast decorator (Fixes the import warning). 2. Explicitly casting inputs to float32 inside the...

# What does this PR do? In the [original code](https://github.com/aigc-apps/VideoX-Fun/blob/main/videox_fun/models/z_image_transformer2d_control.py) this is not a typical ControlNet, it is integrated into the `transformer` and relies on operations performed in the `transformer`'s...

close-to-merge

# What does this PR do? Fixes [#11966](https://github.com/huggingface/diffusers/issues/11966) ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if...

# What does this PR do? In this way, the computing time cost for NPU will reduce about 3%-5%. ## Before submitting - [ ] This PR fixes a typo...

# What does this PR do? This PR adds support for **MagCache** (Magnitude-aware Cache), a training-free inference acceleration method for diffusion models, specifically targeting Transformer-based architectures like Flux. This implementation...

performance
diffusers-mvp

What does this PR do? This PR adds comprehensive documentation for training InstructPix2Pix-SDXL with LoRA adapters on diffusers/sdxl-instructpix2pix-768. The new README_lora_sdxl.md provides: Key Additions: Complete training guide for LoRA-based InstructPix2Pix...