Compare commits

...

4 Commits

Author SHA1 Message Date
Kai Xu
d2f30d6274
Merge 57972a5689 into 03272b1f70 2026-05-01 04:22:25 +09:00
Dr.Lt.Data
03272b1f70 update DB
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
2026-04-30 02:24:55 +09:00
Dr.Lt.Data
66108ccdbc update DB
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
2026-04-27 05:28:49 +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
7 changed files with 6805 additions and 5662 deletions

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "Carasibana",
"title": "ComfyUI-SimpleFloatSlider",
"reference": "https://github.com/Carasibana/ComfyUI-SimplayboyleFloatSlider",
"files": [
"https://github.com/Carasibana/ComfyUI-SimpleFloatSlider"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes providing styled draggable float slider widgets"
},
{
"author": "18yz153",
"title": "ComfyUI-Persona-Director",
"reference": "https://github.com/c/ComfyUI-Persona-Director",
"files": [
"https://github.com/18yz153/ComfyUI-Persona-Director"
],
"install_type": "git-clone",
"description": "A visual state machine for consistent character generation. It intelligently maintains character identity, outfits, and locations across multiple generations using LLM-driven state management."
},
{
"author": "Dr.Lt.Data",
"title": "ComfyUI-Manager",
@ -6608,26 +6628,6 @@
"install_type": "git-clone",
"description": "Calculate the execution time of all nodes."
},
{
"author": "Daniel Lewis",
"title": "ComfyUI-Llama",
"reference": "https://github.com/daniel-lewis-ab/ComfyUI-Llama",
"files": [
"https://github.com/daniel-lewis-ab/ComfyUI-Llama"
],
"install_type": "git-clone",
"description": "This is a set of nodes to interact with llama-cpp-python"
},
{
"author": "Daniel Lewis",
"title": "ComfyUI-TTS",
"reference": "https://github.com/daniel-lewis-ab/ComfyUI-TTS",
"files": [
"https://github.com/daniel-lewis-ab/ComfyUI-TTS"
],
"install_type": "git-clone",
"description": "Text To Speech (TTS) for ComfyUI"
},
{
"author": "djbielejeski",
"title": "a-person-mask-generator",
@ -13943,6 +13943,16 @@
"install_type": "git-clone",
"description": "A Matchering audio mastering/matching node for ComfyUI."
},
{
"author": "marduk191",
"title": "comfyui-nucleus",
"reference": "https://github.com/marduk191/comfyui-nucleus",
"files": [
"https://github.com/marduk191/comfyui-nucleus"
],
"install_type": "git-clone",
"description": "Nucleus Image (MoE diffusion) support for ComfyUI — backport of PR #13471"
},
{
"author": "haohaocreates",
"title": "ComfyUI-HH-Image-Selector",
@ -29554,16 +29564,6 @@
"install_type": "git-clone",
"description": "A wild collection of custom nodes for ComfyUI including noise schedulers, samplers, audio preview, latent visualizers, and more — built for maximal creative chaos."
},
{
"author": "shiertier",
"title": "ComfyUI-TeaCache-Lumina",
"reference": "https://github.com/shiertier/ComfyUI-TeaCache-lumina2",
"files": [
"https://github.com/shiertier/ComfyUI-TeaCache-lumina2"
],
"install_type": "git-clone",
"description": "ComfyUI Node Implementation: TeaCache Acceleration Specifically Designed for the Lumina Model"
},
{
"author": "sjh00",
"title": "ComfyUI LoadImageWithInfo",
@ -30014,6 +30014,16 @@
"install_type": "git-clone",
"description": "ComfyUI nodes for FLUX.2 Klein conditioning: region-aware text enhancement, sectioned prompt encoding, and corrected reference-latent mixing with multi-reference support."
},
{
"author": "xmarre",
"title": "ComfyUI-DiffAid-Patches",
"reference": "https://github.com/xmarre/ComfyUI-DiffAid-Patches",
"files": [
"https://github.com/xmarre/ComfyUI-DiffAid-Patches"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node pack implementing Diff-Aid-inspired inference-time text-conditioning patches for Flux and SDXL models."
},
{
"author": "Pigidiy",
"title": "ComfyUI-LikeSpiderAI-UI",
@ -41752,16 +41762,6 @@
"description": "ComfyUI custom node for flexible image loading with file picker and random folder selection. Features instant preview, auto mode switching, and browser-based file selection.",
"nodename_pattern": "RandomImagePicker"
},
{
"author": "18yz153",
"title": "ComfyUI-Persona-Director",
"reference": "https://github.com/c/ComfyUI-Persona-Director",
"files": [
"https://github.com/18yz153/ComfyUI-Persona-Director"
],
"install_type": "git-clone",
"description": "A visual state machine for consistent character generation. It intelligently maintains character identity, outfits, and locations across multiple generations using LLM-driven state management."
},
{
"author": "BWDrum",
"title": "ComfyUI Random Wildcard Loader",
@ -45056,16 +45056,6 @@
"install_type": "git-clone",
"description": "Professional OpenColorIO / ACES color-management nodes for ComfyUI. Mirrors Nuke's OCIO node set with ACES 2.0, 1.3, and 1.2 support, EXR sequence loading, animated preview, and video export (MP4, WebP, GIF)."
},
{
"author": "Carasibana",
"title": "ComfyUI-SimpleFloatSlider",
"reference": "https://github.com/Carasibana/ComfyUI-SimplayboyleFloatSlider",
"files": [
"https://github.com/Carasibana/ComfyUI-SimpleFloatSlider"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes providing styled draggable float slider widgets"
},
{
"author": "Carasibana",
"title": "ComfyUI-ResizeToCanvasSize",
@ -45564,6 +45554,16 @@
"install_type": "git-clone",
"description": "Fork of ComfyUI-Inpaint-CropAndStitch adapted for Nano Banana 2. Adds NB2 Mask Generator, exact-resolution cropping and feathered alpha compositing in the stitch step."
},
{
"author": "amortegui84",
"title": "Tile Upscale NB2",
"reference": "https://github.com/amortegui84/comfyui-tile-upscale-nb2",
"files": [
"https://github.com/amortegui84/comfyui-tile-upscale-nb2"
],
"install_type": "git-clone",
"description": "Tile-based upscaling nodes for ComfyUI — Nano Banana 2 compatible"
},
{
"author": "hqrz",
"title": "ComfyUI Japanese Romaji Converter",
@ -46077,6 +46077,126 @@
"install_type": "git-clone",
"description": "Personal ComfyUI custom nodes."
},
{
"author": "wos-ai-studio",
"title": "ComfyUI-Title-Memo",
"reference": "https://github.com/xujianjian2004/ComfyUI-Title-Memo",
"files": [
"https://github.com/xujianjian2004/ComfyUI-Title-Memo"
],
"install_type": "git-clone",
"description": "A lightweight ComfyUI canvas annotation node with rich styling, built-in presets, and custom presets."
},
{
"author": "ussaaron",
"title": "FrameFuse",
"reference": "https://github.com/headline-design/comfyui-framefuse",
"files": [
"https://github.com/headline-design/comfyui-framefuse"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for stitching a still frame onto the start or end of an IMAGE video batch and trimming extra tail frames with optional audio sync alignment."
},
{
"author": "takkun",
"title": "ComfyUI-StepByStep-Sampler",
"reference": "https://github.com/TakkunRed/ComfyUI-StepByStep-Sampler",
"files": [
"https://github.com/TakkunRed/ComfyUI-StepByStep-Sampler"
],
"install_type": "git-clone",
"description": "ComfyUI StepByStep Sampler is a plugin for ComfyUI that provides a step-by-step sampling method for image generation. It allows users to generate images in a more controlled and iterative manner, making it easier to achieve desired results."
},
{
"author": "serhiiyashyn-sf",
"title": "Face-Aligned Center",
"reference": "https://github.com/serhiiyashyn-sf/comfyui-face-aligned-center",
"files": [
"https://github.com/serhiiyashyn-sf/comfyui-face-aligned-center"
],
"install_type": "git-clone",
"description": "Batch-aware character centering for ComfyUI. Given a character sheet (multiple angles), scales every image so the face ends up at the same size and canvas position — including back-view angles, via a silhouette fallback tied to the batch's face scale. Includes a Fine-Tune node for per-image zoom/nudge with a live canvas preview, and an Anime Face Detect node for crop+mask using lbpcascade_animeface."
},
{
"author": "newgrit1004",
"title": "Qwen3 Triton TTS",
"reference": "https://github.com/newgrit1004/ComfyUI-Qwen3-TTS-Triton",
"files": [
"https://github.com/newgrit1004/ComfyUI-Qwen3-TTS-Triton"
],
"install_type": "git-clone",
"description": "ComfyUI node wrapping qwen3-tts-triton for 7-mode Qwen3-TTS inference (Triton kernel fusion + TurboQuant KV cache)"
},
{
"author": "mahilkr",
"title": "HunyuanWorld 3D World Generation",
"reference": "https://github.com/krmahil/comfyui-hunyuan-world",
"files": [
"https://github.com/krmahil/comfyui-hunyuan-world"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for immersive 3D world generation using Tencent HunyuanWorld 1.0"
},
{
"author": "machinedelusions",
"title": "ComfyUI-FL-LTXTools",
"reference": "https://github.com/filliptm/ComfyUI-FL-LTXTools",
"files": [
"https://github.com/filliptm/ComfyUI-FL-LTXTools"
],
"install_type": "git-clone",
"description": "Experimental tools and motion controls for LTX-Video in ComfyUI"
},
{
"author": "intelliprompt",
"title": "comfy-intelliprompt",
"reference": "https://github.com/galpt/comfy-intelliPrompt",
"files": [
"https://github.com/galpt/comfy-intelliPrompt"
],
"install_type": "git-clone",
"description": "intelliPrompt - An intelligent prompt optimizer for ComfyUI that fixes typos, balances parentheses, and enhances prompts"
},
{
"author": "enviral-design",
"title": "Enviral Design Node Pack",
"reference": "https://github.com/EnviralDesign/comfyUI-enviral-design-node-pack",
"files": [
"https://github.com/EnviralDesign/comfyUI-enviral-design-node-pack"
],
"install_type": "git-clone",
"description": "Small, dependency-light ComfyUI utility nodes from Enviral Design."
},
{
"author": "eniewold",
"title": "Subworkflow (reusable workflows)",
"reference": "https://github.com/eniewold/ComfyUI-Subworkflow",
"files": [
"https://github.com/eniewold/ComfyUI-Subworkflow"
],
"install_type": "git-clone",
"description": "Use ComfyUI workflows as reusable subworkflows via Subworkflow Input, Subworkflow Output, and Subworkflow nodes"
},
{
"author": "dorpxam",
"title": "LTX-2 Microscope",
"reference": "https://github.com/dorpxam/ComfyUI-LTX2-Microscope",
"files": [
"https://github.com/dorpxam/ComfyUI-LTX2-Microscope"
],
"install_type": "git-clone",
"description": "48-Layers Latent Previewer for Lightrick's LTX-2 model."
},
{
"author": "dailydoseofaiart",
"title": "ComfyUI-FPSFrameDrop",
"reference": "https://github.com/dailydoseofaiart/ComfyUI-FPSFrameDrop",
"files": [
"https://github.com/dailydoseofaiart/ComfyUI-FPSFrameDrop"
],
"install_type": "git-clone",
"description": "A node to drop frames from the output images to force the video to a lower FPS at the same playback speed."
},
@ -46467,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."
}
]
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -380,16 +380,6 @@
"install_type": "git-clone",
"description": "A ComfyUI node implementing SMC-CFG (Sliding Mode Control CFG) that replaces standard linear CFG with a nonlinear sliding mode controller for stable guidance at any CFG scale. NOT WORKING - Work in progress. (Description by CC)"
},
{
"author": "AiSatan",
"title": "ComfyUI_CSM [NAME CONFLICT]",
"reference": "https://github.com/AiSatan/ComfyUI_CSM",
"files": [
"https://github.com/AiSatan/ComfyUI_CSM"
],
"install_type": "git-clone",
"description": "A ComfyUI node for the CSM model featuring text-to-speech, voice cloning, and automatic model downloading from Hugging Face."
},
{
"author": "unobtuse",
"title": "comfyui-topaz-ai-upscale",
@ -6232,16 +6222,6 @@
"install_type": "git-clone",
"description": "NODES: TelegramSend, TelegramReply"
},
{
"author": "qlikpetersen",
"title": "ComfyUI-AI_Tools [UNSAFE]",
"reference": "https://github.com/qlikpetersen/ComfyUI-AI_Tools",
"files": [
"https://github.com/qlikpetersen/ComfyUI-AI_Tools"
],
"install_type": "git-clone",
"description": "NODES: DoLogin, HttpRequest, Json2String, String2Json, CreateListString, CreateListJSON, Query_OpenAI, Image_Attachment, JSON_Attachment, String_Attachment, RunPython\n[w/This nodepack contains a node with a vulnerability that allows arbitrary code execution.]"
},
{
"author": "MuAIGC",
"title": "DMXAPI Nodes [WIP]",

View File

@ -1,5 +1,55 @@
{
"custom_nodes": [
{
"author": "qlikpetersen",
"title": "ComfyUI-AI_Tools [UNSAFE] [REMOVED]",
"reference": "https://github.com/qlikpetersen/ComfyUI-AI_Tools",
"files": [
"https://github.com/qlikpetersen/ComfyUI-AI_Tools"
],
"install_type": "git-clone",
"description": "NODES: DoLogin, HttpRequest, Json2String, String2Json, CreateListString, CreateListJSON, Query_OpenAI, Image_Attachment, JSON_Attachment, String_Attachment, RunPython\n[w/This nodepack contains a node with a vulnerability that allows arbitrary code execution.]"
},
{
"author": "AiSatan",
"title": "ComfyUI_CSM [NAME CONFLICT] [REMOVED]",
"reference": "https://github.com/AiSatan/ComfyUI_CSM",
"files": [
"https://github.com/AiSatan/ComfyUI_CSM"
],
"install_type": "git-clone",
"description": "A ComfyUI node for the CSM model featuring text-to-speech, voice cloning, and automatic model downloading from Hugging Face."
},
{
"author": "shiertier",
"title": "ComfyUI-TeaCache-Lumina [REMOVED]",
"reference": "https://github.com/shiertier/ComfyUI-TeaCache-lumina2",
"files": [
"https://github.com/shiertier/ComfyUI-TeaCache-lumina2"
],
"install_type": "git-clone",
"description": "ComfyUI Node Implementation: TeaCache Acceleration Specifically Designed for the Lumina Model"
},
{
"author": "Daniel Lewis",
"title": "ComfyUI-TTS [REMOVED]",
"reference": "https://github.com/daniel-lewis-ab/ComfyUI-TTS",
"files": [
"https://github.com/daniel-lewis-ab/ComfyUI-TTS"
],
"install_type": "git-clone",
"description": "Text To Speech (TTS) for ComfyUI"
},
{
"author": "Daniel Lewis",
"title": "ComfyUI-Llama [REMOVED]",
"reference": "https://github.com/daniel-lewis-ab/ComfyUI-Llama",
"files": [
"https://github.com/daniel-lewis-ab/ComfyUI-Llama"
],
"install_type": "git-clone",
"description": "This is a set of nodes to interact with llama-cpp-python"
},
{
"author": "Solarish",
"title": "fyUI-MidnightLook [REMOVED]",

View File

@ -1,5 +1,155 @@
{
"custom_nodes": [
{
"author": "xmarre",
"title": "ComfyUI-DiffAid-Patches",
"reference": "https://github.com/xmarre/ComfyUI-DiffAid-Patches",
"files": [
"https://github.com/xmarre/ComfyUI-DiffAid-Patches"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node pack implementing Diff-Aid-inspired inference-time text-conditioning patches for Flux and SDXL models."
},
{
"author": "wos-ai-studio",
"title": "ComfyUI-Title-Memo",
"reference": "https://github.com/xujianjian2004/ComfyUI-Title-Memo",
"files": [
"https://github.com/xujianjian2004/ComfyUI-Title-Memo"
],
"install_type": "git-clone",
"description": "A lightweight ComfyUI canvas annotation node with rich styling, built-in presets, and custom presets."
},
{
"author": "takkun",
"title": "ComfyUI-StepByStep-Sampler",
"reference": "https://github.com/TakkunRed/ComfyUI-StepByStep-Sampler",
"files": [
"https://github.com/TakkunRed/ComfyUI-StepByStep-Sampler"
],
"install_type": "git-clone",
"description": "ComfyUI StepByStep Sampler is a plugin for ComfyUI that provides a step-by-step sampling method for image generation. It allows users to generate images in a more controlled and iterative manner, making it easier to achieve desired results."
},
{
"author": "marduk191",
"title": "comfyui-nucleus",
"reference": "https://github.com/marduk191/comfyui-nucleus",
"files": [
"https://github.com/marduk191/comfyui-nucleus"
],
"install_type": "git-clone",
"description": "Nucleus Image (MoE diffusion) support for ComfyUI — backport of PR #13471"
},
{
"author": "ussaaron",
"title": "FrameFuse",
"reference": "https://github.com/headline-design/comfyui-framefuse",
"files": [
"https://github.com/headline-design/comfyui-framefuse"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for stitching a still frame onto the start or end of an IMAGE video batch and trimming extra tail frames with optional audio sync alignment."
},
{
"author": "eniewold",
"title": "Subworkflow (reusable workflows)",
"reference": "https://github.com/eniewold/ComfyUI-Subworkflow",
"files": [
"https://github.com/eniewold/ComfyUI-Subworkflow"
],
"install_type": "git-clone",
"description": "Use ComfyUI workflows as reusable subworkflows via Subworkflow Input, Subworkflow Output, and Subworkflow nodes"
},
{
"author": "machinedelusions",
"title": "ComfyUI-FL-LTXTools",
"reference": "https://github.com/filliptm/ComfyUI-FL-LTXTools",
"files": [
"https://github.com/filliptm/ComfyUI-FL-LTXTools"
],
"install_type": "git-clone",
"description": "Experimental tools and motion controls for LTX-Video in ComfyUI"
},
{
"author": "serhiiyashyn-sf",
"title": "Face-Aligned Center",
"reference": "https://github.com/serhiiyashyn-sf/comfyui-face-aligned-center",
"files": [
"https://github.com/serhiiyashyn-sf/comfyui-face-aligned-center"
],
"install_type": "git-clone",
"description": "Batch-aware character centering for ComfyUI. Given a character sheet (multiple angles), scales every image so the face ends up at the same size and canvas position — including back-view angles, via a silhouette fallback tied to the batch's face scale. Includes a Fine-Tune node for per-image zoom/nudge with a live canvas preview, and an Anime Face Detect node for crop+mask using lbpcascade_animeface."
},
{
"author": "amortegui84",
"title": "Tile Upscale NB2",
"reference": "https://github.com/amortegui84/comfyui-tile-upscale-nb2",
"files": [
"https://github.com/amortegui84/comfyui-tile-upscale-nb2"
],
"install_type": "git-clone",
"description": "Tile-based upscaling nodes for ComfyUI — Nano Banana 2 compatible"
},
{
"author": "dorpxam",
"title": "LTX-2 Microscope",
"reference": "https://github.com/dorpxam/ComfyUI-LTX2-Microscope",
"files": [
"https://github.com/dorpxam/ComfyUI-LTX2-Microscope"
],
"install_type": "git-clone",
"description": "48-Layers Latent Previewer for Lightrick's LTX-2 model."
},
{
"author": "enviral-design",
"title": "Enviral Design Node Pack",
"reference": "https://github.com/EnviralDesign/comfyUI-enviral-design-node-pack",
"files": [
"https://github.com/EnviralDesign/comfyUI-enviral-design-node-pack"
],
"install_type": "git-clone",
"description": "Small, dependency-light ComfyUI utility nodes from Enviral Design."
},
{
"author": "newgrit1004",
"title": "Qwen3 Triton TTS",
"reference": "https://github.com/newgrit1004/ComfyUI-Qwen3-TTS-Triton",
"files": [
"https://github.com/newgrit1004/ComfyUI-Qwen3-TTS-Triton"
],
"install_type": "git-clone",
"description": "ComfyUI node wrapping qwen3-tts-triton for 7-mode Qwen3-TTS inference (Triton kernel fusion + TurboQuant KV cache)"
},
{
"author": "intelliprompt",
"title": "comfy-intelliprompt",
"reference": "https://github.com/galpt/comfy-intelliPrompt",
"files": [
"https://github.com/galpt/comfy-intelliPrompt"
],
"install_type": "git-clone",
"description": "intelliPrompt - An intelligent prompt optimizer for ComfyUI that fixes typos, balances parentheses, and enhances prompts"
},
{
"author": "mahilkr",
"title": "HunyuanWorld 3D World Generation",
"reference": "https://github.com/krmahil/comfyui-hunyuan-world",
"files": [
"https://github.com/krmahil/comfyui-hunyuan-world"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for immersive 3D world generation using Tencent HunyuanWorld 1.0"
},
{
"author": "dailydoseofaiart",
"title": "ComfyUI-FPSFrameDrop",
"reference": "https://github.com/dailydoseofaiart/ComfyUI-FPSFrameDrop",
"files": [
"https://github.com/dailydoseofaiart/ComfyUI-FPSFrameDrop"
],
"install_type": "git-clone",
"description": "A node to drop frames from the output images to force the video to a lower FPS at the same playback speed."
},
{
"author": "comfyui-attic",
"title": "External LoRA Loader",

File diff suppressed because it is too large Load Diff