-
```
python test_pasd_sdxl.py
The config attributes {'use_sd3_vae': False} were passed to UNet2DConditionModel, but are not expected and will be ignored. Please verify your config.json configuration …
-
`ValueError: ControlNet needs to be passed if loading from ControlNet pipeline.`
The above error only occurs when trying to pass multiple controlnets as a list to `StableDiffusionControlNetPipeline…
-
Hi team,
I am adapting [this](https://github.com/aws-neuron/aws-neuron-samples/blob/master/torch-neuronx/inference/hf_pretrained_sd2_512_inference.ipynb) notebook, essentially instantiating a Contro…
-
### Describe the bug
I cannot use both stable diffusion XL [reference ](https://github.com/Mikubill/sd-webui-controlnet/discussions/1236) and [Instant ID](https://github.com/InstantID/InstantID) in t…
Fqlox updated
1 month ago
-
I have an only noise at the output. Trouble is in the controlnet model, because, when i change it, for example, on the canny, i have a picture. I download model from https://huggingface.co/InstantX/In…
-
First of all, thank you for your outstanding contribution! However, I encountered a problem when using the promax model.
There is a mismatch in the expected shape of the tensor weights when trying to…
-
A similar error on both
(base) root@ubuntu:/JARVIS/server# python models_server.py --config config.yaml
Traceback (most recent call last):
File "/JARVIS/server/models_server.py", line 7, in
…
-
Getting this error after trying to run the model on Replicate. Have not made any modifications to the code and I have the models/checkpoints downloaded.
```
File "/root/.pyenv/versions/3.11.7/lib/py…
-
import diffusers
from diffusers.utils import load_image
from diffusers.models import ControlNetModel
import cv2
import torch
import numpy as np
from PIL import Image
from insightface.app im…
-
Instead of loading from the base U-Net, can we perform LoRA on an already trained controlnet?