{
  "id": "b8855bb2-4ecb-4d67-94cc-c373b4db93dd",
  "revision": 0,
  "last_node_id": 70,
  "last_link_id": 92,
  "nodes": [
    {
      "id": 46,
      "type": "PreviewImage",
      "pos": [
        -2950,
        5000
      ],
      "size": [
        350,
        490
      ],
      "flags": {},
      "order": 6,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 88
        }
      ],
      "outputs": [],
      "title": "Preview Image (normal_opengl)",
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.21.1",
        "Node name for S&R": "PreviewImage (normal_opengl)",
        "enableTabs": false,
        "tabWidth": 65,
        "tabXOffset": 10,
        "hasSecondTab": false,
        "secondTabText": "Send Back",
        "secondTabOffset": 80,
        "secondTabWidth": 65,
        "ue_properties": {
          "widget_ue_connectable": {},
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": []
    },
    {
      "id": 47,
      "type": "PreviewImage",
      "pos": [
        -2570,
        5000
      ],
      "size": [
        350,
        490
      ],
      "flags": {},
      "order": 7,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 89
        }
      ],
      "outputs": [],
      "title": "Preview Image (normal_directx)",
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.21.1",
        "Node name for S&R": "PreviewImage (normal_directx)",
        "enableTabs": false,
        "tabWidth": 65,
        "tabXOffset": 10,
        "hasSecondTab": false,
        "secondTabText": "Send Back",
        "secondTabOffset": 80,
        "secondTabWidth": 65,
        "ue_properties": {
          "widget_ue_connectable": {},
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": []
    },
    {
      "id": 50,
      "type": "MarkdownNote",
      "pos": [
        -4924.556865728413,
        6028.071510079876
      ],
      "size": [
        1304.0737923164697,
        1580.2468797546599
      ],
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": [],
      "outputs": [],
      "properties": {
        "ue_properties": {
          "widget_ue_connectable": {},
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": [
        "## moge_image_to_mesh\n\n**Single perspective photo -> textured GLB**\n\n`Load Image` -> `Geometry Estimation (MoGe)` -> `Save GLB`\n\n### Main flow\n- Runs MoGe inference on one source image\n- Converts the inferred geometry into a mesh\n- Exposes OpenGL and DirectX normal previews\n\n### Inputs\n| Control | Meaning |\n|--------|--------|\n| `source_image` | Input RGB image |\n| `inference_resolution` | MoGe detail level `0-9`; higher is slower but keeps more detail |\n| `inference_batch_size` | Passed to `MoGeInference` batch size; use `1` for a single still image |\n| `mesh_frame_index` | Batch/frame index used when converting geometry to mesh; use `0` for one image |\n| `mesh_decimation` | Mesh decimation step; `1` keeps the densest mesh |\n| `mesh_gap_threshold` | Removes faces across large depth discontinuities; `0` disables the filter |\n| `mesh_texture` | Bakes source image colors into the exported GLB |\n| `moge_model` | Model checkpoint loaded by `LoadMoGeModel`; see `Model Link` |\n| `auto_resize_input` | Enables pre-inference resize logic for large images |\n\n### Auto-resize logic\nWhen `auto_resize_input` is enabled, the subgraph checks image width first:\n- width `> 2048`: resize by longer edge to `2048` before inference\n- width `<= 2048`: keep the original image\n\nWhen `auto_resize_input` is disabled, the original image always goes into inference.\n\n### Outputs\n- `mesh`: mesh output for `Save GLB`\n- `normal_opengl`: preview rendered through `MoGeRender`\n- `normal_directx`: preview rendered through `MoGeRender`"
      ],
      "color": "#222",
      "bgcolor": "#000"
    },
    {
      "id": 52,
      "type": "MarkdownNote",
      "pos": [
        -5680,
        5000
      ],
      "size": [
        690,
        1010
      ],
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": [],
      "outputs": [],
      "title": "Model Link",
      "properties": {
        "ue_properties": {
          "widget_ue_connectable": {},
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": [
        "## MoGe — models & downloads\n\nResearch repo: [microsoft/MoGe](https://github.com/microsoft/MoGe) (CVPR'25, monocular geometry from a single image).\n\nComfyUI weights: [Comfy-Org/MoGe](https://huggingface.co/Comfy-Org/MoGe) → `models/geometry_estimation/`\n\n### Which checkpoint to use\n\n| File | Version | Use when |\n|------|---------|----------|\n| `moge_1_vitl_fp16` | **MoGe-1** | Point map + depth + mask; relative scale. Lighter baseline. |\n| `moge_2_vitl_normal_fp16` | **MoGe-2** | **Recommended.** Metric-scale depth/points, sharper detail, **normal maps** (needed for normal previews & better mesh edges). |\n\nMoGe-2 adds metric scale and normals in one forward pass; MoGe-1 does not predict normals (normals in previews may be derived from points).\n\n### Downloads\n- [moge_1_vitl_fp16.safetensors](https://huggingface.co/Comfy-Org/MoGe/resolve/main/geometry_estimation/moge_1_vitl_fp16.safetensors)\n- [moge_2_vitl_normal_fp16.safetensors](https://huggingface.co/Comfy-Org/MoGe/resolve/main/geometry_estimation/moge_2_vitl_normal_fp16.safetensors)\n\n\n## Model Storage Location\n\n```\n📂 ComfyUI/\n├── 📂 models/\n│   └── 📂 geometry_estimation/\n│       ├── moge_2_vitl_normal_fp16.safetensors\n│       └── moge_1_vitl_fp16.safetensors\n```\n\nGuide: [Subgraph](https://docs.comfy.org/interface/features/subgraph)\n\n### Issues\nUpdate ComfyUI first ([guide](https://docs.comfy.org/installation/update_comfyui)), then install models.\n- Runtime: [ComfyUI/issues](https://github.com/comfyanonymous/ComfyUI/issues)\n- UI: [ComfyUI_frontend/issues](https://github.com/Comfy-Org/ComfyUI_frontend/issues)\n"
      ],
      "color": "#222",
      "bgcolor": "#000"
    },
    {
      "id": 9,
      "type": "LoadImage",
      "pos": [
        -4390,
        5000
      ],
      "size": [
        390,
        440
      ],
      "flags": {},
      "order": 2,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            84
          ]
        },
        {
          "name": "MASK",
          "type": "MASK",
          "links": null
        }
      ],
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.21.1",
        "Node name for S&R": "LoadImage",
        "enableTabs": false,
        "tabWidth": 65,
        "tabXOffset": 10,
        "hasSecondTab": false,
        "secondTabText": "Send Back",
        "secondTabOffset": 80,
        "secondTabWidth": 65,
        "ue_properties": {
          "widget_ue_connectable": {},
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": [
        "ComfyUI_00001_.png",
        "image"
      ]
    },
    {
      "id": 67,
      "type": "936dfaf2-575a-48b5-9e0c-df391319d11f",
      "pos": [
        -3950,
        5000
      ],
      "size": [
        430,
        480
      ],
      "flags": {},
      "order": 4,
      "mode": 0,
      "inputs": [
        {
          "name": "source_image",
          "type": "IMAGE",
          "link": 84
        },
        {
          "label": "auto_resize_input",
          "name": "switch",
          "type": "BOOLEAN",
          "widget": {
            "name": "switch"
          },
          "link": null
        }
      ],
      "outputs": [
        {
          "name": "mesh",
          "type": "MESH",
          "links": [
            92
          ]
        },
        {
          "name": "normal_opengl",
          "type": "IMAGE",
          "links": [
            88
          ]
        },
        {
          "name": "normal_directx",
          "type": "IMAGE",
          "links": [
            89
          ]
        }
      ],
      "properties": {
        "proxyWidgets": [
          [
            "55",
            "resolution_level"
          ],
          [
            "55",
            "batch_size"
          ],
          [
            "54",
            "batch_index"
          ],
          [
            "54",
            "decimation"
          ],
          [
            "54",
            "discontinuity_threshold"
          ],
          [
            "54",
            "texture"
          ],
          [
            "58",
            "model_name"
          ],
          [
            "66",
            "switch"
          ]
        ],
        "cnr_id": "comfy-core",
        "ver": "0.21.1",
        "enableTabs": false,
        "tabWidth": 65,
        "tabXOffset": 10,
        "hasSecondTab": false,
        "secondTabText": "Send Back",
        "secondTabOffset": 80,
        "secondTabWidth": 65,
        "ue_properties": {
          "widget_ue_connectable": {
            "switch": true
          },
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": []
    },
    {
      "id": 70,
      "type": "Preview3D",
      "pos": [
        -3479.9232073015155,
        5580.711876184896
      ],
      "size": [
        400,
        550
      ],
      "flags": {},
      "order": 3,
      "mode": 0,
      "inputs": [
        {
          "name": "camera_info",
          "shape": 7,
          "type": "LOAD3D_CAMERA",
          "link": null
        },
        {
          "name": "bg_image",
          "shape": 7,
          "type": "IMAGE",
          "link": null
        }
      ],
      "outputs": [],
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.22.0",
        "Node name for S&R": "Preview3D",
        "ue_properties": {
          "widget_ue_connectable": {},
          "input_ue_unconnectable": {},
          "version": "7.8"
        },
        "Last Time Model File": "",
        "Scene Config": {
          "showGrid": true,
          "backgroundColor": "#282828",
          "backgroundImage": "",
          "backgroundRenderMode": "tiled"
        },
        "Camera Config": {
          "cameraType": "perspective",
          "fov": 35
        },
        "Light Config": {
          "intensity": 3,
          "hdri": {
            "enabled": false,
            "hdriPath": "",
            "showAsBackground": false,
            "intensity": 1
          }
        }
      },
      "widgets_values": [
        "",
        ""
      ]
    },
    {
      "id": 21,
      "type": "SaveGLB",
      "pos": [
        -1891.1849394490798,
        5054.079271096964
      ],
      "size": [
        782.0843697681353,
        601.1357657565522
      ],
      "flags": {},
      "order": 5,
      "mode": 0,
      "inputs": [
        {
          "name": "mesh",
          "type": "MESH,FILE_3D_GLB,FILE_3D_GLTF,FILE_3D_OBJ,FILE_3D_FBX,FILE_3D_STL,FILE_3D_USDZ,FILE_3D",
          "link": 92
        }
      ],
      "outputs": [],
      "properties": {
        "cnr_id": "comfy-core",
        "ver": "0.21.1",
        "Node name for S&R": "SaveGLB",
        "enableTabs": false,
        "tabWidth": 65,
        "tabXOffset": 10,
        "hasSecondTab": false,
        "secondTabText": "Send Back",
        "secondTabOffset": 80,
        "secondTabWidth": 65,
        "Scene Config": {
          "showGrid": false,
          "backgroundColor": "#8e9ea9",
          "backgroundImage": "",
          "backgroundRenderMode": "tiled"
        },
        "Camera Config": {
          "cameraType": "perspective",
          "fov": 35,
          "state": {
            "position": {
              "x": 6.786724982855805,
              "y": 1.9262054236803827,
              "z": 4.315390609507273
            },
            "target": {
              "x": 0.5610696024689849,
              "y": 1.8227901315768118,
              "z": -0.15103066686464472
            },
            "zoom": 1,
            "cameraType": "perspective"
          }
        },
        "Light Config": {
          "intensity": 2.4000000000000004,
          "hdri": {
            "enabled": false,
            "hdriPath": "",
            "showAsBackground": false,
            "intensity": 1
          }
        },
        "Model Config": {
          "upDirection": "original",
          "materialMode": "original",
          "showSkeleton": false,
          "gizmo": {
            "enabled": false,
            "mode": "translate",
            "position": {
              "x": 0.3622254788581172,
              "y": 1.8487530247818735,
              "z": 3.580411492082191
            },
            "rotation": {
              "x": 0,
              "y": 0,
              "z": 0
            },
            "scale": {
              "x": 2.687608243041624,
              "y": 2.687608243041624,
              "z": 2.687608243041624
            }
          }
        },
        "ue_properties": {
          "widget_ue_connectable": {},
          "version": "7.8",
          "input_ue_unconnectable": {}
        }
      },
      "widgets_values": [
        "3d/ComfyUI",
        ""
      ]
    }
  ],
  "links": [
    [
      84,
      9,
      0,
      67,
      0,
      "IMAGE"
    ],
    [
      88,
      67,
      1,
      46,
      0,
      "IMAGE"
    ],
    [
      89,
      67,
      2,
      47,
      0,
      "IMAGE"
    ],
    [
      92,
      67,
      0,
      21,
      0,
      "MESH"
    ]
  ],
  "groups": [],
  "definitions": {
    "subgraphs": [
      {
        "id": "936dfaf2-575a-48b5-9e0c-df391319d11f",
        "version": 1,
        "state": {
          "lastGroupId": 1,
          "lastNodeId": 70,
          "lastLinkId": 92,
          "lastRerouteId": 0
        },
        "revision": 0,
        "config": {},
        "name": "Geometry Estimation (MoGe)",
        "inputNode": {
          "id": -10,
          "bounding": [
            -5130,
            5320,
            167.337890625,
            228
          ]
        },
        "outputNode": {
          "id": -20,
          "bounding": [
            -3090,
            4966,
            131.51953125,
            108
          ]
        },
        "inputs": [
          {
            "id": "cc8ce79d-ba20-4a25-a51c-c2afcd35e520",
            "name": "source_image",
            "type": "IMAGE",
            "linkIds": [
              48,
              55,
              56,
              82
            ],
            "localized_name": "source_image",
            "pos": [
              -4986.662109375,
              5344
            ]
          },
          {
            "id": "06eefa21-8e60-49f3-9a34-35b081f4ae52",
            "name": "inference_resolution",
            "type": "INT",
            "linkIds": [
              73
            ],
            "localized_name": "inference_resolution",
            "pos": [
              -4986.662109375,
              5364
            ]
          },
          {
            "id": "616638fe-f603-4d10-bae9-fc87c134380f",
            "name": "inference_batch_size",
            "type": "INT",
            "linkIds": [
              74
            ],
            "localized_name": "inference_batch_size",
            "pos": [
              -4986.662109375,
              5384
            ]
          },
          {
            "id": "fcacfca9-7927-4c38-94da-8ab22256325f",
            "name": "mesh_frame_index",
            "type": "INT",
            "linkIds": [
              75
            ],
            "localized_name": "mesh_frame_index",
            "pos": [
              -4986.662109375,
              5404
            ]
          },
          {
            "id": "acbfe7f9-1b69-42c1-8614-4ccf54b28d4e",
            "name": "mesh_decimation",
            "type": "INT",
            "linkIds": [
              76
            ],
            "localized_name": "mesh_decimation",
            "pos": [
              -4986.662109375,
              5424
            ]
          },
          {
            "id": "cd20f9a7-3a0a-4c4c-98d7-96f423867b87",
            "name": "mesh_gap_threshold",
            "type": "FLOAT",
            "linkIds": [
              77
            ],
            "localized_name": "mesh_gap_threshold",
            "pos": [
              -4986.662109375,
              5444
            ]
          },
          {
            "id": "6f5c15f7-7f77-4fc9-b47b-3514467b06b6",
            "name": "mesh_texture",
            "type": "BOOLEAN",
            "linkIds": [
              78
            ],
            "localized_name": "mesh_texture",
            "pos": [
              -4986.662109375,
              5464
            ]
          },
          {
            "id": "65694805-186e-4181-a721-df8b5af49d31",
            "name": "moge_model",
            "type": "COMBO",
            "linkIds": [
              79
            ],
            "localized_name": "moge_model",
            "pos": [
              -4986.662109375,
              5484
            ]
          },
          {
            "id": "badf1be1-53c6-4fc1-b5cd-79ad3daf1674",
            "name": "switch",
            "type": "BOOLEAN",
            "linkIds": [
              83
            ],
            "label": "auto_resize_input",
            "pos": [
              -4986.662109375,
              5504
            ]
          }
        ],
        "outputs": [
          {
            "id": "3c616ea0-9a4c-4cff-a405-662320229df0",
            "name": "mesh",
            "type": "MESH",
            "linkIds": [
              34
            ],
            "localized_name": "mesh",
            "pos": [
              -3066,
              4990
            ]
          },
          {
            "id": "ff85a763-b7f7-4bcc-9b1d-a4eaf55ad2f9",
            "name": "normal_opengl",
            "type": "IMAGE",
            "linkIds": [
              62
            ],
            "localized_name": "normal_opengl",
            "pos": [
              -3066,
              5010
            ]
          },
          {
            "id": "26b3f88a-0ba0-4d4d-9c7d-0ad76106c844",
            "name": "normal_directx",
            "type": "IMAGE",
            "linkIds": [
              63
            ],
            "localized_name": "normal_directx",
            "pos": [
              -3066,
              5030
            ]
          }
        ],
        "widgets": [],
        "nodes": [
          {
            "id": 54,
            "type": "MoGePointMapToMesh",
            "pos": [
              -3440,
              5220
            ],
            "size": [
              290,
              200
            ],
            "flags": {},
            "order": 0,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "moge_geometry",
                "name": "moge_geometry",
                "type": "MOGE_GEOMETRY",
                "link": 33
              },
              {
                "localized_name": "batch_index",
                "name": "batch_index",
                "type": "INT",
                "widget": {
                  "name": "batch_index"
                },
                "link": 75
              },
              {
                "localized_name": "decimation",
                "name": "decimation",
                "type": "INT",
                "widget": {
                  "name": "decimation"
                },
                "link": 76
              },
              {
                "localized_name": "discontinuity_threshold",
                "name": "discontinuity_threshold",
                "type": "FLOAT",
                "widget": {
                  "name": "discontinuity_threshold"
                },
                "link": 77
              },
              {
                "localized_name": "texture",
                "name": "texture",
                "type": "BOOLEAN",
                "widget": {
                  "name": "texture"
                },
                "link": 78
              }
            ],
            "outputs": [
              {
                "localized_name": "MESH",
                "name": "MESH",
                "type": "MESH",
                "links": [
                  34
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.21.1",
              "Node name for S&R": "MoGePointMapToMesh",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              0,
              1,
              0.04,
              true
            ]
          },
          {
            "id": 55,
            "type": "MoGeInference",
            "pos": [
              -3790,
              5180
            ],
            "size": [
              270,
              230
            ],
            "flags": {},
            "order": 1,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "moge_model",
                "name": "moge_model",
                "type": "MOGE_MODEL",
                "link": 58
              },
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 81
              },
              {
                "localized_name": "resolution_level",
                "name": "resolution_level",
                "type": "INT",
                "widget": {
                  "name": "resolution_level"
                },
                "link": 73
              },
              {
                "localized_name": "batch_size",
                "name": "batch_size",
                "type": "INT",
                "widget": {
                  "name": "batch_size"
                },
                "link": 74
              }
            ],
            "outputs": [
              {
                "localized_name": "moge_geometry",
                "name": "moge_geometry",
                "type": "MOGE_GEOMETRY",
                "links": [
                  33,
                  59,
                  60
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.21.1",
              "Node name for S&R": "MoGeInference",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              9,
              0,
              4,
              true,
              true
            ]
          },
          {
            "id": 58,
            "type": "LoadMoGeModel",
            "pos": [
              -4180,
              4910
            ],
            "size": [
              270,
              140
            ],
            "flags": {},
            "order": 2,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "model_name",
                "name": "model_name",
                "type": "COMBO",
                "widget": {
                  "name": "model_name"
                },
                "link": 79
              }
            ],
            "outputs": [
              {
                "localized_name": "MOGE_MODEL",
                "name": "MOGE_MODEL",
                "type": "MOGE_MODEL",
                "links": [
                  58
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.21.1",
              "Node name for S&R": "LoadMoGeModel",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "models": [
                {
                  "name": "moge_2_vitl_normal_fp16.safetensors",
                  "url": "https://huggingface.co/Comfy-Org/MoGe/resolve/main/geometry_estimation/moge_2_vitl_normal_fp16.safetensors",
                  "directory": "geometry_estimation"
                }
              ],
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "moge_2_vitl_normal_fp16.safetensors"
            ]
          },
          {
            "id": 59,
            "type": "ComfyMathExpression",
            "pos": [
              -4720,
              4910
            ],
            "size": [
              400,
              200
            ],
            "flags": {},
            "order": 3,
            "mode": 0,
            "inputs": [
              {
                "label": "a",
                "localized_name": "values.a",
                "name": "values.a",
                "type": "FLOAT,INT,BOOLEAN",
                "link": 49
              },
              {
                "label": "b",
                "localized_name": "values.b",
                "name": "values.b",
                "shape": 7,
                "type": "FLOAT,INT,BOOLEAN",
                "link": null
              }
            ],
            "outputs": [
              {
                "localized_name": "FLOAT",
                "name": "FLOAT",
                "type": "FLOAT",
                "links": null
              },
              {
                "localized_name": "INT",
                "name": "INT",
                "type": "INT",
                "links": null
              },
              {
                "localized_name": "BOOL",
                "name": "BOOL",
                "type": "BOOLEAN",
                "links": [
                  53
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.21.1",
              "Node name for S&R": "ComfyMathExpression",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "a > 2048"
            ]
          },
          {
            "id": 60,
            "type": "GetImageSize",
            "pos": [
              -4980,
              4910
            ],
            "size": [
              230,
              160
            ],
            "flags": {},
            "order": 4,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "image",
                "name": "image",
                "type": "IMAGE",
                "link": 48
              }
            ],
            "outputs": [
              {
                "localized_name": "width",
                "name": "width",
                "type": "INT",
                "links": [
                  49
                ]
              },
              {
                "localized_name": "height",
                "name": "height",
                "type": "INT",
                "links": null
              },
              {
                "localized_name": "batch_size",
                "name": "batch_size",
                "type": "INT",
                "links": null
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.21.1",
              "Node name for S&R": "GetImageSize",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": []
          },
          {
            "id": 61,
            "type": "ResizeImagesByLongerEdge",
            "pos": [
              -4650,
              5210
            ],
            "size": [
              310,
              110
            ],
            "flags": {},
            "order": 5,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "link": 55
              }
            ],
            "outputs": [
              {
                "localized_name": "images",
                "name": "images",
                "type": "IMAGE",
                "links": [
                  54
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.21.1",
              "Node name for S&R": "ResizeImagesByLongerEdge",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              2048
            ]
          },
          {
            "id": 62,
            "type": "ComfySwitchNode",
            "pos": [
              -4180,
              5120
            ],
            "size": [
              270,
              130
            ],
            "flags": {},
            "order": 6,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "on_false",
                "name": "on_false",
                "type": "IMAGE",
                "link": 56
              },
              {
                "localized_name": "on_true",
                "name": "on_true",
                "type": "IMAGE",
                "link": 54
              },
              {
                "localized_name": "switch",
                "name": "switch",
                "type": "BOOLEAN",
                "widget": {
                  "name": "switch"
                },
                "link": 53
              }
            ],
            "outputs": [
              {
                "localized_name": "output",
                "name": "output",
                "type": "IMAGE",
                "links": [
                  80
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.21.1",
              "Node name for S&R": "ComfySwitchNode",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              false
            ]
          },
          {
            "id": 63,
            "type": "MoGeRender",
            "pos": [
              -3430,
              4890
            ],
            "size": [
              270,
              110
            ],
            "flags": {},
            "order": 7,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "moge_geometry",
                "name": "moge_geometry",
                "type": "MOGE_GEOMETRY",
                "link": 59
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  62
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.21.1",
              "Node name for S&R": "MoGeRender",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "normal_opengl"
            ]
          },
          {
            "id": 64,
            "type": "MoGeRender",
            "pos": [
              -3430,
              5050
            ],
            "size": [
              270,
              110
            ],
            "flags": {},
            "order": 8,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "moge_geometry",
                "name": "moge_geometry",
                "type": "MOGE_GEOMETRY",
                "link": 60
              }
            ],
            "outputs": [
              {
                "localized_name": "IMAGE",
                "name": "IMAGE",
                "type": "IMAGE",
                "links": [
                  63
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.21.1",
              "Node name for S&R": "MoGeRender",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              "normal_directx"
            ]
          },
          {
            "id": 66,
            "type": "ComfySwitchNode",
            "pos": [
              -4160,
              5340
            ],
            "size": [
              270,
              130
            ],
            "flags": {},
            "order": 9,
            "mode": 0,
            "inputs": [
              {
                "localized_name": "on_false",
                "name": "on_false",
                "type": "IMAGE",
                "link": 82
              },
              {
                "localized_name": "on_true",
                "name": "on_true",
                "type": "IMAGE",
                "link": 80
              },
              {
                "localized_name": "switch",
                "name": "switch",
                "type": "BOOLEAN",
                "widget": {
                  "name": "switch"
                },
                "link": 83
              }
            ],
            "outputs": [
              {
                "localized_name": "output",
                "name": "output",
                "type": "IMAGE",
                "links": [
                  81
                ]
              }
            ],
            "properties": {
              "cnr_id": "comfy-core",
              "ver": "0.21.1",
              "Node name for S&R": "ComfySwitchNode",
              "enableTabs": false,
              "tabWidth": 65,
              "tabXOffset": 10,
              "hasSecondTab": false,
              "secondTabText": "Send Back",
              "secondTabOffset": 80,
              "secondTabWidth": 65,
              "ue_properties": {
                "widget_ue_connectable": {},
                "version": "7.8",
                "input_ue_unconnectable": {}
              }
            },
            "widgets_values": [
              false
            ]
          }
        ],
        "groups": [
          {
            "id": 1,
            "title": "auto_resize_if_width_gt_2048",
            "bounding": [
              -5000,
              4840,
              690,
              280
            ],
            "color": "#3f789e",
            "flags": {}
          }
        ],
        "links": [
          {
            "id": 33,
            "origin_id": 55,
            "origin_slot": 0,
            "target_id": 54,
            "target_slot": 0,
            "type": "MOGE_GEOMETRY"
          },
          {
            "id": 58,
            "origin_id": 58,
            "origin_slot": 0,
            "target_id": 55,
            "target_slot": 0,
            "type": "MOGE_MODEL"
          },
          {
            "id": 49,
            "origin_id": 60,
            "origin_slot": 0,
            "target_id": 59,
            "target_slot": 0,
            "type": "INT"
          },
          {
            "id": 54,
            "origin_id": 61,
            "origin_slot": 0,
            "target_id": 62,
            "target_slot": 1,
            "type": "IMAGE"
          },
          {
            "id": 53,
            "origin_id": 59,
            "origin_slot": 2,
            "target_id": 62,
            "target_slot": 2,
            "type": "BOOLEAN"
          },
          {
            "id": 59,
            "origin_id": 55,
            "origin_slot": 0,
            "target_id": 63,
            "target_slot": 0,
            "type": "MOGE_GEOMETRY"
          },
          {
            "id": 60,
            "origin_id": 55,
            "origin_slot": 0,
            "target_id": 64,
            "target_slot": 0,
            "type": "MOGE_GEOMETRY"
          },
          {
            "id": 48,
            "origin_id": -10,
            "origin_slot": 0,
            "target_id": 60,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 55,
            "origin_id": -10,
            "origin_slot": 0,
            "target_id": 61,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 56,
            "origin_id": -10,
            "origin_slot": 0,
            "target_id": 62,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 34,
            "origin_id": 54,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 0,
            "type": "MESH"
          },
          {
            "id": 62,
            "origin_id": 63,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 1,
            "type": "IMAGE"
          },
          {
            "id": 63,
            "origin_id": 64,
            "origin_slot": 0,
            "target_id": -20,
            "target_slot": 2,
            "type": "IMAGE"
          },
          {
            "id": 73,
            "origin_id": -10,
            "origin_slot": 1,
            "target_id": 55,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 74,
            "origin_id": -10,
            "origin_slot": 2,
            "target_id": 55,
            "target_slot": 3,
            "type": "INT"
          },
          {
            "id": 75,
            "origin_id": -10,
            "origin_slot": 3,
            "target_id": 54,
            "target_slot": 1,
            "type": "INT"
          },
          {
            "id": 76,
            "origin_id": -10,
            "origin_slot": 4,
            "target_id": 54,
            "target_slot": 2,
            "type": "INT"
          },
          {
            "id": 77,
            "origin_id": -10,
            "origin_slot": 5,
            "target_id": 54,
            "target_slot": 3,
            "type": "FLOAT"
          },
          {
            "id": 78,
            "origin_id": -10,
            "origin_slot": 6,
            "target_id": 54,
            "target_slot": 4,
            "type": "BOOLEAN"
          },
          {
            "id": 79,
            "origin_id": -10,
            "origin_slot": 7,
            "target_id": 58,
            "target_slot": 0,
            "type": "COMBO"
          },
          {
            "id": 80,
            "origin_id": 62,
            "origin_slot": 0,
            "target_id": 66,
            "target_slot": 1,
            "type": "IMAGE"
          },
          {
            "id": 81,
            "origin_id": 66,
            "origin_slot": 0,
            "target_id": 55,
            "target_slot": 1,
            "type": "IMAGE"
          },
          {
            "id": 82,
            "origin_id": -10,
            "origin_slot": 0,
            "target_id": 66,
            "target_slot": 0,
            "type": "IMAGE"
          },
          {
            "id": 83,
            "origin_id": -10,
            "origin_slot": 8,
            "target_id": 66,
            "target_slot": 2,
            "type": "BOOLEAN"
          }
        ],
        "extra": {
          "ue_links": [],
          "links_added_by_ue": []
        }
      }
    ]
  },
  "config": {},
  "extra": {
    "ds": {
      "scale": 0.8833064234310367,
      "offset": [
        3135.630251726689,
        -4809.057933706779
      ]
    },
    "frontendVersion": "1.44.19",
    "VHS_latentpreview": true,
    "VHS_latentpreviewrate": 16,
    "VHS_MetadataImage": true,
    "VHS_KeepIntermediate": true,
    "ue_links": [],
    "links_added_by_ue": []
  },
  "version": 0.4
}