Commit 3fe5f62
feat(hotkeys): ✨ Overhaul hotkeys modal UI (#8682)
* feat(hotkeys): ✨ overhaul hotkeys modal UI
* fix(model manager): 🩹 improved check for hotkey search clear button
* fix(model manager): 🩹 remove unused exports
* feat(starter-models): add Z-Image Turbo starter models
Add Z-Image Turbo and related models to the starter models list:
- Z-Image Turbo (full precision, ~13GB)
- Z-Image Turbo quantized (GGUF Q4_K, ~4GB)
- Z-Image Qwen3 Text Encoder (full precision, ~8GB)
- Z-Image Qwen3 Text Encoder quantized (GGUF Q6_K, ~3.3GB)
- Z-Image ControlNet Union (Canny, HED, Depth, Pose, MLSD, Inpainting)
The quantized Turbo model includes the quantized Qwen3 encoder as a
dependency for automatic installation.
* feat(starter-models): add Z-Image Q8 quant and ControlNet Tile
Add higher quality Q8_0 quantization option for Z-Image Turbo (~6.6GB)
to complement existing Q4_K variant, providing better quality for users
with more VRAM.
Add dedicated Z-Image ControlNet Tile model (~6.7GB) for upscaling and
detail enhancement workflows.
* feat(hotkeys): ✨ overhaul hotkeys modal UI
* feat(hotkeys modal): 💄 shrink add hotkey button
* fix(hotkeys): normalization and detection issues
* style: 🚨 satisfy the linter
* fix(hotkeys modal): 🩹 remove unused exports
---------
Co-authored-by: Alexander Eichhorn <[email protected]>
Co-authored-by: Lincoln Stein <[email protected]>1 parent 73c6b31 commit 3fe5f62
File tree
5 files changed
+670
-456
lines changed- invokeai/frontend/web
- public/locales
- src/features/system/components/HotkeysModal
5 files changed
+670
-456
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| 434 | + | |
434 | 435 | | |
435 | 436 | | |
| 437 | + | |
436 | 438 | | |
437 | 439 | | |
438 | 440 | | |
| |||
Lines changed: 0 additions & 376 deletions
This file was deleted.
0 commit comments