Instructions to use shauray/PostMalone_WanLora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use shauray/PostMalone_WanLora 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("shauray/PostMalone_WanLora") prompt = "[malone] a man with a beard and mustache, wearing a dark green baseball cap, singing and dancing, with a few blurred lights visible.." output = pipe(prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
Commit History
Update README.md d112c4a verified
Update README.md 55b9fda verified
Update README.md 524ab27 verified
Update README.md b5c8f75 verified
Upload 4 files 23159ca verified
Update README.md f410c07 verified
Update README.md 1ea0bd6 verified
Upload 1742520256525__000000750_1.webp eeb01cf verified
Update README.md c7f8f22 verified
Update README.md 5f2f7d1 verified
folder for video 41d4c59
shauray8 commited on