From 7f34b6bbea1ca82e38ad7d8e19438aed1f03feb5 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Tue, 11 Nov 2025 00:35:03 +0900 Subject: [PATCH] Fix JSON structure for FMJ-speed-Prompt entry --- custom-node-list.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index fd3fbe65..3903b60f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36198,14 +36198,13 @@ { "author": "bulldog68", "title": "FMJ-speed-Prompt", - "description": "Prompt generator from CSV files with randomization and external text input.", "reference": "https://github.com/bulldog68/ComfyUI_FMJ_SP", "files": [ - "https://github.com/bulldog68/ComfyUI_FMJ_SP.git" + "https://github.com/bulldog68/ComfyUI_FMJ_SP" ], "install_type": "git-clone", - "tags": ["prompt", "csv", "text", "random"], - "license": "MIT" -} + "description": "Prompt generator from CSV files with randomization and external text input.", + "tags": ["prompt", "csv", "text", "random"] + } ] }