From 1f6f6b71175d8ea9da9a1ae5907222b06581dd1b Mon Sep 17 00:00:00 2001 From: DemonNCoding <110552922+DemonNCoding@users.noreply.github.com> Date: Sun, 7 Dec 2025 21:07:47 +0000 Subject: [PATCH] Update custom-node-list.json Hi, I would like to submit my new custom node PromptGenerator 12-Columns for inclusion in ComfyUI Manager. Node details Name: PromptGenerator 12-Columns Description: A fast and flexible random prompt generator with 12 columns (Empty, Pre-filled SFW, Pre-filled NSFW). Pre filled with text so that users can start generating immediately. Supports comma or newline output, optional title rows, and always adds quality tags for consistent results. Repository https://github.com/DemonNCoding/PromptGenerator12Columns Verification I have tested the entry using the Use local DB option in ComfyUI Manager. The node installs correctly, shows in the node list, and functions without issues. Thank you. --- custom-node-list.json | 50 +++++++++++-------------------------------- 1 file changed, 13 insertions(+), 37 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index df415a90..5c6ce3df 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37769,42 +37769,6 @@ "description": "A collection of utility nodes for ComfyUI, including resolution presets for film and photography aspect ratios.", "tags": ["utility", "presets", "aspect ratio", "film"] }, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - { "author": "Ser-Hilary", "title": "SDXL_sizing", @@ -38192,6 +38156,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "DemonNCoding", + "title": "PromptGenerator 12-Columns", + "id": "promptgenerator12columns", + "reference": "https://github.com/DemonNCoding/PromptGenerator12Columns", + "files": [ + "https://github.com/DemonNCoding/PromptGenerator12Columns" + ], + "install_type": "git-clone", + "description": "A fast and flexible random prompt generator with 12 columns (Empty / Pre-filled SFW / Pre-filled NSFW). Pre filled with text so that you can get started right away. Supports comma or newline output and always adds quality tags.", + "pip": [] + } ] }