Filip Strand
dc3a564b51
Release 0.9.6 ( #238 )
2025-07-20 11:58:37 +02:00
filipstrand
3073b9feea
Release 0.9.5 with import fixes
2025-07-17 12:07:41 +02:00
filipstrand
7df35522f5
Fix imports after empty mflux init file
2025-07-17 12:00:40 +02:00
filipstrand
7ab1e4b276
Fix PyPI upload and reorder release process
...
- Fix PyPI upload to only include valid distribution files (.whl and .tar.gz)
- Reorder release process to publish to PyPI before creating git tags/GitHub releases
- Prevents .gitignore upload errors and ensures cleaner rollback on PyPI failures
2025-07-17 11:36:41 +02:00
filipstrand
fd15a72cda
Empty init file
2025-07-17 11:29:44 +02:00
filipstrand
3d62d16fce
Fix error
2025-07-17 11:23:58 +02:00
filipstrand
f8d6c52135
Fix module error
2025-07-17 11:18:00 +02:00
Filip Strand
3c5df450cc
Release v.0.9.4 ( #237 )
2025-07-17 11:12:53 +02:00
Anthony Wu
aceeafca8e
Update CHANGELOG.md for 0.9.3 ( #236 )
...
Co-authored-by: Anthony Wu <pls-file-gh-issue@users.noreply.github.com>
2025-07-08 20:25:52 -07:00
Anthony Wu
42bf9e3d4d
Hot Fix: coldstart weight download (version 0.9.3) ( #235 )
2025-07-08 20:19:34 -07:00
Filip Strand
4fc63f535a
Release 0.9.2 ( #233 )
2025-07-08 21:46:07 +02:00
Anthony Wu
842be6dde2
🏗️ uv build backend update ( #232 )
...
Co-authored-by: Anthony Wu <pls-file-gh-issue@users.noreply.github.com>
2025-07-07 08:22:49 +02:00
Anthony Wu
a187bbbab0
🗃️ Implement Local-first behavior to be resilient when HF/network is down ( #226 )
...
Co-authored-by: Anthony Wu <pls-file-gh-issue@users.noreply.github.com>
2025-07-05 13:55:17 +02:00
Filip Strand
b86a5bae30
Release 0.9.1 ( #230 )
2025-07-04 18:34:52 +02:00
Anthony Wu
676b30db14
🎨 Inpaint tool improved - more shapes, eraser, undos ( #225 )
...
Co-authored-by: Anthony Wu <pls-file-gh-issue@users.noreply.github.com>
2025-07-04 17:45:17 +02:00
Anthony Wu
11beed80df
🧹 Cleanup/bump pre-commits; intro mypy config, quick type ignores/fixes ( #221 )
...
Co-authored-by: Anthony Wu <pls-file-gh-issue@users.noreply.github.com>
2025-07-04 00:40:20 +02:00
Filip Strand
b250cdd922
Release 0.9 ( #222 )
2025-06-28 00:03:01 +02:00
Filip Strand
7388a856e5
Add Flux1.Kontext[dev] support ( #219 )
2025-06-27 23:37:19 +02:00
Anthony Wu
b26a1d66b3
🖼️ ↗️ Add scale factor support for image upscaling dimensions ( #215 )
...
Co-authored-by: Anthony Wu <pls-file-gh-issue@users.noreply.github.com>
Co-authored-by: filipstrand <strand.filip@gmail.com>
2025-06-27 19:51:00 +02:00
Anthony Wu
0125103634
➡️ ➡️ Tab Tab for zsh: CLI completion generator ( #208 )
...
Co-authored-by: Anthony Wu <pls-file-gh-issue@users.noreply.github.com>
Co-authored-by: filipstrand <strand.filip@gmail.com>
2025-06-27 15:48:51 +02:00
Anthony Wu
6c3ba1e065
🗂️ Cache Refactor - use platformdirs helper ( #201 )
...
Co-authored-by: Anthony Wu <pls-file-gh-issue@users.noreply.github.com>
2025-06-27 13:59:43 +02:00
filipstrand
935d482ffb
Update action permissions
2025-06-14 11:29:53 +02:00
filipstrand
991fd18902
Update release action with Git configuration
2025-06-14 11:27:44 +02:00
Filip Strand
ea4aca5850
Update release script ( #211 )
2025-06-14 11:18:27 +02:00
Filip Strand
9a20e83331
Small additions before 0.8.0 ( #209 )
2025-06-14 10:02:04 +02:00
filipstrand
dac08fdfdc
Let stdin_prompt image gen tests be more lightweight
2025-06-13 00:26:43 +02:00
filipstrand
d2296ec197
Fix error in lora_layers causing lora training to fail
2025-06-12 23:38:52 +02:00
filipstrand
4eb3f90fc9
Fix cli test
2025-06-12 23:28:46 +02:00
Filip Strand
847404748f
Generalise in-context functionality ( #203 )
...
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: filipstrand <filipstrand@users.noreply.github.com>
2025-06-12 09:01:07 +02:00
Anthony Wu
6a41329a45
Delete ignore_pr.md included in #204 ( #207 )
2025-06-11 00:04:49 -07:00
Anthony Wu
c31326ff33
Support prompt text via stdin. e.g. LLMs can generate prompts that directly feed into mflux. ( #204 )
...
Co-authored-by: Anthony Wu <pls-file-gh-issue@users.noreply.github.com>
2025-06-11 07:31:46 +02:00
filipstrand
8c2ecd6364
Upload reference concept heatmaps for tests
2025-06-04 22:36:09 +02:00
filipstrand
55dd6ee3e8
Reuse existing method in joint transformer
2025-06-04 22:34:06 +02:00
filipstrand
674c44e30d
Fix test for test_lora_args
2025-06-04 21:48:32 +02:00
Filip Strand
13bfb24964
Concept Attention ( #199 )
2025-06-04 19:27:03 +02:00
Filip Strand
aaae64ad6e
Bump MLX version ( #200 )
2025-06-04 16:35:40 +02:00
Anthony Wu
d3e71328b2
LORA_LIBRARY_PATH for Unix-style resource discovery ( #198 )
...
Co-authored-by: Anthony Wu <pls-file-gh-issue@users.noreply.github.com>
Co-authored-by: filipstrand <strand.filip@gmail.com>
2025-06-04 16:33:31 +02:00
Filip Strand
0003bbe2cc
Add Claude PR assistant GitHub Actions workflow ( #197 )
2025-05-24 13:50:44 +02:00
Filip Strand
fa56f33161
Add upscaling support ( #184 )
2025-05-22 19:40:27 +02:00
Filip Strand
eff3812421
Cleanup FluxFill mask args ( #195 )
2025-05-22 13:02:18 +02:00
Filip Strand
bc2d73d477
DepthPro additional refactor ( #193 )
2025-05-20 20:20:59 +02:00
Filip Strand
477af82248
Remove PyTorch dependency for DepthPro ( #192 )
2025-05-20 19:32:22 +02:00
Anthony Wu
d20f2833da
🪫 Battery Saver - manage power over long batch operations ( #189 )
...
Co-authored-by: Anthony Wu <pls-file-gh-issue@users.noreply.github.com>
Co-authored-by: filipstrand <strand.filip@gmail.com>
2025-05-19 17:13:41 +02:00
Anthony Wu
4b56633e6c
Add support for --prompt-file for dynamic prompt updates in large batches ( #185 )
...
Co-authored-by: Anthony Wu <pls-file-gh-issue@users.noreply.github.com>
Co-authored-by: filipstrand <strand.filip@gmail.com>
2025-05-19 17:10:52 +02:00
Alessandro
3b47c0b7e5
Possibility to balance the Redux function ( #190 )
...
Co-authored-by: Alessandro Rizzo <alessandrorizzo@Alessandros-Mac-Studio.local>
Co-authored-by: filipstrand <strand.filip@gmail.com>
2025-05-19 15:28:15 +02:00
Filip Strand
8fb1eb4116
Merge pull request #187 from filipstrand/depth-model-refactor
...
Depth model refactor
2025-05-10 13:45:27 +02:00
filipstrand
42b4fd6d90
Refactor DepthPro object
2025-05-10 13:40:21 +02:00
filipstrand
4cb8a5b203
Better init pattern for depth model
2025-05-10 13:40:21 +02:00
filipstrand
5f0f39f362
Update calls in MemorySaver
2025-05-07 22:00:13 +02:00
filipstrand
393a60fb2b
Small fix for LoRA scales
2025-05-06 13:22:42 +02:00