From 02175844da2158fac09a81d24814b85a93e436c6 Mon Sep 17 00:00:00 2001 From: shootthesound <110498357+shootthesound@users.noreply.github.com> Date: Thu, 18 Dec 2025 21:43:52 +0000 Subject: [PATCH] Updated my entry to include my new Block Editing Nodes (#2405) * Add Realtime LoRA Trainer node to custom-node-list Added a new node for Realtime LoRA Trainer with details. * Enhance description for ComfyUI Loras training Updated the description to include Block Edit and Save Loras functionality and Musubi Tuner support. --- custom-node-list.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5ad89fd6..60edccec 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38081,7 +38081,7 @@ "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)." + "description": "Block Edit and Save Loras within ComfyUI & Train LoRAs directly inside ComfyUI. Supports SDXL (via sd-scripts), FLUX, Z-Image Turbo, and Wan 2.2 (via Musubi Tuner & AI-Toolkit)." }, { "author": "HackAfterDark", @@ -39298,6 +39298,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)." + } ] }