You're looking at a specific version of this model. Jump to the model overview.
yuni-eng /controlnet-sdxl:e7dc24ca
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
|
Input image to create in different art medium
|
|
prompt |
string
|
|
Input your imagination
|
negative_prompt |
string
|
poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, bad anatomy, signature, cut off, low contrast, underexposed, overexposed, bad art, beginner, amateur, distorted face, blurry, draft, grainy
|
Specify things to not see in the output
|
width |
integer
(enum)
|
768
Options: 128, 256, 384, 448, 512, 576, 640, 704, 768, 832, 896, 960, 1024 |
Width of output image. Maximum size is 1024x768 or 768x1024 because of memory limits
|
height |
integer
(enum)
|
768
Options: 128, 256, 384, 448, 512, 576, 640, 704, 768, 832, 896, 960, 1024 |
Height of output image. Maximum size is 1024x768 or 768x1024 because of memory limits
|
num_outputs |
integer
|
1
Min: 1 Max: 4 |
Number of images to output.
|
num_inference_steps |
integer
|
50
Min: 1 Max: 500 |
Number of denoising steps
|
condition_scale |
number
|
0.5
Max: 1 |
controlnet conditioning scale for generalization
|
art_medium |
string
(enum)
|
line art
Options: acrylic paint, caricature, cartoon, cinematic, drawing, graphite, illustration, line art, painting |
Choose an art medium.
|
seed |
integer
|
0
|
Random seed. Set to 0 to randomize the seed
|
Output schema
The shape of the response you’ll get when you run this model with an API.
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}