From 14d5f81058dbce55325014e8b82b598e684fbda4 Mon Sep 17 00:00:00 2001 From: bkpaine1 Date: Sat, 17 Jan 2026 10:00:20 -0500 Subject: [PATCH] Add Halo-Lipsy: AMD unified memory lip sync node 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 --- 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 e073250c..02571ed2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41881,6 +41881,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." + } ] }