Skip to content

Commit 332bc9d

Browse files
fix: Update depth anything node default to v2
1 parent 08def3d commit 332bc9d

File tree

2 files changed

+128
-261
lines changed

2 files changed

+128
-261
lines changed

invokeai/app/invocations/controlnet_image_processors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ class DepthAnythingImageProcessorInvocation(ImageProcessorInvocation):
614614
"""Generates a depth map based on the Depth Anything algorithm"""
615615

616616
model_size: DEPTH_ANYTHING_MODEL_SIZES = InputField(
617-
default="small", description="The size of the depth model to use"
617+
default="small_v2", description="The size of the depth model to use"
618618
)
619619
resolution: int = InputField(default=512, ge=1, description=FieldDescriptions.image_res)
620620

0 commit comments

Comments
 (0)