You're looking at a specific version of this model. Jump to the model overview.
joetm /camerabooth-openpose-style:1d41be8f
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 pose image
|
|
artwork |
string
|
Input artwork image
|
|
detect_prompt |
boolean
|
True
|
Use CLIP-Interrogator to detect prompt from the artwork. Default: True.
|
clip_mode |
string
(enum)
|
best
Options: best, classic, fast, negative |
CLIP Interrogator prompt mode (best takes 10-20 seconds, fast takes 1-2 seconds). Default: best. The field is ignored if detect_prompt = False.
|
prompt |
string
|
|
Input prompt (optional). This field is ignored if detect_prompt = True.
|
add_prompt |
string
|
|
Additional prompt (optional), appended to the prompt
|
neg_prompt |
string
|
(((nsfw))), (((text))), (((words))), ((low quality)), worst quality, bad quality, ((bad art)), lowres, ((disfigured)), ((deformed)), ((mutilated)), glitch, ((distorted)), malformed, mutated, (((disfigured))), misaligned, poorly drawn, (((blurry))), ((blurred)), mutated, bad arms, ((extra limbs)), missing arms, missing legs, disconnected limbs, bad hands, ((poorly drawn hands)), ((poorly drawn face)), deformed hands, ((extra fingers)), ((extra legs)), fused fingers, (too many fingers), mutated hands, amputated limbs, no arms, extra arms, multiple arms, more than two legs, long neck, bad proportions, longbody, bad anatomy, missing fingers, extra digit, fewer digits, deformed eyes, poorly drawn eyes, cross-eye, ((cross-eyed)), bad skin, multiple, duplicated, by Bad Artist, monochrome, monotone, grayscale, b&w, sketches, speech bubble, signature, watermark, border, logo, ((morbid)), canvas frame, frame, 3d
|
Negative prompt (optional).
|
n_samples |
integer
|
1
Min: 1 Max: 4 |
Number of images to generate. Default: 1.
|
steps |
integer
|
50
Min: 1 Max: 100 |
Number of denoising steps. Default: 50.
|
guidance_scale |
number
|
8
Min: 1 Max: 50 |
Scale for classifier-free guidance. Default: 7.5.
|
cond_tau |
number
|
1
Max: 1 |
Conditioning tau. Default: 1.0.
|
style_cond_tau |
number
|
0.8
Max: 1 |
Style conditioning tau. Default: 0.8.
|
style_weight |
number
|
1
Max: 1 |
Weight of the style adapter. Default: 1.0.
|
openpose_weight |
number
|
1
Max: 1 |
Weight of the openpose adapter. Default: 1.0.
|
use_upscaler |
boolean
|
True
|
Upscale the resulting image(s) by upscale_factor?
|
upscale_factor |
number
|
2
Max: 4 |
Factor to scale image by
|
face_enhance |
boolean
|
True
|
Run GFPGAN face enhancement along with upscaling
|
seed |
integer
|
0
|
Random seed (optional). Set to 0 to randomize the seed
|
booth |
string
(enum)
|
public
Options: public, private |
The booth version (public or private). Autofilled - leave blank.
|
code |
string
|
|
The keyphrase given to participants. Autofilled - leave blank.
|
timestamp |
integer
|
0
|
Unix timestamp. Autofilled - leave blank.
|
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'}