Instructions to use Video-Reason/VBVR-Wan2.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Video-Reason/VBVR-Wan2.2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Video-Reason/VBVR-Wan2.2", dtype=torch.bfloat16, device_map="cuda") pipe.to("cuda") prompt = "A man with short gray hair plays a red electric guitar." image = load_image( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png" ) output = pipe(image=image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
Fix VBVR-Dataset link: add 'datasets/' prefix to URL
Browse files
README.md
CHANGED
|
@@ -16,10 +16,10 @@ library_name: transformers
|
|
| 16 |
<a href="https://arxiv.org/abs/2602.20159" target="_blank">
|
| 17 |
<img alt="arXiv" src="https://img.shields.io/badge/arXiv-VBVR-red?logo=arxiv" height="20" />
|
| 18 |
</a>
|
| 19 |
-
<a href="https://huggingface.co/Video-Reason/VBVR-Dataset" target="_blank">
|
| 20 |
<img alt="Leaderboard" src="https://img.shields.io/badge/%F0%9F%A4%97%20_VBVR_Dataset-Data-ffc107?color=ffc107&logoColor=white" height="20" />
|
| 21 |
</a>
|
| 22 |
-
<a href="https://huggingface.co/Video-Reason/VBVR-Bench-Data" target="_blank">
|
| 23 |
<img alt="Leaderboard" src="https://img.shields.io/badge/%F0%9F%A4%97%20_VBVR_Bench-Data-ffc107?color=ffc107&logoColor=white" height="20" />
|
| 24 |
</a>
|
| 25 |
<a href="https://huggingface.co/Video-Reason/VBVR-Bench-Leaderboard" target="_blank">
|
|
@@ -139,8 +139,8 @@ VBVR-Wan2.2 is trained from Wan2.2-I2V-A14B without architectural modifications,
|
|
| 139 |
|
| 140 |
In this release, we present
|
| 141 |
[**VBVR-Wan2.2**](https://huggingface.co/Video-Reason/VBVR-Wan2.2),
|
| 142 |
-
[**VBVR-Dataset**](https://huggingface.co/Video-Reason/VBVR-Dataset),
|
| 143 |
-
[**VBVR-Bench-Data**](https://huggingface.co/Video-Reason/VBVR-Bench-Data) and
|
| 144 |
[**VBVR-Bench-Leaderboard**](https://huggingface.co/Video-Reason/VBVR-Bench-Leaderboard).
|
| 145 |
|
| 146 |
|
|
|
|
| 16 |
<a href="https://arxiv.org/abs/2602.20159" target="_blank">
|
| 17 |
<img alt="arXiv" src="https://img.shields.io/badge/arXiv-VBVR-red?logo=arxiv" height="20" />
|
| 18 |
</a>
|
| 19 |
+
<a href="https://huggingface.co/datasets/Video-Reason/VBVR-Dataset" target="_blank">
|
| 20 |
<img alt="Leaderboard" src="https://img.shields.io/badge/%F0%9F%A4%97%20_VBVR_Dataset-Data-ffc107?color=ffc107&logoColor=white" height="20" />
|
| 21 |
</a>
|
| 22 |
+
<a href="https://huggingface.co/datasets/Video-Reason/VBVR-Bench-Data" target="_blank">
|
| 23 |
<img alt="Leaderboard" src="https://img.shields.io/badge/%F0%9F%A4%97%20_VBVR_Bench-Data-ffc107?color=ffc107&logoColor=white" height="20" />
|
| 24 |
</a>
|
| 25 |
<a href="https://huggingface.co/Video-Reason/VBVR-Bench-Leaderboard" target="_blank">
|
|
|
|
| 139 |
|
| 140 |
In this release, we present
|
| 141 |
[**VBVR-Wan2.2**](https://huggingface.co/Video-Reason/VBVR-Wan2.2),
|
| 142 |
+
[**VBVR-Dataset**](https://huggingface.co/datasets/Video-Reason/VBVR-Dataset),
|
| 143 |
+
[**VBVR-Bench-Data**](https://huggingface.co/datasets/Video-Reason/VBVR-Bench-Data) and
|
| 144 |
[**VBVR-Bench-Leaderboard**](https://huggingface.co/Video-Reason/VBVR-Bench-Leaderboard).
|
| 145 |
|
| 146 |
|