From 603c56edf61d57f04f231b0de476ba44eeaf1935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 01:03:48 +0100 Subject: [PATCH] fix: use IPAdapterAdvanced instead of IPAdapterFaceID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed node type from IPAdapterFaceID to IPAdapterAdvanced to work with VIT-G preset. IPAdapterFaceID requires specialized face detection models, while IPAdapterAdvanced works with the standard IP-Adapter models loaded by IPAdapterUnifiedLoader. Updated widget values to match IPAdapterAdvanced parameters: - weight: 0.85 (face similarity strength) - noise: 0.0 - weight_type: "ease in-out" - combine_embeds: 1.0 - start_at: 0.0 - end_at: 1.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../ipadapter-face-i2i-production-v1.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/comfyui/workflows/image-to-image/ipadapter-face-i2i-production-v1.json b/comfyui/workflows/image-to-image/ipadapter-face-i2i-production-v1.json index 61d3df5..aeda723 100644 --- a/comfyui/workflows/image-to-image/ipadapter-face-i2i-production-v1.json +++ b/comfyui/workflows/image-to-image/ipadapter-face-i2i-production-v1.json @@ -139,7 +139,7 @@ }, { "id": 4, - "type": "IPAdapterFaceID", + "type": "IPAdapterAdvanced", "pos": [ 800, 100 @@ -151,17 +151,17 @@ "widgets_values": [ 0.85, 0.0, - "original", - 0.0, + "ease in-out", 1.0, - true + 0.0, + 1.0 ], "title": "Apply IP-Adapter Face", "flags": {}, "order": 3, "mode": 0, "properties": { - "Node name for S&R": "IPAdapterFaceID" + "Node name for S&R": "IPAdapterAdvanced" }, "inputs": [ {