enhancerandroid02/flix_t2v_3.4.5
Run enhancerandroid02/flix_t2v_3.4.5 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 |
|---|---|---|---|
| prompt |
string
|
|
Input prompt
|
| width |
integer
|
360
Min: 64 Max: 1280 |
Width
|
| height |
integer
|
640
Min: 64 Max: 1280 |
Height
|
| steps |
integer
|
3
Min: 2 Max: 8 |
Steps for generation
|
| length |
integer
|
61
Min: 1 Max: 121 |
Length/Frames
|
| fps |
integer
|
12
Min: 1 Max: 24 |
FPS
|
| fast_mode |
boolean
|
True
|
Fast mode
|
| sound |
boolean
|
False
|
Sound
|
| sound_prompt |
string
|
|
Deprecated
|
| sound_negative |
string
|
|
Deprecated
|
| seed |
integer
|
0
|
Seed
|
{
"type": "object",
"title": "Input",
"properties": {
"fps": {
"type": "integer",
"title": "Fps",
"default": 12,
"maximum": 24,
"minimum": 1,
"x-order": 5,
"description": "FPS"
},
"seed": {
"type": "integer",
"title": "Seed",
"default": 0,
"x-order": 10,
"description": "Seed"
},
"sound": {
"type": "boolean",
"title": "Sound",
"default": false,
"x-order": 7,
"description": "Sound"
},
"steps": {
"type": "integer",
"title": "Steps",
"default": 3,
"maximum": 8,
"minimum": 2,
"x-order": 3,
"description": "Steps for generation"
},
"width": {
"type": "integer",
"title": "Width",
"default": 360,
"maximum": 1280,
"minimum": 64,
"x-order": 1,
"description": "Width"
},
"height": {
"type": "integer",
"title": "Height",
"default": 640,
"maximum": 1280,
"minimum": 64,
"x-order": 2,
"description": "Height"
},
"length": {
"type": "integer",
"title": "Length",
"default": 61,
"maximum": 121,
"minimum": 1,
"x-order": 4,
"description": "Length/Frames"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "",
"x-order": 0,
"description": "Input prompt"
},
"fast_mode": {
"type": "boolean",
"title": "Fast Mode",
"default": true,
"x-order": 6,
"description": "Fast mode"
},
"sound_prompt": {
"type": "string",
"title": "Sound Prompt",
"default": "",
"x-order": 8,
"description": "Deprecated"
},
"sound_negative": {
"type": "string",
"title": "Sound Negative",
"default": "",
"x-order": 9,
"description": "Deprecated"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
{
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"title": "Output"
}