Skip to content

Commit 3fe5f62

Browse files
joshistoastPfannkuchensacklstein
authored
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

5 files changed

+670
-456
lines changed

invokeai/frontend/web/public/locales/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,10 @@
431431
"editMode": "Edit Mode",
432432
"viewMode": "View Mode",
433433
"editHotkey": "Edit Hotkey",
434+
"addHotkey": "Add Hotkey",
434435
"resetToDefault": "Reset to Default",
435436
"resetAll": "Reset All to Default",
437+
"resetAllConfirmation": "Are you sure you want to reset all hotkeys to their default values? This cannot be undone.",
436438
"enterHotkeys": "Enter hotkey(s), separated by commas",
437439
"save": "Save",
438440
"cancel": "Cancel",

invokeai/frontend/web/src/features/system/components/HotkeysModal/HotkeyEditor.tsx

Lines changed: 0 additions & 376 deletions
This file was deleted.

0 commit comments

Comments
 (0)