InvokeAI/invokeai/app/services
Kyle Schouviller 23d65e7162
[nodes] Add subgraph library, subgraph usage in CLI, and fix subgraph execution (#3180)
* Add latent to latent (img2img equivalent)
Fix a CLI bug with multiple links per node

* Using "latents" instead of "latent"

* [nodes] In-progress implementation of graph library

* Add linking to CLI for graph nodes (still broken)

* Fix subgraph execution, fix subgraph linking in CLI

* Fix LatentsToLatents
2023-04-14 06:41:06 +00:00
..
__init__.py all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
default_graphs.py [nodes] Add subgraph library, subgraph usage in CLI, and fix subgraph execution (#3180) 2023-04-14 06:41:06 +00:00
events.py fix(nodes): fix step_callback + fast latents generation 2023-03-16 20:03:08 +11:00
graph.py [nodes] Add subgraph library, subgraph usage in CLI, and fix subgraph execution (#3180) 2023-04-14 06:41:06 +00:00
image_storage.py feat(nodes): add list_images endpoint 2023-04-09 13:48:44 +10:00
invocation_queue.py [nodes] Add cancelation to the API 2023-03-26 15:47:32 +11:00
invocation_services.py [nodes] Add subgraph library, subgraph usage in CLI, and fix subgraph execution (#3180) 2023-04-14 06:41:06 +00:00
invoker.py [nodes] Add latent nodes, storage, and fix iteration bugs (#3091) 2023-04-06 04:06:05 +00:00
item_storage.py revert and disable auto-formatting of invocations 2023-03-03 14:59:17 -05:00
latent_storage.py [nodes] Add latent nodes, storage, and fix iteration bugs (#3091) 2023-04-06 04:06:05 +00:00
model_manager_initializer.py add TODO comments 2023-03-11 18:08:45 -05:00
processor.py feat(nodes): add list_images endpoint 2023-04-09 13:48:44 +10:00
restoration_services.py add restoration services to nodes 2023-03-11 17:00:00 -05:00
sqlite.py [nodes] Add subgraph library, subgraph usage in CLI, and fix subgraph execution (#3180) 2023-04-14 06:41:06 +00:00