ComfyUI Node
ColorMNet Image Colorization (New)
A ComfyUI node in ColorMNet/Image with 6 inputs and 2 outputs.
ColorMNet Image Colorization (New)
- image
- reference_image
- colorized_image
- performance_report
◄target_width768►
◄target_height432►
◄use_fp16true►
◄use_torch_compilefalse►
CategoryColorMNet/Image
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Grayscale or color image to be colorized [H, W, 3] | |
| reference_image | IMAGE | Color reference image that provides the color palette | |
| target_width | INT | 76864–2048 | Output width - must be multiple of 32 (will be adjusted automatically) |
| target_height | INT | 43264–2048 | Output height - must be multiple of 32 (will be adjusted automatically) |
| use_fp16 | BOOLEAN | true | Use half-precision (FP16) for faster processing with lower VRAM usage (minimal quality impact) |
| use_torch_compile | BOOLEAN | false | Enable torch.compile optimization for 10-15% speedup (increases first-run compilation time) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| colorized_image | IMAGE | — |
| performance_report | STRING | — |