10 lines
461 B
TypeScript
10 lines
461 B
TypeScript
export const customInputNodes: Record<string, string> = {
|
|
ComfyUIDeployExternalText: "string",
|
|
ComfyUIDeployExternalImage: "string - (public image url)",
|
|
ComfyUIDeployExternalImageAlpha: "string - (public image url)",
|
|
ComfyUIDeployExternalNumber: "float",
|
|
ComfyUIDeployExternalNumberInt: "integer",
|
|
ComfyUIDeployExternalLora: "string - (public lora download url)",
|
|
ComfyUIDeployExternalCheckpoint: "string - (public checkpoints download url)",
|
|
};
|