You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Klein edit references are encoded at their own aspect-preserved size (upstream #385): references were resized to the output dimensions, stretching them whenever aspects differed. Each reference now keeps its own size, capped near 1MP preserving aspect and snapped to multiples of 16 by center-crop, matching diffusers. All three Klein edit goldens validated, including the 9b-kv variant. (#57)
Flash follow-ups: --base-model survives qwen CLI resolution, and Flash through the edit CLI no longer double-applies CFG. (#56)
mlx floor raised to 0.32.0 on macOS (upstream #489): mlx below 0.32.0 silently corrupts quantized_matmul past 32768 input rows. Reproduced before porting: whole result garbage at 40000 rows on 0.31.0, exact on 0.32.0. (#58)
Project
Trusted publishing (OIDC) for PyPI releases, gated behind the PYPI_TRUSTED_PUBLISHING repository variable until the PyPI side is configured. The manual publish path keeps working unchanged. (#59)