InvokeAI/invokeai/app
psychedelicious 6aa87f973e fix(nodes): create app/shared/ module to prevent circular imports
We have a number of shared classes, objects, and functions that are used in multiple places. This causes circular import issues.

This commit creates a new `app/shared/` module to hold these shared classes, objects, and functions.

Initially, only `FreeUConfig` and `FieldDescriptions` are moved here. This resolves a circular import issue with custom nodes.

Other shared classes, objects, and functions will be moved here in future commits.
2023-11-09 16:41:55 +11:00
..
api fix(socketio): leave room on unsubscribe 2023-11-09 12:12:32 +11:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
invocations fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
services (minor) Fix static checks and typo. 2023-11-02 19:20:37 -07:00
shared fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
util feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
api_app.py feat: metadata refactor 2023-10-20 12:05:13 +11:00