InvokeAI/invokeai/frontend/web/src/app
psychedelicious 8e90f9024d feat(ui): remove isRefinerAvailable state, update refiner node
We can derive `isRefinerAvailable` from the query result (eg are there any refiner models installed). This is a piece of server state, so by using the list models response directly, we can avoid needing to manually keep the client in sync with the server.

Created a `useIsRefinerAvailable()` hook to return this boolean wherever it is needed.

Also updated the main models & refiner models endpoints to only return the appropriate models. Now we don't need to filter the data on these endpoints.
2023-07-26 14:46:38 +10:00
..
components fix(ui): fix all circular dependencies 2023-07-22 22:48:39 +10:00
contexts feat(ui): another go at gallery (#3791) 2023-07-19 12:06:38 -04:00
logging fix(ui): fix all eslint & prettier issues 2023-07-22 23:45:24 +10:00
store feat(ui): remove isRefinerAvailable state, update refiner node 2023-07-26 14:46:38 +10:00
types add option to disable model syncing in UI 2023-07-26 11:18:38 +10:00
constants.ts feat: increase seed from int32 to uint32 2023-07-24 16:34:50 +10:00
features.ts all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00