From 1d2497116d427253a2481a939afe2f0355288913 Mon Sep 17 00:00:00 2001 From: BennyKok Date: Sat, 20 Jan 2024 22:58:08 +0800 Subject: [PATCH] chore: update custom node inputs list --- web/src/components/customInputNodes.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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)", };