From fd9378b2a463a422bdf94535774a58b74debdb0f Mon Sep 17 00:00:00 2001 From: EdwinWong Date: Fri, 5 Jan 2024 14:42:11 +0800 Subject: [PATCH] chore: custom node type --- web/src/components/customInputNodes.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/customInputNodes.tsx b/web/src/components/customInputNodes.tsx index 4adfc5e..e7f5a5f 100644 --- a/web/src/components/customInputNodes.tsx +++ b/web/src/components/customInputNodes.tsx @@ -2,4 +2,5 @@ export const customInputNodes: Record = { ComfyUIDeployExternalText: "string", ComfyUIDeployExternalImage: "string - (public image url)", ComfyUIDeployExternalImageAlpha: "string - (public image url)", + ComfyUIDeployExternalNumber: "number" };