fix: external text input

This commit is contained in:
BennyKok
2024-01-16 15:36:05 +08:00
parent fa2638f66d
commit 8628480362
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -2,5 +2,6 @@ export const customInputNodes: Record<string, string> = {
ComfyUIDeployExternalText: "string",
ComfyUIDeployExternalImage: "string - (public image url)",
ComfyUIDeployExternalImageAlpha: "string - (public image url)",
ComfyUIDeployExternalNumber: "number"
ComfyUIDeployExternalNumber: "float",
ComfyUIDeployExternalNumberInt: "integer",
};