InvokeAI/invokeai/app/services
Kyle Schouviller 85b020f76c
[nodes] Add latent nodes, storage, and fix iteration bugs (#3091)
* Add latents nodes.
* Fix iteration expansion.
* Add collection generator nodes, math nodes.
* Add noise node.
* Add some graph debug commands to the CLI.
* Fix negative id linking in CLI.
* Fix a CLI bug with multiple links per node.
2023-04-06 04:06:05 +00:00
..
__init__.py all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
events.py fix(nodes): fix step_callback + fast latents generation 2023-03-16 20:03:08 +11:00
graph.py [nodes] Add latent nodes, storage, and fix iteration bugs (#3091) 2023-04-06 04:06:05 +00:00
image_storage.py feat(nodes): add thumbnail generation to DiskImageStorage 2023-04-05 08:22:23 +10:00
invocation_queue.py [nodes] Add cancelation to the API 2023-03-26 15:47:32 +11:00
invocation_services.py [nodes] Add latent nodes, storage, and fix iteration bugs (#3091) 2023-04-06 04:06:05 +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 fix(nodes): fix cancel; fix callback for img2img, inpaint 2023-03-26 17:07:40 +11:00
restoration_services.py add restoration services to nodes 2023-03-11 17:00:00 -05:00
sqlite.py fix(nodes): commit changes to db 2023-04-03 19:09:49 +10:00