mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
297408d67e
In the client, a controlnet or t2i adapter has two images: - The source control image: the image the user selected (required) - The processed control image: the user's image after we've processed it (optional) The processed image is optional because a user may provide a pre-processed image. We only actually use one of these images when building the graph, and until this change, we only stored one of the in image metadata. This created a situation where only a processed image was stored in metadata - say, a canny edge map - and the user-selected image wasn't provided. By adding the processed image to metadata, we can recall both the control image and optional processed image. This commit is followed by a UI-facing changes to support the change. |
||
---|---|---|
.. | ||
api | ||
assets/images | ||
invocations | ||
services | ||
shared | ||
util | ||
__init__.py | ||
api_app.py |