mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-24 07:57:29 +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(
|
||||
node_id="LoadDepthAnything3",
|
||||
display_name="Load Depth Anything 3",
|
||||
category="loaders/geometry_estimation",
|
||||
category="loaders",
|
||||
inputs=[
|
||||
io.Combo.Input(
|
||||
"model_name",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user