Hello, thank you for your great work in Multi-view ControlNet. When I source modules using type, I find that
_type(pipe.unet)==<class 'diffusersmodules.local.unet.UNet2DConditionModel'> and type(pipe.controlnet)==<class 'extern.mvcontrol.mvcontrolnet.MultiViewControlNetModel'>. I am curious why you do not use extern.mvcontrol.unet.
Hello, thank you for your great work in Multi-view ControlNet. When I source modules using type, I find that _type(pipe.unet)==<class 'diffusersmodules.local.unet.UNet2DConditionModel'> and type(pipe.controlnet)==<class 'extern.mvcontrol.mvcontrolnet.MultiViewControlNetModel'>. I am curious why you do not use extern.mvcontrol.unet.
Thank you :)