Add Realtime LoRA Trainer node to custom-node-list

Added a new node for Realtime LoRA Trainer with details.
This commit is contained in:
shootthesound 2025-12-05 20:20:58 +00:00 committed by GitHub
parent 5c475e3c15
commit 136ee3726d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38094,6 +38094,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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)."
}
] ]
} }