Instructions to use YOUSIKI/PanoWan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use YOUSIKI/PanoWan with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-T2V-1.3B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("YOUSIKI/PanoWan") prompt = "Stunning panoramic underwater shot of a vibrant coral reef ecosystem brimming with marine life. Colorful fish dart effortlessly among intricate coral formations, soft rays of sunlight filter through the crystal-clear waters, creating mesmerizing patterns on the ocean floor. Wide-angle capturing vivid hues and abundant biodiversity." output = pipe(prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
Update README.md
Browse files
README.md
CHANGED
|
@@ -81,7 +81,9 @@ Generate panoramic videos from text prompts:
|
|
| 81 |
|
| 82 |
Generate extended panoramic videos using temporal windowing and seamless blending:
|
| 83 |
|
| 84 |
-
|
|
|
|
|
|
|
| 85 |
|
| 86 |
### Super Resolution
|
| 87 |
|
|
@@ -125,7 +127,9 @@ Edit panoramic videos with text-guided modifications:
|
|
| 125 |
|
| 126 |
Transform conventional videos to panoramic format:
|
| 127 |
|
| 128 |
-
|
|
|
|
|
|
|
| 129 |
|
| 130 |
## Dataset
|
| 131 |
|
|
|
|
| 81 |
|
| 82 |
Generate extended panoramic videos using temporal windowing and seamless blending:
|
| 83 |
|
| 84 |
+
<a align="center">
|
| 85 |
+
<video src='https://github.com/user-attachments/assets/1e404ed9-0165-4a67-89e3-9f9ac9ecd052'></video>
|
| 86 |
+
</a>
|
| 87 |
|
| 88 |
### Super Resolution
|
| 89 |
|
|
|
|
| 127 |
|
| 128 |
Transform conventional videos to panoramic format:
|
| 129 |
|
| 130 |
+
<a align="center">
|
| 131 |
+
<video src='https://github.com/user-attachments/assets/92dca130-d5c0-423e-a285-9f6402b8db9d'></video>
|
| 132 |
+
</a>
|
| 133 |
|
| 134 |
## Dataset
|
| 135 |
|