Instructions to use numz/SeedVR2_comfyUI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use numz/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("numz/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
Browse files
README.md
CHANGED
|
@@ -11,10 +11,10 @@ base_model:
|
|
| 11 |
|
| 12 |
Official release of [SeedVR2](https://github.com/ByteDance-Seed/SeedVR) for ComfyUI that enables Upscale Video/Images generation.
|
| 13 |
|
| 14 |
-
<img src="https://
|
| 15 |
-
<img src="https://
|
| 16 |
|
| 17 |
-
<img src="https://
|
| 18 |
|
| 19 |
## 📋 Quick Access
|
| 20 |
|
|
@@ -115,7 +115,7 @@ check here from https://github.com/loscrossos/lib_flashattention/releases and ht
|
|
| 115 |
|
| 116 |
1. In ComfyUI, locate the **SeedVR2 Video Upscaler** node in the node menu.
|
| 117 |
|
| 118 |
-
<img src="docs/node.png" width="100%">
|
| 119 |
|
| 120 |
2. ⚠️ **THINGS TO KNOW !!**
|
| 121 |
|
|
|
|
| 11 |
|
| 12 |
Official release of [SeedVR2](https://github.com/ByteDance-Seed/SeedVR) for ComfyUI that enables Upscale Video/Images generation.
|
| 13 |
|
| 14 |
+
<img src="https://raw.githubusercontent.com/numz/ComfyUI-SeedVR2_VideoUpscaler/refs/heads/main/docs/demo_01.jpg">
|
| 15 |
+
<img src="https://raw.githubusercontent.com/numz/ComfyUI-SeedVR2_VideoUpscaler/refs/heads/main/docs/demo_02.jpg">
|
| 16 |
|
| 17 |
+
<img src="https://raw.githubusercontent.com/numz/ComfyUI-SeedVR2_VideoUpscaler/refs/heads/main/docs/usage.png">
|
| 18 |
|
| 19 |
## 📋 Quick Access
|
| 20 |
|
|
|
|
| 115 |
|
| 116 |
1. In ComfyUI, locate the **SeedVR2 Video Upscaler** node in the node menu.
|
| 117 |
|
| 118 |
+
<img src="https://raw.githubusercontent.com/numz/ComfyUI-SeedVR2_VideoUpscaler/refs/heads/main/docs/node.png" width="100%">
|
| 119 |
|
| 120 |
2. ⚠️ **THINGS TO KNOW !!**
|
| 121 |
|