Skip to content

MLX Studio v1.2.5

Choose a tag to compare

@jjang-ai jjang-ai released this 18 Mar 02:18
· 224 commits to main since this release

MLX Studio v1.2.5

Image System

  • All mflux models: Klein 4B/9B, Kontext, Fill, Qwen Image, FIBO added with correct class dispatch
  • Iterate/Vary: Click on any generated image to create variations with modified prompts
  • Clean separation: Gen = generate + vary (green), Edit = instruction-based (violet)
  • Image timeout fix: Long edits (Qwen) no longer disconnect at 5 min
  • Settings persist across app restarts

Critical Fixes

  • Tool calling restored — asyncio.wait_for cancelled generators, breaking all agentic tools
  • JANG config hardening — corrupt configs no longer crash the engine
  • HF README — clean display, HTML stripped, emojis preserved
  • Streaming lag — reverted to asyncio.wait (lighter per-token overhead)

New

  • Code tab placeholder (Coming Soon)

Engine (PyPI v1.0.7)

```
pip install --upgrade vmlx
```