fix: external text input
This commit is contained in:
@@ -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",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user