From 1958957d36978d1ad99482e9af199c0d707aba0f Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 16 May 2026 21:35:49 +0900 Subject: [PATCH] fix(custom-node-list): place ComfyUI-PuLID-Flux-Chroma entry after last git-clone block --- custom-node-list.json | 64 +++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9e73dbae..2c3bbb7d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -47472,6 +47472,38 @@ "install_type": "git-clone", "description": "Simple ComfyUI node that determines the image size by a keyword in the prompt, optionally replacing the keyword" }, + { + "author": "PaoloC68", + "title": "ComfyUI-PuLID-Flux-Chroma", + "id": "comfyui-pulid-flux-chroma", + "reference": "https://github.com/PaoloC68/ComfyUI-PuLID-Flux-Chroma", + "files": [ + "https://github.com/PaoloC68/ComfyUI-PuLID-Flux-Chroma" + ], + "install_type": "git-clone", + "description": "The first PuLID (face identity preservation) implementation with full Chroma model support for ComfyUI. Automatically detects and adapts to both FLUX and Chroma models. Fork of PuLID-Flux-Enhanced with comprehensive Chroma compatibility fixes.", + "stars": 0, + "last_update": "2025-06-15 00:00:00", + "preemptions": [ + "ApplyPulidFlux", + "PulidFluxModelLoader", + "PulidFluxInsightFaceLoader", + "PulidFluxEvaClipLoader" + ], + "nodename_pattern": "PulidFlux", + "badges": [ + "Chroma", + "Face Identity" + ], + "dependencies": [ + "insightface", + "onnxruntime" + ], + "pip": [ + "insightface", + "onnxruntime" + ] + }, @@ -47862,38 +47894,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "PaoloC68", - "title": "ComfyUI-PuLID-Flux-Chroma", - "id": "comfyui-pulid-flux-chroma", - "reference": "https://github.com/PaoloC68/ComfyUI-PuLID-Flux-Chroma", - "files": [ - "https://github.com/PaoloC68/ComfyUI-PuLID-Flux-Chroma" - ], - "install_type": "git-clone", - "description": "The first PuLID (face identity preservation) implementation with full Chroma model support for ComfyUI. Automatically detects and adapts to both FLUX and Chroma models. Fork of PuLID-Flux-Enhanced with comprehensive Chroma compatibility fixes.", - "stars": 0, - "last_update": "2025-06-15 00:00:00", - "preemptions": [ - "ApplyPulidFlux", - "PulidFluxModelLoader", - "PulidFluxInsightFaceLoader", - "PulidFluxEvaClipLoader" - ], - "nodename_pattern": "PulidFlux", - "badges": [ - "Chroma", - "Face Identity" - ], - "dependencies": [ - "insightface", - "onnxruntime" - ], - "pip": [ - "insightface", - "onnxruntime" - ] } ] } \ No newline at end of file