generate-image-by-seedream
使用 changdu CLI 调用 Seedream 生成或编辑图片(文生图 / 图生图)。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
使用 changdu CLI 调用 Seedream 生成或编辑图片(文生图 / 图生图)。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
多段视频拼接的后期工艺指南——audio-fadein(消除 Seedance 启动底噪)、crossfade(视频/音频淡变)、loudnorm(音量归一化)。当用户拼完多个 clip 但效果不连贯(音量跳、画面跳、底噪嗡嗡声)时调用,对应 changdu clip-concat 命令。
动漫武打短剧(≤30s)专项 prompt 写作与生成工作流。当需要做日漫/国漫风格的短打戏、追逐戏、对决戏,且要求段间动作与镜头无缝衔接时调用。配套使用 changdu sequential-generate(continuity-mode auto)+ clip-concat(--audio-fadein 消除底噪,crossfade + loudnorm 可选)。
生成服务于叙事与角色内核的角色设计图,16:9横版三视图模式。反模板反套路,让角色有记忆点和辨识度。
Intelligent long text novel reader with smart content filtering and detailed asset extraction. Invoke when user wants to read or analyze long novels. Automatically skips irrelevant content and extracts detailed character/item/scene information.
文学作品到影视视频的自然语言工作流;生成链路统一使用 changdu CLI。支持漫剧和真人剧两种模式。
将文字分镜逐条强化为 Seedance 2.0 视频提示词。已完成文字分镜且需要落地为可执行视频提示词时调用。
| name | generate-image-by-seedream |
| description | 使用 changdu CLI 调用 Seedream 生成或编辑图片(文生图 / 图生图)。 |
| homepage | https://www.volcengine.com/product/ark |
| metadata | {} |
本技能统一使用 changdu CLI,不再调用独立脚本。
test -n "$CHANGDU_ARK_API_KEY" || test -n "$ARK_API_KEY"
可选图片端点(在火山方舟控制台创建后设置):
export CHANGDU_SEEDREAM_ENDPOINT="你的图像端点ID"
changdu text2image \
--prompt "你的图片描述,需包含画幅和风格信息" \
--resolution_type 2k \
--output "输出.jpg"
changdu image2image \
--image "/path/to/ref1.jpg" \
--image "/path/to/ref2.png" \
--prompt "将图1服装替换为图2风格" \
--resolution_type 2k \
--output "结果.jpg"
--endpoint:临时覆盖图片模型/端点 ID--ratio:附加画幅提示(如 1:1、9:16、16:9)--resolution_type:常用 2k--output:本地输出路径