Instructions to use Remade-AI/Pixar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Remade-AI/Pixar 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/Pixar") prompt = "p1x4r_5ty13 Pixar animation style A small brown puppy with floppy ears sits on a grassy hill, tilting its head curiously at a floating dandelion seed drifting past. Its big, round eyes shine in the soft golden light of the setting sun. The background features rolling hills and a wooden fence." 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/pixar1.mp4 +3 -0
- example_videos/pixar2.mp4 +3 -0
- example_videos/pixar3.mp4 +3 -0
- example_videos/pixar4.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip 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 |
+
example_videos/pixar1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
example_videos/pixar2.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
example_videos/pixar3.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
example_videos/pixar4.mp4 filter=lfs diff=lfs merge=lfs -text
|
example_videos/pixar1.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc59ecf8638db796147b2abb002b2b876e873946969450b7e3d96823642fb5ba
|
| 3 |
+
size 1167503
|
example_videos/pixar2.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c383f6c63c6b12c5cbea88e4670fbbc751727034c1df7c1d9e0e1faf65e7384a
|
| 3 |
+
size 662230
|
example_videos/pixar3.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33f060116fa422134cbef55e02082e1f8dbfa75e03c3cc924bb1fab14daa016b
|
| 3 |
+
size 1983750
|
example_videos/pixar4.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:686b562ab36061d9b5f3d097667843f90de170ae1935439ca55f955c8b55d16c
|
| 3 |
+
size 1173730
|