ComfyUI Node
Deep Exemplar Image Colorization (Original)
A ComfyUI node in DeepExemplar/Image with 6 inputs and 2 outputs.
Deep Exemplar Image Colorization (Original)
- image_to_colorize
- reference_image
- colorized_image
- performance_report
◄target_width768►
◄target_height432►
◄use_torch_compilefalse►
◄use_sage_attentionfalse►
CategoryDeepExemplar/Image
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| image_to_colorize | IMAGE | Grayscale or color image to be colorized | |
| reference_image | IMAGE | Color reference image that provides the color palette | |
| target_width | INT | 76816–4096 | Output width (will be adjusted to nearest multiple of 32) |
| target_height | INT | 43216–4096 | Output height (will be adjusted to nearest multiple of 32) |
| use_torch_compile | BOOLEAN | false | Enable torch.compile optimization for 10-25% speedup (may increase first-run compilation time) |
| use_sage_attention | BOOLEAN | false | Enable SageAttention for faster attention computation (requires sageattention package) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| colorized_image | IMAGE | — |
| performance_report | STRING | — |