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

Cc: @StrongerXi

performance
torch.compile

# What does this PR do? This PR adds --lora_alpha and metadata handling in training scripts in 'train_dreambooth_lora_sdxl.py'. Part of #11730 ## Before submitting - [X] This PR fixes a...

# What does this PR do? Adds finegrained FP8

### Describe the bug Has anyone successfully trained HiDream-I1 using the diffusers repository? I trained the lora model of HiDream-I1 with the default learning rate. The output images were extremely...

bug

# What does this PR do? This PR considerably simplifies how we do benchmarks. Instead of using entire pipeline-level benchmarks across different tasks, we will now ONLY benchmark the diffusion...

**Is your feature request related to a problem? No **Describe the solution you'd like.** A clear and concise description of what you want to happen. Incorporate a way to add...

wip

### Describe the bug Hi, @patrickvonplaten, @sayakpaul, I'd like to report that two potentially risky pretrained models are being used in this project, which may pose **backdoor threats**.Please check the...

bug

# What does this PR do? Some CI modules install both `transformers` and `accelerate` from the source while some only install `accelerate` from the source. This is not desirable and...

### Describe the bug padding_mask_crop works for no controlnet and with 1 controlnet, but when we have multiple controlnets, library returns - ValueError: The image should be a PIL image...

bug
stale

# What does this PR do? Small PR, adds cond and uncond batch to Chroma now that prompt embeds are in a consistent size Relevant #11725 ## Before submitting -...