TinyTerra / ComfyUI_tinyterraNodes

A selection of nodes for Stable Diffusion ComfyUI
GNU General Public License v3.0
332 stars 39 forks source link

pipeLoaderSDXL 'optional_controlnet_stack' input does not accept controlnet stack nodes #111

Closed elphamale closed 1 month ago

elphamale commented 1 month ago

Pretty much subj.

Tried to rebuild the base of my workflows with tinyterranodes instead of Efficiency nodes. When it came to controlnet stacker, I couldn't connect any of controlnet stackers I have (efficiency, comfyroll) to optional_controlnet_stack input of pipeLoaderSDXL.

Expected behaviour would be accepting at least one of those stackers.

TinyTerra commented 1 month ago

They must have changed their input type at some point, in any case - thanks for pointing that out, I've pushed a fix and they should connect correctly now

elphamale commented 1 month ago

It does work correctly now. Thank you!