From 0e44ee7b77042bbe4498bc9e79f97c4dcfef68e9 Mon Sep 17 00:00:00 2001 From: 18yz153 Date: Mon, 5 Jan 2026 19:15:56 -0600 Subject: [PATCH] Add ComfyUI-Persona-Director to custom node list --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6e0c914d..b92e99ae 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -40873,6 +40873,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "18yz153", + "title": "ComfyUI-Persona-Director", + "reference": "https://github.com/18yz153/ComfyUI-Persona-Director", + "files": [ + "https://github.com/18yz153/ComfyUI-Persona-Director" + ], + "install_type": "git-clone", + "description": "A visual state machine for consistent character generation. It intelligently maintains character identity, outfits, and locations across multiple generations using LLM-driven state management." } ] }