Skip to content

Commit 39fedb0

Browse files
blessedcoolanthipsterusername
authored andcommitted
feat: Make depth anything the default processor for depth controlnet
1 parent f36a691 commit 39fedb0

File tree

1 file changed

+1
-1
lines changed
  • invokeai/frontend/web/src/features/controlAdapters/store

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/controlAdapters/store/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export const CONTROLNET_MODEL_DEFAULT_PROCESSORS: {
260260
} = {
261261
canny: 'canny_image_processor',
262262
mlsd: 'mlsd_image_processor',
263-
depth: 'midas_depth_image_processor',
263+
depth: 'depth_anything_image_processor',
264264
bae: 'normalbae_image_processor',
265265
sketch: 'pidi_image_processor',
266266
scribble: 'lineart_image_processor',

0 commit comments

Comments
 (0)