Skip to content
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

[bug]: [4.0.0] Hotkeys interfere with Model Selection #6011

Closed
1 task done
grunblatt-git opened this issue Mar 21, 2024 · 1 comment · Fixed by #6015
Closed
1 task done

[bug]: [4.0.0] Hotkeys interfere with Model Selection #6011

grunblatt-git opened this issue Mar 21, 2024 · 1 comment · Fixed by #6015
Assignees
Labels
bug Something isn't working

Comments

@grunblatt-git
Copy link

Is there an existing issue for this problem?

  • I have searched the existing issues

Operating system

macOS

GPU vendor

Apple Silicon (MPS)

GPU model

No response

GPU VRAM

16

Version number

4.0.0rc4

Browser

Chrome

Python dependencies

No response

What happened

In the v4.0.0 release candidates the dropdown menus for Model- and ControlNet selection do not allow to filter/ search for the model anymore.
These dropdowns used to behave like the dropdowns for LoRA and Scheduler selection: After opening the selection, you could type in part of the modelname to filter (and press enter to confirm) the selection. However with the 4.0.0 release candidates, typing with these dropdowns open will trigger the hotkeys of the Invoke UI (i.e "T" will hide the side panel, "A" will apply all settings of the selected image etc.).

What you expected to happen

The Model (and ControlNet) selection should provide a way to search/ filter the available models. Imho the behavior of the LoRA/ Scheduler Selection is perfect.

How to reproduce the problem

Click on the model selection and start typing the name of any model.

Additional context

It seems like another kind of dropdown was introduced to display meta-information of the models. I assume changing the filter-functionality was not intentional

Discord username

No response

@grunblatt-git grunblatt-git added the bug Something isn't working label Mar 21, 2024
@psychedelicious
Copy link
Collaborator

psychedelicious commented Mar 21, 2024

You are correct, a different component was used in an attempt to fix some issues with the previous dropdown component. The new component doesn't support text entry and also has another weird technical issue. I'll revert to the other component.

The new component also doesn't have a scrollbar, so that's another ding against it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants