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_c3lierNetwork Type metadata for LoRA-C3Lier. - Clarified that LoRA-C3Lier is not LyCORIS LoCon;
lycoris_loconremains planned / disabled for a later phase. - Marked old
loconas a legacy inactive alias. - Added SDXL LoRA-C3Lier Recipe seeds for Character Face, Costume, and Style.
- Added
conv_dim/conv_alphahandling 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=2is 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.pynode --check app/static/js/app.jspython -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.