Commit Graph

84 Commits

Author SHA1 Message Date
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
0eb8f5082e Update README with perf. update, installation issue and version link 2024-12-26 21:03:54 +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
627398f531 Add 'FLUX.1 Tools' for features to support 2024-11-21 21:31:27 +01:00
filipstrand
d69f49f31f Add In-Context LoRA for the cool research section 2024-11-20 00:18:29 +01:00
filipstrand
6350c6fb12 Add command to find system spec 2024-11-16 16:50:17 +01:00
filipstrand
07c34a9f97 Add device mac device to performance table 2024-11-16 16:50:17 +01:00
filipstrand
8d7a2eb4fd Add M4 Pro performance numbers 2024-11-16 16:50:17 +01:00
filipstrand
2e297a068e Sort performance benchmarks based on performance 2024-11-16 16:50:17 +01:00
Ivan Fioravanti
457b3e9867
Update README.md
M4 Max results added
2024-11-15 18:42:30 +01:00
filipstrand
e0c9086d0f Update related projects section in README 2024-11-10 19:54:45 +01:00
filipstrand
f6bec3cc91 fix name 2024-11-09 22:13:59 +01:00
filipstrand
e5ae68f312 Add new sections in README for "related projects" and "features/research to support" 2024-11-09 21:48:15 +01:00
Anthony Wu
08b390dc7b more details for usage 2024-11-09 08:19:02 -08:00
Anthony Wu
391d29fe4f solve python 3.13 pip install 2024-11-07 00:01:54 -08:00
filipstrand
8ac08f7853 Update readme with new performance numbers 2024-10-28 19:27:18 +01:00
filipstrand
506f56ad49 Add missing separator 2024-10-28 00:34:28 +01:00
filipstrand
4b173dc818 Update readme with img2img example 2024-10-28 00:26:06 +01:00
Anthony Wu
351cc8bbf1 support metadata files as CLI arg supplier 2024-10-20 09:18:49 -07:00
filipstrand
b16ad90d0a Update todo list 2024-10-12 13:13:58 +02:00
filipstrand
a9461cacf0 Add image generation tests
rename
2024-10-09 22:45:05 +02:00
filipstrand
8519c82304 Include --upgrade flag for default uv command 2024-09-24 17:43:42 +02:00
filipstrand
59aafae7a1 Update README with MIT License information 2024-09-23 23:55:37 +02:00
filipstrand
895754df51 Fix broken links with emojis 2024-09-23 20:13:35 +02:00
filipstrand
dfdd543227 Add controlnet example 2024-09-23 20:13:35 +02:00
filipstrand
3af6bcbfe1 Add ability to save the canny controlnet image early on in the generation
(useful for inspecting if edge detection is as expected)
2024-09-23 20:13:35 +02:00
filipstrand
56f0c8361d Add TOC and some emojis for the README and new controlnet section 2024-09-23 19:18:11 +02:00
filipstrand
3ac54a9f42 Add ability to save model with applied LoRA 2024-09-22 11:20:31 +02:00
Anthony Wu
95f30e6a14 use pre-commit to run linter formatter 2024-09-21 14:47:09 -07:00
Filip Strand
a8d4300a86
Merge pull request #57 from anthonywu/intro-makefile
Introduce project makefile for setup and contributor operation
2024-09-21 13:45:11 +02:00
filipstrand
557996049e Add newlines to fix markdown rendering 2024-09-21 10:46:00 +02:00
filipstrand
e007402cfa Merge remote-tracking branch 'refs/remotes/mflux/main' into easy-import-dx 2024-09-21 10:33:36 +02:00
Anthony Wu
d565807e5b update readme to match 2024-09-20 10:03:21 -07:00
Anthony Wu
c74279d394 pyproject.toml to be authoritative source of deps, soft introduce ruff linter/formatter 2024-09-19 11:20:06 -07:00
Anthony Wu
0812d6252c simplify import paths of frequently used items in scripts and demos 2024-09-16 10:27:04 -07:00
filipstrand
d2553f2951 Add supported lora format section to readme 2024-09-13 22:34:35 +02:00
filipstrand
3739a6b914 Link to madroid 4-bit 2024-09-10 19:00:20 +02:00
filipstrand
fe0d01495f Suggest first setting up a venv when installing 2024-09-09 18:52:43 +02:00
filipstrand
9d4027698c Default to latest mflux package 2024-09-07 12:31:53 +02:00
filipstrand
1769baa382 Define custom commands for image generation and model saving 2024-09-06 22:33:48 +02:00
filipstrand
2a7ca560a2 Update installation guide 2024-09-06 22:15:06 +02:00
filipstrand
c0d419777e Add quantize option to from_alias initializer 2024-09-06 22:11:00 +02:00
filipstrand
23e44c768b Rename main.py to run.py 2024-09-06 21:09:50 +02:00
filipstrand
b8102f2a2f Move main.py and save.py one level down 2024-09-06 21:09:44 +02:00
filipstrand
d2b38011ad Rename flux_1 to mflux 2024-09-06 21:09:16 +02:00
filipstrand
8e4e8f68d6 Fix example 2024-09-06 20:20:11 +02:00
filipstrand
1db28b7ffe Fix example 2024-09-06 20:09:06 +02:00
filipstrand
fab10cc046 Add proper image class and save metadata 2024-09-06 19:38:34 +02:00