feat(plugin): external lora node

This commit is contained in:
BennyKok
2024-01-18 02:04:34 +08:00
parent 1ae295b806
commit 7dfc7a4ff8
2 changed files with 52 additions and 0 deletions
+1
View File
@@ -4,4 +4,5 @@ export const customInputNodes: Record<string, string> = {
ComfyUIDeployExternalImageAlpha: "string - (public image url)",
ComfyUIDeployExternalNumber: "float",
ComfyUIDeployExternalNumberInt: "integer",
ComfyUIDeployExternalLora: "string - (public lora download url)",
};