ComfyUI nodes to use MoGe2 prediction.
Original repo: https://github.com/microsoft/MoGe
Huggingface demo: https://huggingface.co/spaces/Ruicheng/MoGe-2
- [2025-07-29] Support
Ruicheng/moge-2-vitl-normalandRuicheng/moge-vitlmodel.
| 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.
Run ComfyUI → Manager → Custom Nodes Manager → search and install Comfyui-MoGe2
- Clone this repo to
ComfyUI/custom_nodes - Install requirements:
pip install -r requirements.txt
I would like to thank the contributors to the MoGe, ComfyUI-MoGe, for their open research.
