Nodes/ComfyUI-VOID/VOID Inference
ComfyUI Node

VOID Inference

Run VOID Pass 1 inpainting + optional Pass 2 refinement. Both outputs are always connected — Pass 2 mirrors Pass 1 when disabled.

By shanef3d·Created 4 months ago·Updated 4 months ago· 0
VOID Inference
  • void_pipeline
  • video
  • quadmask
  • Pass 1
  • Pass 2
prompt
negative_promptThe video is not of a high quality, it has a low resolution. Watermark present in each frame. The background is solid. Strange body and strange trajectory. Distortion.
width672
height384
num_frames85
num_inference_steps50
seed42
guidance_scale1.0
denoise_strength1.00
enable_pass2true
pass2_guidance_scale6.0
warped_noise_path
CategoryVOID

Inputs (15)

NameTypeDefaultDescription
void_pipelineVOID_PIPELINE
videoIMAGEInput video [T, H, W, C]. Scaled down to fit within 480×720 if needed, then snapped to the nearest multiple of 16. Frame count is trimmed to (n−1) % 4 == 0, max 85.
quadmaskIMAGEQuadmask [T, H, W, C]. 0=remove 63=overlap 127=affected 255=background.
promptSTRINGDescribe the scene after object removal (e.g. 'A table with a cup.').
negative_promptSTRINGThe video is not of a high quality, it has a low resolution. Watermark present in each frame. The background is solid. Strange body and strange trajectory. Distortion. Used by both passes. Pass 2 ignores this (always runs with empty negative).
widthINT672Output width in pixels. Snapped to nearest multiple of 16.
heightINT384Output height in pixels. Snapped to nearest multiple of 16.
num_framesINT85Number of frames. Trimmed to nearest (n−1) % 4 == 0, max 85.
num_inference_stepsINT5010–200Denoising steps. Applies to both passes.
seedINT420–2147483647RNG seed. Applies to both passes.
guidance_scaleFLOAT1.01–20Pass 1 CFG scale. 1.0 = distillation mode (paper default).
denoise_strengthFLOAT1.000.1–1Pass 1 denoise strength. 1.0 = full inpaint.
enable_pass2BOOLEANtrueRun Pass 2 refinement. When off, Pass 2 output mirrors Pass 1.
pass2_guidance_scaleFLOAT6.01–20Pass 2 CFG scale. 6.0 recommended.
warped_noise_pathSTRINGOptional path to noises.npy from make_warped_noise.py (void-model repo). Seeds Pass 2 with optical-flow-warped noise for better temporal consistency. Leave empty to use random init.

Outputs (2)

NameTypeDescription
Pass 1IMAGE
Pass 2IMAGE