Skip to content

LoRA Studio v0.5.5-beta (Phase 12.5)

Latest

Choose a tag to compare

@acncagua acncagua released this 26 Jun 00:22

LoRA Studio v0.5.5-beta (Phase 12.5)

Phase 12.5 adds initial LoRA-C3Lier support using the sd-scripts standard networks.lora implementation with conv_dim / conv_alpha network args.

Highlights

  • Added lora_c3lier Network Type metadata for LoRA-C3Lier.
  • Clarified that LoRA-C3Lier is not LyCORIS LoCon; lycoris_locon remains planned / disabled for a later phase.
  • Marked old locon as a legacy inactive alias.
  • Added SDXL LoRA-C3Lier Recipe seeds for Character Face, Costume, and Style.
  • Added conv_dim / conv_alpha handling in Parameter Editor v2, command generation, and compatibility checks.
  • Kept Standard LoRA UI clean by hiding C3Lier-only conv parameters for standard recipes.
  • Fixed smoke checks so max_train_steps=2 is truly respected.
  • Includes Phase 12.4 documentation/i18n/demo DB improvements carried into the stable point.

Validation

  • Character Face LoRA-C3Lier passed Prepare, true 2-step Smoke, safetensors Artifact Check, and Image Smoke.
  • Costume and Style LoRA-C3Lier recipes passed Prepare Check.
  • Final freeze checks passed before tagging:
    • python -m compileall app start_lora_studio.py
    • node --check app/static/js/app.js
    • python -m pytest -q -p no:cacheprovider (179 passed, 1 skipped)
    • git diff --check

Notes

  • Runtime DBs, generated images, logs, runs, exports, sd-scripts venv, and cache files are excluded from Git/package artifacts.
  • Smoke OK means startup/artifact/image sanity, not final quality assurance.