Added GGUF models & remove test
Browse files
README.md
CHANGED
@@ -8,53 +8,36 @@ base_model:
|
|
8 |
- ByteDance-Seed/SeedVR2-7B
|
9 |
- ByteDance-Seed/SeedVR2-3B
|
10 |
---
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
This repository contains test models for SeedVR2 video upscaling. These are experimental versions being tested before merging back into the main [numz/SeedVR2_comfyUI](https://huggingface.co/numz/SeedVR2_comfyUI) repository.
|
15 |
-
|
16 |
-
## π§ Development Notice
|
17 |
-
|
18 |
-
**β οΈ These are TEST MODELS and may be unstable or have unexpected behavior. For production use, please use the official models from [numz/SeedVR2_comfyUI](https://huggingface.co/numz/SeedVR2_comfyUI).**
|
19 |
|
20 |
## π About SeedVR2
|
21 |
-
|
22 |
SeedVR2 is a high-quality video upscaling model that uses diffusion techniques to enhance video resolution while maintaining temporal consistency. This implementation is optimized for ComfyUI and supports both standalone and multi-GPU operation.
|
23 |
|
24 |
[](https://youtu.be/I0sl45GMqNg)
|
25 |
|
26 |
-
##
|
27 |
-
|
28 |
-
- **Official SeedVR2 by ByteDance**: [ByteDance-Seed/SeedVR](https://github.com/ByteDance-Seed/SeedVR)
|
29 |
-
- **ComfyUI Implementation**: [numz/ComfyUI-SeedVR2_VideoUpscaler](https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler)
|
30 |
-
- **Official HuggingFace Models**: [numz/SeedVR2_comfyUI](https://huggingface.co/numz/SeedVR2_comfyUI)
|
31 |
-
- **Tutorial by AInVFX**: [SeedVR2 Deep Dive Tutorial](https://youtu.be/I0sl45GMqNg)
|
32 |
|
33 |
-
##
|
|
|
34 |
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
|
|
|
|
37 |
1. Compare output quality against official models
|
38 |
2. Monitor VRAM usage and performance
|
39 |
3. Test various input resolutions and batch sizes
|
40 |
4. Report issues on the [main repository](https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler/issues)
|
41 |
-
|
42 |
-
## π License
|
43 |
-
|
44 |
-
The code is released under the MIT License. Model weights are released under Apache 2.0 License.
|
45 |
-
|
46 |
-
## π Credits
|
47 |
-
|
48 |
-
- Original SeedVR2 implementation by [ByteDance Seed](https://github.com/ByteDance-Seed/SeedVR)
|
49 |
-
- ComfyUI implementation and optimization by [numz](https://github.com/numz)
|
50 |
-
- BlockSwap integration by [Adrien Toupet](https://github.com/adrientoupet) from [AInVFX](https://www.youtube.com/@AInVFX)
|
51 |
-
|
52 |
## π Support
|
53 |
-
|
54 |
For questions and support:
|
55 |
- Use the [main repository issues](https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler/issues)
|
56 |
- Check the [comprehensive tutorial](https://youtu.be/I0sl45GMqNg) by AInVFX
|
57 |
-
|
58 |
-
---
|
59 |
-
|
60 |
-
**Remember**: These are experimental test models. Always backup your work and test thoroughly before using in production workflows.
|
|
|
8 |
- ByteDance-Seed/SeedVR2-7B
|
9 |
- ByteDance-Seed/SeedVR2-3B
|
10 |
---
|
11 |
+
# SeedVR2 Additional Upscale Models
|
12 |
+
This repository contains additional upscale models for SeedVR2 video upscaling, complementing the main [numz/SeedVR2_comfyUI](https://huggingface.co/numz/SeedVR2_comfyUI) repository.
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
## π About SeedVR2
|
|
|
15 |
SeedVR2 is a high-quality video upscaling model that uses diffusion techniques to enhance video resolution while maintaining temporal consistency. This implementation is optimized for ComfyUI and supports both standalone and multi-GPU operation.
|
16 |
|
17 |
[](https://youtu.be/I0sl45GMqNg)
|
18 |
|
19 |
+
## π― GGUF Models
|
20 |
+
The GGUF format models in this repository are sourced from [cmeka/SeedVR2-GGUF](https://huggingface.co/cmeka/SeedVR2-GGUF), where additional GGUF versions and quantizations are available. We acknowledge and appreciate cmeka's work in converting these models to GGUF format.
|
|
|
|
|
|
|
|
|
21 |
|
22 |
+
## π License
|
23 |
+
The code is released under the MIT License. Model weights are released under Apache 2.0 License.
|
24 |
|
25 |
+
## π Credits
|
26 |
+
- **Original SeedVR2**: [ByteDance-Seed/SeedVR](https://github.com/ByteDance-Seed/SeedVR) by ByteDance Seed
|
27 |
+
- **ComfyUI original integration**: [numz/ComfyUI-SeedVR2_VideoUpscaler](https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler) by [numz](https://github.com/numz)
|
28 |
+
- **Further integration**: Additional code by [Adrien Toupet](https://github.com/adrientoupet) from [AInVFX](https://www.youtube.com/@AInVFX)
|
29 |
+
- **Official HuggingFace Models**: [numz/SeedVR2_comfyUI](https://huggingface.co/numz/SeedVR2_comfyUI)
|
30 |
+
- **GGUF conversions**: [cmeka/SeedVR2-GGUF](https://huggingface.co/cmeka/SeedVR2-GGUF) by [cmeka](https://huggingface.co/cmeka)
|
31 |
+
- **Tutorial**: [SeedVR2 Deep Dive](https://youtu.be/I0sl45GMqNg) by AInVFX
|
32 |
|
33 |
+
## π οΈ Usage Guidelines
|
34 |
+
When using these additional models:
|
35 |
1. Compare output quality against official models
|
36 |
2. Monitor VRAM usage and performance
|
37 |
3. Test various input resolutions and batch sizes
|
38 |
4. Report issues on the [main repository](https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler/issues)
|
39 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
## π Support
|
|
|
41 |
For questions and support:
|
42 |
- Use the [main repository issues](https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler/issues)
|
43 |
- Check the [comprehensive tutorial](https://youtu.be/I0sl45GMqNg) by AInVFX
|
|
|
|
|
|
|
|