InvokeAI/invokeai/app/invocations
psychedelicious 496a2db15c feat(nodes): make id, type required in BaseInvocation, BaseInvocationOutput
Doing this via these classes' `Config.schema_extra()` method makes it unintrusive and clients will get the correct types for these properties.

Shifts the responsibility of correct types to the backend, where previously it was on the client.
2023-08-21 19:17:36 +10:00
..
__init__.py Run python black 2023-07-28 09:46:44 -04:00
baseinvocation.py feat(nodes): make id, type required in BaseInvocation, BaseInvocationOutput 2023-08-21 19:17:36 +10:00
collections.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
compel.py Report correctly to compel if we want get pooled in future(affects blend computation) 2023-08-21 19:05:40 +10:00
controlnet_image_processors.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
cv.py feat(nodes): refactor parameter/primitive nodes 2023-08-16 09:54:38 +10:00
image.py feat(nodes): refactor parameter/primitive nodes 2023-08-16 09:54:38 +10:00
infill.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
latent.py fix(nodes): fix field names 2023-08-21 19:17:36 +10:00
math.py feat(nodes): primitives have value instead of a as field names 2023-08-21 19:17:36 +10:00
metadata.py feat(nodes): refactor parameter/primitive nodes 2023-08-16 09:54:38 +10:00
model.py feat(nodes): remove "Loader" from model nodes 2023-08-21 19:17:36 +10:00
noise.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
onnx.py feat(nodes): remove "Loader" from model nodes 2023-08-21 19:17:36 +10:00
param_easing.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
primitives.py feat(nodes): primitives have value instead of a as field names 2023-08-21 19:17:36 +10:00
prompt.py feat: rename ui_type_hint to ui_type 2023-08-16 09:54:38 +10:00
sdxl.py feat(nodes): remove "Loader" from model nodes 2023-08-21 19:17:36 +10:00
upscale.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00