InvokeAI/invokeai/frontend/web
psychedelicious b76d2cd716 fix(ui): handle base model compat when recalling parameters
We had a one-behind issue with recalling metadata items that had a model.

For example, when recalling LoRAs, we check against the current main model to decide whether or not the requested LoRA is compatible and may be recalled.

When recalling all params, we are often also recalling the main model, but the compat logic didn't compare against this new main model.

The logic is updated to check against the new main model, if one is being set.

Closes #5512
2024-01-23 14:13:18 -06:00
..
.storybook feat(ui): use @invoke-ai/ui hooks for modifiers, global menu state 2024-01-22 09:37:26 +11:00
config chore(ui): bump deps 2024-01-01 08:13:23 -05:00
docs docs(ui): fix typo 2024-01-23 18:04:41 +11:00
patches feat(ui): patch reselect to use lruMemoize only 2024-01-06 00:03:07 +11:00
public last 2024-01-22 21:06:40 +11:00
scripts feat(ui): ux improvements & redesign 2023-12-29 08:26:14 -05:00
src fix(ui): handle base model compat when recalling parameters 2024-01-23 14:13:18 -06:00
static/docs feat(ui): update assets 2024-01-12 08:02:59 +11:00
tests Partial migration of UI to nodes API (#3195) 2023-04-22 13:10:20 +10:00
__init__.py Run python black 2023-07-28 09:46:44 -04:00
.eslintignore fix(ui): fix workflow editor model selector, excise ONNX 2024-01-03 13:18:50 +11:00
.eslintrc.js feat(ui): migrate to @invoke-ai/ui 2024-01-22 09:37:26 +11:00
.gitignore Report ci disk space + minor docker fixes (#5461) 2024-01-10 05:20:26 +00:00
.prettierignore fix(ui): fix workflow editor model selector, excise ONNX 2024-01-03 13:18:50 +11:00
.prettierrc.js feat(ui): migrate theming to chakra ui 2023-03-06 20:03:39 +11:00
.unimportedrc.json feat(ui): ux improvements & redesign 2023-12-29 08:26:14 -05:00
index.html feat(ui): update assets 2024-01-12 08:02:59 +11:00
package.json chore(ui): bump @invoke-ai/ui 2024-01-22 09:37:26 +11:00
pnpm-lock.yaml chore(ui): bump @invoke-ai/ui 2024-01-22 09:37:26 +11:00
tsconfig.json feat(ui): migrate to @invoke-ai/ui 2024-01-22 09:37:26 +11:00
tsconfig.node.json chore(ui): bump deps 2024-01-01 08:13:23 -05:00
vite.config.mts chore(ui): bump deps 2024-01-01 08:13:23 -05:00