You're looking at a specific version of this model. Jump to the model overview.
zf-kbot /comfyui-text-unblur:eba0d1de
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 |
|---|---|---|---|
| image |
string
|
An input image
|
|
| total_pixels |
integer
|
4194304
Min: 262144 Max: 10000000 |
Target total pixel count for the image (will calculate resolution based on this)
|
| resolution |
integer
|
1024
Min: 512 Max: 2048 |
Output resolution (higher = better quality but slower) - will be overridden by total_pixels calculation
|
| batch_size |
integer
|
2
Min: 1 Max: 4 |
Batch size for processing (higher = faster but uses more VRAM)
|
| blocks_to_swap |
integer
|
16
Min: 8 Max: 32 |
Number of blocks to swap (lower = faster but may use more VRAM)
|
| preserve_vram |
boolean
|
False
|
Preserve VRAM (slower but uses less memory)
|
| offload_io_components |
boolean
|
True
|
Offload IO components (faster processing)
|
| enable_debug |
boolean
|
False
|
debug
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}