ailoov/generator
Public
347
runs
Run ailoov/generator 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 |
|---|---|---|---|
| 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.
|
|
| workflow |
string
|
Input workflow
|
|
| uid |
string
|
uid
|
|
| avatar |
boolean
|
False
|
avatar?
|
{
"type": "object",
"title": "Input",
"properties": {
"uid": {
"type": "string",
"title": "Uid",
"x-order": 2,
"description": "uid"
},
"avatar": {
"type": "boolean",
"title": "Avatar",
"default": false,
"x-order": 3,
"description": "avatar?"
},
"workflow": {
"type": "string",
"title": "Workflow",
"format": "uri",
"x-order": 1,
"description": "Input workflow"
},
"input_file": {
"type": "string",
"title": "Input File",
"format": "uri",
"x-order": 0,
"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": "array",
"items": {
"type": "string",
"format": "uri"
},
"title": "Output"
}