You're looking at a specific version of this model. Jump to the model overview.

zf-kbot /seedvr2-0304:e20759b3

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
output_ext
None
.jpg
输出图像格式
color_correction
None
lab
色彩校正方法。 • lab: LAB 色彩空间匹配(推荐,最高保真度) • wavelet: 小波频率色彩迁移,保留细节 • wavelet_adaptive: 小波 + 自适应饱和度校正 • hsv: HSV 色调条件饱和度匹配 • adain: AdaIN 风格迁移 • none: 不校正
seed
integer
0
随机种子。0 表示随机生成。
debug
boolean
False
启用调试输出(显示详细日志、内存使用、计时信息)
quality
integer
90

Min: 1

Max: 100

输出图像质量 (1-100)
ttp_switch
boolean
False
是否分片
input_image
string
输入图像
tiles_per_row
integer
3

Min: 3

Max: 10

每行分片数量
max_resolution
integer
0

Max: 16384

最大边长限制(像素)。0 表示无限制。用于防止极端宽高比导致显存溢出。
input_noise_scale
number
0

Max: 1

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

Min: 2

Max: 100

目标像素(百万像素)
latent_noise_scale
number
0

Max: 1

潜在空间噪声注入(0.0-1.0)。可柔化细节。0 表示禁用。
short_pixels_after_tile
integer
1024

Min: 512

Max: 4096

分片压缩后短边
upscale_multiple_after_tile
number
2

Min: 1

Max: 4

分片压缩放大比例

Output schema

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

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