enhancerandroid02/flix_t2v_3.0.0
Public
27K
runs
Run enhancerandroid02/flix_t2v_3.0.0 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
|
1280
|
Width
|
height |
integer
|
720
|
Height
|
length |
integer
|
61
|
Length/Frames
|
steps |
integer
|
3
|
Steps for generation
|
fps |
integer
|
12
|
FPS
|
fast_mode |
boolean
|
True
|
Fast mode (Reduce Quality)
|
sound |
boolean
|
False
|
|
sound_prompt |
string
|
|
Sound prompt
|
sound_negative |
string
|
|
Sound negative prompt
|
seed |
integer
|
0
|
Seed
|
{
"type": "object",
"title": "Input",
"properties": {
"fps": {
"type": "integer",
"title": "Fps",
"default": 12,
"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": ""
},
"steps": {
"type": "integer",
"title": "Steps",
"default": 3,
"x-order": 4,
"description": "Steps for generation"
},
"width": {
"type": "integer",
"title": "Width",
"default": 1280,
"x-order": 1,
"description": "Width"
},
"height": {
"type": "integer",
"title": "Height",
"default": 720,
"x-order": 2,
"description": "Height"
},
"length": {
"type": "integer",
"title": "Length",
"default": 61,
"x-order": 3,
"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 (Reduce Quality)"
},
"sound_prompt": {
"type": "string",
"title": "Sound Prompt",
"default": "",
"x-order": 8,
"description": "Sound prompt"
},
"sound_negative": {
"type": "string",
"title": "Sound Negative",
"default": "",
"x-order": 9,
"description": "Sound negative prompt"
}
}
}
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"
}