ailoov/talking_avatar_a40l
Public
22
runs
Run ailoov/talking_avatar_a40l 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 |
|---|---|---|---|
| input_reference |
string
|
Input image / video to animate
|
|
| input_driving |
string
|
Input video driving
|
|
| targeting |
None
|
all
|
Movement targeting, all = eye + mouth and include head movement
|
{
"type": "object",
"title": "Input",
"required": [
"input_reference",
"input_driving"
],
"properties": {
"targeting": {
"enum": [
"eye",
"mouth",
"eye_mouth",
"all"
],
"type": "string",
"title": "targeting",
"description": "Movement targeting, all = eye + mouth and include head movement",
"default": "all",
"x-order": 2
},
"input_driving": {
"type": "string",
"title": "Input Driving",
"format": "uri",
"x-order": 1,
"description": "Input video driving"
},
"input_reference": {
"type": "string",
"title": "Input Reference",
"format": "uri",
"x-order": 0,
"description": "Input image / video to animate"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}