InvokeAI/invokeai/app/services/config
psychedelicious 8604943e89 feat(nodes): simple custom nodes
Custom nodes may be places in `$INVOKEAI_ROOT/nodes/` (configurable with `custom_nodes_dir` option).

On app startup, an `__init__.py` is copied into the custom nodes dir, which recursively loads all python files in the directory as modules (files starting with `_` are ignored). The custom nodes dir is now a python module itself.

When we `from invocations import *` to load init all invocations, we load the custom nodes dir, registering all custom nodes.
2023-10-20 14:28:16 +11:00
..
__init__.py feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
config_base.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
config_common.py feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
config_default.py feat(nodes): simple custom nodes 2023-10-20 14:28:16 +11:00