ailoov/video_postpro
Public
32
runs
Run ailoov/video_postpro 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 |
|---|---|---|---|
| uid |
string
|
UID
|
|
| hex_code |
string
|
#00b140
|
Hex color bg
|
| pingpong |
None
|
None
|
|
| input_file |
string
|
Input image, video, tar or zip file. Read guidance on workflows and input files here: https://github.com/fofr/cog-comfyui. Alternatively, you can replace inputs with URLs in your JSON workflow and the model will download them.
|
{
"type": "object",
"title": "Input",
"required": [
"uid"
],
"properties": {
"uid": {
"type": "string",
"title": "Uid",
"description": "UID"
},
"hex_code": {
"type": "string",
"title": "Hex Code",
"default": "#00b140",
"description": "Hex color bg"
},
"pingpong": {
"enum": [
"no",
"short",
"long"
],
"type": "string",
"title": "pingpong",
"description": "Pingpong result"
},
"input_file": {
"type": "string",
"title": "Input File",
"format": "uri",
"description": "Input image, video, tar or zip file. Read guidance on workflows and input files here: https://github.com/fofr/cog-comfyui. Alternatively, you can replace inputs with URLs in your JSON workflow and the model will download them."
}
}
}
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"
}