From 57972a568939a900b6db6141dcbdec7171aec85b Mon Sep 17 00:00:00 2001 From: kenyonxu Date: Tue, 21 Apr 2026 15:38:32 +0800 Subject: [PATCH] Add Kai Civitai LoRA Loader to custom node list A ComfyUI custom node that extends the built-in LoRA Loader to fetch and display Civitai metadata including trigger words and preview images. Features: - Trigger words output from Civitai metadata - Preview images with pagination and NSFW blur - Local caching with 7-day TTL - Concurrent request deduplication Repository: https://github.com/kenyonxu/ComfyUI_KaiUtilities --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b2d55f09..5e4921ec 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46467,6 +46467,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "kenyonxu", + "title": "Kai Civitai LoRA Loader", + "id": "kai-civitai-lora-loader", + "reference": "https://github.com/kenyonxu/ComfyUI_KaiUtilities", + "files": [ + "https://github.com/kenyonxu/ComfyUI_KaiUtilities" + ], + "install_type": "git-clone", + "description": "A LoRA loader that fetches and displays Civitai metadata including trigger words and preview images, with local caching and NSFW blur support." } ] }