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

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"
}