# Single source of truth for shared constants across the custom/ codebase.

# (T, H, W) downsampling factors between pixel & latent space for the video tokenizer.
VAE_RATIO_THW = (4, 8, 8)
