Support for Displaying Image Outputs in Langserve Playground for Text-to-Image Tasks #27393
Unanswered
amizi93130
asked this question in
Q&A
Replies: 1 comment
-
Why don't you use tool for drawing the image |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I am working on a text-to-image task using Langserve, and I am encountering an issue where the Langserve playground does not support displaying images directly as outputs. While Langchain excels at handling various multimodal tasks, this limitation in the playground environment makes it challenging to visualize image outputs in real-time, especially for models generating images from text prompts.
I want to convert the user's prompt into an image with Dall-E after enrichment it with another chain that I imported it.
System Info
pydantic > 2
langserve == 0.3.0
Beta Was this translation helpful? Give feedback.
All reactions