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="docs/demo_01.jpg">
|
| 15 |
-
<img src="docs/demo_02.jpg">
|
| 16 |
|
| 17 |
-
<img src="docs/usage.png">
|
| 18 |
|
| 19 |
## 🆙 Todo
|
| 20 |
|
|
@@ -97,7 +97,7 @@ python_embeded\python.exe -m pip install -r flash_attn
|
|
| 97 |
|
| 98 |
1. In ComfyUI, locate the **SeedVR2 Video Upscaler** node in the node menu.
|
| 99 |
|
| 100 |
-
<img src="docs/node.png" width="100%">
|
| 101 |
|
| 102 |
2. things to know
|
| 103 |
|
|
|
|
| 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://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler/raw/main/docs/demo_01.jpg">
|
| 15 |
+
<img src="https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler/raw/main/docs/demo_02.jpg">
|
| 16 |
|
| 17 |
+
<img src="https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler/raw/main/docs/usage.png">
|
| 18 |
|
| 19 |
## 🆙 Todo
|
| 20 |
|
|
|
|
| 97 |
|
| 98 |
1. In ComfyUI, locate the **SeedVR2 Video Upscaler** node in the node menu.
|
| 99 |
|
| 100 |
+
<img src="https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler/raw/main/docs/node.png" width="100%">
|
| 101 |
|
| 102 |
2. things to know
|
| 103 |
|