Nodes/Reference-Based Video Colorization/Deep Exemplar Video Colorization (Original)
ComfyUI Node

Deep Exemplar Video Colorization (Original)

A ComfyUI node in DeepExemplar/Video with 8 inputs and 2 outputs.

By jonstreeter·Created 9 months ago·Updated 9 months ago· 24
Deep Exemplar Video Colorization (Original)
  • video_frames
  • reference_image
  • colorized_frames
  • performance_report
frame_propagatetrue
use_half_resolutiontrue
target_width768
target_height432
use_torch_compilefalse
use_sage_attentionfalse
CategoryDeepExemplar/Video

Inputs (8)

NameTypeDefaultDescription
video_framesIMAGEBatch of video frames to be colorized
reference_imageIMAGEColor reference image that provides the color palette
frame_propagateBOOLEANtrueEnable temporal propagation: use previous frame's colorization to inform current frame (improves consistency)
use_half_resolutionBOOLEANtrueProcess at half resolution for speed, then upscale (2x faster with minimal quality loss)
target_widthINT76816–4096Output width (will be adjusted to nearest multiple of 32)
target_heightINT43216–4096Output height (will be adjusted to nearest multiple of 32)
use_torch_compileBOOLEANfalseEnable torch.compile optimization for 10-25% speedup (may increase first-run compilation time)
use_sage_attentionBOOLEANfalseEnable SageAttention for faster attention computation (requires sageattention package)

Outputs (2)

NameTypeDescription
colorized_framesIMAGE
performance_reportSTRING