chore: update custom node inputs list
This commit is contained in:
parent
fb020f9f3c
commit
1d2497116d
@ -1,8 +1,10 @@
|
|||||||
export const customInputNodes: Record<string, string> = {
|
export const customInputNodes: Record<string, string> = {
|
||||||
ComfyUIDeployExternalText: "string",
|
ComfyUIDeployExternalText: "string",
|
||||||
ComfyUIDeployExternalImage: "string - (public image url)",
|
ComfyUIDeployExternalImage: "string - (public image url)",
|
||||||
ComfyUIDeployExternalImageAlpha: "string - (public image url)",
|
ComfyUIDeployExternalImageAlpha: "string - (public image url)",
|
||||||
ComfyUIDeployExternalNumber: "float",
|
ComfyUIDeployExternalNumber: "float",
|
||||||
ComfyUIDeployExternalNumberInt: "integer",
|
ComfyUIDeployExternalNumberInt: "integer",
|
||||||
ComfyUIDeployExternalLora: "string - (public lora download url)",
|
ComfyUIDeployExternalLora: "string - (public lora download url)",
|
||||||
|
ComfyUIDeployExternalCheckpoints:
|
||||||
|
"string - (public checkpoints download url)",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user