-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
bugSomething isn't workingSomething isn't workingcontributions-welcomegood first issueGood for newcomersGood for newcomers
Description
Describe the bug
errors when Xlabs controlnets are used with FluxControlNetInpaintPipeline
Reproduction
controlnet = FluxControlNet.from_pretrained(“xlabs…”)
pipe = FluxControlNetInpaintPipeline.from_pretrained(…, controlnet=controlnet)
image = pipe(…)
Logs
Given groups=1, weight size of [16,3,3,3], expected input [1,1,4096,64] to have 3 channels, but got 1 channels instead.
Switching controlnet to a previously supported one such as InstantX does not result in this issue. All inputs are confirmed to be (h, w, 3) before forward pass.
System Info
diffusers from source
Who can help?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcontributions-welcomegood first issueGood for newcomersGood for newcomers