zf-kbot/seedvr2-0304

Public
94 runs

Run zf-kbot/seedvr2-0304 with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
input_image
string
输入图像
target_megapixels
number
2

Min: 2

Max: 100

目标像素(百万像素)
ttp_switch
boolean
False
是否分片
tiles_per_row
integer
3

Min: 3

Max: 10

每行分片数量
short_pixels_after_tile
integer
1024

Min: 512

Max: 4096

分片压缩后短边
upscale_multiple_after_tile
number
2

Min: 1

Max: 4

分片压缩放大比例
output_ext
None
.jpg
输出图像格式
quality
integer
95

Min: 1

Max: 100

输出图像质量 (1-100)
png_compress_level
integer
1

Max: 9

PNG 压缩级别 (0-9,仅 PNG 生效;0 最快,9 体积更小)
seed
integer
0
随机种子。0 表示随机生成。
max_resolution
integer
0

Max: 16384

最大边长限制(像素)。0 表示无限制。用于防止极端宽高比导致显存溢出。
color_correction
None
lab
色彩校正方法。 • lab: LAB 色彩空间匹配(推荐,最高保真度) • wavelet: 小波频率色彩迁移,保留细节 • wavelet_adaptive: 小波 + 自适应饱和度校正 • hsv: HSV 色调条件饱和度匹配 • adain: AdaIN 风格迁移 • none: 不校正
input_noise_scale
number
0

Max: 1

输入噪声注入(0.0-1.0)。可减少某些伪影。0 表示禁用。
latent_noise_scale
number
0

Max: 1

潜在空间噪声注入(0.0-1.0)。可柔化细节。0 表示禁用。
debug
boolean
False
启用调试输出(显示详细日志、内存使用、计时信息)

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}