-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat(hotkeys): ✨ Overhaul hotkeys modal UI #8682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
For some reason the |
|
Wrote and tested this on my linux machine. I'd appreciate if anyone could try this on macOS and/or Windows and gimme a 👍 if all is well. Talking specifically about modifier keys. |
|
We are just running through the Z Image's PR at the moment. I'll get to the frond end ones you made after we sort that out. Just thought I'll let you know. Early thoughts -- haven't tested it yet but seems very nice from your video preview. We might have to find a better way to do the "Add a Hotkey" button coz the text repeating so many times feels a bit off. Also we might have to look into users setting some hotkeys that might clash with stuff we haven't compartmentalized for the app focus. Need to look into that. |
|
I played with this for a while and I found the UI to be intuitive and a significant improvement over the current modal. However, there seems to be a problem with conflict detection when there are multiple modifiers. For example, when I assign the hotkey With respect to @blessedcoolant 's comment on repeating the text "Add modifier" multiple times. You might consider just having the "+" there on a row by itself without the text. I think that will be plenty clear with minimal visual noise. |
|
I hate git |
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.
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.
421ffc2 to
1a674d0
Compare
lstein
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and working great!
Summary
The ability to customize hotkeys in invoke is great, unfortunately the UI of the implementation left much to be desired, so here's my revamp of the implementation as it stands.
Behavior Updates:
edit modebutton by having an inline edit on each hotkey item.Added:
Improved:
Screencast_20251217_171023.webm
Related Issues / Discussions
QA Instructions
Merge Plan
Checklist
What's Newcopy (if doing a release after this PR)