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? Adds single file support to the StableCascadeUNet, which allows users to load in checkpoints published in the original format. The single file loading logic...

Fixes #7064 for `StableDiffusionPanoramaPipeline`. It looks like most of the work has already been done. `StableDiffusionPanoramaPipeline` class seems to pass the tests of `IPAdapterTesterMixin` in my local setup. Thanks for...

This pull request updates the deprecated `output_type="numpy"` to `output_type="np"` in the test files, and fixes several typos. @stevhliu

Fixes #6126. This pull request includes three commits: - Fix tiling - Add docstring to `decode` method in `ConsistencyDecoderVAE` - Fix typos I tested with this: ```py import torch from...

# What does this PR do? There are some issues related to dtypes and torch versions with the Stable Cascade model. This PR: 1. Adds the appropriate information to the...

# What does this PR do? 1. Adds the conversion script for Stable Cascade Lite 2. Updates the conversion script for Stable Cascade to support the `variant` argument Fixes #...

# What does this PR do? Distilled LCMs don't perform regular class-free guidance. Instead, they pass the `guidance_scale` as conditioning to the U-Net. This is cool because it reduces the...

# What does this PR do? We were passing the wrong embedding to the Decoder Pipeline, which resulted in weird artifacts. Fixes # (issue) #7266 ## Before submitting - [...

With https://github.com/huggingface/diffusers/pull/6729, we shifted to a more resilient and robust way to generate model cards from the DreamBooth training scripts. So, we're keen for the community to help us do...

contributions-welcome

**Is your feature request related to a problem? Please describe.** Can't use ip adapter face id with ip adapter face if I use the community pipeline **Describe the solution you'd...

stale