feat: Make depth anything the default processor for depth controlnet

This commit is contained in:
blessedcoolant 2024-01-23 09:15:04 +05:30 committed by Kent Keirsey
parent f36a691219
commit 39fedb090b

View File

@ -260,7 +260,7 @@ export const CONTROLNET_MODEL_DEFAULT_PROCESSORS: {
} = {
canny: 'canny_image_processor',
mlsd: 'mlsd_image_processor',
depth: 'midas_depth_image_processor',
depth: 'depth_anything_image_processor',
bae: 'normalbae_image_processor',
sketch: 'pidi_image_processor',
scribble: 'lineart_image_processor',