1038lab commited on
Commit
bb6d6d4
Β·
verified Β·
1 Parent(s): fe070f8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ ## 🧠 FlashVSR (ComfyUI Integration Model)
6
+
7
+ This repository hosts the **FlashVSR model weights** used in the [ComfyUI-FlashVSR](https://github.com/1038lab/ComfyUI-FlashVSR) project.
8
+ It provides fast and efficient **video super-resolution** powered by **FlashAttention-based architectures**.
9
+
10
+ ### πŸ“¦ Model Overview
11
+
12
+ **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.
13
+
14
+ This version is provided for **ComfyUI integration**, optimized for direct use with the [ComfyUI-FlashVSR extension](https://github.com/1038lab/ComfyUI-FlashVSR).
15
+
16
+ ### 🧩 Model Files
17
+
18
+ | File | Description | Size |
19
+ | ------------------------------------------------ | ---------------------------- | ------- |
20
+ | `Wan2_1-T2V-1_3B_FlashVSR_fp32.safetensors` | Main FlashVSR model weights | ~5.7 GB |
21
+ | `Wan2_1_FlashVSR_TCDecoder_fp32.safetensors` | Temporal consistency decoder | ~181 MB |
22
+ | `Wan2_1_FlashVSR_LQ_proj_model_bf16.safetensors` | Low-quality projection model | ~576 MB |
23
+ | `Wan2.1_VAE.safetensors` | VAE weights | ~254 MB |
24
+ | `Prompt.safetensors` | Conditioning embeddings | ~4 MB |
25
+
26
+ ### βš™οΈ Usage (with ComfyUI)
27
+
28
+ 1. **Install** [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
29
+ 2. **Clone** the FlashVSR node extension:
30
+
31
+ ```bash
32
+ git clone https://github.com/1038lab/ComfyUI-FlashVSR.git
33
+ ```
34
+ 3. **Download the model files** from this Hugging Face repo:
35
+
36
+ * Place them inside:
37
+
38
+ ```
39
+ ComfyUI/models/FlashVSR/
40
+ ```
41
+ 4. **Launch ComfyUI** and load the FlashVSR workflow.
42
+
43
+ ### πŸ§‘β€πŸ”¬ Original Work
44
+
45
+ This model is based on the research and implementation from
46
+ πŸ‘‰ [JunhaoZhuang/FlashVSR](https://huggingface.co/JunhaoZhuang/FlashVSR)
47
+ All credit for the model architecture and original training goes to the authors.
48
+
49
+ This repository only repackages the model for **ComfyUI integration**.
50
+
51
+ ### πŸ“œ License
52
+
53
+ Please refer to the original [FlashVSR license](https://huggingface.co/JunhaoZhuang/FlashVSR) for usage rights.
54
+ Any redistribution or fine-tuning should comply with the same terms.
55
+
56
+ ### 🧰 Related Resources
57
+
58
+ * 🧩 [ComfyUI-FlashVSR GitHub Repo](https://github.com/1038lab/ComfyUI-FlashVSR)
59
+ * πŸ“š [FlashVSR Original Model](https://huggingface.co/JunhaoZhuang/FlashVSR)
60
+ * πŸ’¬ [Hugging Face Discussion](https://huggingface.co/1038lab/FlashVSR/discussions)