From 918919c6dc3857bedb88337d3d2f0ee7b11fbf8b Mon Sep 17 00:00:00 2001 From: kwokkakiu233 <2505702826@qq.com> Date: Thu, 25 Jun 2026 19:58:04 +0800 Subject: [PATCH] Add LoRA Txt Loader node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f341e490..f84c855a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -53530,6 +53530,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "kwokkakiu233", + "title": "LoRA Txt Loader", + "reference": "https://github.com/kwokkakiu233/comfyui-lora-txt-loader", + "files": [ + "https://github.com/kwokkakiu233/comfyui-lora-txt-loader" + ], + "install_type": "git-clone", + "description": "Automatically loads trigger words from a .txt file with the same name as the LoRA. Supports offline use and custom-trained models." } ] }