From ca8c925fb9ef9d625e449cf53e4f3e00ab272c66 Mon Sep 17 00:00:00 2001 From: bkpaine1 Date: Tue, 20 Jan 2026 07:56:48 -0500 Subject: [PATCH] Add Halo-Lipsy: AMD unified memory lip sync node (#2514) Halo-Lipsy is a native Wav2Lip implementation for ComfyUI that finally works on AMD APUs with unified memory (Strix Halo, etc.). Key features: - No subprocess hacks - runs natively in ComfyUI process - Face detection on CPU to prevent memory conflicts - Safe tensor casting for unified memory compatibility - Sync tuning and edge blending options - Works on ROCm, AMD APUs, and NVIDIA Tested on Ryzen AI Max+ 395 (Strix Halo) with 64GB unified memory and ROCm 7.11. Repository: https://github.com/bkpaine1/Halo-Lipsy Co-authored-by: bkpaine1 --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7f070b81..c6d404a8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42181,6 +42181,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "bkpaine1", + "title": "Halo-Lipsy", + "id": "halo-lipsy", + "reference": "https://github.com/bkpaine1/Halo-Lipsy", + "files": [ + "https://github.com/bkpaine1/Halo-Lipsy" + ], + "install_type": "git-clone", + "description": "AMD unified memory lip sync for ComfyUI. Native Wav2Lip inference with no subprocesses - finally works on Strix Halo, ROCm, and all AMD APUs. Features sync tuning, edge blending, and safe tensor casting for unified memory systems." + } ] }