-
docker-plugin version: 1.1.3 (was not present on 1.1.1; downgrading resolves it again)
jenkins version: 2.89.4
groovy plugin version: 2.0
docker engin version: 1.9.0
`Execute system groovy scrip…
-
Support to convert model black-forest-labs/FLUX.1-schnell, receive this error:
after running:
`python -m python_coreml_stable_diffusion.torch2coreml --convert-unet --convert-text-encoder --convert…
-
The following sample fails. The error seems to be coming from the exact same cause of #7020, but I cannot workaround the error with the same fix in frontend.py.
After some debugging I found out tha…
-
The config attributes {'requires_safety_checker': True} were passed to LatentConsistencyModelPipeline, but are not expected and will be ignored. Please verify your model_index.json configuration file.…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
While private model attributes are handled correctly by pydantic at runtime as described in https://docs.pydantic.dev/l…
-
### 🐛 Bug Report
After drawing on a shape, and then moving/rotating the image, it stops being interacted with correctly. A few things I've noticed:
1. The shape might not be able to be reselected
…
-
at dev brach, init pipeline as following code, but the output image is covered with a red layer
`# brushnet-based version
unet = UNet2DConditionModel.from_pretrained(
"stable-diffusion-…
-
### Describe the bug
Hello, I implemented my own custom pipeline referring StableDiffusionPipeline (RepDiffusionPipeline), but there are some issues
I called "accelerator.prepare" properly, and ma…
-
Hi. Thanks to this code, I was able to write a multi-label classification model well.
By the way, can you tell me how to export the model made like this using torch.onnx? An error occurred when I us…
-
When I try to export a simple network using LT (or GT) to ONNX, I get the following error:
## Error log
```
Traceback (most recent call last):
...
File "/home/masato/repo/pytorch/build/caffe2…