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

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

SDXL inpaint quality is really poor but it can solve with like A1111 webui support soft inpainting feature is there any support plan to soft inpaint?

# What does this PR do? Reduces the model sizes in the Dance Diffusion tests. Fixes #7677 ## Before submitting - [ ] This PR fixes a typo or improves...

# What does this PR do? - adds support for sliding window contexts to the animatediff video2video pipeline ## Before submitting - [ ] This PR fixes a typo or...

video

### Model/Pipeline/Scheduler description Currently, most existing camera motion control methods for video generation with denoising diffusion models rely on training a temporal camera module, and necessitate substantial computation resources due...

# What does this PR do? This pull request introduces the `safety_check` argument to the `call` method of the [StableDiffusionPipeline](https://github.com/rickstaa/diffusers/blob/ba352aea29df9a7f086bf0815fe9fe479218f801/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py#L73). This new argument provides users with the flexibility to dynamically...

### Describe the bug I am trying to finetune SDXL but the training script crashes when saving the model at a checkpoint. Training runs fine. ### Reproduction Here is my...

bug

### Describe the bug I have this shape error where `scale` and `shift` are different sizes from `x`. I'm not positive this is a bug so it could be me...

bug
stale

# What does this PR do? This is a fix for an issue I opened earlier today. I'll link it down below. Fixes # (issue) #7575 ## Before submitting -...

stale

# What does this PR do? Return zero tensors when the scale for ControlNet is set to zero. Example use case: Consider a pipeline that incorporates multiple ControlNets (e.g., 2)...