Nodes/ComfyUI-LoadAnim-Adv/Basic Dimension Variables
ComfyUI Node

Basic Dimension Variables

Input node for declaring basic image/video dimensions, to be propagated to other nodes (such as KSampler). By having a single source for these values, you only have to change them once. The BDV Router can be used to route these values to other sections of the workflow.

By SineSwiper·Created 6 months ago·Updated 6 months ago· 0
Basic Dimension Variables
  • bus
  • bus
  • width
  • height
  • frame_count
  • batch_size
  • fps
  • seed
width512
height512
frame_count81
batch_size1
fps12.00
seed1311768467463790300
CategoryLoadAnimAdv/BDV

Inputs (7)

NameTypeDefaultDescription
busoptBDV_BUSBDV bus input, from a previous BDV node. If provided, will serve as an override for any zeroed inputs.
widthoptINT5120–16384Width of the image/video
heightoptINT5120–16384Height of the image/video
frame_countoptINT810–4096Frame length of the animation/video. (Sometimes called 'length', in nodes like WanImageToVideo.)
batch_sizeoptINT10–4096Batch size
fpsoptFLOAT12.000–60Frames per second
seedoptINT13117684674637903000–18446744073709550000Random seed

Outputs (7)

NameTypeDescription
busBDV_BUSBDV bus output, for use in other BDV nodes.
widthINTWidth of the image/video
heightINTHeight of the image/video
frame_countINTFrame length of the animation/video
batch_sizeINTBatch size
fpsFLOATFrames per second
seedINTRandom seed