enhancerandroid02/flix_i2v_3.0.0
Public
1.7K
runs
Run enhancerandroid02/flix_i2v_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 |
---|---|---|---|
image |
string
|
|
Input image file
|
prompt |
string
|
|
Input prompt
|
width |
integer
|
360
|
Width
|
height |
integer
|
640
|
Height
|
length |
integer
|
61
|
Length/Frames
|
steps |
integer
|
3
|
Steps for generation
|
fps |
integer
|
12
|
FPS
|
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": 6,
"description": "FPS"
},
"seed": {
"type": "integer",
"title": "Seed",
"default": 0,
"x-order": 10,
"description": "Seed"
},
"image": {
"type": "string",
"title": "Image",
"format": "uri",
"default": "",
"x-order": 0,
"description": "Input image file"
},
"sound": {
"type": "boolean",
"title": "Sound",
"default": false,
"x-order": 7,
"description": ""
},
"steps": {
"type": "integer",
"title": "Steps",
"default": 3,
"x-order": 5,
"description": "Steps for generation"
},
"width": {
"type": "integer",
"title": "Width",
"default": 360,
"x-order": 2,
"description": "Width"
},
"height": {
"type": "integer",
"title": "Height",
"default": 640,
"x-order": 3,
"description": "Height"
},
"length": {
"type": "integer",
"title": "Length",
"default": 61,
"x-order": 4,
"description": "Length/Frames"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "",
"x-order": 1,
"description": "Input prompt"
},
"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"
}