From 2a8d4a954cb4c3b6deab8a8a4c997a5ff2944d87 Mon Sep 17 00:00:00 2001 From: "John D. Pope" Date: Fri, 26 Jan 2024 22:41:39 +1100 Subject: [PATCH] Update InstantIDNode.py fix for ComfyUI_IPAdapter_plus collision in comfy namespace tested with their plugin and working fine. to replicate error - refresh all modules - --- InstantIDNode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstantIDNode.py b/InstantIDNode.py index 243fd15..498f5c6 100644 --- a/InstantIDNode.py +++ b/InstantIDNode.py @@ -228,7 +228,7 @@ def INPUT_TYPES(cls): "required": { "face_image": ("IMAGE",), "pipe": ("MODEL",), - "insightface": ("INSIGHTFACEMODEL",), + "insightface": ("INSIGHTFACE",), "positive": ("STRING", {"multiline": True, "forceInput": True}), "negative": ("STRING", {"multiline": True, "forceInput": True}), "ip_adapter_scale": ("FLOAT", {"default": 0.8, "min": 0, "max": 1.0, "display": "slider"}),