InvokeAI/invokeai/app/invocations
psychedelicious 57ebf735e6 feat(nodes): add InputField.ui_choice_labels: dict[str, str]
This maps values to labels for multiple-choice fields.

This allows "enum" fields (i.e. `Literal["val1", "val2", ...]` fields) to use code-friendly string values for choices, but present this to the UI as human-friendly labels.
2023-09-13 16:50:25 +10:00
..
__init__.py Run python black 2023-07-28 09:46:44 -04:00
baseinvocation.py feat(nodes): add InputField.ui_choice_labels: dict[str, str] 2023-09-13 16:50:25 +10:00
collections.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
compel.py isort wip 2023-09-12 13:01:58 -04:00
controlnet_image_processors.py isort wip 2023-09-12 13:01:58 -04:00
cv.py Apply black, isort, flake8 2023-09-12 13:01:58 -04:00
image.py Added crop option to ImagePasteInvocation (#4507) 2023-09-12 21:31:35 +00:00
infill.py fix(nodes): downscale and resample_mode are not optional 2023-09-05 11:23:13 +10:00
latent.py Apply black, isort, flake8 2023-09-12 13:01:58 -04:00
math.py chore: black 2023-09-13 16:50:25 +10:00
metadata.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
model.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
noise.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
onnx.py isort wip 2023-09-12 13:01:58 -04:00
param_easing.py isort wip 2023-09-12 13:01:58 -04:00
primitives.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
prompt.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
sdxl.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
upscale.py isort wip 2023-09-12 13:01:58 -04:00