Instructions to use AbstractFramework/wan2.2-t2v-a14b-diffusers-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use AbstractFramework/wan2.2-t2v-a14b-diffusers-bf16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir wan2.2-t2v-a14b-diffusers-bf16 AbstractFramework/wan2.2-t2v-a14b-diffusers-bf16
- Wan2.2
How to use AbstractFramework/wan2.2-t2v-a14b-diffusers-bf16 with Wan2.2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Put validation values directly in comparison table
Browse files
README.md
CHANGED
|
@@ -44,19 +44,13 @@ Bottom line:
|
|
| 44 |
- The BF16 package reduces storage, not runtime memory. It is useful when you want a smaller, uploadable package with byte-identical output to the original source-cache run.
|
| 45 |
- The mixed q8/BF16 package reduces both storage and runtime memory. Use it when memory footprint matters.
|
| 46 |
|
| 47 |
-
| Layout | Disk |
|
| 48 |
-
| --- | ---: | --- | --- |
|
| 49 |
-
| Original source snapshot | 118 GiB |
|
| 50 |
-
| This BF16 package | 64 GiB |
|
| 51 |
-
| Mixed q8/BF16 package | 40 GiB |
|
| 52 |
|
| 53 |
-
Compared with the original source snapshot, this BF16 package cuts disk usage by about 46% but does not materially reduce generation memory. The mixed q8/BF16 package cuts disk usage by about 66% and physical peak memory by about 35% in this validation run.
|
| 54 |
-
|
| 55 |
-
Raw measurements:
|
| 56 |
-
|
| 57 |
-
- Original source snapshot: 32.99 GiB MLX peak, 48.90 GiB physical peak, 108.31 s.
|
| 58 |
-
- This BF16 package: 32.98 GiB MLX peak, 45.12 GiB physical peak, 114.39 s.
|
| 59 |
-
- Mixed q8/BF16 package: 20.84 GiB MLX peak, 31.75 GiB physical peak, 110.34 s.
|
| 60 |
|
| 61 |
## Compatibility
|
| 62 |
|
|
|
|
| 44 |
- The BF16 package reduces storage, not runtime memory. It is useful when you want a smaller, uploadable package with byte-identical output to the original source-cache run.
|
| 45 |
- The mixed q8/BF16 package reduces both storage and runtime memory. Use it when memory footprint matters.
|
| 46 |
|
| 47 |
+
| Layout | Disk | MLX Peak | Physical Peak | Time | Result |
|
| 48 |
+
| --- | ---: | ---: | ---: | ---: | --- |
|
| 49 |
+
| Original source snapshot | 118 GiB | 32.99 GiB | 48.90 GiB | 108.31 s | Baseline. |
|
| 50 |
+
| This BF16 package | 64 GiB | 32.98 GiB | 45.12 GiB | 114.39 s | Storage only; output was byte-identical. |
|
| 51 |
+
| Mixed q8/BF16 package | 40 GiB | 20.84 GiB | 31.75 GiB | 110.34 s | Storage and memory; side-by-side quality validation passed. |
|
| 52 |
|
| 53 |
+
Compared with the original source snapshot, this BF16 package cuts disk usage by about 46% but does not materially reduce generation memory. The mixed q8/BF16 package cuts disk usage by about 66%, MLX peak memory by about 37%, and physical peak memory by about 35% in this validation run.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
## Compatibility
|
| 56 |
|