Add new external deploy node for face models (#66)

This commit is contained in:
Fawaz Kadem
2024-09-18 17:00:51 -07:00
committed by GitHub
parent 61acffd355
commit 764a8fee82
3 changed files with 111 additions and 0 deletions
+1
View File
@@ -6,4 +6,5 @@ export const customInputNodes: Record<string, string> = {
ComfyUIDeployExternalNumberInt: "integer",
ComfyUIDeployExternalLora: "string - (public lora download url)",
ComfyUIDeployExternalCheckpoint: "string - (public checkpoints download url)",
ComfyUIDeployExternalFaceModel: "string - (public face model download url)",
};