Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- video-super-resolution
|
| 5 |
+
- upscaling
|
| 6 |
+
- diffusion
|
| 7 |
+
- dit
|
| 8 |
+
- gguf
|
| 9 |
+
- fp8
|
| 10 |
+
language:
|
| 11 |
+
- en
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# SeedVR2 — Quantized Model Mirror
|
| 15 |
+
|
| 16 |
+
Quantized and converted checkpoints for [SeedVR2](https://github.com/ByteDance-Seed/SeedVR) by ByteDance-Seed.
|
| 17 |
+
|
| 18 |
+
**Original model:** [ByteDance-Seed/SeedVR](https://github.com/ByteDance-Seed/SeedVR)
|
| 19 |
+
|
| 20 |
+
## Available Checkpoints
|
| 21 |
+
|
| 22 |
+
| File | Size | Description |
|
| 23 |
+
|---|---|---|
|
| 24 |
+
| `seedvr2_ema_3b_fp8_e4m3fn.safetensors` | 3.39 GB | 3B model, FP8 quantized |
|
| 25 |
+
| `seedvr2_ema_3b-Q4_K_M.gguf` | 1.91 GB | 3B model, GGUF Q4_K_M quantized |
|
| 26 |
+
| `seedvr2_ema_7b_fp8_e4m3fn.safetensors` | 8.24 GB | 7B model, FP8 quantized |
|
| 27 |
+
| `seedvr2_ema_7b-Q4_K_M.gguf` | 4.64 GB | 7B model, GGUF Q4_K_M quantized |
|
| 28 |
+
| `ema_vae_fp16.safetensors` | 501 MB | VAE (FP16) |
|
| 29 |
+
|
| 30 |
+
## Model Details
|
| 31 |
+
|
| 32 |
+
SeedVR2 is a high-quality video super-resolution model that upscales low-resolution video to high resolution using diffusion-based super-resolution. Available in 3B and 7B parameter variants.
|
| 33 |
+
|
| 34 |
+
- **Architecture:** DiT-based diffusion model
|
| 35 |
+
- **Task:** Video super-resolution / upscaling
|
| 36 |
+
- **Paper:** [SeedVR: Seed Video Restoration](https://github.com/ByteDance-Seed/SeedVR)
|
| 37 |
+
|
| 38 |
+
## Usage with ComfyUI-FFMPEGA
|
| 39 |
+
|
| 40 |
+
These models are automatically downloaded and used by the [ComfyUI-FFMPEGA](https://github.com/AEmotionStudio/ComfyUI-FFMPEGA) extension via the AI Upscale mode.
|
| 41 |
+
|
| 42 |
+
## License
|
| 43 |
+
|
| 44 |
+
Apache 2.0 — see [LICENSE](LICENSE) file. Same license as the original model.
|