Instructions to use AInVFX/SeedVR2_comfyUI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AInVFX/SeedVR2_comfyUI with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AInVFX/SeedVR2_comfyUI", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update Readme.md - added last video
Browse files
README.md
CHANGED
|
@@ -14,6 +14,8 @@ This repository contains additional upscale models for SeedVR2 video upscaling,
|
|
| 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
|
|
|
|
| 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/MBtWYXq_r60)
|
| 18 |
+
|
| 19 |
[](https://youtu.be/I0sl45GMqNg)
|
| 20 |
|
| 21 |
## 🎯 GGUF Models
|