zf-kbot/md-me-flashvsr-2
Public
9
runs
Run zf-kbot/md-me-flashvsr-2 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 |
|---|---|---|---|
| video |
string
|
CFR video with at least 21 frames; source FPS is preserved
|
|
| scale |
number
|
1.5
Min: 1.5 Max: 2 |
Stock ImageScaleBy bicubic scale
|
| duration_seconds |
number
|
10
Min: 1 Max: 90 |
Half-open source prefix [0, duration), maximum 90 seconds
|
| attention_backend |
None
|
stock_dense_lcsa
|
Only A/B variable: Stock dense LCSA or Stock SpargeAttn LCSA
|
| seed |
integer
|
84984
Max: 4294967295 |
Fixed Stock workflow seed
|
{
"type": "object",
"title": "Input",
"required": [
"video"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"default": 84984,
"maximum": 4294967295,
"minimum": 0,
"x-order": 4,
"description": "Fixed Stock workflow seed"
},
"scale": {
"type": "number",
"title": "Scale",
"default": 1.5,
"maximum": 2,
"minimum": 1.5,
"x-order": 1,
"description": "Stock ImageScaleBy bicubic scale"
},
"video": {
"type": "string",
"title": "Video",
"format": "uri",
"x-order": 0,
"description": "CFR video with at least 21 frames; source FPS is preserved"
},
"duration_seconds": {
"type": "number",
"title": "Duration Seconds",
"default": 10,
"maximum": 90,
"minimum": 1,
"x-order": 2,
"description": "Half-open source prefix [0, duration), maximum 90 seconds"
},
"attention_backend": {
"enum": [
"stock_dense_lcsa",
"stock_sparge_lcsa"
],
"type": "string",
"title": "attention_backend",
"description": "Only A/B variable: Stock dense LCSA or Stock SpargeAttn LCSA",
"default": "stock_dense_lcsa",
"x-order": 3
}
}
}
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"
}