ComfyUI Extension: ComfyUI-MoGe2

Authored by zade23

Created

Updated

2 stars

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 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.