stage: seedvr2: README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,8 @@ Original model repository:
|
|
| 13 |
- https://huggingface.co/ByteDance-Seed/SeedVR2-3B
|
| 14 |
- https://huggingface.co/ByteDance-Seed/SeedVR2-7B
|
| 15 |
|
|
|
|
|
|
|
| 16 |
Place the files in the following folders:
|
| 17 |
|
| 18 |
```
|
|
@@ -21,10 +23,16 @@ Place the files in the following folders:
|
|
| 21 |
β βββ π diffusion_models/
|
| 22 |
β β βββ seedvr2_3b_fp16.safetensors
|
| 23 |
β β βββ seedvr2_3b_fp8_e4m3fn.safetensors
|
|
|
|
|
|
|
| 24 |
β β βββ seedvr2_7b_fp16.safetensors
|
| 25 |
β β βββ seedvr2_7b_fp8_e4m3fn_mixed_block35_fp16.safetensors
|
|
|
|
|
|
|
| 26 |
β β βββ seedvr2_7b_sharp_fp16.safetensors
|
| 27 |
-
β β
|
|
|
|
|
|
|
| 28 |
β βββ π vae/
|
| 29 |
-
β β
|
| 30 |
```
|
|
|
|
| 13 |
- https://huggingface.co/ByteDance-Seed/SeedVR2-3B
|
| 14 |
- https://huggingface.co/ByteDance-Seed/SeedVR2-7B
|
| 15 |
|
| 16 |
+
Converted with `seedvr2_convert.py` from Comfy-Org/comfy-quants.
|
| 17 |
+
|
| 18 |
Place the files in the following folders:
|
| 19 |
|
| 20 |
```
|
|
|
|
| 23 |
β βββ π diffusion_models/
|
| 24 |
β β βββ seedvr2_3b_fp16.safetensors
|
| 25 |
β β βββ seedvr2_3b_fp8_e4m3fn.safetensors
|
| 26 |
+
β β βββ seedvr2_3b_mxfp8.safetensors
|
| 27 |
+
β β βββ seedvr2_3b_nvfp4.safetensors
|
| 28 |
β β βββ seedvr2_7b_fp16.safetensors
|
| 29 |
β β βββ seedvr2_7b_fp8_e4m3fn_mixed_block35_fp16.safetensors
|
| 30 |
+
β β βββ seedvr2_7b_mxfp8_mixed_block35_fp16.safetensors
|
| 31 |
+
β β βββ seedvr2_7b_nvfp4_mixed_block35_fp16.safetensors
|
| 32 |
β β βββ seedvr2_7b_sharp_fp16.safetensors
|
| 33 |
+
β β βββ seedvr2_7b_sharp_fp8_e4m3fn_mixed_block35_fp16.safetensors
|
| 34 |
+
β β βββ seedvr2_7b_sharp_mxfp8_mixed_block35_fp16.safetensors
|
| 35 |
+
β β βββ seedvr2_7b_sharp_nvfp4_mixed_block35_fp16.safetensors
|
| 36 |
β βββ π vae/
|
| 37 |
+
β β βββ ema_vae_fp16.safetensors
|
| 38 |
```
|