InvokeAI/invokeai/app/invocations
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(nodes): simple custom nodes 2023-10-20 14:28:16 +11:00
_custom_nodes_init.py feat(nodes): simple custom nodes 2023-10-20 14:28:16 +11:00
baseinvocation.py fix(nodes): remove errant print 2023-10-20 12:05:13 +11:00
collections.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
compel.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
controlnet_image_processors.py feat: metadata refactor 2023-10-20 12:05:13 +11:00
cv.py feat: metadata refactor 2023-10-20 12:05:13 +11:00
facetools.py feat: metadata refactor 2023-10-20 12:05:13 +11:00
image.py feat: metadata refactor 2023-10-20 12:05:13 +11:00
infill.py feat: metadata refactor 2023-10-20 12:05:13 +11:00
ip_adapter.py Merge branch 'main' into ryan/multi-image-ip 2023-10-18 08:59:12 -04:00
latent.py feat: metadata refactor 2023-10-20 12:05:13 +11:00
math.py fix(nodes): fix math node validation 2023-10-19 06:50:00 +11:00
metadata.py fix(nodes): remove constraints on ip adapter metadata fields 2023-10-20 12:05:13 +11:00
model.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
noise.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
onnx.py feat: metadata refactor 2023-10-20 12:05:13 +11:00
param_easing.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
primitives.py feat: metadata refactor 2023-10-20 12:05:13 +11:00
prompt.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
sdxl.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
strings.py Prompts from file support nodes (#3964) 2023-09-13 08:06:38 +00:00
t2i_adapter.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
upscale.py feat: metadata refactor 2023-10-20 12:05:13 +11:00