voku682
/
comfy_runner
- Public
- 494 runs
Run voku682/comfy_runner 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 |
---|---|---|---|
workflow_json |
string
|
workflow API json
|
|
file_list |
string
|
File list (.zip file)
|
|
extra_models_list |
string
|
[]
|
extra models to download
|
extra_node_urls |
string
|
[]
|
extra nodes to download
|
output_node_ids |
string
|
[]
|
output nodes for this workflow
|
{
"type": "object",
"title": "Input",
"required": [
"workflow_json",
"file_list"
],
"properties": {
"file_list": {
"type": "string",
"title": "File List",
"format": "uri",
"x-order": 1,
"description": "File list (.zip file)"
},
"workflow_json": {
"type": "string",
"title": "Workflow Json",
"format": "uri",
"x-order": 0,
"description": "workflow API json"
},
"extra_node_urls": {
"type": "string",
"title": "Extra Node Urls",
"default": "[]",
"x-order": 3,
"description": "extra nodes to download"
},
"output_node_ids": {
"type": "string",
"title": "Output Node Ids",
"default": "[]",
"x-order": 4,
"description": "output nodes for this workflow"
},
"extra_models_list": {
"type": "string",
"title": "Extra Models List",
"default": "[]",
"x-order": 2,
"description": "extra models to download"
}
}
}
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"
}