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
Add files using upload-large-folder tool
Browse files- README.md +35 -37
- transformer/0.safetensors +1 -1
- transformer/1.safetensors +1 -1
- transformer/10.safetensors +1 -1
- transformer/11.safetensors +1 -1
- transformer/12.safetensors +1 -1
- transformer/13.safetensors +1 -1
- transformer/2.safetensors +1 -1
- transformer/3.safetensors +1 -1
- transformer/4.safetensors +1 -1
- transformer/5.safetensors +1 -1
- transformer/6.safetensors +1 -1
- transformer/7.safetensors +1 -1
- transformer/8.safetensors +1 -1
- transformer/9.safetensors +1 -1
- transformer/model.safetensors.index.json +1 -1
- transformer_2/0.safetensors +1 -1
- transformer_2/1.safetensors +1 -1
- transformer_2/10.safetensors +1 -1
- transformer_2/11.safetensors +1 -1
- transformer_2/12.safetensors +1 -1
- transformer_2/13.safetensors +1 -1
- transformer_2/2.safetensors +1 -1
- transformer_2/3.safetensors +1 -1
- transformer_2/4.safetensors +1 -1
- transformer_2/5.safetensors +1 -1
- transformer_2/6.safetensors +1 -1
- transformer_2/7.safetensors +1 -1
- transformer_2/8.safetensors +1 -1
- transformer_2/9.safetensors +1 -1
- transformer_2/model.safetensors.index.json +1 -1
- vae/0.safetensors +1 -1
- vae/model.safetensors.index.json +1 -1
README.md
CHANGED
|
@@ -8,57 +8,45 @@ tags:
|
|
| 8 |
- mlx-gen
|
| 9 |
- mflux
|
| 10 |
- apple-silicon
|
|
|
|
| 11 |
- wan
|
| 12 |
- wan2.2
|
| 13 |
- video-generation
|
| 14 |
- text-to-video
|
| 15 |
-
- image-to-video
|
| 16 |
- wan-a14b
|
| 17 |
---
|
| 18 |
# wan2.2-t2v-a14b-diffusers-bf16
|
| 19 |
|
| 20 |
-
This repository contains MLX-Gen saved weights for
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
It uses the mflux/MLX saved-weight layout. It is not a Diffusers or Transformers
|
|
|
|
| 23 |
|
| 24 |
## Source Model
|
| 25 |
|
| 26 |
Original model: [`Wan-AI/Wan2.2-T2V-A14B-Diffusers`](https://huggingface.co/Wan-AI/Wan2.2-T2V-A14B-Diffusers).
|
| 27 |
|
| 28 |
-
## License and Access
|
| 29 |
-
|
| 30 |
This prepared derivative follows the Apache 2.0 license of the source model.
|
| 31 |
|
| 32 |
-
##
|
| 33 |
-
|
| 34 |
-
This checkpoint stores MLX-Gen Wan2.2 A14B weights without an explicit quantization level.
|
| 35 |
-
|
| 36 |
-
For Wan checkpoints, MLX-Gen loads transformer and VAE weights at BF16 runtime precision. The UMT5 text encoder is preserved from the source model. Wan supports text-to-video and selected image-to-video routes depending on the source model.
|
| 37 |
-
|
| 38 |
-
## Local Validation
|
| 39 |
|
| 40 |
-
|
| 41 |
|
| 42 |
-
|
| 43 |
|
| 44 |
-
- The
|
| 45 |
-
- The mixed q8/BF16 package reduces both storage and runtime memory. Use it when memory footprint matters.
|
| 46 |
|
| 47 |
-
|
| 48 |
-
| --- | ---: | ---: | ---: | ---: | --- |
|
| 49 |
-
| Original source snapshot | 118 GiB | 33.0 GiB | 48.9 GiB | 108.3 s | Baseline. |
|
| 50 |
-
| This BF16 package | 64 GiB | 33.0 GiB | 45.1 GiB | 114.4 s | Storage only; output was byte-identical. |
|
| 51 |
-
| Mixed q8/BF16 package | 40 GiB | 20.8 GiB | 31.8 GiB | 110.3 s | Storage and memory; side-by-side quality validation passed. |
|
| 52 |
|
| 53 |
-
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
Requires `mlx-gen >= 0.18.8`.
|
| 58 |
-
|
| 59 |
-
Generated with `mlx-gen 0.18.8`.
|
| 60 |
-
|
| 61 |
-
Use the `mlxgen` command and Python import path for new MLX-Gen projects.
|
| 62 |
|
| 63 |
## Usage
|
| 64 |
|
|
@@ -70,20 +58,30 @@ mlxgen download --model AbstractFramework/wan2.2-t2v-a14b-diffusers-bf16
|
|
| 70 |
mlxgen generate \
|
| 71 |
--model AbstractFramework/wan2.2-t2v-a14b-diffusers-bf16 \
|
| 72 |
--task text-to-video \
|
| 73 |
-
--prompt "
|
| 74 |
-
--width
|
| 75 |
-
--height
|
| 76 |
-
--frames
|
| 77 |
-
--steps
|
| 78 |
--guidance 4 \
|
| 79 |
--guidance-2 3 \
|
| 80 |
-
--fps
|
| 81 |
-
--seed
|
|
|
|
|
|
|
| 82 |
--output video.mp4
|
| 83 |
```
|
| 84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
## Attribution
|
| 86 |
|
| 87 |
-
MLX-Gen is based on [mflux](https://github.com/filipstrand/mflux) by Filip Strand and the original mflux contributors.
|
| 88 |
|
| 89 |
Prepared and contributed by [@lpalbou](https://huggingface.co/lpalbou).
|
|
|
|
| 8 |
- mlx-gen
|
| 9 |
- mflux
|
| 10 |
- apple-silicon
|
| 11 |
+
- bf16
|
| 12 |
- wan
|
| 13 |
- wan2.2
|
| 14 |
- video-generation
|
| 15 |
- text-to-video
|
|
|
|
| 16 |
- wan-a14b
|
| 17 |
---
|
| 18 |
# wan2.2-t2v-a14b-diffusers-bf16
|
| 19 |
|
| 20 |
+
This repository contains BF16 MLX-Gen saved weights for
|
| 21 |
+
[`Wan-AI/Wan2.2-T2V-A14B-Diffusers`](https://huggingface.co/Wan-AI/Wan2.2-T2V-A14B-Diffusers).
|
| 22 |
+
It is designed for local Apple Silicon inference with
|
| 23 |
+
[`mlx-gen`](https://github.com/lpalbou/mlx-gen).
|
| 24 |
|
| 25 |
+
It uses the mflux/MLX saved-weight layout. It is not a Diffusers or Transformers
|
| 26 |
+
`from_pretrained()` checkpoint.
|
| 27 |
|
| 28 |
## Source Model
|
| 29 |
|
| 30 |
Original model: [`Wan-AI/Wan2.2-T2V-A14B-Diffusers`](https://huggingface.co/Wan-AI/Wan2.2-T2V-A14B-Diffusers).
|
| 31 |
|
|
|
|
|
|
|
| 32 |
This prepared derivative follows the Apache 2.0 license of the source model.
|
| 33 |
|
| 34 |
+
## Precision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
+
This package stores the Wan A14B T2V transformer and VAE weights for MLX-Gen BF16 runtime use. The UMT5 text encoder, scheduler metadata, tokenizer files, and model index are included in the prepared folder.
|
| 37 |
|
| 38 |
+
## Validation
|
| 39 |
|
| 40 |
+
Measured on 2026-06-04 with `mlx-gen 0.18.9` on Apple Silicon. The upstream Diffusers source snapshot measured about 118 GiB in the local Hugging Face cache before preparing these packages. The table below reports prepared-package generation from model init through MP4 save and post-save video-health validation.
|
|
|
|
| 41 |
|
| 42 |
+
Validation profile: `384x224`, 33 frames, 12 denoising steps, guidance `4`, guidance-2 `3`, 8 fps, seed `4242`, `--low-ram`.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
+
| Package | Disk | Full-Process Physical Peak | Max RSS | MLX Peak | Total Time | Video Health |
|
| 45 |
+
|---|---:|---:|---:|---:|---:|---|
|
| 46 |
+
| This BF16 package | 64.3 GiB | 33.0 GiB | 31.8 GiB | 27.7 GiB | 152.7 s | 33/33 frames, 384x224, 8 fps, temporal delta 1.3 |
|
| 47 |
+
| Mixed q8/BF16 package | 39.7 GiB | 20.7 GiB | 19.5 GiB | 15.5 GiB | 154.8 s | 33/33 frames, 384x224, 8 fps, temporal delta 1.4 |
|
| 48 |
|
| 49 |
+
Physical peak is Darwin `ri_phys_footprint` sampled for the full process. The validation is intentionally small and repeatable; it is not a claim that every full-size `1280x720`, 81-frame, 40-step job has the same memory or timing profile.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
## Usage
|
| 52 |
|
|
|
|
| 58 |
mlxgen generate \
|
| 59 |
--model AbstractFramework/wan2.2-t2v-a14b-diffusers-bf16 \
|
| 60 |
--task text-to-video \
|
| 61 |
+
--prompt "A cinematic scene of a scientist working on agentic AI through the night, monitors glowing, papers shifting in a slow dolly shot." \
|
| 62 |
+
--width 384 \
|
| 63 |
+
--height 224 \
|
| 64 |
+
--frames 33 \
|
| 65 |
+
--steps 12 \
|
| 66 |
--guidance 4 \
|
| 67 |
--guidance-2 3 \
|
| 68 |
+
--fps 8 \
|
| 69 |
+
--seed 4242 \
|
| 70 |
+
--low-ram \
|
| 71 |
+
--metadata \
|
| 72 |
--output video.mp4
|
| 73 |
```
|
| 74 |
|
| 75 |
+
## Compatibility
|
| 76 |
+
|
| 77 |
+
Requires `mlx-gen >= 0.18.9`.
|
| 78 |
+
|
| 79 |
+
Generated with `mlx-gen 0.18.9`.
|
| 80 |
+
|
| 81 |
+
Use the `mlxgen` command and Python import path for new MLX-Gen projects.
|
| 82 |
+
|
| 83 |
## Attribution
|
| 84 |
|
| 85 |
+
MLX-Gen is based on [mflux](https://github.com/filipstrand/mflux) by Filip Strand and the original mflux contributors.
|
| 86 |
|
| 87 |
Prepared and contributed by [@lpalbou](https://huggingface.co/lpalbou).
|
transformer/0.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2133612608
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:077956a53e075dd11f00fc2f0b2945e88d4750fa33156856e1dcf661b99d3fea
|
| 3 |
size 2133612608
|
transformer/1.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374015
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03d004b2dae04565f9e6bff136cd4e8ee1cf276b84d101773bde2ceafeee2ae6
|
| 3 |
size 2108374015
|
transformer/10.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374118
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9357ebc9ab1a5f4a07ac119945b47fd0988ec6c25aca208d47847a4225d86b52
|
| 3 |
size 2108374118
|
transformer/11.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374136
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1323c2e22d6f53a577d5743caf5143ae76ad430b4502d4b1af9d474523fcf8b3
|
| 3 |
size 2108374136
|
transformer/12.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374144
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07c337852a24596291facdf927a9b0409734c1da6bfdc97b3013a78275685bd8
|
| 3 |
size 2108374144
|
transformer/13.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1144042059
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72b0a3b4542e42ebd5b8aed67735640cbec05bad466e7811daecde08b80e9772
|
| 3 |
size 1144042059
|
transformer/2.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374047
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3560d3937a75539f682ccfd93943fc7c3dc7e571fce81f1f845b294e271e5ba
|
| 3 |
size 2108374047
|
transformer/3.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374050
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10e2f5e5243fd55f2747839044e1ea3c5a605d3365f1dd10cb284d5a457632c6
|
| 3 |
size 2108374050
|
transformer/4.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374118
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0517b2b5bdc07717b50bad5d76437355f23a1f4a783f9d0ee5d52fb11bca5ae
|
| 3 |
size 2108374118
|
transformer/5.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374122
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4abb152a6668c9e33dcf422635c6d059a98ca154e4ff70646f43bd232d609de3
|
| 3 |
size 2108374122
|
transformer/6.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374116
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b36b0e4c706703d57fbe1f913866108372f95ef81644bed3add740487392a717
|
| 3 |
size 2108374116
|
transformer/7.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374100
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:730b11f1d1cf7b12c1dcef4d58d16449a127a2dbe06a75500973a8aa4ff7b9b4
|
| 3 |
size 2108374100
|
transformer/8.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374098
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d3ddbe5a34b0c4b6f3127d17e7e431fd61fbd77debe0b90b67d4c44ddf03158
|
| 3 |
size 2108374098
|
transformer/9.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374110
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9b6614e809490569bebf3f1374cb491f5bf08452453d787c4371460138f13ec
|
| 3 |
size 2108374110
|
transformer/model.safetensors.index.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
"quantization_level": "None",
|
| 4 |
-
"mflux_version": "0.18.
|
| 5 |
},
|
| 6 |
"weight_map": {
|
| 7 |
"rope.freqs_cos": "0.safetensors",
|
|
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
"quantization_level": "None",
|
| 4 |
+
"mflux_version": "0.18.9"
|
| 5 |
},
|
| 6 |
"weight_map": {
|
| 7 |
"rope.freqs_cos": "0.safetensors",
|
transformer_2/0.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2133612608
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9ee806421dff604405109dbdbe6031f2274f5bd63195223248d9f8a46517e92
|
| 3 |
size 2133612608
|
transformer_2/1.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374015
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb55633aaeb23464271c3194c0d22305ea3ea89d912f94710c818d349194f158
|
| 3 |
size 2108374015
|
transformer_2/10.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374118
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94b781cf8b59bfeb370f686a3797149f2d6fff4bf6cd576f907ad4326697c5ab
|
| 3 |
size 2108374118
|
transformer_2/11.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374136
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f437bf8290390686b7cce92f18ff9e3055ed191fa1fda5523d9946dc04d97013
|
| 3 |
size 2108374136
|
transformer_2/12.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374144
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fe482282a1df0993823f3ff791e3dc0b6b3fc5b6f865164f438a676977a306a
|
| 3 |
size 2108374144
|
transformer_2/13.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1144042059
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b45445e960045d5ca33dd3f0cc008641e325195593f4ec451ffaaa9b4445700
|
| 3 |
size 1144042059
|
transformer_2/2.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374047
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e11c8e7cadae434eb2fbf515d86758c9a8e5222459139ee7f3d29055cec60bcb
|
| 3 |
size 2108374047
|
transformer_2/3.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374050
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1abc8a6e026c1d2739357fbb978f48599b6d8a4d0afaa22fb505996bf2b0e807
|
| 3 |
size 2108374050
|
transformer_2/4.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374118
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5a43ede6ddb32632e1757fdbbfe8cd427eafa887e906a059b0a4b4e02acb5c0
|
| 3 |
size 2108374118
|
transformer_2/5.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374122
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e658e5e452711172c04180e11d47e475ae469d5fcf7dd9a8825f657ad1707617
|
| 3 |
size 2108374122
|
transformer_2/6.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374116
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93cebfd35a90752a78ba0e10159526d4be76d0dd364aa9510b7613ff5037054a
|
| 3 |
size 2108374116
|
transformer_2/7.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374100
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d73d1cbb1accd7cdc27fa3ba7fc8be70d10a44afe0599f424dcd8332fde73c7
|
| 3 |
size 2108374100
|
transformer_2/8.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374098
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b1b5339b411967518dffda3dfdf07ba480bd42258198f925b773613f61d0db2
|
| 3 |
size 2108374098
|
transformer_2/9.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2108374110
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8a23cc157564677f0464d7f60fffe9f4432cf3d9cf991ed499b01a9509928f6
|
| 3 |
size 2108374110
|
transformer_2/model.safetensors.index.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
"quantization_level": "None",
|
| 4 |
-
"mflux_version": "0.18.
|
| 5 |
},
|
| 6 |
"weight_map": {
|
| 7 |
"rope.freqs_cos": "0.safetensors",
|
|
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
"quantization_level": "None",
|
| 4 |
+
"mflux_version": "0.18.9"
|
| 5 |
},
|
| 6 |
"weight_map": {
|
| 7 |
"rope.freqs_cos": "0.safetensors",
|
vae/0.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 253807820
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3d43fd7e6e6370daf762a357d4fab09f34118d0b9f9dc383f322fffe0db0411
|
| 3 |
size 253807820
|
vae/model.safetensors.index.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
"quantization_level": "None",
|
| 4 |
-
"mflux_version": "0.18.
|
| 5 |
},
|
| 6 |
"weight_map": {
|
| 7 |
"encoder.conv_in.conv3d.weight": "0.safetensors",
|
|
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
"quantization_level": "None",
|
| 4 |
+
"mflux_version": "0.18.9"
|
| 5 |
},
|
| 6 |
"weight_map": {
|
| 7 |
"encoder.conv_in.conv3d.weight": "0.safetensors",
|