InvokeAI/invokeai/app/services
psychedelicious a1773197e9 feat(nodes): remove image_origin from most places
- remove `image_origin` from most places where we interact with images
- consolidate image file storage into a single `images/` dir

Images have an `image_origin` attribute but it is not actually used when retrieving images, nor will it ever be. It is still used when creating images and helps to differentiate between internally generated images and uploads.

It was included in eg API routes and image service methods as a holdover from the previous app implementation where images were not managed in a database. Now that we have images in a db, we can do away with this and simplify basically everything that touches images.

The one potentially controversial change is to no longer separate internal and external images on disk. If we retain this separation, we have to keep `image_origin` around in a number of spots and it getting image paths on disk painful.

So, I am have gotten rid of this organisation. Images are now all stored in `images`, regardless of their origin. As we improve the image management features, this change will hopefully become transparent.
2023-06-14 23:08:27 +10:00
..
models feat(nodes): remove image_origin from most places 2023-06-14 23:08:27 +10:00
__init__.py all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
config.py merge with main 2023-06-05 22:03:44 -04:00
default_graphs.py fix(nodes): temporarily disable librarygraphs 2023-05-12 22:33:49 +10:00
events.py feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
graph.py Feat/easy param (#3504) 2023-06-11 16:27:44 +10:00
image_file_storage.py feat(nodes): remove image_origin from most places 2023-06-14 23:08:27 +10:00
image_record_storage.py feat(nodes): remove image_origin from most places 2023-06-14 23:08:27 +10:00
images.py feat(nodes): remove image_origin from most places 2023-06-14 23:08:27 +10:00
invocation_queue.py nodes: invocation queue item - make more pydantic 2023-04-16 09:39:33 -04:00
invocation_services.py fix(nodes): use forward declarations for InvocationServices 2023-05-25 12:12:31 +10:00
invoker.py fix(nodes): update Invoker.invoke() docstring 2023-06-09 14:53:45 +10:00
item_storage.py revert and disable auto-formatting of invocations 2023-03-03 14:59:17 -05:00
latent_storage.py feat(nodes): wip image storage implementation 2023-05-24 11:30:47 -04:00
metadata.py feat(nodes): improve metadata service comments 2023-05-24 11:30:47 -04:00
model_manager_initializer.py remove globals, args, generate and the legacy CLI 2023-05-03 23:36:51 -04:00
processor.py chore(nodes): remove unused imports 2023-05-25 12:12:31 +10:00
resource_name.py feat(nodes): add nameservice 2023-05-28 20:19:56 -04:00
restoration_services.py logger is a interchangeable service 2023-04-29 10:48:50 -04:00
sqlite.py fix potential race condition in config system 2023-05-25 20:41:26 -04:00
urls.py feat(nodes): remove image_origin from most places 2023-06-14 23:08:27 +10:00