InvokeAI/invokeai/app/services
psychedelicious c48fd9c083 feat(nodes): refactor parameter/primitive nodes
Refine concept of "parameter" nodes to "primitives":
- integer
- float
- string
- boolean
- image
- latents
- conditioning
- color

Each primitive has:
- A field definition, if it is not already python primitive value. The field is how this primitive value is passed between nodes. Collections are lists of the field in node definitions. ex: `ImageField` & `list[ImageField]`
- A single output class. ex: `ImageOutput`
- A collection output class. ex: `ImageCollectionOutput`
- A node, which functions to load or pass on the primitive value. ex: `ImageInvocation` (in this case, `ImageInvocation` replaces `LoadImage`)

Plus a number of related changes:
- Reorganize these into `primitives.py`
- Update all nodes and logic to use primitives
- Consolidate "prompt" outputs into "string" & "mask" into "image" (there's no reason for these to be different, the function identically)
- Update default graphs & tests
- Regen frontend types & minor frontend tidy related to changes
2023-08-16 09:54:38 +10:00
..
models feat: add multi-select to gallery 2023-08-03 11:46:59 +10:00
__init__.py all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
board_image_record_storage.py feat: add multi-select to gallery 2023-08-03 11:46:59 +10:00
board_images.py feat: add multi-select to gallery 2023-08-03 11:46:59 +10:00
board_record_storage.py Apply black 2023-07-27 10:54:01 -04:00
boards.py Apply black 2023-07-27 10:54:01 -04:00
config.py Merge branch 'main' into feat/select-vram-in-config 2023-08-08 13:50:02 -04:00
default_graphs.py feat(nodes): refactor parameter/primitive nodes 2023-08-16 09:54:38 +10:00
events.py Fix total_steps in generation event, order field added 2023-08-09 03:34:25 +03:00
graph.py feat: node editor 2023-08-16 09:54:38 +10:00
image_file_storage.py Apply black 2023-07-27 10:54:01 -04:00
image_record_storage.py Apply black 2023-07-27 10:54:01 -04:00
images.py fix(db): retrieve metadata even when no session_id 2023-08-03 10:43:44 +10:00
invocation_queue.py Apply black 2023-07-27 10:54:01 -04:00
invocation_services.py integrate correctly into app API and add features 2023-08-02 18:10:52 -04:00
invocation_stats.py tweak formatting to accommodate longer runtimes 2023-08-03 08:47:56 -04:00
invoker.py Apply black 2023-07-27 10:54:01 -04:00
item_storage.py Apply black 2023-07-27 10:54:01 -04:00
latent_storage.py Apply black 2023-07-27 10:54:01 -04:00
model_manager_service.py fix(mm): fix a lot of typing issues 2023-08-06 14:09:04 +10:00
processor.py feat: node editor 2023-08-16 09:54:38 +10:00
resource_name.py feat(nodes): add nameservice 2023-05-28 20:19:56 -04:00
sqlite.py feat: node editor 2023-08-16 09:54:38 +10:00
urls.py feat: add multi-select to gallery 2023-08-03 11:46:59 +10:00