Instructions to use lightx2v/Wan2.2-NVFP4-Sparse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lightx2v/Wan2.2-NVFP4-Sparse with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lightx2v/Wan2.2-NVFP4-Sparse", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Remove extra NVFP4 safetensors files
Browse files- high_nvfp4.safetensors +0 -3
- low_nvfp4.safetensors +0 -3
high_nvfp4.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1da94b1604f4bb181d1319f311245e39e33e499b3a0a5bf2fafb117b08750ac7
|
| 3 |
-
size 8379014392
|
|
|
|
|
|
|
|
|
|
|
|
low_nvfp4.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9feda8a7f4791c6e4f0dd8ab383fa67d429441dfb006b97a1e3b5400e74bc232
|
| 3 |
-
size 8379014392
|
|
|
|
|
|
|
|
|
|
|
|