You're looking at a specific version of this model. Jump to the model overview.
anotherjesse /control-paul:02ed5795
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 |
|---|---|---|---|
| prompt |
string
|
Prompt for the model
|
|
| controlnet_1 |
None
|
Structure of controlnet
|
|
| controlnet_1_image |
string
|
Control image for controlnet
|
|
| controlnet_1_conditioning_scale |
number
|
override scale for controlnet
|
|
| controlnet_2 |
None
|
Structure of controlnet
|
|
| controlnet_2_image |
string
|
Control image for controlnet
|
|
| controlnet_2_conditioning_scale |
number
|
override scale for controlnet
|
|
| controlnet_3 |
None
|
Structure of controlnet
|
|
| controlnet_3_image |
string
|
Control image for controlnet
|
|
| controlnet_3_conditioning_scale |
number
|
override scale for controlnet
|
|
| controlnet_4 |
None
|
Structure of controlnet
|
|
| controlnet_4_image |
string
|
Control image for controlnet
|
|
| controlnet_4_conditioning_scale |
number
|
override scale for controlnet
|
|
| num_outputs |
integer
|
1
Min: 1 Max: 10 |
Number of images to generate
|
| image_resolution |
None
|
512
|
Resolution of image (smallest dimension)
|
| scheduler |
None
|
DDIM
|
Choose a scheduler.
|
| num_inference_steps |
integer
|
20
|
Steps to run denoising
|
| guidance_scale |
number
|
9
Min: 0.1 Max: 30 |
Scale for classifier-free guidance
|
| seed |
integer
|
Seed
|
|
| eta |
number
|
0
|
Controls the amount of noise that is added to the input data during the denoising diffusion process. Higher value -> more noise
|
| negative_prompt |
string
|
Longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality
|
Negative prompt
|
| low_threshold |
integer
|
100
Min: 1 Max: 255 |
[canny only] Line detection low threshold`
|
| high_threshold |
integer
|
200
Min: 1 Max: 255 |
[canny only] Line detection high threshold
|
| guess_mode |
boolean
|
False
|
In this mode, the ControlNet encoder will try best to recognize the content of the input image even if you remove all prompts. The `guidance_scale` between 3.0 and 5.0 is recommended.
|
| disable_safety_check |
boolean
|
False
|
Disable safety check. Use at your own risk!
|
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'}