From 6a50229ef622d3ab595c9907f3d7890fc67abb1d Mon Sep 17 00:00:00 2001 From: Yifan Zhu <71048080+18yz153@users.noreply.github.com> Date: Wed, 7 Jan 2026 11:53:12 -0600 Subject: [PATCH] Add ComfyUI-Persona-Director to custom node list (#2467) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5112a49e..f76a380b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41182,6 +41182,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." } ] }