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
|
@@ -8,6 +8,8 @@ base_model:
|
|
| 8 |
|
| 9 |
A Non official custom nodes for ComfyUI that enables Upscale Video generation using [SeedVR2](https://github.com/ByteDance-Seed/SeedVR).
|
| 10 |
|
|
|
|
|
|
|
| 11 |
<video width="700px" controls>
|
| 12 |
<source src="https://github.com/user-attachments/assets/8fbd6c1f-4246-4dbe-8819-4e684490c5f2" type="video/mp4">
|
| 13 |
Your browser does not support the video tag.
|
|
|
|
| 8 |
|
| 9 |
A Non official custom nodes for ComfyUI that enables Upscale Video generation using [SeedVR2](https://github.com/ByteDance-Seed/SeedVR).
|
| 10 |
|
| 11 |
+
[](https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler)
|
| 12 |
+
|
| 13 |
<video width="700px" controls>
|
| 14 |
<source src="https://github.com/user-attachments/assets/8fbd6c1f-4246-4dbe-8819-4e684490c5f2" type="video/mp4">
|
| 15 |
Your browser does not support the video tag.
|