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

ui: edesign followups 3 #5385

Merged
merged 19 commits into from
Jan 3, 2024
Merged

ui: edesign followups 3 #5385

merged 19 commits into from
Jan 3, 2024

Conversation

psychedelicious
Copy link
Collaborator

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Community Node Submission

Have you discussed this change with the InvokeAI team?

  • Yes
  • No, because:

Have you updated all relevant documentation?

  • Yes
  • No: n/a

Description

Numerous fixes and enhancements - see commits.

Related Tickets & Documents

Closes #5384
Closes #5383
Closes #5379

Several threads scattered across discord etc.

QA Instructions, Screenshots, Recordings

Same same but different

Merge Plan

This PR can be merged when approved

Added/updated tests?

  • Yes
  • No : n/a

[optional] Are there any post deployment tasks we need to perform?

Nope

Got borked when adjusting control adapter styling. Should revisit this later.
Helpful for troubleshooting.
Ensure workflow editor model selector component gets a value

This introduced some funky type issues related to ONNX models. ONNX doesn't work anyways (unmaintained). Instead of fixing the types to work with a non-working feature, ONNX is now removed entirely from the UI.

- Remove all refs to ONNX (and Olives)
- Fix some type issues
- Add ONNX nodes to the nodes denylist (so they are not visible in UI)
- Update VAE graph helper, which still had some ONNX logic. It's a very simple change and doesn't change any logic. Just removes some conditions that were for ONNX. I tested it and nothing broke.
- Regenerate types
- Fix prettier and eslint ignores for generated types
- Lint
`react-select` has some weird behaviour where if the value is `undefined`, it shows the last-selected value instead of nothing. Must fall back to `null`
- Do not _merge_ prompt and style prompt when concat is enabled - either use the prompt as style, or use the style directly.
- Set style prompt metadata correctly.
- Add metadata recall for style prompt.
Weird issue with `react-select`... Made the popover lazy as a workaround.

Also updated styling of the popover.
- Add Shift+X back (this has been missing for a long time)
- Add secondary toggle options hotkey
@psychedelicious psychedelicious enabled auto-merge (rebase) January 3, 2024 02:10
@psychedelicious psychedelicious merged commit 29ccc6a into main Jan 3, 2024
7 checks passed
@psychedelicious psychedelicious deleted the feat/ui/redesign-followups-3 branch January 3, 2024 02:18
@lstein lstein mentioned this pull request Feb 29, 2024
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants