Akegarasu/lora-scripts

SD-Trainer. LoRA & Dreambooth training scripts & GUI use kohya-ss's trainer, for diffusion model.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 11th, 2026
Created on January 22nd, 2023
Open Issues & Pull Requests: 139 (+0)
GitHub issues: Enabled
Number of forks: 699
Total Stargazers: 6,115 (+0)
Total Subscribers: 36 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 26.5 hours
Mean response time: 24.7 days
90th percentile: 75.8 days
Tracked items: 180

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 8% of issues opened in the past year have been closed. Three people close 71% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 126
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 494 days
Stale 30+ days: 122
Stale 90+ days: 122

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • not a issue (6)
  • bug (5)
  • enhancement (4)
  • wontfix (2)
  • help wanted (1)
  • invalid (1)
  • network-issue (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

SD-Trainer is a training framework that provides scripts and a graphical interface for LoRA and Dreambooth fine-tuning of diffusion models.

The tool addresses the challenge of adapting pre-trained diffusion models to specific styles, concepts, or subjects without retraining from scratch. It wraps kohya-ss's trainer to offer both command-line scripts and a GUI, making parameter-heavy training workflows more accessible. LoRA training creates lightweight adapter modules that modify model behavior for particular styles or concepts, while Dreambooth training specializes in teaching models to recognize and generate specific subjects or individuals. Both approaches preserve the base model while adding specialized capabilities through efficient fine-tuning.

Developers should choose this tool if they need a practical interface to kohya-ss's trainer without building their own wrapper. It suits projects requiring style transfer, character or object personalization, or concept injection into Stable Diffusion models. The inclusion of both GUI and script-based access means users can work interactively for experimentation or automate training in batch pipelines. The README does not compare this tool to alternatives, so adoption decisions should rest on whether the kohya-ss trainer foundation and provided interface match your workflow requirements.

The project shows consistent maintenance with regular updates addressing user-reported issues and feature requests. Pull requests receive timely review and integration. The maintainer actively responds to issues and incorporates community feedback into the codebase. Documentation is kept current alongside code changes to reflect new capabilities and usage patterns.