Text-to-Video
Diffusers
Safetensors
English
MotifVideoPipeline
image-to-video
video-generation
diffusion-transformer
Instructions to use Motif-Technologies/Motif-Video-2B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Motif-Technologies/Motif-Video-2B with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Motif-Technologies/Motif-Video-2B", dtype=torch.bfloat16, device_map="cuda") prompt = "A vibrant blue jay perches gracefully on a slender branch, its feathers shimmering in the soft morning light. The bird's keen eyes scan the surroundings, capturing the essence of the tranquil forest. It flutters its wings briefly, showcasing the intricate patterns of blue, white, and black on its plumage. The background reveals a lush canopy of green leaves, with rays of sunlight filtering through, creating a dappled effect on the forest floor. The blue jay then tilts its head, emitting a melodious call that echoes through the serene woodland, adding a touch of magic to the peaceful scene." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Upload 5 files
Browse files- .gitattributes +5 -0
- assets/astronaut.mp4 +3 -0
- assets/bird.mp4 +3 -0
- assets/fisherman.mp4 +3 -0
- assets/underwater.mp4 +3 -0
- assets/vows.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -40,3 +40,8 @@ assets/showcase_t2v.png filter=lfs diff=lfs merge=lfs -text
|
|
| 40 |
tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
assets/i2v_sample.jpg filter=lfs diff=lfs merge=lfs -text
|
| 42 |
motif-video-technical-report.pdf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
assets/i2v_sample.jpg filter=lfs diff=lfs merge=lfs -text
|
| 42 |
motif-video-technical-report.pdf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
assets/astronaut.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
assets/bird.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
assets/fisherman.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
assets/underwater.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
assets/vows.mp4 filter=lfs diff=lfs merge=lfs -text
|
assets/astronaut.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c13fd69a91c40ce217162e1bee917c23b86fcd878301bcab11a48fcd3bfeded
|
| 3 |
+
size 1020141
|
assets/bird.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ceddcad73d270f8a03a5bfa5ab6cc3dc74c9b1ff3db3a652151b5c26efd36e9c
|
| 3 |
+
size 757207
|
assets/fisherman.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e67764b0104e66ec56dab3cc216f3887aef84d25f3bb7758443de1b8624c745
|
| 3 |
+
size 1506256
|
assets/underwater.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:184b72b8672bca924bf8f0b568488daac507eafd8dd8ddcb15f9928549309550
|
| 3 |
+
size 2024562
|
assets/vows.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27c0f74bb72c9e57e35499586da3a0c5229518ae28acd4c360989c602d35e221
|
| 3 |
+
size 573835
|