ComfyUI Node
Patch Upscale ๐
A ComfyUI node in Texture Alchemist/Inpainting with 5 inputs and 4 outputs.
Patch Upscale ๐
- image
- mask
- upscaled_image
- upscaled_mask
- scale_data
- info
โtarget_megapixels2.0โบ
โmax_dimension2048โบ
โupscale_methodbicubicโบ
CategoryTexture Alchemist/Inpainting
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | โ | |
| target_megapixels | FLOAT | 2.00.5โ16 | Target resolution in megapixels (e.g., 2.0 = 2MP) |
| max_dimension | INT | 2048512โ8192 | Maximum width/height (prevents extreme upscaling) |
| upscale_method | COMBO | bicubic | Interpolation method for upscaling |
| maskopt | MASK | Optional mask to upscale with image |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| upscaled_image | IMAGE | โ |
| upscaled_mask | MASK | โ |
| scale_data | PATCH_SCALE_DATA | โ |
| info | STRING | โ |