c3f6389291
fix ruff and remove unused API route
2025-07-22 07:33:48 +10:00
b14d841d57
Extract util and fix model image logic
2025-07-22 07:33:48 +10:00
e62d3f01a8
feat(app): better error message for failed model probe
...
- Old: No valid config found
- New: Unable to determine model type
2025-07-11 23:35:43 +10:00
b5d1c47ef7
final link fix
2025-07-09 10:17:38 +10:00
004a52ca65
fix to direct links
2025-07-09 10:17:38 +10:00
b1d5a51ddf
add-quantized-kontext-dev
2025-07-09 10:17:38 +10:00
604763d20f
Update flux.py
...
Replace T5Tokenizer with T5TokenizerFast
2025-07-03 08:04:08 +10:00
075345bffd
feat(app): add flux kontext dev to starter modelss
2025-06-27 18:27:46 +10:00
6172c859ac
feat(api): enrich starer model bundle metadata
2025-06-27 14:37:30 +10:00
e164451dfe
chore: ruff
2025-06-26 20:00:38 +10:00
b2b42be51c
refactor: remove unused methods/routes, fix some gallery invalidation issues
2025-06-26 20:00:37 +10:00
6afbf31750
Ruff formatting
2025-06-26 19:47:06 +10:00
3cd4306eec
Update import path
2025-06-26 19:47:06 +10:00
827191d2fc
Use definitions in config
2025-06-26 19:47:06 +10:00
aaa34f717d
OMI files
2025-06-26 19:47:06 +10:00
fe83c2f81f
Add OMI vendor files
2025-06-26 19:47:06 +10:00
17dead3309
Remove OMI from dependencies
2025-06-26 19:47:06 +10:00
2ad5b5cc2e
Flux Kontext UI support ( #8111 )
...
* add support for flux-kontext models in nodes
* flux kontext in canvas
* add aspect ratio support
* lint
* restore aspect ratio logic
* more linting
* typegen
* fix typegen
---------
Co-authored-by: Mary Hipp <maryhipp@Marys-Air.lan >
2025-06-25 09:39:57 -04:00
2832ca300f
Formatting
2025-06-24 07:26:42 +10:00
de5f413440
Filter bundle_emb for all LoRAs
2025-06-24 07:12:11 +10:00
61b049ad35
Fix to config
2025-06-23 09:52:47 -04:00
150a876c73
Formatting
2025-06-23 13:52:19 +10:00
62c3b01e4f
Merge branch 'main' into OMI
2025-06-23 13:52:07 +10:00
e1157f343b
Support for Flux and SDXL
2025-06-23 13:51:16 +10:00
4ee54eac1d
Another attempt
2025-06-20 14:10:06 +10:00
5851c46c81
Hard code source
2025-06-19 11:05:43 +10:00
a296559e79
Ignore
2025-06-19 11:02:18 +10:00
1fd83f5e68
Import
2025-06-19 11:01:50 +10:00
637487c573
Convert FROM OMI to diffusers
2025-06-19 11:00:27 +10:00
4e98e7d0a2
Typo: dot should be comma
2025-06-19 10:47:24 +10:00
12f65d800d
Formatting
2025-06-19 09:40:58 +10:00
45d09f8f51
Use OMI conversion utils
2025-06-19 09:40:49 +10:00
9b4fdb493e
Loader
2025-06-18 10:53:54 +10:00
47e21d6e04
Formatting
2025-06-17 13:56:38 +10:00
84ab4a1c30
Convert from OMI to default LoRA state dict
2025-06-17 13:56:22 +10:00
85c4304efd
Add OMI LoRA config
2025-06-17 13:34:03 +10:00
8f152f162b
Add OMI to model format taxonomy
2025-06-17 13:33:40 +10:00
2981591c36
test: add some aitoolkit lora tests
2025-06-16 19:08:11 +10:00
ab8c739cd8
fix(LoRA): add ai-toolkit to lora loader
2025-06-16 19:08:11 +10:00
5c5108c28a
feat(LoRA): support AI Toolkit LoRA for FLUX [WIP]
2025-06-16 19:08:11 +10:00
d3ecaa740f
Add Precise Reference to Starter Models
2025-06-09 22:02:11 +10:00
e81579f752
fix(mm): handle invoke syntax for HF repo ids when fetching HF model metadata
...
Closes #8074
2025-06-04 22:27:15 +10:00
2f35d74902
backend updates
2025-05-22 13:50:15 +10:00
af41dc83f7
Make ruff happy
2025-05-20 11:19:59 +10:00
a17e771eba
Re-enable classification API as fallback
2025-05-20 11:19:59 +10:00
6c0bd7d150
fix import ordering, remove code I reverted that the resync added back
2025-05-19 11:16:23 +10:00
8abcc99ced
add check for state_dict, required to load TI's
2025-05-19 11:16:23 +10:00
73ab4b8895
fix offload device
2025-05-19 11:16:23 +10:00
86719f2065
revert to overload due to failing tests, use Torch futures instead
2025-05-19 11:16:23 +10:00
5f12b9185f
feat(mm): add cache_snapshot to model cache clear callback
2025-05-15 16:06:47 +10:00