ComfyUI_Comfyroll_CustomNodes icon indicating copy to clipboard operation
ComfyUI_Comfyroll_CustomNodes copied to clipboard

Controlnet stack support for models without baked in vae

Open DavidJaeck opened this issue 5 months ago • 0 comments

If you try to use a controlnet without a vae baked in you get the error:

This Controlnet needs a VAE but none was provided, please use a ControlNetApply node with a VAE input and connect it.

Actually I have implemented support for optionally loading an external vae on my machine, so I could share the implementation. I rarely contribute to open source, I think if I shall open a merge request I need to be granted some permissions. Otherwise I could share the diff in this issue.

DavidJaeck avatar Jun 14 '25 16:06 DavidJaeck