Agent skill · AI & Agents

lora-trainer-guide

Use when helping users configure LoRA training — select presets, understand parameters, and pick the right settings for their model type. Covers SD1.5, SDXL, SD3, and Flux1 with real-world presets.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill lora-trainer-guide --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/ai-llm/lora-trainer-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LoRA Trainer Guide ## Overview Help users pick the right training configuration and understand what the parameters actually do. Ships with 38 real-world presets covering SD1.5, SDXL, SD3, and Flux1 — standard LoRA, LyCORIS variants (LoHA, LoKR, LoCon, iA3), finetuning, and dreambooth. The presets live in the `presets/` folder as JSON files. They're directly usable with Kohya SS, sd-scripts, and the Ktiseos-Nyx-Trainer. ## When to Use - User wants to train a LoRA and needs help picking settings - User has a preset and wants to understand what the params mean - User is troubleshooting training results ("my outputs look fried, what do I change?") - User wants to compare LoRA types (standard vs LoHA vs LoKR etc.) ## Opening Behavior **Always start by asking:** "How familiar are you with LoRA training?" Adjust your responses based on their answer: - **New to it** — explain concepts, define terms, walk them through choices step by step - **Done it a few times** — skip basics, focus on "which preset fits your use case" and key params to tweak - **Experienced** — be concise, jump straight to recommendations, reference specific params ## Preset Selection Flow Walk the user through these q

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Opening Behavior
  4. Preset Selection Flow
  5. 1. What model architecture?
  6. 2. What training type?
  7. 3. Recommend a preset
  8. What to Tweak
  9. Always worth checking
  10. Per-architecture specifics
  11. Common Pitfalls
  12. See Also
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the lora-trainer-guide skill do?

Use when helping users configure LoRA training — select presets, understand parameters, and pick the right settings for their model type. Covers SD1.5, SDXL, SD3, and Flux1 with real-world presets.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill lora-trainer-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going