Skills
Skill 26 of 34
Prepare datasets and manage AI Toolkit LoRA training on RunComfy GPUs.
2 minutes · 492 words · 4 sections
Install
npx skills add runcomfy-com/skills --skill lora-trainingnpx skills add runcomfy-com/skills/plugin marketplace add runcomfy-com/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Use the connected RunComfy MCP tools. If disconnected, use the client’s authentication flow; do not request tokens in chat. Explaining LoRA settings alone does not require creating a dataset or starting a job.
list_datasets to find the intended dataset. For a new dataset, create and upload files only within the user’s authorization. Preserve exact filenames and matching caption names.upload_dataset_file_from_url imports media from an accessible URL; upload_dataset_text_file writes caption text. For local files, get_dataset_upload_urls provides signed upload destinations. Upload through a supported client tool without exposing signed URLs or credentials in prose. If no upload tool is available, explain that limitation.get_dataset_status readiness before submission. Do not treat upload acceptance as a READY dataset.training_folder is /app/ai-toolkit/output; dataset folder_path is /app/ai-toolkit/datasets/{dataset_name} using its name, not ID. These are remote container paths, not files to create on the user’s computer.get_balance. Show the exact YAML, GPU type/count, dataset, estimated cost, spending limit and monitoring/stop conditions. Proceed only with the user’s approval of that concrete run; previously approved unchanged settings do not need repeated confirmation.submit_training_job once with the unchanged YAML and approved GPU settings. Record its job ID immediately.get_training_job_status with reasonable spacing. A timeout or client interruption does not justify another submission. Reconcile the existing job first.cancel_training_job only for user cancellation or an agreed stopping condition. resume_training_job, edit_training_job, dataset deletion and additional jobs require authorization appropriate to their effects.get_training_job_result and report actual checkpoint/config/sample artifacts. A terminal STOPPED state alone does not prove successful training: inspect completed steps, errors and available artifacts.get_model input schema, then obtain approval for that additional inference cost. Never assume every model accepts the same LoRA field.AI Toolkit LoRA training (opens in a new tab) · Trainer API documentation (opens in a new tab)
Prepare datasets and manage AI Toolkit LoRA training on RunComfy GPUs. Use for reviewing training YAML, captions, dataset readiness, starting an approved job, monitoring progress and retrieving checkpoints or samples. Verify base-model compatibility and costs before training.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 15 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: */SKILL.md, plugins/runcomfy/skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by RunComfy, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./runcomfy-com/skills.md, and each skill at its own .md URL.