Nodes/ComfyUI-FlashVSR-Stock/Load FlashVSR TCDecoder
ComfyUI Node

Load FlashVSR TCDecoder

A ComfyUI node in FlashVSR/loaders with 5 inputs and 1 output.

By Pizzawookiee·Created 14 days ago·Updated 4 days ago· 2
Load FlashVSR TCDecoder
    • FLASHVSR_DECODER
    decoder_name
    compute_dtype
    fuse_tgrowfalse
    channels_lastfalse
    compile_memblocksfalse
    CategoryFlashVSR/loaders

    Inputs (5)

    NameTypeDefaultDescription
    decoder_nameCOMBO1 options: No decoder safetensors found in models/flashvsr
    compute_dtypeCOMBO4 options: auto, bf16, fp16, fp32
    fuse_tgrowoptBOOLEANfalseComposes each linear temporal-growth 1x1 convolution with its following 3x3 convolution once while loading. This removes three decoder convolutions and their intermediate activations. It is mathematically equivalent, but may select a larger cuDNN workspace. Leave disabled for the low-VRAM baseline.
    channels_lastoptBOOLEANfalseUses channels-last Conv2d weights and activations. This can improve throughput on some GPUs, but cuDNN may pick algorithms with larger temporary workspaces. Leave disabled for the low-VRAM baseline.
    compile_memblocksoptBOOLEANfalseExperimental: use torch.compile/Inductor only around TCDecoder MemBlocks. The first run is slower and each static block shape may compile separately. Failures automatically return to eager execution. Leave disabled for the compatible Dynamic VRAM baseline.

    Outputs (1)

    NameTypeDescription
    FLASHVSR_DECODERFLASHVSR_DECODER