psychedelicious 297408d67e feat(nodes): add control adapter processed images to metadata
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.
2024-03-14 12:34:03 -07:00
..
2024-03-01 10:42:33 +11:00
2023-11-28 09:30:49 +11:00
2024-03-01 10:42:33 +11:00
2024-03-08 11:10:44 -05:00
2024-03-01 10:42:33 +11:00
2024-03-01 10:42:33 +11:00