π§ FlashVSR (ComfyUI Integration Model)
This repository hosts the FlashVSR model weights used in the ComfyUI-FlashVSR project. It provides fast and efficient video super-resolution powered by FlashAttention-based architectures.
π¦ Model Overview
FlashVSR (Flash Video Super-Resolution) is a high-performance video SR model that leverages efficient attention computation to upscale low-resolution videos while maintaining temporal consistency.
This version is provided for ComfyUI integration, optimized for direct use with the ComfyUI-FlashVSR extension.
π§© Model Files
| File | Description | Size |
|---|---|---|
Wan2_1-T2V-1_3B_FlashVSR_fp32.safetensors |
Main FlashVSR model weights | ~5.7 GB |
Wan2_1_FlashVSR_TCDecoder_fp32.safetensors |
Temporal consistency decoder | ~181 MB |
Wan2_1_FlashVSR_LQ_proj_model_bf16.safetensors |
Low-quality projection model | ~576 MB |
Wan2.1_VAE.safetensors |
VAE weights | ~254 MB |
Prompt.safetensors |
Conditioning embeddings | ~4 MB |
βοΈ Usage (with ComfyUI)
Install ComfyUI
Clone the FlashVSR node extension:
git clone https://github.com/1038lab/ComfyUI-FlashVSR.gitDownload the model files from this Hugging Face repo:
Place them inside:
ComfyUI/models/FlashVSR/
Launch ComfyUI and load the FlashVSR workflow.
π§βπ¬ Original Work
This model is based on the research and implementation from π JunhaoZhuang/FlashVSR All credit for the model architecture and original training goes to the authors.
This repository only repackages the model for ComfyUI integration.
π License
Please refer to the original FlashVSR license for usage rights. Any redistribution or fine-tuning should comply with the same terms.