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 |
|---|---|---|---|
| seed |
integer
|
100
|
Random seed for generation
|
| image |
string
|
Input image file
|
|
| batch_size |
integer
|
1
|
None
|
| enable_ttp |
boolean
|
False
|
Enable TTP (Tile-Then-Process) mode for large images
|
| pre_sharpen |
number
|
0
Max: 1 |
Pre-processing sharpening amount (0.0=none, 0.8=ComfyUI default)
|
| ttp_padding |
integer
|
64
Max: 256 |
Overlap region between tiles for smooth blending
|
| post_sharpen |
number
|
0.3
Max: 1 |
Post-processing sharpening amount (0.0=none, 0.3=ComfyUI default)
|
| target_scale |
integer
|
2
Max: 4 |
Target scale multiplier (0=auto/keep original, 2=2x, 3=3x, 4=4x). Formula: output_size = target_scale × tile_size - 64
|
| ttp_tile_width |
integer
|
2048
Min: 512 Max: 4096 |
Width of each tile in pixels (also used to calculate target resolution when target_scale > 0)
|
| ttp_tile_height |
integer
|
2048
Min: 512 Max: 4096 |
Height of each tile in pixels (also used to calculate target resolution when target_scale > 0)
|
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'}