From 47d72e6176b35521af6d4eb7754a1b080e6a6b20 Mon Sep 17 00:00:00 2001 From: Talmaj Date: Thu, 21 May 2026 13:30:22 +0200 Subject: [PATCH] Fix DA3 model loader category. Co-authored-by: Alexis Rolland --- comfy_extras/nodes_depth_anything_3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_depth_anything_3.py b/comfy_extras/nodes_depth_anything_3.py index e98183e3a..51925c490 100644 --- a/comfy_extras/nodes_depth_anything_3.py +++ b/comfy_extras/nodes_depth_anything_3.py @@ -42,7 +42,7 @@ class LoadDepthAnything3(io.ComfyNode): return io.Schema( node_id="LoadDepthAnything3", display_name="Load Depth Anything 3", - category="loaders/geometry_estimation", + category="loaders", inputs=[ io.Combo.Input( "model_name",