1. 设置 API / Configure API
这里必须填写服务商文档里的 API 地址,不是普通网页地址。系统会调用
POST /images/generations,并使用
Bearer API Key 鉴权。
API Key 只会经本站代理发送给你选择的接口。若使用公共设备,请不要勾选“记住配置”。
2. 选择功能 / Select Feature
自定义接口当前只开放“文生图”。图片编辑和视频接口没有统一标准,请切回 Gitee 使用。
z-image(文生图 / Text-to-Image)
建议:2048 更清晰但更慢更贵;n>1 会输出多张。
Tip: 2048 is sharper but slower/more expensive; n>1 outputs multiple images.
Tip: 2048 is sharper but slower/more expensive; n>1 outputs multiple images.
Edit-2511(图像编辑 / Image Edit)
Notes: Higher steps = slower but more detail; higher guidance = follows prompt more strongly.
Wan2.2-I2V-A14B(图生视频 / Image-to-Video)
说明:若服务端单次只能生成固定 5 秒,本工具会按你指定的 Duration 分段生成并下载。
注意:浏览器端无法像桌面版那样用 ffmpeg 合并/裁剪成“一个最终 mp4”;因此多段会分别提供可播放与下载(也可勾选 zip 打包下载)。
EN: If backend returns fixed-length clips, we generate segments and provide playable/downloadable mp4s (optionally zip).
注意:浏览器端无法像桌面版那样用 ffmpeg 合并/裁剪成“一个最终 mp4”;因此多段会分别提供可播放与下载(也可勾选 zip 打包下载)。
EN: If backend returns fixed-length clips, we generate segments and provide playable/downloadable mp4s (optionally zip).
HunyuanVideo-1.5(文生视频 / Text-to-Video)
说明:这是异步任务接口,会先返回 task_id,然后自动轮询状态直至 success/failed。
EN: This is an async endpoint; we create a task, then poll status until success/failed.
EN: This is an async endpoint; we create a task, then poll status until success/failed.