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

### Model/Pipeline/Scheduler description Perhaps you already have something in the works for this, but I couldn't see an existing issue for this. Stable Diffusion 2 [just got released](https://stability.ai/blog/stable-diffusion-v2-release) on a...

**Is your feature request related to a problem? Please describe.** It would be great if we could run SD 2 with cpu_offload, attention slicing, xformers, etc... **Describe the solution you'd...

Add deis multistep methods * I modified the polynomial fitting formula in log-rho space instead of the original linear t space in DEIS paper. The modification enjoys closed-form coefficients for...

## Intro Community Pipelines are introduced in `diffusers==0.4.0` with the idea of allowing the community to quickly add, integrate, and share their custom pipelines on top of `diffusers`. You can...

good first issue
community-examples
hacktoberfest

Added Flax SD pipeline for Image 2 Image TODO: - [x] Update README - [x] Fix generation bug The pipeline is working, but the result is not as expected. Input...

hello! I upgrade my diffuers and use dreamtbooth but It doesn't work like this code ``` > The following values were not passed to `accelerate launch` and had defaults used...

stale

### Describe the bug I am unable to load SD-2 with FlaxStableDiffusionPipeline.from_pretrained(). FlaxStableDiffusionPipeline is unable to load SD-2 because FlaxStableDiffusionPipeline.from_pretrained() looking for an integer value for 'attention_head_dim', while the new...

bug

Based on AltDiffusion, we can train a dreambooth model with different languages.

### Describe the bug When I run the example of text_to_image.py, I got the problem shown in logs. I'm pretty sure I have it configured and running as the reademe.md...

bug
stale

### Model/Pipeline/Scheduler description This work (https://arxiv.org/abs/2209.14916) presents a method based on diffusion model to synthesize human motions from a text. Their method achieves state-of-the-art results on leading benchmarks for text-to-motion...

stale