Skip to content

Commit 479ace0

Browse files
filipstrandCursor Assistant
andauthored
Release 0.16.6 (#363)
Co-authored-by: Cursor Assistant <assistant@cursor.com>
1 parent 7290eb6 commit 479ace0

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.16.6] - 2026-02-20
9+
10+
### ✨ Improvements
11+
12+
- **SeedVR2 7B support**: Add support for the SeedVR2 7B upscaler variant.
13+
- **Qwen-Image parity with diffusers**: Align Qwen-Image behavior more closely with the diffusers reference implementation.
14+
- **FIBO scheduler default**: Default FIBO `generate_image` to `flow_match_euler_discrete`.
15+
16+
### 🧰 DX & Maintenance
17+
18+
- **Repo tooling cleanup**: Remove unused Cursor command wrappers from the repository.
19+
- **SeedVR2 7B test coverage**: Add image test support for the new SeedVR2 7B path.
20+
21+
### 👩‍💻 Contributors
22+
23+
- **@ciaranbor**
24+
- **@icelaglace**
25+
- **@filipstrand**
26+
27+
---
28+
829
## [0.16.5] - 2026-02-17
930

1031
### ✨ Improvements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ source-exclude = [
1414

1515
[project]
1616
name = "mflux"
17-
version = "0.16.5"
17+
version = "0.16.6"
1818
description = "MLX native implementations of state-of-the-art generative image models."
1919
readme = "README.md"
2020
keywords = ["flux", "ai", "ml", "transformers", "mlx", "huggingface", "apple-silicon", "diffusers", "qwen", "qwen-image", "seedvr2", "z-image"]

src/mflux/models/seedvr2/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ SeedVR2 is more recent and the preferred method for high-fidelity upscaling and
1111

1212
```sh
1313
mflux-upscale-seedvr2 \
14-
--model seedvr2-7b \
1514
--image-path "input.png" \
1615
--resolution 2160 \
1716
--softness 0.5
@@ -35,7 +34,7 @@ image.save("input_upscaled.png")
3534
```
3635
</details>
3736

38-
This will upscale the image such that the shortest side is 2160 pixels while maintaining the aspect ratio. If `--model` is omitted, MFLUX defaults to `seedvr2-3b`.
37+
This will upscale the image such that the shortest side is 2160 pixels while maintaining the aspect ratio. If `--model` is omitted, MFLUX defaults to `seedvr2-3b`. Pass `--model seedvr2-7b` to use the 7B model.
3938

4039
Instead of specifying a target resolution, you can also use `--resolution 2x` or `--resolution 3x` to upscale by a factor of 2 or 3 respectively.
4140

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)