From 0de4c7a21e1eeda579b5ae1db72ab6c8ccbd1f54 Mon Sep 17 00:00:00 2001 From: KoishiAI Date: Mon, 6 Jul 2026 18:09:05 +0200 Subject: [PATCH 1/2] Add KoishiAI/LD-ComfyUI-Prompt-Nodes Add KoishiAI/LD-ComfyUI-Prompt-Nodes --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 3ab6e583..802fdf25 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -54173,6 +54173,16 @@ ], "install_type": "git-clone", "description": "Native ComfyUI nodes for EverAnimate-style chunked WanAnimate workflows, including master/chunk settings, chunk calculation, image carry-over, and boundary color correction." + }, + { + "author": "KoishiAI", + "title": "LD ComfyUI Prompt Nodes", + "reference": "https://github.com/KoishiAI/LD-ComfyUI-Prompt-Nodes", + "files": [ + "https://github.com/KoishiAI/LD-ComfyUI-Prompt-Nodes" + ], + "install_type": "git-clone", + "description": "Contains SlopPrompt and BooruPromptGenerator nodes to automate prompt generation for anime models. SlopPrompt allows natural languge prompt generation or advanced formats like json and various conversions between them, while BooruPromptGenerator will let you generate random prompts anchored around tags you specify with various sampling options." } ] } From f898471c42b0f9ff43f729e4cda3009999c35073 Mon Sep 17 00:00:00 2001 From: KoishiAI Date: Mon, 6 Jul 2026 18:15:55 +0200 Subject: [PATCH 2/2] fix typo --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 802fdf25..dd384b45 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -54182,7 +54182,7 @@ "https://github.com/KoishiAI/LD-ComfyUI-Prompt-Nodes" ], "install_type": "git-clone", - "description": "Contains SlopPrompt and BooruPromptGenerator nodes to automate prompt generation for anime models. SlopPrompt allows natural languge prompt generation or advanced formats like json and various conversions between them, while BooruPromptGenerator will let you generate random prompts anchored around tags you specify with various sampling options." + "description": "Contains SlopPrompt and BooruPromptGenerator nodes to automate prompt generation for anime models. SlopPrompt allows natural language prompt generation or advanced formats like json and various conversions between them, while BooruPromptGenerator will let you generate random prompts anchored around tags you specify with various sampling options." } ] }