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

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

### Describe the bug I have this error, i have RTX 4090. ubuntu Ubuntu 22.04.1 RuntimeError: CUDA out of memory. Tried to allocate 3.20 GiB (GPU 0; 22.20 GiB total...

bug

I have a RTX 3080. It keeps giving me a "Requires GPU error" ``` The following values were not passed to `accelerate launch` and had defaults used instead: `--num_cpu_threads_per_process` was...

### Describe the bug I'm running the dreambooth notebook on a Debian 10 based VM with CUDA 11.0 and when executing the xformers-installing cell, I get the following error: `ERROR:...

bug

### Describe the bug When running the dreambooth script, I encounter the following: Expected tensor for argument #1 'indices' to have one of the following scalar types: Long, Int; but...

bug

I run dream booth perfectfully on colab but the gpu limit expire really fast, so i'm wondering if anyone has tried it on kaggle? is it possible?

### Describe the bug I can train models and generate images, but when I convert the model to a ckpt with the hugging face official repo https://github.com/huggingface/diffusers/blob/main/scripts/convert_diffusers_to_original_stable_diffusion.py and another converter...

bug

### Describe the bug Whenever train_dreambooth.py is being triggered, it failed to continue due to line 35 within the deprecation_utils.py. ### Reproduction N/A ### Logs ```shell he following values were...

bug

### Describe the bug I ran a training command after having installed xformers but I got the xformers error. ### Reproduction I included the following in requirements.txt: accelerate==0.12.0 torchvision transformers>=4.21.0...

bug

I'm not really good at this stuff but is it possible to train a dreambooth model for an anime character? I tried just using the default stuff but the results...

### Describe the bug Hello, I am receiving an error when attempting to train with a local copy of the stable-diffusion-inpainting model. The normal script, train_dreambooth.py, works fine. ### Reproduction...

bug