InvokeAI/invokeai/frontend/web/src
psychedelicious 55f7a7737a feat(ui): shift around init image recall logic
Retrieving the DTO happens as part of the metadata parsing, not recall. This way, we don't show the option to recall a nonexistent image.

This matches the flow for other metadata entities like models - we don't show the model recall button if the model isn't available.
2024-04-06 14:54:12 +11:00
..
app feat(ui): refresh model scan results on completed model install 2024-04-04 07:58:11 +11:00
common perf(ui): use rfdc for deep copying of objects 2024-04-02 08:48:18 -04:00
features feat(ui): shift around init image recall logic 2024-04-06 14:54:12 +11:00
services fix: Incorrect default clip vision opt in the node 2024-04-05 15:06:33 -04:00
i18.d.ts fix(ui): improve IDE TS performance by not resolving JSON 2023-06-28 23:55:44 -04:00
i18n.ts feat(ui): handle proxy configs rewriting paths 2024-01-25 13:29:56 +11:00
index.ts tidy(ui): remove commented line 2024-01-22 09:37:26 +11:00
main.tsx chore(ui): format 2024-01-28 19:57:53 +11:00
vite-env.d.ts