From 42259e9e1a6fa01602f6113ef219b95c2f026456 Mon Sep 17 00:00:00 2001 From: cowneko Date: Fri, 6 Mar 2026 21:58:27 +0100 Subject: [PATCH 1/2] Add CWK Prompt Composer node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fc24397f..7c3b524b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -764,6 +764,16 @@ "install_type": "git-clone", "description": "Enhancements & experiments for ComfyUI, mostly focusing on UI features" }, + { + "author": "cowneko", + "title": "CWK Prompt Composer", + "reference": "https://github.com/cowneko/CWK_Prompt_Composer", + "files": [ + "https://github.com/cowneko/CWK_Prompt_Composer" + ], + "install_type": "git-clone", + "description": "A visual pill-based prompt composer node for ComfyUI. Features 4 prompt panels (Quality, Main, Aesthetic, Negative), tag browser, drag-to-reorder pills, weight control, presets, Lucky prompt generator, manual override mode, and wildcard (.yaml) file loader." + }, { "author": "strimmlarn", "title": "ComfyUI_Strimmlarns_aesthetic_score", From a0ce15390b07ed4ac839470ca41a8b70c84f3cd8 Mon Sep 17 00:00:00 2001 From: cowneko Date: Mon, 9 Mar 2026 00:04:12 +0100 Subject: [PATCH 2/2] Add CWK Checkpoints Preset Manager --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7c3b524b..fc0da040 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -774,6 +774,16 @@ "install_type": "git-clone", "description": "A visual pill-based prompt composer node for ComfyUI. Features 4 prompt panels (Quality, Main, Aesthetic, Negative), tag browser, drag-to-reorder pills, weight control, presets, Lucky prompt generator, manual override mode, and wildcard (.yaml) file loader." }, + { + "author": "cowneko", + "title": "CWK Checkpoints Preset Manager", + "reference": "https://github.com/cowneko/CWK_Checkpoints_Preset_Manager", + "files": [ + "https://github.com/cowneko/CWK_Checkpoints_Preset_Manager" + ], + "install_type": "git-clone", + "description": "CWK Checkpoints Preset Manager — A ComfyUI custom node that combines a full model manager with a per-checkpoint preset system. Manage all your models from a visual panel with CivitAI metadatas, favorites, and update. Save presets (sampler, scheduler, CFG, steps, clipskip, resolution, RNG) per model." + }, { "author": "strimmlarn", "title": "ComfyUI_Strimmlarns_aesthetic_score",