InvokeAI/invokeai/frontend/web/src/features
psychedelicious b1b5c0d3b2 fix(ui): fix workflow editor model selector, excise ONNX
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
2024-01-03 13:18:50 +11:00
..
canvas feat(ui): add support for default values for sliders 2024-01-03 13:18:50 +11:00
changeBoardModal feat(ui): use primitive style props or memoized sx objects 2023-12-29 08:26:14 -05:00
controlAdapters feat(ui): add support for default values for sliders 2024-01-03 13:18:50 +11:00
deleteImageModal feat(ui): memoize all components 2023-12-29 08:26:14 -05:00
dnd feat(ui): split dnd overlay to separate component 2024-01-01 08:13:23 -05:00
dynamicPrompts fix(ui): fix workflow editor model selector, excise ONNX 2024-01-03 13:18:50 +11:00
embedding fix(ui): control adapter models select disable if incompatible 2024-01-02 07:28:53 -05:00
gallery feat(ui): add support for default values for sliders 2024-01-03 13:18:50 +11:00
hrf feat(ui): add support for default values for sliders 2024-01-03 13:18:50 +11:00
lora fix(ui): fix workflow editor model selector, excise ONNX 2024-01-03 13:18:50 +11:00
modelManager fix(ui): fix workflow editor model selector, excise ONNX 2024-01-03 13:18:50 +11:00
nodes fix(ui): fix workflow editor model selector, excise ONNX 2024-01-03 13:18:50 +11:00
parameters fix(ui): fix workflow editor model selector, excise ONNX 2024-01-03 13:18:50 +11:00
queue feat(ui): add support for default values for sliders 2024-01-03 13:18:50 +11:00
sdxl feat(ui): add support for default values for sliders 2024-01-03 13:18:50 +11:00
settingsAccordions chore(ui): lint 2024-01-02 07:28:53 -05:00
system feat(ui): misc perf/rerender improvements 2024-01-01 08:13:23 -05:00
ui fix(ui): fix cut off badge on queue actions menu 2024-01-02 07:28:53 -05:00
workflowLibrary feat(ui): optimized workflow building 2024-01-01 08:13:23 -05:00