mirror of
https://github.com/vladmandic/automatic
synced 2026-08-31 09:31:00 +02:00
cd84cfec11
Signed-off-by: Vladimir Mandic <mandic00@live.com>
24 lines
394 B
Python
24 lines
394 B
Python
processors = [
|
|
'None',
|
|
'OpenPose',
|
|
'DWPose',
|
|
'MediaPipe Face',
|
|
'Canny',
|
|
'Edge',
|
|
'LineArt Realistic',
|
|
'LineArt Anime',
|
|
'HED',
|
|
'PidiNet',
|
|
'Midas Depth Hybrid',
|
|
'Leres Depth',
|
|
'Zoe Depth',
|
|
'Marigold Depth',
|
|
'Normal Bae',
|
|
'SegmentAnything',
|
|
'MLSD',
|
|
'Shuffle',
|
|
'DPT Depth Hybrid',
|
|
'GLPN Depth',
|
|
'Depth Anything',
|
|
]
|