ComfyUI Extension
ComfyUI-MoGe2
Runs the MoGe2 model on the input image.
zade23/Comfyui-MoGe2
Nodes1
On cloudLocal install
CategoryMoGe2
Stars22
Updated5 months ago
Nodes (1)
Readme
Comfyui-MoGe2
ComfyUI nodes to use MoGe2 prediction.

Original repo: https://github.com/microsoft/MoGe
Huggingface demo: https://huggingface.co/spaces/Ruicheng/MoGe-2
Updates
- [2025-07-29] Support
Ruicheng/moge-2-vitl-normalandRuicheng/moge-vitlmodel.
Features
|version|model|3D|depth_map|normal_map| |---|---|---|---|---| |v1|Ruicheng/moge-vitl|✅|✅|❌| |v2|Ruicheng/moge-2-vitl-normal|✅|✅|✅|
Using
v1model to exportnormalwill return black image instead of normal map.Ruicheng/moge-vitldoes not support normal map.
How to Use
ComfyUI-Manager
Run ComfyUI → Manager → Custom Nodes Manager → search and install Comfyui-MoGe2
Git Clone
- Clone this repo to
ComfyUI/custom_nodes - Install requirements:
pip install -r requirements.txt
Model Support
Acknowledgements
I would like to thank the contributors to the MoGe, ComfyUI-MoGe, for their open research.