From c6e4b3804a1151688611f8c958162ea380d8bfea Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Mon, 25 May 2026 18:21:34 +0800 Subject: [PATCH] Update description --- blueprints/Image Depth Estimation (MoGe).json | 3 ++- blueprints/Video Depth Estimation (MoGe).json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/blueprints/Image Depth Estimation (MoGe).json b/blueprints/Image Depth Estimation (MoGe).json index b5eabf2bc..e2d5d1298 100644 --- a/blueprints/Image Depth Estimation (MoGe).json +++ b/blueprints/Image Depth Estimation (MoGe).json @@ -1145,7 +1145,8 @@ "type": "MASK" } ], - "extra": {} + "extra": {}, + "category": "Conditioning & Preprocessors/Depth" } ] }, diff --git a/blueprints/Video Depth Estimation (MoGe).json b/blueprints/Video Depth Estimation (MoGe).json index 1fe4cf19d..025e20cda 100644 --- a/blueprints/Video Depth Estimation (MoGe).json +++ b/blueprints/Video Depth Estimation (MoGe).json @@ -1217,7 +1217,8 @@ } ], "extra": {}, - "category": "Conditioning & Preprocessors/Depth" + "category": "Conditioning & Preprocessors/Depth", + "description": "Estimates monocular depth from an input video using MoGe, outputting both raw and colorized depth maps plus a mask." } ] },