Compare commits

...

2 Commits

Author SHA1 Message Date
Kai Xu
d2f30d6274
Merge 57972a5689 into 03272b1f70 2026-05-01 04:22:25 +09: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

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