enhance-replicate/dance_template
Public
152
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
|
Shake It to the Max.mp4
|
effect
|
input_image |
string
|
|
Source path
|
fps |
integer
|
10
|
FPS
|
width |
integer
|
400
|
Width
|
height |
integer
|
720
|
Height
|
steps |
integer
|
3
|
Steps
|
face_restore |
boolean
|
False
|
Face restore
|
seed |
integer
|
42
|
Seed
|
show_preview |
boolean
|
False
|
Show effect preview
|
{
"type": "object",
"title": "Input",
"properties": {
"fps": {
"type": "integer",
"title": "Fps",
"default": 10,
"x-order": 2,
"description": "FPS"
},
"seed": {
"type": "integer",
"title": "Seed",
"default": 42,
"x-order": 7,
"description": "Seed"
},
"steps": {
"type": "integer",
"title": "Steps",
"default": 3,
"x-order": 5,
"description": "Steps"
},
"width": {
"type": "integer",
"title": "Width",
"default": 400,
"x-order": 3,
"description": "Width"
},
"height": {
"type": "integer",
"title": "Height",
"default": 720,
"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"
},
"show_preview": {
"type": "boolean",
"title": "Show Preview",
"default": false,
"x-order": 8,
"description": "Show effect preview"
},
"template_name": {
"enum": [
"Shake It to the Max.mp4",
"Strikeout Dance.mp4",
"base.mp4",
"Neymar DJ Dance.mp4",
"Li Xi Cheng Merch.mp4",
"Gabu Dance.mp4",
"Hands Up! Hands Up!.mp4",
"Dance Fever.mp4",
"PASSO_BEM_SOLTO.mp4",
"ymca.mp4",
"APT.mp4",
"PUBG DANCE.mp4",
"glendo Macarena.mp4",
"Rat Dance.mp4",
"Emergency Beat.mp4"
],
"type": "string",
"title": "template_name",
"description": "effect",
"default": "Shake It to the Max.mp4",
"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"
}