fix(ui): remove unused input on depth anything processor node

This commit is contained in:
psychedelicious 2024-03-14 10:32:40 +11:00
parent 4c417adc82
commit c66e8b395e

View File

@ -93,7 +93,6 @@ export const CONTROLNET_PROCESSORS: ControlNetProcessorsDict = {
type: 'depth_anything_image_processor',
model_size: 'small',
resolution: 512,
offload: false,
},
},
hed_image_processor: {