zf-kbot/seedvr2

Public
612K runs

Run zf-kbot/seedvr2 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
输入图像
ttp_switch
boolean
False
是否分片
target_megapixels
number
3.6

Min: 1

Max: 100

目标像素(百万像素)
tiles_per_row
integer
3

Min: 1

Max: 10

每行分片数量
tile_overlap_pixels
integer
64

Max: 256

分片后组合重叠像素
tile_resolution
integer
1536

Min: 512

Max: 4096

分片图片短边放大后的分辨率
seed
integer
4
随机种子,-1 表示随机
pre_upscale_factor
number
0.1

Min: 0.05

Max: 1

放大前缩放倍数
output_ext
None
.jpg
输出图像格式
quality
integer
90

Min: 1

Max: 100

输出图像质量 (1-100)
encode_tiled
boolean
False
VAE 编码是否分片
encode_tile_size
integer
1024

Min: 512

Max: 2048

VAE 编码分片大小
encode_tile_overlap
integer
128

Max: 256

VAE 编码分片重叠
decode_tiled
boolean
True
VAE 解码是否分片
decode_tile_size
integer
1024

Min: 512

Max: 2048

VAE 解码分片大小
decode_tile_overlap
integer
128

Max: 256

VAE 解码分片重叠
swap_io_components
boolean
False
是否交换 IO 组件
blocks_to_swap
None
0
要交换的块数量,0/32

Output schema

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

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