Compare commits

...

2 Commits

Author SHA1 Message Date
Kai Xu
dfe862aa02
Merge 57972a5689 into 7a8fc44f90 2026-05-09 20:07:16 +00:00
kenyonxu
57972a5689 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
2026-04-21 15:38:32 +08:00

View File

@ -46778,6 +46778,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."
}
]
}