chore: custom node type

This commit is contained in:
EdwinWong 2024-01-05 14:42:11 +08:00
parent 57045d44f3
commit fd9378b2a4

View File

@ -2,4 +2,5 @@ export const customInputNodes: Record<string, string> = {
ComfyUIDeployExternalText: "string",
ComfyUIDeployExternalImage: "string - (public image url)",
ComfyUIDeployExternalImageAlpha: "string - (public image url)",
ComfyUIDeployExternalNumber: "number"
};