Document measured H3ddle performance
Browse files
README.md
CHANGED
|
@@ -47,16 +47,24 @@ The resulting checkpoint is **not compatible with runtimes that assume the
|
|
| 47 |
original output-major Comfy layout**. That original remains available from
|
| 48 |
[Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3).
|
| 49 |
|
| 50 |
-
##
|
| 51 |
|
| 52 |
The complete artifact was checked against the source tensor by tensor: all 200
|
| 53 |
converted matrices matched the exact transpose, all 732 unchanged tensors were
|
| 54 |
byte-identical, and the native 50-layer output-major/input-major Metal smoke
|
| 55 |
tests produced identical video and audio hashes.
|
| 56 |
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
publication. Actual improvement varies with canvas size and storage pressure.
|
| 61 |
|
| 62 |
## H3ddle package layout
|
|
|
|
| 47 |
original output-major Comfy layout**. That original remains available from
|
| 48 |
[Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3).
|
| 49 |
|
| 50 |
+
## Measured performance versus the regular layout
|
| 51 |
|
| 52 |
The complete artifact was checked against the source tensor by tensor: all 200
|
| 53 |
converted matrices matched the exact transpose, all 732 unchanged tensors were
|
| 54 |
byte-identical, and the native 50-layer output-major/input-major Metal smoke
|
| 55 |
tests produced identical video and audio hashes.
|
| 56 |
|
| 57 |
+
The directly timed A/B used the same layout and kernel on a matched 512x512
|
| 58 |
+
Turbo generation on a 32 GiB M1 Pro; it is representative of the projection
|
| 59 |
+
path, not a separately timed standard-model claim.
|
| 60 |
+
|
| 61 |
+
| path | transformer | total generation | gain vs regular |
|
| 62 |
+
|---|---:|---:|---:|
|
| 63 |
+
| regular output-major | 253.9 s | 278.7 s | baseline |
|
| 64 |
+
| input-major | 231.4 s | 256.5 s | **8.9% transformer; 8.0% total (1.09x)** |
|
| 65 |
+
|
| 66 |
+
The generated images were identical. The standard checkpoint in this
|
| 67 |
+
repository separately passed a real H3ddle image-quality check before
|
| 68 |
publication. Actual improvement varies with canvas size and storage pressure.
|
| 69 |
|
| 70 |
## H3ddle package layout
|