diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.

Results 1193 diffusers issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The currently the AUTOMATIC1111/stable-diffusion-web-ui support to increase or decrease the weight of an prompt with () & [] which is...

### Describe the bug I'm trying to do inference with `StableDiffusionImg2ImgPipeline` using prompt embeddings rather than prompt as a string. I am using the [Compel](https://github.com/damian0815/compel) library to create the embeddings....

bug

Since [Tune-A-Video: One-Shot Tuning of Image Diffusion Models for Text-to-Video Generation](https://arxiv.org/abs/2212.11565) has been there for sometime now, it'd be cool to officially have it supported from Diffusers 🧨 The best...

Thank you for your great job. It is really useful for me. I want to inference with resolution of 512x768. I know I could do that with the model trained...

### Model/Pipeline/Scheduler description From the official repository, [T2I-Adapter](https://github.com/TencentARC/T2I-Adapter) by @TencentARC is > ... a simple and small (~70M parameters, ~300M storage space) network that can provide extra guidance to pre-trained...

I want to use pyinstaller to package as exe without cmd command line ![image](https://user-images.githubusercontent.com/48466610/219591814-fd79322c-a459-48be-a5d9-00eedca5d134.png)

hi , I'm trying to generate an image from a prompt using the Stable-Diffusion-v1-5 model,and I'm using NVidia GeForce GTX 1650 , to create an image it's taking 4 min,...

### Describe the bug The train text to image is slower when xformers 0.0.16 is enabled (6 hours and 4 mins) vs when x formers is not used (5 hours...

bug

### Describe the bug Hello, When I fine tune the model using this [code](https://github.com/huggingface/diffusers/blob/main/examples/text_to_image/train_text_to_image_lora.py) and I enable enable_xformers_memory_efficient_attention, I face the following bug: ``` accelerator.backward(loss) File "C:\Users\Environments\StableDiffusion\lib\site-packages\accelerate\accelerator.py", line 1316, in...

bug

### Describe the bug Following the tutorial in notebook: https://github.com/huggingface/diffusers/tree/main/examples/dreambooth with latest version of code I have follow error: ImportError: cannot import name 'ProjectConfiguration' from 'accelerate.utils' With a previous commit...

bug