ComfyUI Node
AIHub Utils New Normalizer
A ComfyUI node in aihub/utils with 3 inputs and 1 output.
AIHub Utils New Normalizer
- NORMALIZER
◄normalize_at_width0►
◄normalize_at_height0►
◄normalize_upscale_methodnearest-exact►
Categoryaihub/utils
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| normalize_at_width | INT | 0 | If greater than 0, it will resize all images to this width, requiring normalize_at_height to be set, by default normalization is otherwise done at the image with most megapixels |
| normalize_at_height | INT | 0 | If greater than 0, it will resize all images to this height, requiring normalize_at_width to be set, by default normalization is otherwise done at the image with most megapixels |
| normalize_upscale_method | COMBO | nearest-exact | The method to use when upscaling images |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| NORMALIZER | AIHUB_NORMALIZER | — |