This commit is contained in:
bennykok
2024-07-16 14:45:28 -07:00
commit 6ea0b09d80
207 changed files with 8190 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# CustomNodes
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| `name` | *str* | :heavy_check_mark: | N/A |
| `url` | *str* | :heavy_check_mark: | N/A |
| `node` | List[[operations.Node](../../models/operations/node.md)] | :heavy_minus_sign: | N/A |
| `hash` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `files` | List[*str*] | :heavy_minus_sign: | N/A |
| `install_type` | [Optional[operations.InstallType]](../../models/operations/installtype.md) | :heavy_minus_sign: | N/A |
| `warning` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `pip` | List[*str*] | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,12 @@
# Dependencies
## Fields
| Field | Type | Required | Description |
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| `comfyui` | *str* | :heavy_check_mark: | N/A |
| `missing_nodes` | List[*str*] | :heavy_check_mark: | N/A |
| `custom_nodes` | Dict[str, [operations.CustomNodes](../../models/operations/customnodes.md)] | :heavy_check_mark: | N/A |
| `models` | Dict[str, List[[operations.Models](../../models/operations/models.md)]] | :heavy_check_mark: | N/A |
| `files` | Dict[str, List[[operations.Files](../../models/operations/files.md)]] | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,9 @@
# Environment
## Values
| Name | Value |
| ------------ | ------------ |
| `PRODUCTION` | production |
| `STAGING` | staging |

View File

@@ -0,0 +1,9 @@
# EventType
## Values
| Name | Value |
| ----------- | ----------- |
| `GPU_START` | gpu_start |
| `GPU_END` | gpu_end |

View File

@@ -0,0 +1,9 @@
# Fields
## Values
| Name | Value |
| --------- | --------- |
| `FULL` | full |
| `MINIMAL` | minimal |

View File

@@ -0,0 +1,10 @@
# Files
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `name` | *str* | :heavy_check_mark: | N/A |
| `hash` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `url` | *Optional[str]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,10 @@
# GetAuthResponseRequestIDComfyuiResponseBody
The API key is not yet ready
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `message` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,8 @@
# GetAuthResponseRequestIDRequest
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `request_id` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,10 @@
# GetAuthResponseRequestIDResponse
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `two_hundred_application_json_object` | [Optional[operations.GetAuthResponseRequestIDResponseBody]](../../models/operations/getauthresponserequestidresponsebody.md) | :heavy_minus_sign: | The returned API Key |
| `two_hundred_and_one_application_json_object` | [Optional[operations.GetAuthResponseRequestIDComfyuiResponseBody]](../../models/operations/getauthresponserequestidcomfyuiresponsebody.md) | :heavy_minus_sign: | The API key is not yet ready |

View File

@@ -0,0 +1,11 @@
# GetAuthResponseRequestIDResponseBody
The returned API Key
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `api_key` | *str* | :heavy_check_mark: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,8 @@
# GetDeploymentIDInputsRequest
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `id` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,9 @@
# GetDeploymentIDInputsResponse
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `response_bodies` | List[[operations.ResponseBody](../../models/operations/responsebody.md)] | :heavy_minus_sign: | Retrieve the output |

View File

@@ -0,0 +1,8 @@
# GetDeploymentRequest
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| `environment` | [Optional[operations.Environment]](../../models/operations/environment.md) | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,9 @@
# GetDeploymentResponse
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `response_bodies` | List[[operations.GetDeploymentResponseBody](../../models/operations/getdeploymentresponsebody.md)] | :heavy_minus_sign: | Display all production workflows |

View File

@@ -0,0 +1,7 @@
# GetDeploymentResponseBody
## Fields
| Field | Type | Required | Description |
| ----------- | ----------- | ----------- | ----------- |

View File

@@ -0,0 +1,12 @@
# GetRunGpu
## Values
| Name | Value |
| ------- | ------- |
| `T4` | T4 |
| `L4` | L4 |
| `A10_G` | A10G |
| `A100` | A100 |
| `H100` | H100 |

View File

@@ -0,0 +1,8 @@
# GetRunRequest
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `run_id` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,9 @@
# GetRunResponse
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.GetRunResponseBody]](../../models/operations/getrunresponsebody.md) | :heavy_minus_sign: | Retrieve the output |

View File

@@ -0,0 +1,33 @@
# GetRunResponseBody
Retrieve the output
## Fields
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `id` | *str* | :heavy_check_mark: | N/A | |
| `workflow_version_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
| `workflow_inputs` | [operations.WorkflowInputs](../../models/operations/workflowinputs.md) | :heavy_check_mark: | N/A | {<br/>"input_text": "some external text input",<br/>"input_image": "https://somestatic.png"<br/>} |
| `workflow_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
| `workflow_api` | [operations.GetRunWorkflowAPI](../../models/operations/getrunworkflowapi.md) | :heavy_check_mark: | N/A | {} |
| `machine_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
| `origin` | [operations.Origin](../../models/operations/origin.md) | :heavy_check_mark: | N/A | |
| `status` | [operations.Status](../../models/operations/status.md) | :heavy_check_mark: | N/A | |
| `ended_at` | *Optional[str]* | :heavy_check_mark: | N/A | |
| `created_at` | *str* | :heavy_check_mark: | N/A | |
| `queued_at` | *Optional[str]* | :heavy_check_mark: | N/A | |
| `started_at` | *Optional[str]* | :heavy_check_mark: | N/A | |
| `gpu` | [Optional[operations.GetRunGpu]](../../models/operations/getrungpu.md) | :heavy_check_mark: | N/A | |
| `machine_version` | *Optional[str]* | :heavy_check_mark: | N/A | |
| `machine_type` | [Optional[operations.MachineType]](../../models/operations/machinetype.md) | :heavy_check_mark: | N/A | |
| `modal_function_call_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
| `user_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
| `org_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
| `run_log` | [operations.RunLog](../../models/operations/runlog.md) | :heavy_check_mark: | N/A | [<br/>{<br/>"logs": "some logs",<br/>"timestamp": 1706631877.3831277<br/>}<br/>] |
| `live_status` | *Optional[str]* | :heavy_check_mark: | N/A | |
| `progress` | *float* | :heavy_check_mark: | N/A | |
| `is_realtime` | *bool* | :heavy_check_mark: | N/A | |
| `webhook` | *Optional[str]* | :heavy_check_mark: | N/A | |
| `webhook_status` | [Optional[operations.WebhookStatus]](../../models/operations/webhookstatus.md) | :heavy_check_mark: | N/A | |

View File

@@ -0,0 +1,7 @@
# GetRunWorkflowAPI
## Fields
| Field | Type | Required | Description |
| ----------- | ----------- | ----------- | ----------- |

View File

@@ -0,0 +1,9 @@
# GetUploadURLRequest
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
| `type` | [operations.Type](../../models/operations/type.md) | :heavy_check_mark: | N/A |
| `file_size` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,9 @@
# GetUploadURLResponse
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.GetUploadURLResponseBody]](../../models/operations/getuploadurlresponsebody.md) | :heavy_minus_sign: | Retrieve the output |

View File

@@ -0,0 +1,12 @@
# GetUploadURLResponseBody
Retrieve the output
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `upload_url` | *str* | :heavy_check_mark: | N/A |
| `file_id` | *str* | :heavy_check_mark: | N/A |
| `download_url` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,9 @@
# GetV1MachinesMachineIDRequest
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `machine_id` | *str* | :heavy_check_mark: | N/A |
| `ext_urls` | *Optional[str]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,9 @@
# GetV1MachinesMachineIDResponse
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.GetV1MachinesMachineIDResponseBody]](../../models/operations/getv1machinesmachineidresponsebody.md) | :heavy_minus_sign: | Specific machine retrieved successfully |

View File

@@ -0,0 +1,16 @@
# GetV1MachinesMachineIDResponseBody
Specific machine retrieved successfully
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `id` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `name` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `type` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `status` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `created_at` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `updated_at` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `message` | *Optional[str]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,10 @@
# GetV1MachinesRequest
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| `page` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `page_size` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `fields` | [Optional[operations.Fields]](../../models/operations/fields.md) | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,9 @@
# GetV1MachinesResponse
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.GetV1MachinesResponseBody]](../../models/operations/getv1machinesresponsebody.md) | :heavy_minus_sign: | Machines retrieved successfully |

View File

@@ -0,0 +1,11 @@
# GetV1MachinesResponseBody
Machines retrieved successfully
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| `machines` | List[[operations.Machines](../../models/operations/machines.md)] | :heavy_check_mark: | N/A |
| `total` | *float* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,10 @@
# GetV1WorkflowsRequest
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `page` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `page_size` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `search` | *Optional[str]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,9 @@
# GetV1WorkflowsResponse
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `response_bodies` | List[[operations.GetV1WorkflowsResponseBody](../../models/operations/getv1workflowsresponsebody.md)] | :heavy_minus_sign: | Workflows retrieved successfully |

View File

@@ -0,0 +1,16 @@
# GetV1WorkflowsResponseBody
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| `id` | *str* | :heavy_check_mark: | N/A |
| `updated_at` | *str* | :heavy_check_mark: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |
| `selected_machine_id` | *Optional[str]* | :heavy_check_mark: | N/A |
| `count` | *str* | :heavy_check_mark: | N/A |
| `user` | [operations.User](../../models/operations/user.md) | :heavy_check_mark: | N/A |
| `versions` | List[[operations.Versions](../../models/operations/versions.md)] | :heavy_check_mark: | N/A |
| `deployments` | List[*Any*] | :heavy_check_mark: | N/A |
| `runs` | List[*Any*] | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,12 @@
# GetV1WorkflowsWorkflowIDOutputsRequest
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| `workflow_id` | *str* | :heavy_check_mark: | N/A |
| `page` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `page_size` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `search` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `run_origin` | [Optional[operations.QueryParamRunOrigin]](../../models/operations/queryparamrunorigin.md) | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,9 @@
# GetV1WorkflowsWorkflowIDOutputsResponse
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.GetV1WorkflowsWorkflowIDOutputsResponseBody]](../../models/operations/getv1workflowsworkflowidoutputsresponsebody.md) | :heavy_minus_sign: | Specific workflow retrieved successfully |

View File

@@ -0,0 +1,11 @@
# GetV1WorkflowsWorkflowIDOutputsResponseBody
Specific workflow retrieved successfully
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
| `outputs` | List[[operations.Outputs](../../models/operations/outputs.md)] | :heavy_check_mark: | N/A |
| `total` | *float* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,8 @@
# GetV1WorkflowsWorkflowIDRequest
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `workflow_id` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,9 @@
# GetV1WorkflowsWorkflowIDResponse
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.GetV1WorkflowsWorkflowIDResponseBody]](../../models/operations/getv1workflowsworkflowidresponsebody.md) | :heavy_minus_sign: | Specific workflow retrieved successfully |

View File

@@ -0,0 +1,17 @@
# GetV1WorkflowsWorkflowIDResponseBody
Specific workflow retrieved successfully
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| `name` | *str* | :heavy_check_mark: | N/A |
| `user_id` | *str* | :heavy_check_mark: | N/A |
| `id` | *str* | :heavy_check_mark: | N/A |
| `selected_machine_id` | *Optional[str]* | :heavy_check_mark: | N/A |
| `created_at` | *str* | :heavy_check_mark: | N/A |
| `updated_at` | *str* | :heavy_check_mark: | N/A |
| `versions` | List[[operations.GetV1WorkflowsWorkflowIDVersions](../../models/operations/getv1workflowsworkflowidversions.md)] | :heavy_check_mark: | N/A |
| `org_id` | *Optional[str]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,17 @@
# GetV1WorkflowsWorkflowIDVersions
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `workflow_id` | *str* | :heavy_check_mark: | N/A |
| `id` | *str* | :heavy_check_mark: | N/A |
| `comment` | *Optional[str]* | :heavy_check_mark: | N/A |
| `version` | *float* | :heavy_check_mark: | N/A |
| `snapshot` | *Optional[str]* | :heavy_check_mark: | N/A |
| `dependencies` | *Optional[str]* | :heavy_check_mark: | N/A |
| `created_at` | *str* | :heavy_check_mark: | N/A |
| `updated_at` | *str* | :heavy_check_mark: | N/A |
| `workflow` | *Optional[Any]* | :heavy_minus_sign: | N/A |
| `workflow_api` | *Optional[Any]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,8 @@
# GetWebsocketDeploymentIDRequest
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `deployment_id` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,9 @@
# GetWebsocketDeploymentIDResponse
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.GetWebsocketDeploymentIDResponseBody]](../../models/operations/getwebsocketdeploymentidresponsebody.md) | :heavy_minus_sign: | Workflow queued |

View File

@@ -0,0 +1,10 @@
# GetWebsocketDeploymentIDResponseBody
Workflow queued
## Fields
| Field | Type | Required | Description |
| ------------------- | ------------------- | ------------------- | ------------------- |
| `ws_connection_url` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,7 @@
# GetWorkflowIDDependencies
## Fields
| Field | Type | Required | Description |
| ----------- | ----------- | ----------- | ----------- |

View File

@@ -0,0 +1,8 @@
# GetWorkflowIDRequest
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `id` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,9 @@
# GetWorkflowIDResponse
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.GetWorkflowIDResponseBody]](../../models/operations/getworkflowidresponsebody.md) | :heavy_minus_sign: | Retrieve the output |

View File

@@ -0,0 +1,20 @@
# GetWorkflowIDResponseBody
Retrieve the output
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `workflow_id` | *str* | :heavy_check_mark: | N/A |
| `id` | *str* | :heavy_check_mark: | N/A |
| `workflow` | [operations.GetWorkflowIDWorkflow](../../models/operations/getworkflowidworkflow.md) | :heavy_check_mark: | N/A |
| `workflow_api` | [operations.GetWorkflowIDWorkflowAPI](../../models/operations/getworkflowidworkflowapi.md) | :heavy_check_mark: | N/A |
| `user_id` | *Optional[str]* | :heavy_check_mark: | N/A |
| `comment` | *Optional[str]* | :heavy_check_mark: | N/A |
| `version` | *float* | :heavy_check_mark: | N/A |
| `snapshot` | [operations.GetWorkflowIDSnapshot](../../models/operations/getworkflowidsnapshot.md) | :heavy_check_mark: | N/A |
| `dependencies` | [operations.GetWorkflowIDDependencies](../../models/operations/getworkflowiddependencies.md) | :heavy_check_mark: | N/A |
| `created_at` | *str* | :heavy_check_mark: | N/A |
| `updated_at` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,7 @@
# GetWorkflowIDSnapshot
## Fields
| Field | Type | Required | Description |
| ----------- | ----------- | ----------- | ----------- |

View File

@@ -0,0 +1,7 @@
# GetWorkflowIDWorkflow
## Fields
| Field | Type | Required | Description |
| ----------- | ----------- | ----------- | ----------- |

View File

@@ -0,0 +1,7 @@
# GetWorkflowIDWorkflowAPI
## Fields
| Field | Type | Required | Description |
| ----------- | ----------- | ----------- | ----------- |

View File

@@ -0,0 +1,7 @@
# GetWorkflowVersionVersionIDDependencies
## Fields
| Field | Type | Required | Description |
| ----------- | ----------- | ----------- | ----------- |

View File

@@ -0,0 +1,8 @@
# GetWorkflowVersionVersionIDRequest
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `version_id` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,9 @@
# GetWorkflowVersionVersionIDResponse
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.GetWorkflowVersionVersionIDResponseBody]](../../models/operations/getworkflowversionversionidresponsebody.md) | :heavy_minus_sign: | Retrieve the output |

View File

@@ -0,0 +1,20 @@
# GetWorkflowVersionVersionIDResponseBody
Retrieve the output
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
| `workflow_id` | *str* | :heavy_check_mark: | N/A |
| `id` | *str* | :heavy_check_mark: | N/A |
| `workflow` | [operations.Workflow](../../models/operations/workflow.md) | :heavy_check_mark: | N/A |
| `workflow_api` | [operations.GetWorkflowVersionVersionIDWorkflowAPI](../../models/operations/getworkflowversionversionidworkflowapi.md) | :heavy_check_mark: | N/A |
| `user_id` | *Optional[str]* | :heavy_check_mark: | N/A |
| `comment` | *Optional[str]* | :heavy_check_mark: | N/A |
| `version` | *float* | :heavy_check_mark: | N/A |
| `snapshot` | [operations.GetWorkflowVersionVersionIDSnapshot](../../models/operations/getworkflowversionversionidsnapshot.md) | :heavy_check_mark: | N/A |
| `dependencies` | [operations.GetWorkflowVersionVersionIDDependencies](../../models/operations/getworkflowversionversioniddependencies.md) | :heavy_check_mark: | N/A |
| `created_at` | *str* | :heavy_check_mark: | N/A |
| `updated_at` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,7 @@
# GetWorkflowVersionVersionIDSnapshot
## Fields
| Field | Type | Required | Description |
| ----------- | ----------- | ----------- | ----------- |

View File

@@ -0,0 +1,7 @@
# GetWorkflowVersionVersionIDWorkflowAPI
## Fields
| Field | Type | Required | Description |
| ----------- | ----------- | ----------- | ----------- |

View File

@@ -0,0 +1,9 @@
# GitCustomNodes
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `hash` | *str* | :heavy_check_mark: | N/A |
| `disabled` | *bool* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,12 @@
# Gpu
## Values
| Name | Value |
| ------- | ------- |
| `T4` | T4 |
| `L4` | L4 |
| `A10_G` | A10G |
| `A100` | A100 |
| `H100` | H100 |

View File

@@ -0,0 +1,9 @@
# GpuProvider
## Values
| Name | Value |
| -------- | -------- |
| `MODAL` | modal |
| `RUNPOD` | runpod |

View File

@@ -0,0 +1,12 @@
# GpuType
## Values
| Name | Value |
| ------- | ------- |
| `T4` | T4 |
| `L4` | L4 |
| `A10_G` | A10G |
| `A100` | A100 |
| `H100` | H100 |

View File

@@ -0,0 +1,17 @@
# Inputs
## Supported Types
### `str`
```python
value: str = /* values here */
```
### `float`
```python
value: float = /* values here */
```

View File

@@ -0,0 +1,17 @@
# InstallType
## Supported Types
### `operations.One`
```python
value: operations.One = /* values here */
```
### `str`
```python
value: str = /* values here */
```

View File

@@ -0,0 +1,15 @@
# Machines
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `id` | *str* | :heavy_check_mark: | N/A |
| `endpoints` | List[*str*] | :heavy_check_mark: | N/A |
| `name` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `type` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `status` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `created_at` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `updated_at` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `object_info` | *Optional[Any]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,13 @@
# MachineType
## Values
| Name | Value |
| ------------------------- | ------------------------- |
| `CLASSIC` | classic |
| `RUNPOD_SERVERLESS` | runpod-serverless |
| `MODAL_SERVERLESS` | modal-serverless |
| `COMFY_DEPLOY_SERVERLESS` | comfy-deploy-serverless |
| `WORKSPACE` | workspace |
| `WORKSPACE_V2` | workspace-v2 |

View File

@@ -0,0 +1,10 @@
# Models
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `name` | *str* | :heavy_check_mark: | N/A |
| `hash` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `url` | *Optional[str]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,9 @@
# Node
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `inputs` | Dict[str, *Any*] | :heavy_check_mark: | N/A |
| `class_type` | *Optional[str]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,10 @@
# One
## Values
| Name | Value |
| ----------- | ----------- |
| `COPY` | copy |
| `UNZIP` | unzip |
| `GIT_CLONE` | git-clone |

View File

@@ -0,0 +1,12 @@
# Origin
## Values
| Name | Value |
| ----------------- | ----------------- |
| `MANUAL` | manual |
| `API` | api |
| `PUBLIC_SHARE` | public-share |
| `PUBLIC_TEMPLATE` | public-template |
| `WORKSPACE` | workspace |

View File

@@ -0,0 +1,10 @@
# Outputs
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `file_ur_ls` | List[*str*] | :heavy_check_mark: | N/A |
| `run_id` | *str* | :heavy_check_mark: | N/A |
| `duration` | *float* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,16 @@
# PostGpuEventRequestBody
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `machine_id` | *str* | :heavy_check_mark: | N/A |
| `timestamp` | *str* | :heavy_check_mark: | N/A |
| `event_type` | [operations.EventType](../../models/operations/eventtype.md) | :heavy_check_mark: | N/A |
| `gpu_provider` | [operations.GpuProvider](../../models/operations/gpuprovider.md) | :heavy_check_mark: | N/A |
| `gpu_type` | [Optional[operations.GpuType]](../../models/operations/gputype.md) | :heavy_minus_sign: | N/A |
| `ws_gpu_type` | [Optional[operations.WsGpuType]](../../models/operations/wsgputype.md) | :heavy_minus_sign: | N/A |
| `event_id` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `is_workspace` | *Optional[bool]* | :heavy_minus_sign: | N/A |
| `user_or_org_id` | *Optional[str]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,9 @@
# PostGpuEventResponse
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.PostGpuEventResponseBody]](../../models/operations/postgpueventresponsebody.md) | :heavy_minus_sign: | Machine event registered |

View File

@@ -0,0 +1,10 @@
# PostGpuEventResponseBody
Machine event registered
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `event_id` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,9 @@
# PostMachineEndpointRequestBody
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `machine_id` | *str* | :heavy_check_mark: | N/A |
| `type` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,9 @@
# PostMachineEndpointResponse
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.PostMachineEndpointResponseBody]](../../models/operations/postmachineendpointresponsebody.md) | :heavy_minus_sign: | Create short lived machine endpoint |

View File

@@ -0,0 +1,11 @@
# PostMachineEndpointResponseBody
Create short lived machine endpoint
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `url` | *str* | :heavy_check_mark: | N/A |
| `gpu` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,21 @@
# PostRunRequestBody
Run options
## Fields
| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `deployment_id` | *Optional[str]* | :heavy_minus_sign: | Deployment ID to run | d290f1ee-6c54-4b01-90e6-d701748f0851 |
| `workflow_api` | *Optional[Any]* | :heavy_minus_sign: | Workflow API JSON to run | |
| `workflow_id` | *Optional[str]* | :heavy_minus_sign: | Workflow ID to run | f47ac10b-58cc-4372-a567-0e02b2c3d479 |
| `machine_id` | *Optional[str]* | :heavy_minus_sign: | N/A | |
| `gpu` | [Optional[operations.Gpu]](../../models/operations/gpu.md) | :heavy_minus_sign: | N/A | |
| `concurrency_limit` | *Optional[float]* | :heavy_minus_sign: | N/A | |
| `private_volume_name` | *Optional[str]* | :heavy_minus_sign: | N/A | |
| `timeout` | *Optional[float]* | :heavy_minus_sign: | N/A | |
| `run_origin` | [Optional[operations.RunOrigin]](../../models/operations/runorigin.md) | :heavy_minus_sign: | N/A | |
| `inputs` | Dict[str, [operations.Inputs](../../models/operations/inputs.md)] | :heavy_minus_sign: | External inputs to the workflow | {<br/>"input_text": "value1",<br/>"input_url": "https://example.png"<br/>} |
| `webhook` | *Optional[str]* | :heavy_minus_sign: | Webhook URL to receive workflow updates | https://example.com/webhook |
| `stream` | *Optional[bool]* | :heavy_minus_sign: | Whether to return a streaming url | |

View File

@@ -0,0 +1,9 @@
# PostRunResponse
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.PostRunResponseBody]](../../models/operations/postrunresponsebody.md) | :heavy_minus_sign: | Workflow queued |

View File

@@ -0,0 +1,10 @@
# PostRunResponseBody
Workflow queued
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `run_id` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,8 @@
# PostV1MachinesGpu
## Values
| Name | Value |
| ------- | ------- |
| `A10_G` | A10G |

View File

@@ -0,0 +1,8 @@
# PostV1MachinesRequestBody
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `default_machine` | *Optional[bool]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,9 @@
# PostV1MachinesResponse
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.PostV1MachinesResponseBody]](../../models/operations/postv1machinesresponsebody.md) | :heavy_minus_sign: | Machine created successfully |

View File

@@ -0,0 +1,46 @@
# PostV1MachinesResponseBody
Machine created successfully
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| `id` | *str* | :heavy_check_mark: | N/A |
| `user_id` | *str* | :heavy_check_mark: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |
| `org_id` | *Optional[str]* | :heavy_check_mark: | N/A |
| `endpoint` | *str* | :heavy_check_mark: | N/A |
| `created_at` | *str* | :heavy_check_mark: | N/A |
| `updated_at` | *str* | :heavy_check_mark: | N/A |
| `disabled` | *bool* | :heavy_check_mark: | N/A |
| `type` | [operations.PostV1MachinesType](../../models/operations/postv1machinestype.md) | :heavy_check_mark: | N/A |
| `status` | [operations.PostV1MachinesStatus](../../models/operations/postv1machinesstatus.md) | :heavy_check_mark: | N/A |
| `machine_version` | *Optional[str]* | :heavy_check_mark: | N/A |
| `machine_builder_version` | *str* | :heavy_check_mark: | N/A |
| `models` | List[*Any*] | :heavy_check_mark: | N/A |
| `gpu` | [operations.PostV1MachinesGpu](../../models/operations/postv1machinesgpu.md) | :heavy_check_mark: | N/A |
| `pod_id` | *Optional[str]* | :heavy_check_mark: | N/A |
| `base_docker_image` | *Optional[str]* | :heavy_check_mark: | N/A |
| `allow_concurrent_inputs` | *float* | :heavy_check_mark: | N/A |
| `concurrency_limit` | *float* | :heavy_check_mark: | N/A |
| `legacy_mode` | *bool* | :heavy_check_mark: | N/A |
| `ws_timeout` | *float* | :heavy_check_mark: | N/A |
| `run_timeout` | *float* | :heavy_check_mark: | N/A |
| `idle_timeout` | *float* | :heavy_check_mark: | N/A |
| `build_machine_instance_id` | *Optional[str]* | :heavy_check_mark: | N/A |
| `build_log` | *Optional[str]* | :heavy_check_mark: | N/A |
| `modal_app_id` | *Optional[str]* | :heavy_check_mark: | N/A |
| `target_workflow_id` | *Optional[str]* | :heavy_check_mark: | N/A |
| `install_custom_node_with_gpu` | *bool* | :heavy_check_mark: | N/A |
| `deleted` | *bool* | :heavy_check_mark: | N/A |
| `keep_warm` | *float* | :heavy_check_mark: | N/A |
| `allow_background_volume_commits` | *bool* | :heavy_check_mark: | N/A |
| `gpu_workspace` | *bool* | :heavy_check_mark: | N/A |
| `snapshot` | *Optional[Any]* | :heavy_minus_sign: | N/A |
| `ws_gpu` | *Optional[Any]* | :heavy_minus_sign: | N/A |
| `object_info` | *Optional[Any]* | :heavy_minus_sign: | N/A |
| `dependencies` | *Optional[Any]* | :heavy_minus_sign: | N/A |
| `extra_docker_commands` | *Optional[Any]* | :heavy_minus_sign: | N/A |
| `docker_command_steps` | *Optional[Any]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,8 @@
# PostV1MachinesStatus
## Values
| Name | Value |
| ---------- | ---------- |
| `BUILDING` | building |

View File

@@ -0,0 +1,8 @@
# PostV1MachinesType
## Values
| Name | Value |
| ------------------------- | ------------------------- |
| `COMFY_DEPLOY_SERVERLESS` | comfy-deploy-serverless |

View File

@@ -0,0 +1,10 @@
# PostV1WorkflowsRequestBody
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| `workflow_name` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `workflow_json` | [Optional[operations.WorkflowJSON]](../../models/operations/workflowjson.md) | :heavy_minus_sign: | N/A |
| `create_machine` | *Optional[bool]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,9 @@
# PostV1WorkflowsResponse
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.PostV1WorkflowsResponseBody]](../../models/operations/postv1workflowsresponsebody.md) | :heavy_minus_sign: | Workflow created successfully |

View File

@@ -0,0 +1,12 @@
# PostV1WorkflowsResponseBody
Workflow created successfully
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `workflow_id` | *str* | :heavy_check_mark: | N/A |
| `workflow_version` | *float* | :heavy_check_mark: | N/A |
| `machine_id` | *Optional[str]* | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,13 @@
# PostWorkflowRequestBody
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| `workflow_api` | Dict[str, [operations.WorkflowAPI](../../models/operations/workflowapi.md)] | :heavy_check_mark: | N/A |
| `snapshot` | [operations.Snapshot](../../models/operations/snapshot.md) | :heavy_check_mark: | N/A |
| `workflow_id` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `workflow_name` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `workflow` | *Optional[Any]* | :heavy_minus_sign: | N/A |
| `dependencies` | [Optional[operations.Dependencies]](../../models/operations/dependencies.md) | :heavy_minus_sign: | N/A |

View File

@@ -0,0 +1,9 @@
# PostWorkflowResponse
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
| `object` | [Optional[operations.PostWorkflowResponseBody]](../../models/operations/postworkflowresponsebody.md) | :heavy_minus_sign: | Retrieve the output |

View File

@@ -0,0 +1,11 @@
# PostWorkflowResponseBody
Retrieve the output
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `workflow_id` | *str* | :heavy_check_mark: | N/A |
| `version` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,12 @@
# QueryParamRunOrigin
## Values
| Name | Value |
| ----------------- | ----------------- |
| `MANUAL` | manual |
| `API` | api |
| `PUBLIC_SHARE` | public-share |
| `PUBLIC_TEMPLATE` | public-template |
| `WORKSPACE` | workspace |

View File

@@ -0,0 +1,12 @@
# ResponseBody
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `class_type` | *str* | :heavy_check_mark: | N/A |
| `input_id` | *str* | :heavy_check_mark: | N/A |
| `default_value` | *str* | :heavy_check_mark: | N/A |
| `min_value` | *float* | :heavy_check_mark: | N/A |
| `max_value` | *float* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,7 @@
# RunLog
## Fields
| Field | Type | Required | Description |
| ----------- | ----------- | ----------- | ----------- |

View File

@@ -0,0 +1,12 @@
# RunOrigin
## Values
| Name | Value |
| ----------------- | ----------------- |
| `MANUAL` | manual |
| `API` | api |
| `PUBLIC_SHARE` | public-share |
| `PUBLIC_TEMPLATE` | public-template |
| `WORKSPACE` | workspace |

View File

@@ -0,0 +1,10 @@
# Snapshot
## Fields
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| `comfyui` | *str* | :heavy_check_mark: | N/A |
| `git_custom_nodes` | Dict[str, [operations.GitCustomNodes](../../models/operations/gitcustomnodes.md)] | :heavy_check_mark: | N/A |
| `file_custom_nodes` | List[*Any*] | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,16 @@
# Status
## Values
| Name | Value |
| ------------- | ------------- |
| `NOT_STARTED` | not-started |
| `RUNNING` | running |
| `UPLOADING` | uploading |
| `SUCCESS` | success |
| `FAILED` | failed |
| `STARTED` | started |
| `QUEUED` | queued |
| `TIMEOUT` | timeout |
| `CANCELLED` | cancelled |

View File

@@ -0,0 +1,14 @@
# Type
## Values
| Name | Value |
| -------------------------- | -------------------------- |
| `IMAGE_PNG` | image/png |
| `IMAGE_JPG` | image/jpg |
| `IMAGE_JPEG` | image/jpeg |
| `IMAGE_WEBP` | image/webp |
| `VIDEO_MP4` | video/mp4 |
| `VIDEO_WEBM` | video/webm |
| `APPLICATION_OCTET_STREAM` | application/octet-stream |

View File

@@ -0,0 +1,8 @@
# User
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `name` | *str* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,9 @@
# Versions
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `id` | *str* | :heavy_check_mark: | N/A |
| `version` | *float* | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# WebhookStatus
## Values
| Name | Value |
| ------------- | ------------- |
| `SUCCESS` | success |
| `FAILED` | failed |
| `NOT_STARTED` | not-started |
| `RUNNING` | running |

View File

@@ -0,0 +1,7 @@
# Workflow
## Fields
| Field | Type | Required | Description |
| ----------- | ----------- | ----------- | ----------- |

Some files were not shown because too many files have changed in this diff Show More