You're looking at a specific version of this model. Jump to the model overview.
fofr /controlnet-preprocessors:f6584ef7
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
image |
string
|
Image to preprocess
|
|
canny |
boolean
|
True
|
Run canny edge detection
|
content |
boolean
|
True
|
Run content shuffle detection
|
face_detector |
boolean
|
True
|
Run face detection
|
hed |
boolean
|
True
|
Run HED detection
|
midas |
boolean
|
True
|
Run Midas detection
|
mlsd |
boolean
|
True
|
Run MLSD detection
|
open_pose |
boolean
|
True
|
Run Openpose detection
|
pidi |
boolean
|
True
|
Run PidiNet detection
|
normal_bae |
boolean
|
True
|
Run NormalBae detection
|
lineart |
boolean
|
True
|
Run Lineart detection
|
lineart_anime |
boolean
|
True
|
Run LineartAnime detection
|
sam |
boolean
|
True
|
Run Sam detection
|
leres |
boolean
|
True
|
Run Leres detection
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}