From 02887c6c9b3db6319dc792f048ac5ba55edaeb93 Mon Sep 17 00:00:00 2001 From: Bulldog68 <163139212+bulldog68@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:35:29 +0100 Subject: [PATCH] Add FMJ-speed-Prompt node to custom-node-list (#2263) * Add FMJ-speed-Prompt node to custom-node-list Added a new node for FMJ-speed-Prompt with details. * Fix JSON structure for FMJ-speed-Prompt entry --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index eeb8421b..111b9dd3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36217,6 +36217,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "bulldog68", + "title": "FMJ-speed-Prompt", + "reference": "https://github.com/bulldog68/ComfyUI_FMJ_SP", + "files": [ + "https://github.com/bulldog68/ComfyUI_FMJ_SP" + ], + "install_type": "git-clone", + "description": "Prompt generator from CSV files with randomization and external text input.", + "tags": ["prompt", "csv", "text", "random"] } ] }