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 Get error when I enable xformers of UNet and try to do backward: ``` Traceback (most recent call last): File "f:/diffusers-test/vae_expr.py", line 66, in loss.backward() File...

bug

**Describe the solution you'd like** StableDiffusion example scripts are updated to make use of the Optimum / BetterTransformer optimisations. **Describe alternatives you've considered** That the examples can't be integrated, or...

### Model/Pipeline/Scheduler description Fast Text-Conditional Discrete Denoising on Vector-Quantized Latent Spaces abs: https://arxiv.org/abs/2211.07292 github: https://github.com/dome272/Paella t2i model requiring less than 10 steps to sample high-fidelity images ### Open source status...

New pipeline/model

starting to work on discussion in #778. Please contribute and leave feedback. This is mostly a placeholder for my work right now as I figure out how to do it....

I'm trying to make a video with the `StableDiffusionImg2ImgPipeline` but am encountering some unexpected behavior. I generate the first frame by using the `StableDiffusionPipeline` with relatively many steps (e.g. 100)....

The following code fails for the new `DPMSolverMultistepScheduler` when used in half precision due to `torch.quantile()` expecting inputs to be in full precision. This slight patch fixes this bug and...

You can use larger batch sizes if you do the VAE decode one image at a time. Now VAE decode runs on the full batch, which limits 8GB GPU batch...

What's the difference between PNDM and plms,plms for CompVis/stable-diffusion-v1-4-origin

stale

### Model/Pipeline/Scheduler description Recent work which leverages diffusion models for object detection task. https://arxiv.org/abs/2211.09788 Add capability to run it through HF diffusers pipeline and if possible also create benchmarks or...

good first issue
New pipeline/model