enhancerandroid02/flix_s2v_1.5.0
Public
35.3K
runs
Run enhancerandroid02/flix_s2v_1.5.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 |
|---|---|---|---|
| fps |
integer
|
16
|
Frames per second of the generated video
|
| seed |
integer
|
0
|
Seed for random number generation
|
| audio |
string
|
Input audio for video generation
|
|
| image |
string
|
Input image for video generation
|
|
| steps |
integer
|
3
|
Number of steps for image generation
|
| width |
integer
|
640
|
Width of the generated image
|
| height |
integer
|
360
|
Height of the generated image
|
| length |
integer
|
113
|
Length of the generated video
|
| prompt |
string
|
A bearded man wearing large dark sunglasses and a blue patterned cardigan sits in a garden, actively speaking. Behind him, a garden is covered with green tree, textured sound-dampening foam on the left.
|
Prompt for video generation
|
| negative |
string
|
色调艳丽, 过曝, 静态, 细节模糊不清, 字幕, 风格, 作品, 画作, 画面, 静止, 整体发灰, 最差质量, 低质量, JPEG压缩残留, 丑陋的, 残缺的, 多余的手指, 画得不好的手部, 画得不好的脸部, 畸形的, 毁容的, 形态畸形的肢体, 手指融合, 静止不动的画面, 杂乱的背景, 三条腿, 背景人很多, 倒着走
|
Negative prompt for image generation
|
{
"type": "object",
"title": "Input",
"properties": {
"fps": {
"type": "integer",
"title": "Fps",
"default": 16,
"description": "Frames per second of the generated video"
},
"seed": {
"type": "integer",
"title": "Seed",
"default": 0,
"description": "Seed for random number generation"
},
"audio": {
"type": "string",
"title": "Audio",
"format": "uri",
"description": "Input audio for video generation"
},
"image": {
"type": "string",
"title": "Image",
"format": "uri",
"description": "Input image for video generation"
},
"steps": {
"type": "integer",
"title": "Steps",
"default": 3,
"description": "Number of steps for image generation"
},
"width": {
"type": "integer",
"title": "Width",
"default": 640,
"description": "Width of the generated image"
},
"height": {
"type": "integer",
"title": "Height",
"default": 360,
"description": "Height of the generated image"
},
"length": {
"type": "integer",
"title": "Length",
"default": 113,
"description": "Length of the generated video"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "A bearded man wearing large dark sunglasses and a blue patterned cardigan sits in a garden, actively speaking. Behind him, a garden is covered with green tree, textured sound-dampening foam on the left.",
"description": "Prompt for video generation"
},
"negative": {
"type": "string",
"title": "Negative",
"default": "\u8272\u8c03\u8273\u4e3d, \u8fc7\u66dd, \u9759\u6001, \u7ec6\u8282\u6a21\u7cca\u4e0d\u6e05, \u5b57\u5e55, \u98ce\u683c, \u4f5c\u54c1, \u753b\u4f5c, \u753b\u9762, \u9759\u6b62, \u6574\u4f53\u53d1\u7070, \u6700\u5dee\u8d28\u91cf, \u4f4e\u8d28\u91cf, JPEG\u538b\u7f29\u6b8b\u7559, \u4e11\u964b\u7684, \u6b8b\u7f3a\u7684, \u591a\u4f59\u7684\u624b\u6307, \u753b\u5f97\u4e0d\u597d\u7684\u624b\u90e8, \u753b\u5f97\u4e0d\u597d\u7684\u8138\u90e8, \u7578\u5f62\u7684, \u6bc1\u5bb9\u7684, \u5f62\u6001\u7578\u5f62\u7684\u80a2\u4f53, \u624b\u6307\u878d\u5408, \u9759\u6b62\u4e0d\u52a8\u7684\u753b\u9762, \u6742\u4e71\u7684\u80cc\u666f, \u4e09\u6761\u817f, \u80cc\u666f\u4eba\u5f88\u591a, \u5012\u7740\u8d70",
"description": "Negative prompt for image generation"
}
}
}
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"
}