InvokeAI/invokeai/frontend
psychedelicious c856fab7d1 fix(ui): load default workflows mutation error
Loading default workflows sometimes requires we mutate the workflow object in order to change the category or ID of the workflow.

This happens in `invokeai/frontend/web/src/features/nodes/util/workflow/validateWorkflow.ts`

The data we get back from the query hooks is frozen and sealed by redux, because they are part of redux state. We need to clone the workflow before operating on it.

It's not clear how this ever worked in the past, because redux state has always been frozen and sealed.
2024-03-26 08:30:25 +11:00
..
cli feat(config): add CLI arg to specify config file 2024-03-20 15:05:25 +11:00
install cleanup: remove unused scripts, cruft 2024-03-20 15:05:25 +11:00
web fix(ui): load default workflows mutation error 2024-03-26 08:30:25 +11:00
__init__.py Run python black 2023-07-28 09:46:44 -04:00