Volcano Ark Doubao Seedream Text to Image
Paste the following prompt into your AI chat to install this skill:
Please install @user_1060c188/sk-doubao-seedream according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
When calling Volcano Ark Seedream models, developers often deal with the same small pain points: whether the API Key belongs to Ark, different endpoints for text-to-image and image-to-image, and easy-to-miss parameters such as model ID, prompt, and size. This skill wraps those API calls into repeatable CLI and interactive flows, which is useful for prompt testing, generating images locally, or adding an image generation step to a local workflow.
How It Works
- Text-to-image: generates images from a text description, using parameters such as
--prompt,--model,--size, and--output. - Image-to-image: sends
--input-imageplus an editing instruction to modify an existing image. - Model selection: supports versions including
Doubao-Seedream-5.0,4.5,4.0, and3.0; the default model isdoubao-seedream-4-0-250828. - Interactive mode: guides you through choosing a model, selecting text-to-image or image-to-image, entering a prompt, and generating the image.
- API calls: text-to-image uses
POST /images/generations, while image-to-image usesPOST /chat/completions, under the Volcano Ark base URL.
Before first use, the API Key should be configured and should have access to the intended image generation model.
Boundaries
The skill is focused on image generation and image editing API calls. The provided materials do not show support for video, 3D, or other generation tasks, and it does not handle prompt-effect tuning directly. Supported sizes include 512x512, 768x768, 1024x1024, 1024x2048, and 2048x1024; generation time is usually around 5-30 seconds depending on server load. If you see an invalid API Key or unknown model error, first check that the Key is from Volcano Ark and has permission for the target model.
Use Cases
- Convert product prompts into 1024x1024 images inside a local script, with a fixed model and output path.
- Edit an existing UI screenshot with an image-to-image model using an instruction, then save it to a file.
- Compare Seedream 5.0, 4.0, and 4.5 on the same prompt by quickly switching model IDs and reviewing outputs.
- Use terminal interactive mode to select a model, choose text-to-image or image-to-image, enter a prompt, and preview the image.
Best For
- Engineers wrapping Ark text-to-image APIs in scripts, wanting fewer endpoint and parameter mistakes.
- Product or visual validation planners who want to compare model versions with the same prompt.
- Frontend or design tool users editing UI screenshots, wanting to use image-to-image APIs for local changes.
- Engineers maintaining local image generation pipelines, wanting consistent API Key checks and model listings.
Related Skills
A ComfyUI image-generation skill that uses a five-step dialog to collect prompts, prefill templates, confirm parameters, submit API jobs, and return results.
A design-system guidance skill for Impeccable that produces token-based rules, component states, accessibility criteria, and QA checklists.
Director-level video lapian that diagnoses material precision, then produces frame evidence, director analysis, a style bible, and a showcase video.
Plan and brief Amazon MAIN, Listing, and A+ image sets from verified product facts, then return plan and image QA status.