processors multiple fixes

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-06-18 11:45:32 +02:00
parent 7c81bc2d50
commit 8d4ebcd5ef
15 changed files with 80 additions and 58 deletions
+8 -7
View File
@@ -18,8 +18,6 @@ processors = [
# pose
'OpenPose',
'DWPose',
'MediaPipe Face',
'DWPose (ONNX)',
'RTMW',
'RTMO',
'ViTPose',
@@ -31,8 +29,7 @@ processors = [
'HED',
'PidiNet',
'MLSD',
'TEED',
'Anyline',
'Anyline (Legacy)',
# depth
'Midas Depth Hybrid',
'Leres Depth',
@@ -47,16 +44,20 @@ processors = [
'Marigold Depth LCM',
'Lotus Depth',
# normal
'Normal Bae',
'Normal Bae (Legacy)',
'DSINE',
'StableNormal',
'Marigold Normals',
# segmentation
'SegmentAnything',
'SAM 2.1',
'SegmentAnything 1.0',
'SegmentAnything 2.1',
'OneFormer',
# other
'Shuffle',
# legacy
'MediaPipe Face (Legacy)',
'DWPose (Legacy)',
'TEED (Legacy)',
]