enhance-replicate/dance_template
Public
68.6K
runs
Run enhance-replicate/dance_template 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 |
|---|---|---|---|
| template_name |
None
|
strikeout_dance
|
effect
|
| input_image |
string
|
|
Source path
|
| fps |
integer
|
16
|
FPS
|
| width |
integer
|
544
|
Width
|
| height |
integer
|
960
|
Height
|
| steps |
integer
|
6
|
Steps
|
| face_restore |
boolean
|
False
|
Face restore
|
| seed |
integer
|
1357924686
|
Seed
|
{
"type": "object",
"title": "Input",
"properties": {
"fps": {
"type": "integer",
"title": "Fps",
"default": 16,
"x-order": 2,
"description": "FPS"
},
"seed": {
"type": "integer",
"title": "Seed",
"default": 1357924686,
"x-order": 7,
"description": "Seed"
},
"steps": {
"type": "integer",
"title": "Steps",
"default": 6,
"x-order": 5,
"description": "Steps"
},
"width": {
"type": "integer",
"title": "Width",
"default": 544,
"x-order": 3,
"description": "Width"
},
"height": {
"type": "integer",
"title": "Height",
"default": 960,
"x-order": 4,
"description": "Height"
},
"input_image": {
"type": "string",
"title": "Input Image",
"format": "uri",
"default": "",
"x-order": 1,
"description": "Source path"
},
"face_restore": {
"type": "boolean",
"title": "Face Restore",
"default": false,
"x-order": 6,
"description": "Face restore"
},
"template_name": {
"enum": [
"strikeout_dance",
"apt",
"li_xi_cheng_merch",
"base",
"neymar_dj_dance",
"shake_it_to_the_max",
"dance_fever",
"pubg_dance",
"rat_dance",
"passo_bem_solto",
"glendo_macarena",
"ymca",
"hands_up_hands_up",
"emergency_beat",
"gabu_dance"
],
"type": "string",
"title": "template_name",
"description": "effect",
"default": "strikeout_dance",
"x-order": 0
}
}
}
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"
}