Extensions/ComfyUI-MoGe2
ComfyUI Extension

ComfyUI-MoGe2

Runs the MoGe2 model on the input image.

By zade23·Created about a year ago·Updated 5 months ago· 22
zade23/Comfyui-MoGe2
Nodes1
On cloudLocal install
CategoryMoGe2
Stars22
Updated5 months ago
Readme

Comfyui-MoGe2

what is this repo🤔? ask: zread deepwiki


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 and Ruicheng/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 export normal will return black image instead of normal map. Ruicheng/moge-vitl does not support normal map.

How to Use

ComfyUI-Manager

Run ComfyUI → ManagerCustom Nodes Manager → search and install Comfyui-MoGe2

Git Clone

  1. Clone this repo to ComfyUI/custom_nodes
  2. 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.