From 98c2c856a37a7be5d7b215a57c17ae01c0affb84 Mon Sep 17 00:00:00 2001 From: KrakenUnbound Date: Sat, 3 Jan 2026 10:45:19 -0800 Subject: [PATCH] Add Kraken Tools custom node pack 15 productivity nodes for ComfyUI workflows: - Prompt builders (Unbound Prompt with Qwen2-VL vision, WAN Prompt Splitter, Ollama Chat) - Model loaders (Checkpoint, Dual CLIP, LoRA with CivitAI triggers) - Resolution/upscaling helpers (Empty Latent presets, Tile Calculator, Resolution Helper) - Smart KSampler with AMP handling for WAN/Flow/FP8 models - Image processing and WAN video helpers Repository: https://github.com/krakenunbound/comfyui-kraken-tools --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 47b57345..378d4160 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1656,6 +1656,17 @@ "install_type": "git-clone", "description": "Nodes related to video workflows" }, + { + "author": "KrakenUnbound", + "title": "Kraken Tools", + "id": "kraken-tools", + "reference": "https://github.com/krakenunbound/comfyui-kraken-tools", + "files": [ + "https://github.com/krakenunbound/comfyui-kraken-tools" + ], + "install_type": "git-clone", + "description": "15 productivity nodes: Kraken Unbound Prompt (vision-enabled prompt builder with Qwen2-VL), WAN Prompt Splitter (cinematic styling), Ollama Prompt Chat (LLM enhancement), LoRA Loader with CivitAI trigger fetching, Dual CLIP Loader (Flux/SD3/SDXL), smart KSampler (AMP handling for WAN/Flow/FP8), Empty Latent with aspect presets, Upscale & Tile Calculator for Ultimate SD Upscale, Resolution Helper, Image Processor, WAN Helper, and more." + }, { "author": "Gourieff", "title": "ComfyUI-FutureWarningIgnore",