From 6784bfb98cf89044681ace9d1b79d0c0a9a356ed Mon Sep 17 00:00:00 2001 From: shootthesound <110498357+shootthesound@users.noreply.github.com> Date: Sun, 7 Dec 2025 12:29:07 +0000 Subject: [PATCH] Add Realtime LoRA Trainer node to custom-node-list (#2352) Added a new node for Realtime LoRA Trainer with details. --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 45ae2dbf..243bcbc5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38170,6 +38170,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "ShootTheSound", + "title": "Realtime LoRA Trainer", + "id": "comfyui-realtime-lora", + "reference": "https://github.com/ShootTheSound/comfyUI-Realtime-Lora", + "files": [ + "https://github.com/ShootTheSound/comfyUI-Realtime-Lora" + ], + "install_type": "git-clone", + "description": "Train LoRAs directly inside ComfyUI. Supports SDXL (via sd-scripts), FLUX, Z-Image Turbo, and Wan 2.2 (via AI-Toolkit)." + } ] }