LTX video down block
Description
ResNet stack (at the input channel count) followed by a pixel-unshuffle downsampler that also changes the channel count.
Usage
ltx23_video_down_block3d(in_channels, out_channels = NULL, num_layers = 1L,
resnet_eps = 1e-06, spatio_temporal_scale = TRUE,
downsample_type = "spatiotemporal",
spatial_padding_mode = "zeros")
Arguments
num_layers: Integer. ResNet count.resnet_eps: Numeric.spatio_temporal_scale: Logical. Whether to downsample at all.downsample_type: “spatial”, “temporal”, or “spatiotemporal”.spatial_padding_mode: Character.in_channels,out_channels: Integers.