AInVFX commited on
Commit
baaf7d8
Β·
verified Β·
1 Parent(s): 03e5d69

Added GGUF models & remove test

Browse files
Files changed (1) hide show
  1. README.md +16 -33
README.md CHANGED
@@ -8,53 +8,36 @@ base_model:
8
  - ByteDance-Seed/SeedVR2-7B
9
  - ByteDance-Seed/SeedVR2-3B
10
  ---
11
-
12
- # SeedVR2 Test Models
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
  [![SeedVR2 Deep Dive Tutorial](https://img.youtube.com/vi/I0sl45GMqNg/maxresdefault.jpg)](https://youtu.be/I0sl45GMqNg)
25
 
26
- ## πŸ”— Related Projects
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
- ## πŸ› οΈ Testing Guidelines
 
34
 
35
- When testing these models:
 
 
 
 
 
 
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
  [![SeedVR2 Deep Dive Tutorial](https://img.youtube.com/vi/I0sl45GMqNg/maxresdefault.jpg)](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