meepo-pro-player
/
getamp-big-style-tt
- Public
- 687 runs
Run meepo-pro-player/getamp-big-style-tt with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
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
|
|
style_image |
string
|
Input style image
|
|
mask_image |
string
|
Input mask image
|
|
prompt |
string
|
|
Prompt
|
negative_prompt |
string
|
Negative prompt
|
|
num_images_per_prompt |
integer
|
1
|
Number of images to generate
|
controlnet_conditioning_scale |
number
|
0.7
Max: 1 |
control scale
|
control_guidance_start |
number
|
0
Max: 1 |
Controlnet guidance start
|
control_guidance_end |
number
|
1
Max: 1 |
Controlnet guidance end
|
guidance_scale |
number
|
0.75
Max: 1 |
Style guidance scale
|
num_inference_steps |
integer
|
50
|
Number of inference steps
|
seed |
integer
|
Seed
|
|
controlnet |
string
(enum)
|
depth
Options: depth, canny |
Controlnet type
|
{
"type": "object",
"title": "Input",
"required": [
"image",
"style_image",
"mask_image"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"x-order": 11,
"description": "Seed"
},
"image": {
"type": "string",
"title": "Image",
"format": "uri",
"x-order": 0,
"description": "Input image"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "",
"x-order": 3,
"description": "Prompt"
},
"controlnet": {
"enum": [
"depth",
"canny"
],
"type": "string",
"title": "controlnet",
"description": "Controlnet type",
"default": "depth",
"x-order": 12
},
"mask_image": {
"type": "string",
"title": "Mask Image",
"format": "uri",
"x-order": 2,
"description": "Input mask image"
},
"style_image": {
"type": "string",
"title": "Style Image",
"format": "uri",
"x-order": 1,
"description": "Input style image"
},
"guidance_scale": {
"type": "number",
"title": "Guidance Scale",
"default": 0.75,
"maximum": 1,
"minimum": 0,
"x-order": 9,
"description": "Style guidance scale"
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"x-order": 4,
"description": "Negative prompt"
},
"num_inference_steps": {
"type": "integer",
"title": "Num Inference Steps",
"default": 50,
"x-order": 10,
"description": "Number of inference steps"
},
"control_guidance_end": {
"type": "number",
"title": "Control Guidance End",
"default": 1,
"maximum": 1,
"minimum": 0,
"x-order": 8,
"description": "Controlnet guidance end"
},
"num_images_per_prompt": {
"type": "integer",
"title": "Num Images Per Prompt",
"default": 1,
"x-order": 5,
"description": "Number of images to generate"
},
"control_guidance_start": {
"type": "number",
"title": "Control Guidance Start",
"default": 0,
"maximum": 1,
"minimum": 0,
"x-order": 7,
"description": "Controlnet guidance start"
},
"controlnet_conditioning_scale": {
"type": "number",
"title": "Controlnet Conditioning Scale",
"default": 0.7,
"maximum": 1,
"minimum": 0,
"x-order": 6,
"description": "control scale"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"title": "Output"
}