WU-CVGL / MVControl

[3DV-2025] Official implementation of "Controllable Text-to-3D Generation via Surface-Aligned Gaussian Splatting"
https://lizhiqi49.github.io/MVControl/
MIT License
191 stars 6 forks source link

Question about UNet and ControlNet source #14

Closed snowflakewang closed 2 months ago

snowflakewang commented 2 months ago

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 :)