deployment
Get comfyui workflow inputs definition
Use this to retrieve comfyui workflow inputs definition by id
GET
/
deployment
/
{id}
/
inputs
Authorizations
Authorization
string
headerrequiredCreate your token in Comfy Deploy
Path Parameters
id
string
requiredResponse
200 - application/json
class_type
enum<string>
requiredAvailable options:
ComfyUIDeployExternalText
, ComfyUIDeployExternalTextSingleLine
, ComfyUIDeployExternalImage
, ComfyUIDeployExternalImageAlpha
, ComfyUIDeployExternalNumber
, ComfyUIDeployExternalNumberInt
, ComfyUIDeployExternalLora
, ComfyUIDeployExternalCheckpoint
, ComfyDeployWebscoketImageInput
, ComfyUIDeployExternalImageBatch
, ComfyUIDeployExternalVideo
, ComfyUIDeployExternalBoolean
, ComfyUIDeployExternalNumberSlider
, ComfyUIDeployExternalNumberSliderInt
, ComfyUIDeployExternalEnum
input_id
string
requireddefault_value
required
min_value
number
max_value
number
display_name
string
description
string
enum_values
string[]
Was this page helpful?