Commit Graph

38 Commits

Author SHA1 Message Date
Aarni Koskela
da5477bdbf Apply no-implicit-optional fixes 2025-04-25 15:32:27 +03:00
filipstrand
7cc4099995 Fix command line args 2025-04-25 10:44:13 +02:00
filipstrand
d376f9c931 FLUX.1 Tools | Redux & Depth 2025-04-24 09:08:21 +02:00
Aarni Koskela
83a7bf3519 Clean up fmt: off comments
* Use magic trailing commas instead of disabling formatting to keep args on separate lines
* Scope `fmt: off`s better where that's not possible
2025-03-31 00:55:38 +02:00
filipstrand
d4d98186e2 FLUX.1 Tools | Fill 2025-03-16 11:12:34 +01:00
Filip Strand
195ed134a0
Merge pull request #141 from anthonywu/prepare-outpaint-scaffolding
Image Outpaint Feature: prepare the CLI and ImageUtil helpers for extended canvas
2025-03-15 12:14:07 +01:00
filipstrand
696762af2e Save mflux versions in weight metadata 2025-03-15 11:45:47 +01:00
Anthony Wu
8eeecde8f7
Merge branch 'main' into prepare-outpaint-scaffolding 2025-03-13 21:38:42 -07:00
Anthony Wu
4ad31cab6b fix auto seed count == 1 sporadic test failure 2025-03-09 18:45:05 -07:00
Anthony Wu
13121684ac Image Outpaint Feature: prepare the CLI and ImageUtil helpers 2025-03-09 18:38:44 -07:00
filipstrand
368fa0faf7 Upload IC-LoRA test image 2025-03-05 08:19:39 +01:00
filipstrand
c5991d54d4 Upload IC-LoRA reference test image 2025-03-05 08:17:00 +01:00
filipstrand
f75593b1dc New: Add In-Context-LoRA feature 2025-03-05 07:55:21 +01:00
filipstrand
5ec7ab5b41 Renaming: Remove 'init' prefix for a more general interface 2025-03-05 07:30:46 +01:00
Dana Case
bf1e366e43 formatting 2025-03-03 18:54:49 -08:00
filipstrand
06f336c714 Pre test cleanup 2025-03-01 22:10:10 +01:00
filipstrand
09430350f1 Override previously saved test images 2025-03-01 21:37:03 +01:00
filipstrand
3cecfae75b Refactor model config 2025-02-12 22:27:34 +01:00
filipstrand
f21710eb7e Update reference test images (minor changes due to updated quantization call) 2025-02-12 22:27:34 +01:00
filipstrand
3601baf75e Implement general callback mechanism 2025-02-09 15:27:06 +01:00
filipstrand
e4af40e4ee Refactor: Remove ConfigControlnet 2025-02-09 14:37:23 +01:00
Anthony Wu
af01fab7d5 support multiple seeds batch generation 2025-01-21 18:14:24 -08:00
filipstrand
21a98b1369 Small updates 2025-01-19 15:19:17 +01:00
Anthony Wu
344ac90c74 comprehensive ModelConfig refactor to support compatible HuggingFace dev/schnell models 2025-01-17 06:27:33 -08:00
filipstrand
e32be7bf31 Update reference test images to match output (mlx=v0.22.0 and changed precision in attention mask)
Noticeable differences in images, but should be OK
2025-01-14 22:15:01 +01:00
filipstrand
f0e82ad67f Optimization: Use fast SDPA (no speedup for me on tests, but a bit cleaner)
Had to update reference test images, but visually no difference
2025-01-14 20:16:23 +01:00
filipstrand
4c0aff9168 Fix bug with quantization level being str instead of int 2024-12-23 12:21:06 +01:00
filipstrand
bae49c8145 Dreambooth v1 2024-12-22 19:42:37 +01:00
filipstrand
121a4f1695 Update reference test images to be compatible with mlx>0.19.0 (still visually identical) 2024-11-16 20:09:29 +01:00
filipstrand
8d93f3e24f Change img2img test to be non-square 2024-10-29 20:12:50 +01:00
Anthony Wu
98d7ef5751 update: do not require model arg, add controlnet_save_canny, fix bugs, add tests 2024-10-26 20:22:32 -07:00
Anthony Wu
351cc8bbf1 support metadata files as CLI arg supplier 2024-10-20 09:18:49 -07:00
Anthony Wu
6201a93d4a tests and fixes for image to image 2024-10-20 00:48:45 -07:00
Anthony Wu
9b6cd01171 introduce ruff isort 2024-10-10 11:56:14 -07:00
filipstrand
78e2b726fb Make sure cleanup happens even if tests fail 2024-10-09 23:41:12 +02:00
filipstrand
a9461cacf0 Add image generation tests
rename
2024-10-09 22:45:05 +02:00
Anthony Wu
fcc9b21d19 option to save stepwise and composite images, add interruptibility 2024-09-23 15:20:25 -07:00
Anthony Wu
0812d6252c simplify import paths of frequently used items in scripts and demos 2024-09-16 10:27:04 -07:00