From 53dc36c4cfeff220047bc3e792dbea7016700ab8 Mon Sep 17 00:00:00 2001 From: Leylah Krell <145879968+leylahkrell@users.noreply.github.com> Date: Sun, 7 Sep 2025 14:37:00 -0700 Subject: [PATCH] Add ComfyUI Violet Tools to custom node list (#2136) Added aesthetic-focused custom nodes package with 7 specialized nodes: - Aesthetic Alchemist (style blending with 20+ curated aesthetics) - Quality Queen (quality prompts) - Glamour Goddess (hair/makeup) - Body Bard (body features) - Pose Priestess (positioning) - Encoding Enchantress (text processing) - Negativity Nullifier (negative prompts) Features weighted blending, randomization, and modular YAML-based configuration. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e3dff618..4b40ac1f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32736,6 +32736,16 @@ ], "install_type": "git-clone", "description": "A collection of utility nodes including image upscale,touchpad support and CSV-driven prompt machine for ComfyUI." + }, + { + "author": "leylahkrell", + "title": "ComfyUI Violet Tools", + "reference": "https://github.com/leylahkrell/ComfyUI-Violet-Tools", + "files": [ + "https://github.com/leylahkrell/ComfyUI-Violet-Tools" + ], + "install_type": "git-clone", + "description": "A collection of aesthetic-focused custom nodes for ComfyUI that enhance AI image generation with sophisticated style and prompt management capabilities. Includes 7 nodes: Aesthetic Alchemist (style blending with 20+ curated aesthetics), Quality Queen (quality prompts), Glamour Goddess (hair/makeup), Body Bard (body features), Pose Priestess (positioning), Encoding Enchantress (text processing), and Negativity Nullifier (negative prompts). Features weighted blending, randomization, and modular YAML-based configuration." } ] }