What problem does it solve?
Training a custom character LoRA normally requires deep knowledge of training frameworks, dataset preparation, and GPU configuration. This Skill automates the entire pipeline through three MCP tools, letting you train an identity LoRA from your own photos on a local GPU without manual setup.
Core Features & Use Cases
- Dataset Preparation: Stage 10-30 subject images with captions and a trigger word via
train_prepare_dataset, with automatic renaming and no modification of source files.
- Managed Training Jobs: Launch detached training runs with
train_start, monitor progress, loss, and sample images, and cancel underperforming runs.
- Environment Preflight: Verify Docker, GPU passthrough, trainer image, and HF_TOKEN with
train_doctor before starting.
- Use Case: A user provides 20 photos of a person, and the Skill trains a FLUX.1-dev LoRA that lands directly in ComfyUI's
models/loras/ folder, ready to load with LoraLoaderModelOnly in any Flux workflow.
Quick Start
Train a character LoRA from the photos in my dataset folder using the trigger word ohwx and monitor the training progress until it completes.