mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-25 16:37:23 +08:00
Fix DA3 model loader category.
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
This commit is contained in:
parent
67d7cd3798
commit
47d72e6176
@ -42,7 +42,7 @@ class LoadDepthAnything3(io.ComfyNode):
|
|||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="LoadDepthAnything3",
|
node_id="LoadDepthAnything3",
|
||||||
display_name="Load Depth Anything 3",
|
display_name="Load Depth Anything 3",
|
||||||
category="loaders/geometry_estimation",
|
category="loaders",
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Combo.Input(
|
io.Combo.Input(
|
||||||
"model_name",
|
"model_name",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user