Vendor minimal diffsynth subset for FlashVSR inference (full/tiny pipelines, v1 and v1.1 checkpoints auto-downloaded from HuggingFace). Includes segment-based processing with temporal overlap and crossfade blending for bounded RAM on long videos. Nodes: Load FlashVSR Model, FlashVSR Upscale, FlashVSR Segment Upscale. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
244 B
Python
5 lines
244 B
Python
from .models.model_manager import ModelManager
|
|
from .pipelines import FlashVSRFullPipeline, FlashVSRTinyPipeline, FlashVSRTinyLongPipeline
|
|
from .models.utils import clean_vram, Buffer_LQ4x_Proj
|
|
from .models.TCDecoder import build_tcdecoder
|