-
Is there a plan to support Flux + multicontrolnet?
-
Hi, I was trying to finetune controlnet based on your checkpoint, but there's always a mismatch between the current model and your checkpoint. The checkpoint I used was "cogvideox-5b-controlnet-canny-…
-
Would like to see an example on how to run the ControlNet using QNN in an Android app.
-
Hello,
using either 2b or 5b controlnets in the controlnet example seems to have no effect on the resulting video. I've tried recreating all the nodes in the workflow, but nothing seems to work.
M…
-
When using controlNet through the ControlNet Loader an image input is required on the Quick MFlux generation, otherwise there is error : 'NoneType' object has no attribute 'read'"
img2img and Cont…
-
can we train a controlnet with lora weights on on flux ? maybe combining the lora weights with the model then doing the controlnet ?
-
nice project,is support controlnet and ip-adapter?is there a demo
-
Hi guys,
I'm trying [XLabs-AI/flux-controlnet-canny-v3](https://huggingface.co/XLabs-AI/flux-controlnet-canny-v3/blob/main/flux-canny-controlnet-v3.safetensors) with stable-diffusion.cpp and run in…
-
### Describe the bug
Hi,
I think I found an issue that causes a misalignment between training and inference in SD3 ControlNet.
https://github.com/huggingface/diffusers/blob/a3e8d3f7deed140f57a2…
-
### Describe the bug
When I use flux's img2img controlnet for inference, a channel error occurs.
### Reproduction
import numpy as np
import torch
import cv2
from PIL import Image
from diffusers…