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

### Describe the bug I run the training but get this error ### Reproduction Run accelerate config ``` compute_environment: LOCAL_MACHINE debug: false distributed_type: FSDP downcast_bf16: 'no' enable_cpu_affinity: true fsdp_config: fsdp_activation_checkpointing:...

bug

### Describe the bug while reading doc [Load adapters](https://huggingface.co/docs/diffusers/using-diffusers/loading_adapters) I tried to open in Colab to run an example on this page. It will get Notebook not found on a...

bug

### Describe the bug Hi. Whenever I try to load a model repo locally, I get this following error: ``` OverflowError: cannot fit 'int' into an index-sized integer ``` Not...

bug

please support kolors with controlnet and ipadapter-Faceid

### Describe the bug I run the training but get this error ### Reproduction Run `accelerate config` ``` compute_environment: LOCAL_MACHINE debug: true distributed_type: FSDP downcast_bf16: 'no' enable_cpu_affinity: false fsdp_config: fsdp_activation_checkpointing:...

bug
stale

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

# What does this PR do? This PR would solve the problem #11630 First of all, I would like to sincerely thank the team for your continued hard work in...

Thanks for the opportunity to fix #11519! Original Work Original repo: https://github.com/SandAI-org/MAGI-1 - [ ] ... - [ ] Did you make sure to update the documentation with your changes?...

This PR adds a compile method to the DiffusionPipeline to make it really easy for diffusers users to apply torch.compile. There are a couple of reasons why we want a...

**Is your feature request related to a problem? Please describe.** Need WanVACETransformer3DModel.from_single_file support to use GGUF format **Describe the solution you'd like.** Install diffusers pip install git+https://github.com/huggingface/diffusers.git@refs/pull/11582/head ```python from typing...