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
shauray8 commited on
Commit ·
41d4c59
1
Parent(s): f7d5c92
folder for video
Browse files
malone_lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:564641cb51aa8cc83ed5a596344e0f186aa6855b0b423036cf425a90ee579dfd
|
| 3 |
+
size 306807608
|
1742522116718__000001000_0.mp4 → videos/1742522116718__000001000_0.mp4
RENAMED
|
File without changes
|
1742522882787__000001000_1.mp4 → videos/1742522882787__000001000_1.mp4
RENAMED
|
File without changes
|