You're looking at a specific version of this model. Jump to the model overview.
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
|
True
|
是否分片
|
| tiles_per_row |
integer
|
3
Min: 1 Max: 10 |
每行分片数量
|
| ttp_target_megapixels |
number
|
100
Min: 1 Max: 500 |
TTP放大目标像素(百万像素)
|
| tile_overlap_pixels |
integer
|
64
Max: 256 |
分片后组合重叠像素
|
| tile_resolution |
integer
|
1536
Min: 512 Max: 4096 |
分片图片短边放大后的分辨率
|
| seed |
integer
|
-1
|
随机种子,-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)
|
Output schema
The shape of the response you’ll get when you run this model with an API.
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}