diff --git a/web/src/components/customInputNodes.tsx b/web/src/components/customInputNodes.tsx index 36dfefa..2825169 100644 --- a/web/src/components/customInputNodes.tsx +++ b/web/src/components/customInputNodes.tsx @@ -1,8 +1,10 @@ export const customInputNodes: Record = { - ComfyUIDeployExternalText: "string", - ComfyUIDeployExternalImage: "string - (public image url)", - ComfyUIDeployExternalImageAlpha: "string - (public image url)", - ComfyUIDeployExternalNumber: "float", - ComfyUIDeployExternalNumberInt: "integer", - ComfyUIDeployExternalLora: "string - (public lora download url)", + ComfyUIDeployExternalText: "string", + ComfyUIDeployExternalImage: "string - (public image url)", + ComfyUIDeployExternalImageAlpha: "string - (public image url)", + ComfyUIDeployExternalNumber: "float", + ComfyUIDeployExternalNumberInt: "integer", + ComfyUIDeployExternalLora: "string - (public lora download url)", + ComfyUIDeployExternalCheckpoints: + "string - (public checkpoints download url)", };