-
I am trying to convert my local model to CoreML and encountered an error after converting the TextEncoder:
```
ERROR - converting 'scaled_dot_product_attention' op (located at: 'text_encoder/text_…
-
**Background**
After Detailer is a plugin that provides a major generation upgrade for Stable Diffusion, being able to fix faces, hands, and (with third party plugins) other image elements; a fair nu…
-
### Describe the bug
When running the DreamBooth SDXL training script with LoRA, it throws a TypeError even when `use_dora=False` (default). This happens because the `use_dora` parameter is always be…
-
Dear authors,
Thanks for open-sourcing such a great project, it helps me a lot!
I'm currently working on my research based on this project and want to deploy the trained weights to Automatic1111.
…
-
### System Info
```shell
Linux through Windows WSL, Python 3.10
```
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [X] My own modified scripts
### Tasks
-…
-
### What happened?
Try to train SD3.
Set path to base model sd3_medium.safetensors
It errors about
`stabilityai/stable-diffusion-3-medium-diffusers is restricted. You must be authenticated`
…
-
```
File "scripts/txt2img.py", line 22, in
from diffusers.pipelines.stable_diffusion.safety_checker import StableDiffusionSafetyChecker
File "/opt/conda/envs/ldm/lib/python3.8/site-packages/…
-
### Describe the bug
I am currently comparing the inpainting generated results between the [diffusers/stable-diffusion-xl-1.0-inpainting-0.1](https://huggingface.co/diffusers/stable-diffusion-xl-1.0-…
-
As I do not personally use Mac, I can't offer support for it, but if anyone has problems with it, report the Mac-related bugs here, and let's hope some other Mac users can help out submitting fixes fo…
-
### Describe the bug
SD3 inpaint pipeline can not use EulerA scheduler.
### Reproduction
```python
pipe = StableDiffusion3InpaintPipeline.from_pretrained(xxx)
pipe.scheduler = EulerAncestralDisc…