Instructions to use Remade-AI/POV-Driving with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Remade-AI/POV-Driving 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-14B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Remade-AI/POV-Driving") prompt = "p0v_dr1v1n6, video shows a person driving a car through a burning hellscape. The driver is holding the steering wheel with both hands. Rivers of lava flow on both sides of the cracked road, and firestorms rage in the distance. The driver is looking straight ahead. The car has a digital dashboard and a touchscreen display flickering with demonic symbols." output = pipe(prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
Upload 4 files
Browse files- .gitattributes +4 -0
- example_videos/pov1.mp4 +3 -0
- example_videos/pov2.mp4 +3 -0
- example_videos/pov3.mp4 +3 -0
- example_videos/pov4.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
workflow/workflow_screenshot.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
workflow/workflow_screenshot.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
example_videos/pov1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
example_videos/pov2.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
example_videos/pov3.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
example_videos/pov4.mp4 filter=lfs diff=lfs merge=lfs -text
|
example_videos/pov1.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cf4a6ddaaff9100e83f9a4d50a3269453a561fe5e82841f3ea26a4b3dd41bba
|
| 3 |
+
size 1892549
|
example_videos/pov2.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:feb03aec8275e39d1c9d3d550cb59b73dfa2e8988e674ad196abf7f24f422e8c
|
| 3 |
+
size 1257961
|
example_videos/pov3.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec58721eef551c8f5b01fa485342bb01bcbfdee7c72c5aed83fcc5a41947fc93
|
| 3 |
+
size 1700055
|
example_videos/pov4.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:737fd2178455f2e82b90ace1022132c0ee62a3b8eb7d86b859965631a997746f
|
| 3 |
+
size 1341630
|