ComfyUI Extension: ComfyUI-MoGe2
Runs the MoGe2 model on the input image. v1: Ruicheng/moge-vitl v2: Ruicheng/moge-2-vitl-normal
Custom Nodes (0)
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-normal
andRuicheng/moge-vitl
model.
Features
|version|model|3D|depth_map|normal_map| |---|---|---|---|---| |v1|Ruicheng/moge-vitl|✅|✅|❌| |v2|Ruicheng/moge-2-vitl-normal|✅|✅|✅|
Using
v1
model to exportnormal
will return black image instead of normal map.Ruicheng/moge-vitl
does 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.