InvokeAI/invokeai/backend
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
..
image_util fix(backend): fix nsfw/watermarker util types 2023-10-18 09:08:13 +11:00
install support conversion of controlnets from safetensors to diffusers 2023-10-23 22:06:10 -04:00
ip_adapter (minor) Make it more clear that shape annotations are just comments and not commented lines of code. 2023-10-16 08:35:32 -04:00
model_management fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
stable_diffusion Merge branch 'main' into revert-4923-revert-4914-feat/mix-cnet-t2iadapter 2023-11-06 07:34:51 -08:00
training close #4975 2023-10-23 18:48:14 -04:00
util fix: fix test imports 2023-10-12 12:15:06 -04:00
__init__.py isort wip 2 2023-09-12 13:01:58 -04:00