From b3bfbe268cf549f899dffc4619b837ff93763937 Mon Sep 17 00:00:00 2001 From: rubz Date: Mon, 23 Mar 2026 01:44:10 +0100 Subject: [PATCH 1/2] Add ComfyUI-Craftopia to custom node list --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 40ccbe48..befe0c41 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45396,6 +45396,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "CraftopiaStudio", + "title": "ComfyUI-Craftopia", + "id": "comfyui-craftopia", + "reference": "https://github.com/CraftopiaStudio/ComfyUI-Craftopia", + "files": [ + "https://github.com/CraftopiaStudio/ComfyUI-Craftopia" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI — image resizing, batch processing & prompt automation for LoRA training. Includes Smart Resize, Smart Batch Resize, Smart Resolution Multiplier and Smart Prompt Controller." } ] -} +} \ No newline at end of file From 490d1359f62889ad8abcc4594b9b3c8ed8dcbd4d Mon Sep 17 00:00:00 2001 From: rubz Date: Mon, 23 Mar 2026 08:57:08 +0100 Subject: [PATCH 2/2] Rename ComfyUI-Craftopia to ComfyUI-CraftKit --- custom-node-list.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index befe0c41..e85f647c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45399,11 +45399,11 @@ }, { "author": "CraftopiaStudio", - "title": "ComfyUI-Craftopia", - "id": "comfyui-craftopia", - "reference": "https://github.com/CraftopiaStudio/ComfyUI-Craftopia", + "title": "ComfyUI-CraftKit", + "id": "comfyui-craftkit", + "reference": "https://github.com/CraftopiaStudio/ComfyUI-CraftKit", "files": [ - "https://github.com/CraftopiaStudio/ComfyUI-Craftopia" + "https://github.com/CraftopiaStudio/ComfyUI-CraftKit" ], "install_type": "git-clone", "description": "Custom nodes for ComfyUI — image resizing, batch processing & prompt automation for LoRA training. Includes Smart Resize, Smart Batch Resize, Smart Resolution Multiplier and Smart Prompt Controller."