add support of doubao image#16
Merged
OrenZhang merged 2 commits intoOVINC-CN:mainfrom Apr 20, 2026
Merged
Conversation
Contributor
|
请先执行 pre-commit 格式化代码哈 pip install pre-commit pylint
make lint |
There was a problem hiding this comment.
Pull request overview
Adds a new OpenWebUI pipe that integrates Doubao (Seedream 5.0) image generation, including multi-image inputs and Seedream-specific options, returning generated images via OpenWebUI file uploads.
Changes:
- Introduces
pipes/doubao_image.pyimplementing a Doubao image generation pipe. - Adds message parsing to collect prompts + input images (markdown/file refs and
image_urlitems). - Uploads returned base64 images to OpenWebUI and formats results as markdown in SSE responses.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
Run and pass the developer-required formatting and checks via make lint (pre-commit + pylint) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support text-to-image, image-to-image, multi-image input, and grouped image generation
Support Seedream 5.0 options including size, output_format, watermark, and optional web search