Instructions to use Soul25r/FisheyePlanet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Soul25r/FisheyePlanet 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("Soul25r/FisheyePlanet") prompt = "Little planet view fisheye lens The video depicts a Mars-inspired desert with towering red rock formations and swirling dust devils, all rendered into a miniature, spinning planet under a dusky sky." output = pipe(prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Upload example_videos/4.mp4 with huggingface_hub
Browse files- example_videos/4.mp4 +3 -0
example_videos/4.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fb9dc4e3aafad7ee92cb4ef0c9c99f4f03ef4e49293f3bcf6abb417a1fe9b94
|
| 3 |
+
size 1246538
|