Instructions to use HappyP4nda/PhysRVG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HappyP4nda/PhysRVG with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("HappyP4nda/PhysRVG", dtype=torch.bfloat16, device_map="cuda") pipe.to("cuda") prompt = "A man with short gray hair plays a red electric guitar." image = load_image( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png" ) output = pipe(image=image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
Add files using upload-large-folder tool
Browse files
.gitattributes
CHANGED
|
@@ -35,3 +35,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Wan2.2-TI2V-5B-Diffusers/tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Wan2.2-TI2V-5B-Diffusers/examples/i2v_input.JPG filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Wan2.2-TI2V-5B-Diffusers/tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Wan2.2-TI2V-5B-Diffusers/examples/i2v_input.JPG filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Wan2.2-TI2V-5B-Diffusers/assets/vae.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Wan2.2-TI2V-5B-Diffusers/assets/comp_effic.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Wan2.2-TI2V-5B-Diffusers/assets/performance.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Wan2.2-TI2V-5B-Diffusers/assets/moe_2.png filter=lfs diff=lfs merge=lfs -text
|
Wan2.2-TI2V-5B-Diffusers/assets/comp_effic.png
ADDED
|
Git LFS Details
|
Wan2.2-TI2V-5B-Diffusers/assets/moe_2.png
ADDED
|
Git LFS Details
|
Wan2.2-TI2V-5B-Diffusers/assets/performance.png
ADDED
|
Git LFS Details
|
Wan2.2-TI2V-5B-Diffusers/assets/vae.png
ADDED
|
Git LFS Details
|