Skip to content

LoRA Studio v0.3.0-beta (Phase 11.5)

Choose a tag to compare

@acncagua acncagua released this 17 Jun 01:31
· 41 commits to main since this release

Release Version: v0.3.0-beta
Internal Milestone: Phase 11.5

LoRA Studio v0.3.0-beta is the Phase 11.5 operations beta release.

Highlights:

  • Added the experimental OpenCLIP embedding provider (open_clip).
  • Added ViT-B-32 / laion2b_s34b_b79k as the standard OpenCLIP model with 512-dimensional image embeddings.
  • Allows OpenCLIP pretrained weight downloads only when allow_model_download=true is explicitly enabled.
  • Uses CUDA first with CPU fallback; CPU runs use fp32.
  • Keeps real embedding providers from starting while training or validation image generation is running.
  • Keeps the mock provider for CI/tests and stores Machine Review Assist results by provider/model.
  • Includes Phase 11.1-11.5 Reference Set, Embedding Cache, Machine Review Assist, transformers_clip, and OpenCLIP work.

Notes:

  • Machine Review Assist is advisory only. Human review remains the final decision.
  • WebUI/reForge API generation, ChatGPT API review, FLUX, and LyCORIS/LoCon are not included in this release.