You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have text to image and image to text in the pipeline, but image to image will only happen because of the visual response being injected and it isn't actually showing the image to the image generation provider at any point.
Proposed Solution
Create image_to_image functions for image providers and build that into the pipeline to do instead of image_generation if an image was also uploaded.
The text was updated successfully, but these errors were encountered:
Feature/Improvement Description
Add image to image to chat completions pipeline.
We currently have text to image and image to text in the pipeline, but image to image will only happen because of the visual response being injected and it isn't actually showing the image to the image generation provider at any point.
Proposed Solution
Create
image_to_image
functions for image providers and build that into the pipeline to do instead ofimage_generation
if an image was also uploaded.The text was updated successfully, but these errors were encountered: