Merserk commited on
Commit
879c597
·
verified ·
1 Parent(s): da3db99

Add files using upload-large-folder tool

Browse files
Files changed (39) hide show
  1. CITATION.cff +1 -1
  2. README.md +30 -24
  3. TECHNICAL_REPORT.md +61 -20
  4. checksums/SHA256SUMS +0 -0
  5. metrics/analysis_advanced_complete.json +1 -1
  6. metrics/analysis_core_complete.json +2 -2
  7. metrics/image_advanced.csv +90 -0
  8. metrics/image_advanced_pairwise_statistics.csv +279 -54
  9. metrics/image_advanced_summary.csv +107 -62
  10. metrics/image_core.csv +0 -0
  11. metrics/image_core_pairwise_statistics.csv +0 -0
  12. metrics/image_core_summary.csv +237 -138
  13. metrics/latency_components.csv +90 -0
  14. metrics/performance_bridge.csv +3 -0
  15. metrics/performance_bridge.json +24 -0
  16. metrics/performance_runs.csv +90 -0
  17. metrics/performance_summary.csv +93 -0
  18. metrics/trajectory.csv +0 -0
  19. metrics/weight_parameters_all.csv +0 -0
  20. metrics/weight_parameters_gguf_q4_k_m.csv +0 -0
  21. metrics/weight_parameters_gguf_q8_0.csv +0 -0
  22. metrics/weight_parameters_int4_convrot.csv +0 -0
  23. metrics/weight_summary.json +386 -4
  24. metrics/weight_summary_fp8_scaled.json +2 -1
  25. metrics/weight_summary_gguf_q4_k_m.json +127 -0
  26. metrics/weight_summary_gguf_q8_0.json +127 -0
  27. metrics/weight_summary_int4_convrot.json +124 -0
  28. metrics/weight_summary_int8_convrot.json +2 -1
  29. metrics/weight_summary_mxfp8.json +2 -1
  30. metrics/weight_summary_nvfp4.json +2 -1
  31. provenance/environment-lock.json +9 -0
  32. provenance/manifest.json +184 -4
  33. provenance/model_manifest.json +76 -11
  34. provenance/release_manifest.json +10 -7
  35. provenance/run_matrix.json +814 -4
  36. provenance/runs_scored.jsonl +0 -0
  37. reproduction/README.md +29 -7
  38. reproduction/download_models.py +4 -4
  39. scripts/prepare_release.py +188 -84
CITATION.cff CHANGED
@@ -2,7 +2,7 @@ cff-version: 1.2.0
2
  message: If you use this benchmark, please cite it.
3
  title: Krea 2 Turbo ComfyUI Format Fidelity Benchmark
4
  type: dataset
5
- version: 1.0.0
6
  date-released: 2026-07-13
7
  authors:
8
  - name: Krea 2 Turbo Formats Benchmark Contributors
 
2
  message: If you use this benchmark, please cite it.
3
  title: Krea 2 Turbo ComfyUI Format Fidelity Benchmark
4
  type: dataset
5
+ version: 2.0.0
6
  date-released: 2026-07-13
7
  authors:
8
  - name: Krea 2 Turbo Formats Benchmark Contributors
README.md CHANGED
@@ -2,16 +2,16 @@
2
  language:
3
  - en
4
  license: cc-by-4.0
5
- pretty_name: Krea 2 Turbo ComfyUI Format Fidelity Benchmark
6
- size_categories:
7
- - n<1K
8
- configs:
9
- - config_name: default
10
- default: true
11
- data_files:
12
- - split: train
13
- path: data/train/**
14
- task_categories:
15
  - text-to-image
16
  tags:
17
  - image
@@ -25,35 +25,41 @@ tags:
25
  - int8
26
  - mxfp8
27
  - nvfp4
 
 
 
 
28
  ---
29
 
30
  # Krea 2 Turbo ComfyUI Format Fidelity Benchmark
31
 
32
- This release is a paired, deterministic comparison of the BF16, FP8 Scaled, INT8 ConvRot, MXFP8, and NVFP4 Krea 2 Turbo checkpoints through native ComfyUI execution. It contains 150 scored 1024×1024 images, all saved float32 decoded tensors and final latents, every denoising trajectory, raw metric tables, scored telemetry, statistical comparisons, and reproducibility code.
33
 
34
- ![Five-format contact sheet](comparison_sheets/contact_sheet_replicate0.png)
35
 
36
  ## Main result
37
 
38
  1. **BF16** is the highest-fidelity reference because it is the unquantized published checkpoint.
39
- 2. **INT8 ConvRot** is the best quantized checkpoint by the preregistered LPIPS-Alex endpoint and also leads the other quantized formats on DISTS, DINO similarity, final-latent relative L2, and reconstructed-weight SNR.
40
- 3. **MXFP8** ranks second among quantized formats for fidelity on this campaign.
41
- 4. **FP8 Scaled** ranks third among quantized formats.
42
- 5. **NVFP4** is the smallest checkpoint, but it has the largest measured fidelity loss.
43
 
44
  No weighted composite score is used. See [the full technical report](TECHNICAL_REPORT.md) and [`tables/decision_table.csv`](tables/decision_table.csv).
45
 
46
  ## Important performance limitation
47
 
48
- The test GPU was an NVIDIA GeForce RTX 4060 Ti 16 GB (SM 8.9). In the tested ComfyUI/comfy-kitchen runtime, MXFP8 and NVFP4 native fast matrix multiplication requires SM 10.0, so their measured Ada timings used fallback/dequantized execution and must not be projected to Blackwell hardware.
 
 
49
 
50
  ## Dataset organization
51
 
52
  - `data/train/metadata.jsonl` is the Hugging Face ImageFolder index. Each row links an image to its prompt, seed, format, checkpoint provenance, raw scientific artifacts, and flattened metric values.
53
  - `raw/` contains `decoded_float32.npy`, `final_latent_float32.npy`, `trajectory.npz`, and capture `metadata.json` for every scored run.
54
  - `metrics/` contains raw per-image, per-parameter, paired-statistics, summary, trajectory, latency, and performance tables.
55
- - `comparison_sheets/` contains five-format sheets, BF16-relative difference maps, and automatically selected detail crops.
56
- - `telemetry/` contains only scored GPU and system telemetry.
57
  - `provenance/` contains sanitized environment, model, run, and release manifests.
58
  - `reproduction/` contains the ComfyUI workflows, custom capture node, benchmark driver, analyzers, model downloader, and exact instructions.
59
 
@@ -62,23 +68,23 @@ Load the image table locally:
62
  ```python
63
  from datasets import load_dataset
64
 
65
- dataset = load_dataset("imagefolder", data_dir="data", split="train")
66
- print(dataset.num_rows) # 150
67
  ```
68
 
69
  ## Fixed inference controls
70
 
71
- - 15 prompts × 2 deterministic seeds × 5 checkpoint formats = 150 scored images
72
  - 1024×1024, batch size 1
73
  - 8 steps, CFG 1.0, Euler sampler, simple scheduler, denoise 1.0
74
  - Shared `qwen3vl_4b_bf16.safetensors` text encoder and `qwen_image_vae.safetensors` VAE
75
  - Zeroed positive conditioning used as negative conditioning
76
  - No prompt rewriting, LoRAs, previews, upscaling, or post-processing
77
- - Identical initial-noise SHA-256 for every five-format prompt/seed group
78
 
79
  ## Reproduce or verify
80
 
81
- Follow [`reproduction/README.md`](reproduction/README.md). A faithful full rerun downloads 77.536 GiB of upstream model files and should have at least 110 GiB of free disk space. The published benchmark was tested on Windows 11 with a 16 GB NVIDIA GPU; lower-memory configurations are not certified.
82
 
83
  Validate this downloaded release:
84
 
 
2
  language:
3
  - en
4
  license: cc-by-4.0
5
+ pretty_name: Krea 2 Turbo ComfyUI Format Fidelity Benchmark
6
+ size_categories:
7
+ - n<1K
8
+ configs:
9
+ - config_name: default
10
+ default: true
11
+ data_files:
12
+ - split: train
13
+ path: data/train/**
14
+ task_categories:
15
  - text-to-image
16
  tags:
17
  - image
 
25
  - int8
26
  - mxfp8
27
  - nvfp4
28
+ - int4
29
+ - gguf
30
+ - q8-0
31
+ - q4-k-m
32
  ---
33
 
34
  # Krea 2 Turbo ComfyUI Format Fidelity Benchmark
35
 
36
+ This release is a paired, deterministic comparison of eight Krea 2 Turbo checkpoint formats in ComfyUI: BF16, FP8 Scaled, INT8 ConvRot, MXFP8, NVFP4, INT4 ConvRot W4A4, GGUF Q8_0, and GGUF Q4_K_M. It contains 240 scored 1024×1024 images, saved float32 decoded tensors and final latents, every denoising trajectory, raw metric tables, telemetry, statistical comparisons, and reproduction code.
37
 
38
+ ![Eight-format contact sheet](comparison_sheets/contact_sheet_replicate0.png)
39
 
40
  ## Main result
41
 
42
  1. **BF16** is the highest-fidelity reference because it is the unquantized published checkpoint.
43
+ 2. **INT8 ConvRot** narrowly leads the preregistered LPIPS-Alex endpoint. **GGUF Q8_0** is statistically tied with it on that endpoint (Holm-adjusted permutation p=0.9067) and leads INT8 on DISTS, DINO similarity, and reconstructed-weight SNR.
44
+ 3. **GGUF Q8_0** is the highest-fidelity of the three added formats.
45
+ 4. **GGUF Q4_K_M** is a storage-quality compromise: 6.972 GiB and much closer to BF16 than INT4 ConvRot, but slow on this Ada GPU under ComfyUI-GGUF dequantized execution.
46
+ 5. **INT4 ConvRot W4A4** is the smallest checkpoint and fastest of the three additions on this RTX 4060 Ti, but has the largest measured fidelity loss.
47
 
48
  No weighted composite score is used. See [the full technical report](TECHNICAL_REPORT.md) and [`tables/decision_table.csv`](tables/decision_table.csv).
49
 
50
  ## Important performance limitation
51
 
52
+ The test GPU was an NVIDIA GeForce RTX 4060 Ti 16 GB (SM 8.9). MXFP8 and NVFP4 native fast matrix multiplication requires SM 10.0 in the tested runtime. GGUF Q8_0 and Q4_K_M use the pinned ComfyUI-GGUF on-demand dequantized matrix-multiplication path. These Ada timings must not be projected to native Blackwell execution.
53
+
54
+ The original five formats and the three additions were measured in separate sessions. Five unscored BF16 and INT8 ConvRot bridge repeats quantify drift. INT8 crossed the preregistered 5% drift threshold, so exact old-versus-new timing comparisons remain caveated; fidelity comparisons remain paired to the same saved BF16 prompt/seed outputs.
55
 
56
  ## Dataset organization
57
 
58
  - `data/train/metadata.jsonl` is the Hugging Face ImageFolder index. Each row links an image to its prompt, seed, format, checkpoint provenance, raw scientific artifacts, and flattened metric values.
59
  - `raw/` contains `decoded_float32.npy`, `final_latent_float32.npy`, `trajectory.npz`, and capture `metadata.json` for every scored run.
60
  - `metrics/` contains raw per-image, per-parameter, paired-statistics, summary, trajectory, latency, and performance tables.
61
+ - `comparison_sheets/` contains eight-format sheets, BF16-relative difference maps, and automatically selected detail crops.
62
+ - `telemetry/` contains scored GPU/system telemetry plus the BF16/INT8 bridge telemetry.
63
  - `provenance/` contains sanitized environment, model, run, and release manifests.
64
  - `reproduction/` contains the ComfyUI workflows, custom capture node, benchmark driver, analyzers, model downloader, and exact instructions.
65
 
 
68
  ```python
69
  from datasets import load_dataset
70
 
71
+ dataset = load_dataset("Merserk/Krea-2-Turbo-Checkpoint-Format-Benchmark", split="train")
72
+ print(dataset.num_rows) # 240
73
  ```
74
 
75
  ## Fixed inference controls
76
 
77
+ - 15 prompts × 2 deterministic seeds × 8 checkpoint formats = 240 scored images
78
  - 1024×1024, batch size 1
79
  - 8 steps, CFG 1.0, Euler sampler, simple scheduler, denoise 1.0
80
  - Shared `qwen3vl_4b_bf16.safetensors` text encoder and `qwen_image_vae.safetensors` VAE
81
  - Zeroed positive conditioning used as negative conditioning
82
  - No prompt rewriting, LoRAs, previews, upscaling, or post-processing
83
+ - Identical initial-noise SHA-256 for every eight-format prompt/seed group
84
 
85
  ## Reproduce or verify
86
 
87
+ Follow [`reproduction/README.md`](reproduction/README.md). A complete rerun downloads about 104 GiB of upstream model files and should have at least 150 GiB free for models, captures, analysis caches, and reports. The published benchmark was tested on Windows 11 with a 16 GB NVIDIA GPU; lower-memory configurations are not certified.
88
 
89
  Validate this downloaded release:
90
 
TECHNICAL_REPORT.md CHANGED
@@ -6,9 +6,11 @@
6
 
7
  - **Highest model fidelity:** BF16, because it is the unquantized reference checkpoint used for all paired comparisons.
8
  - **Best quantized BF16 fidelity by the preregistered primary endpoint (LPIPS-Alex):** INT8 ConvRot.
9
- - **Primary-endpoint separation from the next quantized format:** statistically separated after Holm correction.
10
- - **Smallest checkpoint:** NVFP4.
11
  - **Ada performance warning:** MXFP8 and NVFP4 use fallback/dequantized matrix multiplication on this SM 8.9 GPU; their recorded speed must not be projected to Blackwell hardware.
 
 
12
  - Automated results establish original-model fidelity, prompt alignment, and measurable artifact behavior. They do not establish universal human aesthetic preference.
13
 
14
  ### Decision table
@@ -20,9 +22,20 @@
20
  | INT8 ConvRot | 12.566 | 0.041864 | 0.026796 | 0.983833 | 0.132571 | 41.157030 | 12.417 | 15165.0 | 1944.8 |
21
  | MXFP8 | 12.603 | 0.071229 | 0.035132 | 0.979443 | 0.201900 | 31.604820 | 31.929 | 14750.0 | 4142.8 |
22
  | NVFP4 | 7.147 | 0.205124 | 0.084436 | 0.934769 | 0.381361 | 20.600707 | 24.925 | 14459.0 | 3679.3 |
 
 
 
23
 
24
  The decision table is multidimensional by design. No weighted composite score is used.
25
 
 
 
 
 
 
 
 
 
26
  ## Test system and immutable controls
27
 
28
  - GPU: `NVIDIA GeForce RTX 4060 Ti; driver 610.74; 16380 MiB; compute capability 8.9`
@@ -33,17 +46,20 @@ The decision table is multidimensional by design. No weighted composite score is
33
  - Sampler: euler; scheduler: simple; steps: 8; CFG: 1.0; denoise: 1.0
34
  - Shared text encoder: `qwen3vl_4b_bf16.safetensors`; shared VAE: `qwen_image_vae.safetensors`
35
  - Negative conditioning is a zeroed copy of positive conditioning. Prompt rewriting, LoRAs, previews, upscaling, and post-processing are disabled.
36
- - Each prompt/seed pair uses the same initial-noise tensor SHA-256 across all five formats.
37
 
38
  ## Checkpoint structure
39
 
40
- | Format | File | SHA-256 | GiB | Tensors | Stored dtypes | Metadata |
41
- | --- | --- | --- | --- | --- | --- | --- |
42
- | BF16 | krea2_turbo_bf16.safetensors | 78bbf8f4165eda19cea3cb06c78089221932a39e2eed8af9da741f942c47ffb3 | 24.478 | 430 | BF16: 256<br>F32: 174 | none |
43
- | FP8 Scaled | krea2_turbo_fp8_scaled.safetensors | eb4dd8c612cfd10f64f25b057e6e6bbcb5737c94a7372177e456dbf7579502f1 | 12.239 | 686 | BF16: 174<br>F32: 256<br>F8_E4M3: 256 | _quantization_metadata, format |
44
- | INT8 ConvRot | krea2_turbo_int8_convrot.safetensors | 8e4eeda70dd5037ab1ba2bef6b417f9f901e26093117cf397f741fc1fdaaf3f1 | 12.566 | 878 | BF16: 76<br>F32: 354<br>I8: 224<br>U8: 224 | none |
45
- | MXFP8 | krea2_turbo_mxfp8.safetensors | 4c09131a442c3a01e95f934b43c76c1e691b9f683694a7b68d6fc707d5ecfce3 | 12.603 | 686 | BF16: 174<br>F8_E4M3: 256<br>U8: 256 | _quantization_metadata, format |
46
- | NVFP4 | krea2_turbo_nvfp4.safetensors | 61527003b2d537055494d01bc8efe51d6e86e64192ba23e3721a5647231fe394 | 7.147 | 942 | BF16: 174<br>F32: 256<br>F8_E4M3: 256<br>U8: 256 | _quantization_metadata, format |
 
 
 
47
 
48
  ### What the formats actually do
49
 
@@ -52,6 +68,9 @@ The decision table is multidimensional by design. No weighted composite score is
52
  - **INT8 ConvRot:** 224 row-wise INT8 linear weights with group-size-256 online/offline Hadamard rotation. Sensitive input/output, conditioning, and text-fusion components remain higher precision.
53
  - **MXFP8:** E4M3 values with E8M0 power-of-two block scales over 32-element blocks. It marks 256 linear layers; native fast multiplication requires SM 10.0 in this runtime.
54
  - **NVFP4:** packed 4-bit floating-point values with per-tensor and 16-element block scales. It marks 256 linear layers; native fast multiplication likewise requires SM 10.0.
 
 
 
55
 
56
  ## Weight reconstruction fidelity
57
 
@@ -64,6 +83,9 @@ Every logical parameter was reconstructed with the same native comfy-kitchen lay
64
  | INT8 ConvRot | 430 | 224 | 0.000277 | 0.000387 | 0.008753 | 0.999961693 | 41.157 | 0.091442 |
65
  | MXFP8 | 430 | 256 | 0.000721 | 0.001163 | 0.026288 | 0.999654434 | 31.605 | 0.250000 |
66
  | NVFP4 | 430 | 256 | 0.002923 | 0.004129 | 0.093318 | 0.995646025 | 20.601 | 0.531250 |
 
 
 
67
 
68
  Full per-parameter results, including p50/p95/p99/p99.9 error samples and subsystem grouping, are in [`metrics/weight_parameters_all.csv`](metrics/weight_parameters_all.csv).
69
 
@@ -78,8 +100,11 @@ BF16 is a behavioral reference, not a real photograph. Low LPIPS/DISTS and high
78
  | INT8 ConvRot | 0.041864 | 0.050027 | 0.026796 | 0.956164 | 0.983833 | 0.948027 | 1.234503 |
79
  | MXFP8 | 0.071229 | 0.094774 | 0.035132 | 0.917225 | 0.979443 | 0.901653 | 2.643008 |
80
  | NVFP4 | 0.205124 | 0.223690 | 0.084436 | 0.768737 | 0.934769 | 0.796323 | 6.313444 |
 
 
 
81
 
82
- Statistics use 50,000 prompt-cluster BCa bootstrap resamples. Quantized-format pairwise tests use all 2^15 exact prompt-level sign permutations with Holm correction across the six pairs per metric.
83
 
84
  ## Prompt adherence and no-reference quality
85
 
@@ -90,6 +115,9 @@ Statistics use 50,000 prompt-cluster BCa bootstrap resamples. Quantized-format p
90
  | INT8 ConvRot | 41.762024 | 22.668381 | 0.288574 | 70.952457 | 0.458785 | 0.596355 | 4.369028 | 26.581604 |
91
  | MXFP8 | 41.587543 | 22.493693 | 0.289673 | 72.054489 | 0.463579 | 0.594426 | 4.395214 | 25.064392 |
92
  | NVFP4 | 41.326290 | 22.693707 | 0.285645 | 69.801792 | 0.479385 | 0.591738 | 4.430767 | 26.218567 |
 
 
 
93
 
94
  These models have different training biases, particularly on illustration and typography. They are reported independently and are never averaged into a single score.
95
 
@@ -102,6 +130,9 @@ These models have different training biases, particularly on illustration and ty
102
  | INT8 ConvRot | 6 | 0.666667 | 0.666667 | 0.133333 | 0.763667 | 4.67 |
103
  | MXFP8 | 6 | 0.611111 | 0.666667 | 0.157265 | 0.759152 | 4.50 |
104
  | NVFP4 | 6 | 0.611111 | 0.666667 | 0.152381 | 0.780622 | 4.67 |
 
 
 
105
 
106
  OCR is evaluated only on the six package/storefront/scientific-poster images per format. Exact target fraction is the share of requested phrases found verbatim after uppercase normalization.
107
 
@@ -124,13 +155,18 @@ For every float decoded image the analysis records clipping, gradient distributi
124
  | INT8 ConvRot | 13.623 | 12.417 | 0.356 | 15165.0 | 2.309 | 141.7 | 1944.8 | 72.0 |
125
  | MXFP8 | 33.244 | 31.929 | 0.345 | 14750.0 | 4.507 | 124.3 | 4142.8 | 69.0 |
126
  | NVFP4 | 26.391 | 24.925 | 0.345 | 14459.0 | 3.730 | 139.0 | 3679.3 | 71.0 |
 
 
 
127
 
128
  Latency summaries use 30 scored runs per format after three repeatability/warmup executions. GPU and system telemetry were sampled every 100 ms. Model-load and warmup records remain available in `runs.jsonl` and telemetry files but are excluded from steady-state medians.
 
 
129
 
130
  ## Comparison sheets
131
 
132
  - [Master contact sheet](comparison_sheets/contact_sheet_replicate0.png)
133
- - [`comparison_sheets/full/`](comparison_sheets/full/) — labeled five-format images
134
  - [`comparison_sheets/details/`](comparison_sheets/details/) — three automatically selected high-detail crops per pair
135
  - [`comparison_sheets/differences/`](comparison_sheets/differences/) — BF16-relative absolute-difference maps with a shared per-pair scale
136
 
@@ -207,12 +243,13 @@ OCR targets: AIR, WATER, ROOTS, LIGHT.
207
  ## Reproduction
208
 
209
  ```powershell
210
- .\run_benchmark.ps1 preflight
211
- .\run_benchmark.ps1 weights
212
- .\run_benchmark.ps1 generate
213
- .\run_benchmark.ps1 analyze
214
- .\run_benchmark.ps1 sheets
215
- .\run_benchmark.ps1 report
 
216
  ```
217
 
218
  The runner resumes only complete captures and rejects an existing result directory when the configuration hash differs. It never silently retries with different image settings.
@@ -224,12 +261,16 @@ The external capture sampler was also compared against ComfyUI's built-in KSampl
224
  2. BF16 is the original-checkpoint fidelity reference, not an external ground truth for semantic correctness.
225
  3. Pixel metrics become conservative when quantization changes composition rather than producing a local defect.
226
  4. No human preference test was requested; conclusions about aesthetics remain outside scope.
227
- 5. FP8 and INT8 have accelerated Ada execution in this runtime. MXFP8 and NVFP4 do not, so only their storage and quality results are portable from this system.
 
228
 
229
  ## Primary sources
230
 
231
  - [Krea 2 Turbo model card and official inference settings](https://huggingface.co/krea/Krea-2-Turbo)
232
  - [Comfy-Org Krea 2 repackaged checkpoints](https://huggingface.co/Comfy-Org/Krea-2)
 
 
 
233
  - [LPIPS paper](https://arxiv.org/abs/1801.03924)
234
  - [DISTS paper](https://arxiv.org/abs/2004.07728)
235
  - [DINOv2 paper](https://arxiv.org/abs/2304.07193)
@@ -241,7 +282,7 @@ The external capture sampler was also compared against ComfyUI's built-in KSampl
241
  ## Raw artifact index
242
 
243
  - `manifest.json`: environment, dependency versions, checkpoint metadata, and hashes
244
- - `run_matrix.json`: all 150 preregistered scored runs
245
  - `runs.jsonl`: execution ledger including failures and timings
246
  - `captures/`: float decoded images, final latents, trajectories, PNGs, and per-run metadata
247
  - `metrics/`: all raw, summary, and inferential CSV/JSON tables
 
6
 
7
  - **Highest model fidelity:** BF16, because it is the unquantized reference checkpoint used for all paired comparisons.
8
  - **Best quantized BF16 fidelity by the preregistered primary endpoint (LPIPS-Alex):** INT8 ConvRot.
9
+ - **Primary-endpoint separation from the next quantized format:** not statistically separated at α=0.05; treat the numerical ordering as a near-tie.
10
+ - **Smallest checkpoint:** INT4 ConvRot W4A4.
11
  - **Ada performance warning:** MXFP8 and NVFP4 use fallback/dequantized matrix multiplication on this SM 8.9 GPU; their recorded speed must not be projected to Blackwell hardware.
12
+ - **INT4 execution note:** ConvRot W4A4 is eligible for the native SM 8.x signed-INT4 MMA path in this comfy-kitchen runtime.
13
+ - **GGUF execution note:** Q8_0 and Q4_K_M use the pinned ComfyUI-GGUF loader and its on-demand dequantized matrix-multiplication path, not ComfyUI's native safetensors quantization layouts.
14
  - Automated results establish original-model fidelity, prompt alignment, and measurable artifact behavior. They do not establish universal human aesthetic preference.
15
 
16
  ### Decision table
 
22
  | INT8 ConvRot | 12.566 | 0.041864 | 0.026796 | 0.983833 | 0.132571 | 41.157030 | 12.417 | 15165.0 | 1944.8 |
23
  | MXFP8 | 12.603 | 0.071229 | 0.035132 | 0.979443 | 0.201900 | 31.604820 | 31.929 | 14750.0 | 4142.8 |
24
  | NVFP4 | 7.147 | 0.205124 | 0.084436 | 0.934769 | 0.381361 | 20.600707 | 24.925 | 14459.0 | 3679.3 |
25
+ | INT4 ConvRot W4A4 | 6.426 | 0.314728 | 0.132647 | 0.911258 | 0.490868 | 15.715704 | 9.537 | 14623.0 | 1440.8 |
26
+ | GGUF Q8_0 | 12.765 | 0.042618 | 0.024559 | 0.990568 | 0.145688 | 44.813097 | 27.493 | 14267.0 | 3997.6 |
27
+ | GGUF Q4_K_M | 6.972 | 0.153252 | 0.066291 | 0.954597 | 0.340616 | 22.973296 | 31.407 | 14333.0 | 4487.2 |
28
 
29
  The decision table is multidimensional by design. No weighted composite score is used.
30
 
31
+ ## Three-format extension conclusion
32
+
33
+ - **Best fidelity among the three additions: GGUF Q8_0.** It records LPIPS 0.042618, DISTS 0.024559, DINO cosine 0.990568, and 44.81 dB reconstructed-weight SNR. It is also effectively tied with INT8 ConvRot on the primary endpoint (Holm-adjusted permutation p=0.9067), while leading INT8 on DISTS, DINO cosine, and weight SNR.
34
+ - **Best minimum-size/speed option among the three: INT4 ConvRot W4A4.** It is 6.426 GiB and sampled in 9.537 s on this RTX 4060 Ti, but it has the largest quality loss: LPIPS 0.314728, final-latent relative L2 0.490868, and 15.72 dB weight SNR.
35
+ - **Storage-quality compromise: GGUF Q4_K_M.** At 6.972 GiB it is only 8.5% larger than INT4 ConvRot, while reducing LPIPS by 51.3%. Its 31.407 s sampling time is 3.29× INT4's time because this Ada test uses ComfyUI-GGUF's dequantized execution path.
36
+ - **Q8_0 costs size and Ada runtime for fidelity.** Its 12.765 GiB checkpoint is 1.99× the INT4 file and its 27.493 s sampling time is 2.88× INT4's, but it preserves the BF16 result far more closely on every paired fidelity endpoint.
37
+ - The three extension formats ran in the same session, so their timing comparison is direct. Exact timing comparisons against the original five-format session remain caveated by the bridge test.
38
+
39
  ## Test system and immutable controls
40
 
41
  - GPU: `NVIDIA GeForce RTX 4060 Ti; driver 610.74; 16380 MiB; compute capability 8.9`
 
46
  - Sampler: euler; scheduler: simple; steps: 8; CFG: 1.0; denoise: 1.0
47
  - Shared text encoder: `qwen3vl_4b_bf16.safetensors`; shared VAE: `qwen_image_vae.safetensors`
48
  - Negative conditioning is a zeroed copy of positive conditioning. Prompt rewriting, LoRAs, previews, upscaling, and post-processing are disabled.
49
+ - Each prompt/seed pair uses the same initial-noise tensor SHA-256 across all 8 formats.
50
 
51
  ## Checkpoint structure
52
 
53
+ | Format | File | SHA-256 | GiB | Loader | Tensors | Stored dtypes/qtypes | Metadata |
54
+ | --- | --- | --- | --- | --- | --- | --- | --- |
55
+ | BF16 | krea2_turbo_bf16.safetensors | 78bbf8f4165eda19cea3cb06c78089221932a39e2eed8af9da741f942c47ffb3 | 24.478 | unet | 430 | BF16: 256<br>F32: 174 | none |
56
+ | FP8 Scaled | krea2_turbo_fp8_scaled.safetensors | eb4dd8c612cfd10f64f25b057e6e6bbcb5737c94a7372177e456dbf7579502f1 | 12.239 | unet | 686 | BF16: 174<br>F32: 256<br>F8_E4M3: 256 | _quantization_metadata, format |
57
+ | INT8 ConvRot | krea2_turbo_int8_convrot.safetensors | 8e4eeda70dd5037ab1ba2bef6b417f9f901e26093117cf397f741fc1fdaaf3f1 | 12.566 | unet | 878 | BF16: 76<br>F32: 354<br>I8: 224<br>U8: 224 | none |
58
+ | MXFP8 | krea2_turbo_mxfp8.safetensors | 4c09131a442c3a01e95f934b43c76c1e691b9f683694a7b68d6fc707d5ecfce3 | 12.603 | unet | 686 | BF16: 174<br>F8_E4M3: 256<br>U8: 256 | _quantization_metadata, format |
59
+ | NVFP4 | krea2_turbo_nvfp4.safetensors | 61527003b2d537055494d01bc8efe51d6e86e64192ba23e3721a5647231fe394 | 7.147 | unet | 942 | BF16: 174<br>F32: 256<br>F8_E4M3: 256<br>U8: 256 | _quantization_metadata, format |
60
+ | INT4 ConvRot W4A4 | krea2_turbo_int4_convrot.safetensors | 4c74e8fc00d121aeb4f75cdf066b70d33f6a59e36f143b0bfd53d6467ffc13bd | 6.426 | unet | 686 | BF16: 174<br>F32: 256<br>I8: 256 | _quantization_metadata, converted_by |
61
+ | GGUF Q8_0 | krea2_turbo-Q8_0.gguf | 1fa2da08a7a708827c2100d0af41c8371d79efd9f7c5490c23ebc65408536490 | 12.765 | gguf | 432 | F32: 167<br>Q8_0: 265 | general.architecture, general.file_type, general.quantization_version |
62
+ | GGUF Q4_K_M | krea2_turbo-Q4_K_M.gguf | bc12f539de7a7a6ddf9bac17ec6e5bfecd42c3517190f491131d8464a1034b40 | 6.972 | gguf | 432 | F16: 1<br>F32: 167<br>Q4_K: 201<br>Q5_K: 63 | general.architecture, general.file_type, general.quantization_version |
63
 
64
  ### What the formats actually do
65
 
 
68
  - **INT8 ConvRot:** 224 row-wise INT8 linear weights with group-size-256 online/offline Hadamard rotation. Sensitive input/output, conditioning, and text-fusion components remain higher precision.
69
  - **MXFP8:** E4M3 values with E8M0 power-of-two block scales over 32-element blocks. It marks 256 linear layers; native fast multiplication requires SM 10.0 in this runtime.
70
  - **NVFP4:** packed 4-bit floating-point values with per-tensor and 16-element block scales. It marks 256 linear layers; native fast multiplication likewise requires SM 10.0.
71
+ - **INT4 ConvRot W4A4:** 256 packed signed-INT4 linear weights with FP32 scales, ConvRot group size 256, quantization group size 64, and 174 BF16 tensors. ComfyUI 0.27 loads it through the native diffusion-model loader.
72
+ - **GGUF Q8_0:** third-party GGUF representation loaded by ComfyUI-GGUF. Its exact tensor qtype distribution is recorded in the manifest and its dequantized logical weights are audited against BF16.
73
+ - **GGUF Q4_K_M:** mixed K-quant GGUF representation using the same pinned loader. File size is not treated as proof of quality; reconstructed weights and matched outputs determine fidelity.
74
 
75
  ## Weight reconstruction fidelity
76
 
 
83
  | INT8 ConvRot | 430 | 224 | 0.000277 | 0.000387 | 0.008753 | 0.999961693 | 41.157 | 0.091442 |
84
  | MXFP8 | 430 | 256 | 0.000721 | 0.001163 | 0.026288 | 0.999654434 | 31.605 | 0.250000 |
85
  | NVFP4 | 430 | 256 | 0.002923 | 0.004129 | 0.093318 | 0.995646025 | 20.601 | 0.531250 |
86
+ | INT4 ConvRot W4A4 | 430 | 256 | 0.005451 | 0.007245 | 0.163763 | 0.986854981 | 15.716 | 0.625000 |
87
+ | GGUF Q8_0 | 430 | 263 | 0.000201 | 0.000254 | 0.005746 | 0.999983494 | 44.813 | 0.022461 |
88
+ | GGUF Q4_K_M | 430 | 262 | 0.002456 | 0.003142 | 0.071013 | 0.997478661 | 22.973 | 0.144531 |
89
 
90
  Full per-parameter results, including p50/p95/p99/p99.9 error samples and subsystem grouping, are in [`metrics/weight_parameters_all.csv`](metrics/weight_parameters_all.csv).
91
 
 
100
  | INT8 ConvRot | 0.041864 | 0.050027 | 0.026796 | 0.956164 | 0.983833 | 0.948027 | 1.234503 |
101
  | MXFP8 | 0.071229 | 0.094774 | 0.035132 | 0.917225 | 0.979443 | 0.901653 | 2.643008 |
102
  | NVFP4 | 0.205124 | 0.223690 | 0.084436 | 0.768737 | 0.934769 | 0.796323 | 6.313444 |
103
+ | INT4 ConvRot W4A4 | 0.314728 | 0.336843 | 0.132647 | 0.642767 | 0.911258 | 0.662332 | 9.150108 |
104
+ | GGUF Q8_0 | 0.042618 | 0.055029 | 0.024559 | 0.952685 | 0.990568 | 0.944028 | 1.862765 |
105
+ | GGUF Q4_K_M | 0.153252 | 0.188202 | 0.066291 | 0.798899 | 0.954597 | 0.825529 | 5.339750 |
106
 
107
+ Statistics use 50,000 prompt-cluster BCa bootstrap resamples. Quantized-format pairwise tests use all 2^15 exact prompt-level sign permutations with Holm correction across 21 pairs per metric.
108
 
109
  ## Prompt adherence and no-reference quality
110
 
 
115
  | INT8 ConvRot | 41.762024 | 22.668381 | 0.288574 | 70.952457 | 0.458785 | 0.596355 | 4.369028 | 26.581604 |
116
  | MXFP8 | 41.587543 | 22.493693 | 0.289673 | 72.054489 | 0.463579 | 0.594426 | 4.395214 | 25.064392 |
117
  | NVFP4 | 41.326290 | 22.693707 | 0.285645 | 69.801792 | 0.479385 | 0.591738 | 4.430767 | 26.218567 |
118
+ | INT4 ConvRot W4A4 | 40.899118 | 22.446506 | 0.286499 | 72.287605 | 0.481754 | 0.602120 | 4.407180 | 23.496765 |
119
+ | GGUF Q8_0 | 41.225086 | 22.583970 | 0.286743 | 71.787231 | 0.462959 | 0.598738 | 4.274705 | 25.504883 |
120
+ | GGUF Q4_K_M | 40.991884 | 22.502078 | 0.285156 | 71.055096 | 0.456792 | 0.583141 | 4.305879 | 25.181091 |
121
 
122
  These models have different training biases, particularly on illustration and typography. They are reported independently and are never averaged into a single score.
123
 
 
130
  | INT8 ConvRot | 6 | 0.666667 | 0.666667 | 0.133333 | 0.763667 | 4.67 |
131
  | MXFP8 | 6 | 0.611111 | 0.666667 | 0.157265 | 0.759152 | 4.50 |
132
  | NVFP4 | 6 | 0.611111 | 0.666667 | 0.152381 | 0.780622 | 4.67 |
133
+ | INT4 ConvRot W4A4 | 6 | 0.722222 | 0.666667 | 0.113492 | 0.778992 | 4.67 |
134
+ | GGUF Q8_0 | 6 | 0.611111 | 0.666667 | 0.195757 | 0.766976 | 4.50 |
135
+ | GGUF Q4_K_M | 6 | 0.722222 | 0.833333 | 0.074311 | 0.791182 | 3.83 |
136
 
137
  OCR is evaluated only on the six package/storefront/scientific-poster images per format. Exact target fraction is the share of requested phrases found verbatim after uppercase normalization.
138
 
 
155
  | INT8 ConvRot | 13.623 | 12.417 | 0.356 | 15165.0 | 2.309 | 141.7 | 1944.8 | 72.0 |
156
  | MXFP8 | 33.244 | 31.929 | 0.345 | 14750.0 | 4.507 | 124.3 | 4142.8 | 69.0 |
157
  | NVFP4 | 26.391 | 24.925 | 0.345 | 14459.0 | 3.730 | 139.0 | 3679.3 | 71.0 |
158
+ | INT4 ConvRot W4A4 | 10.919 | 9.537 | 0.347 | 14623.0 | 2.303 | 131.5 | 1440.8 | 71.0 |
159
+ | GGUF Q8_0 | 29.344 | 27.493 | 0.802 | 14267.0 | 5.498 | 136.3 | 3997.6 | 72.0 |
160
+ | GGUF Q4_K_M | 32.743 | 31.407 | 0.355 | 14333.0 | 2.314 | 136.4 | 4487.2 | 71.0 |
161
 
162
  Latency summaries use 30 scored runs per format after three repeatability/warmup executions. GPU and system telemetry were sampled every 100 ms. Model-load and warmup records remain available in `runs.jsonl` and telemetry files but are excluded from steady-state medians.
163
+ The original five formats and the three extension formats were measured in separate sessions. Five unscored BF16 and INT8 ConvRot bridge repetitions quantify session drift; no timing is automatically rescaled.
164
+ Bridge verdict: **keep cross-session timing comparisons caveated** using a 5% median-drift threshold.
165
 
166
  ## Comparison sheets
167
 
168
  - [Master contact sheet](comparison_sheets/contact_sheet_replicate0.png)
169
+ - [`comparison_sheets/full/`](comparison_sheets/full/) — labeled 8-format images
170
  - [`comparison_sheets/details/`](comparison_sheets/details/) — three automatically selected high-detail crops per pair
171
  - [`comparison_sheets/differences/`](comparison_sheets/differences/) — BF16-relative absolute-difference maps with a shared per-pair scale
172
 
 
243
  ## Reproduction
244
 
245
  ```powershell
246
+ .\run_benchmark.ps1 preflight -Config .\config_extended.json
247
+ .\run_benchmark.ps1 weights -Config .\config_extended.json
248
+ .\run_benchmark.ps1 generate -Config .\config_extended.json
249
+ .\run_benchmark.ps1 analyze -Config .\config_extended.json
250
+ .\run_benchmark.ps1 sheets -Config .\config_extended.json
251
+ .\run_benchmark.ps1 report -Config .\config_extended.json
252
+ .\run_benchmark.ps1 verify -Config .\config_extended.json
253
  ```
254
 
255
  The runner resumes only complete captures and rejects an existing result directory when the configuration hash differs. It never silently retries with different image settings.
 
261
  2. BF16 is the original-checkpoint fidelity reference, not an external ground truth for semantic correctness.
262
  3. Pixel metrics become conservative when quantization changes composition rather than producing a local defect.
263
  4. No human preference test was requested; conclusions about aesthetics remain outside scope.
264
+ 5. Performance is hardware- and loader-specific. Native safetensors quantization, ConvRot W4A4, and ComfyUI-GGUF follow different execution paths; storage and paired fidelity are more portable than timing.
265
+ 6. The extension adds three formats in a later session. Bridge runs quantify drift, but a future single-session eight-format rerun remains the strongest timing design.
266
 
267
  ## Primary sources
268
 
269
  - [Krea 2 Turbo model card and official inference settings](https://huggingface.co/krea/Krea-2-Turbo)
270
  - [Comfy-Org Krea 2 repackaged checkpoints](https://huggingface.co/Comfy-Org/Krea-2)
271
+ - [Winnougan INT4 ConvRot Comfy models](https://huggingface.co/Winnougan/INT4-Convrot-Comfy-Models)
272
+ - [vantagewithai Krea 2 Turbo GGUF](https://huggingface.co/vantagewithai/Krea-2-Turbo-GGUF)
273
+ - [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF)
274
  - [LPIPS paper](https://arxiv.org/abs/1801.03924)
275
  - [DISTS paper](https://arxiv.org/abs/2004.07728)
276
  - [DINOv2 paper](https://arxiv.org/abs/2304.07193)
 
282
  ## Raw artifact index
283
 
284
  - `manifest.json`: environment, dependency versions, checkpoint metadata, and hashes
285
+ - `run_matrix.json`: all 240 preregistered scored runs
286
  - `runs.jsonl`: execution ledger including failures and timings
287
  - `captures/`: float decoded images, final latents, trajectories, PNGs, and per-run metadata
288
  - `metrics/`: all raw, summary, and inferential CSV/JSON tables
checksums/SHA256SUMS CHANGED
The diff for this file is too large to render. See raw diff
 
metrics/analysis_advanced_complete.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
  "complete": true,
3
- "rows": 150
4
  }
 
1
  {
2
  "complete": true,
3
+ "rows": 240
4
  }
metrics/analysis_core_complete.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
  "completed": true,
3
- "scored_images": 150,
4
- "trajectory_rows": 1920
5
  }
 
1
  {
2
  "completed": true,
3
+ "scored_images": 240,
4
+ "trajectory_rows": 3360
5
  }
metrics/image_advanced.csv CHANGED
@@ -4,148 +4,238 @@ dinov2_large_image_cosine_to_bf16,dists,format_id,hpsv2_1,lpips_alex,lpips_vgg,m
4
  0.9994426207438029,0.0055634379386901855,int8_convrot,0.333251953125,0.010271208360791206,0.021212123334407806,0.9922916889190674,nan,nan,nan,0,,0.9979394186553612,37.190372467041016,23.07309341430664,p01_portrait,8.70135498046875,0.45057690143585205,74.47032928466797,3.459733364855903,0.5961877703666687,0,p01_portrait__r0__int8_convrot
5
  0.9992130391924932,0.013190686702728271,mxfp8,0.33544921875,0.01726537197828293,0.03447265177965164,0.9888502359390259,nan,nan,nan,0,,0.9972114868964844,37.41974639892578,22.990985870361328,p01_portrait,8.69989013671875,0.4523734748363495,74.2498779296875,3.535610675841402,0.5963793992996216,0,p01_portrait__r0__mxfp8
6
  0.9875872193522877,0.046495020389556885,nvfp4,0.323974609375,0.08745613694190979,0.1296578049659729,0.9154347777366638,nan,nan,nan,0,,0.9777436966683025,36.9848747253418,22.916370391845703,p01_portrait,8.05267333984375,0.4412292540073395,73.87506866455078,3.6861016223155305,0.5941120982170105,0,p01_portrait__r0__nvfp4
 
 
 
7
  1.000000005445293,0.0,bf16,0.32421875,0.0,0.0,1.0,nan,nan,nan,0,,0.9999998998437891,34.7912712097168,22.753427505493164,p01_portrait,10.15081787109375,0.45251134037971497,73.93354034423828,3.22929132562609,0.6054454445838928,1,p01_portrait__r1__bf16
8
  0.9971540448250096,0.018386781215667725,fp8_scaled,0.325927734375,0.0316767580807209,0.05705194175243378,0.9703020453453064,nan,nan,nan,0,,0.9957291022858497,35.332359313964844,22.77099609375,p01_portrait,10.57537841796875,0.4509962499141693,73.67274475097656,3.269988810959199,0.6034545302391052,1,p01_portrait__r1__fp8_scaled
9
  0.9990582168223774,0.003576338291168213,int8_convrot,0.323974609375,0.005779309663921595,0.017087319865822792,0.9955347776412964,nan,nan,nan,0,,0.9984301021934913,35.092002868652344,22.794357299804688,p01_portrait,10.39129638671875,0.44979241490364075,73.84302520751953,3.2159665728829796,0.6013012528419495,1,p01_portrait__r1__int8_convrot
10
  0.9984945963757443,0.006894290447235107,mxfp8,0.32275390625,0.008758391253650188,0.02046053111553192,0.9944595098495483,nan,nan,nan,0,,0.9982702764888711,34.654258728027344,22.74537467956543,p01_portrait,10.42816162109375,0.4490991234779358,73.9065933227539,3.2208747126422272,0.6074486374855042,1,p01_portrait__r1__mxfp8
11
  0.9927072006236084,0.05494070053100586,nvfp4,0.31396484375,0.11024601757526398,0.15859809517860413,0.8781070709228516,nan,nan,nan,0,,0.9851892418204928,35.38251495361328,22.691762924194336,p01_portrait,10.69598388671875,0.43856820464134216,72.57384490966797,3.39822638081313,0.5955174565315247,1,p01_portrait__r1__nvfp4
 
 
 
12
  0.9999999941094184,0.0,bf16,0.26953125,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999908422026,33.81818389892578,22.378446578979492,p02_hands_group,25.97503662109375,0.37220466136932373,70.68191528320312,4.186157740037301,0.5493693947792053,0,p02_hands_group__r0__bf16
13
  0.9379971732725091,0.04590809345245361,fp8_scaled,0.278076171875,0.1408057063817978,0.18125838041305542,0.8252775073051453,nan,nan,nan,0,,0.9559456416888162,34.304542541503906,22.777393341064453,p02_hands_group,28.41253662109375,0.3788301348686218,69.58789825439453,4.128948061867998,0.5620797276496887,0,p02_hands_group__r0__fp8_scaled
14
  0.9476059168176274,0.037316083908081055,int8_convrot,0.27685546875,0.09997948259115219,0.12941531836986542,0.8850389719009399,nan,nan,nan,0,,0.9811457971656853,34.929107666015625,22.661548614501953,p02_hands_group,27.56268310546875,0.3696456551551819,69.90532684326172,4.190699915334082,0.5546323657035828,0,p02_hands_group__r0__int8_convrot
15
  0.956877545739335,0.033440351486206055,mxfp8,0.270263671875,0.09308192133903503,0.12585106492042542,0.8794533610343933,nan,nan,nan,0,,0.9750297232343028,32.4578857421875,22.453134536743164,p02_hands_group,27.54144287109375,0.3686392903327942,69.86308288574219,4.106045898165954,0.538679301738739,0,p02_hands_group__r0__mxfp8
16
  0.9429404312394831,0.06007039546966553,nvfp4,0.27197265625,0.18902310729026794,0.23267605900764465,0.7784833908081055,nan,nan,nan,0,,0.9660413114739748,33.0361442565918,22.695650100708008,p02_hands_group,27.73504638671875,0.3577369153499603,67.84331512451172,4.1427890275290045,0.5306038856506348,0,p02_hands_group__r0__nvfp4
 
 
 
17
  0.9999999104942232,0.0,bf16,0.283447265625,0.0,0.0,1.0,nan,nan,nan,0,,0.999999955520691,34.81957244873047,22.39429473876953,p02_hands_group,27.53948974609375,0.38209348917007446,69.76953125,4.371846538484391,0.5085436105728149,1,p02_hands_group__r1__bf16
18
  0.9449780709341395,0.04394340515136719,fp8_scaled,0.284423828125,0.13168470561504364,0.1622447371482849,0.8486630320549011,nan,nan,nan,0,,0.9805339261046923,36.186927795410156,22.612621307373047,p02_hands_group,24.25604248046875,0.39146146178245544,70.25676727294922,4.150278983470847,0.5276893377304077,1,p02_hands_group__r1__fp8_scaled
19
  0.9731468423021188,0.01161801815032959,int8_convrot,0.28466796875,0.02343113347887993,0.034064147621393204,0.975487232208252,nan,nan,nan,0,,0.9972294370203113,34.45275115966797,22.38278579711914,p02_hands_group,25.92401123046875,0.3857790529727936,69.28182983398438,4.376735501442924,0.5023737549781799,1,p02_hands_group__r1__int8_convrot
20
  0.9711734920192028,0.028273403644561768,mxfp8,0.281494140625,0.07197675108909607,0.09829969704151154,0.9184803366661072,nan,nan,nan,0,,0.9915037006056837,33.83278274536133,22.43120574951172,p02_hands_group,24.42242431640625,0.3849424421787262,69.81230926513672,4.224097240853211,0.5160639882087708,1,p02_hands_group__r1__mxfp8
21
  0.8561654341824705,0.06217080354690552,nvfp4,0.2822265625,0.2109711617231369,0.2448824942111969,0.7538872957229614,nan,nan,nan,0,,0.9599823739064866,35.56656265258789,22.851886749267578,p02_hands_group,28.53558349609375,0.3701822757720947,68.23773956298828,4.275318334118215,0.4850790202617645,1,p02_hands_group__r1__nvfp4
 
 
 
22
  0.9999999641871233,0.0,bf16,0.2607421875,0.0,0.0,1.0,0.6666666666666666,0.10256410256410257,0.7580188988574913,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,1.0000000026886948,49.51201629638672,22.682703018188477,p03_package_text,39.29425048828125,0.484801709651947,75.64957427978516,8.059884870985327,0.6731279492378235,0,p03_package_text__r0__bf16
23
  0.9893039399068033,0.03249472379684448,fp8_scaled,0.26318359375,0.054666146636009216,0.08432291448116302,0.9498541355133057,0.6666666666666666,0.10256410256410257,0.8033529210303509,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.9815089910748453,47.76728820800781,22.574295043945312,p03_package_text,42.03155517578125,0.4923124313354492,75.2192153930664,7.916611087721844,0.670321524143219,0,p03_package_text__r0__fp8_scaled
24
  0.9912284318416853,0.024116337299346924,int8_convrot,0.26416015625,0.04864310845732689,0.048043373972177505,0.9515373110771179,0.6666666666666666,0.10256410256410257,0.7586247887994562,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.9846768499730388,47.56193542480469,22.576744079589844,p03_package_text,38.98065185546875,0.49180036783218384,75.5679931640625,8.13885729031908,0.6682897210121155,0,p03_package_text__r0__int8_convrot
25
  0.9990696743169123,0.004149675369262695,mxfp8,0.259765625,0.0031711203046143055,0.014053110964596272,0.9977141618728638,0.6666666666666666,0.10256410256410257,0.7729298246758325,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.9992730458008162,49.59880828857422,22.58310317993164,p03_package_text,39.07977294921875,0.4869307577610016,75.64592742919922,8.07849329637593,0.6719569563865662,0,p03_package_text__r0__mxfp8
26
  0.9920881666626986,0.03400731086730957,nvfp4,0.255126953125,0.024270767346024513,0.08842398226261139,0.9688292741775513,0.6666666666666666,0.10256410256410257,0.7947733640670775,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.9912252998774632,49.52870178222656,22.72385025024414,p03_package_text,44.29364013671875,0.4766618311405182,75.29411315917969,8.094723034793152,0.6531777381896973,0,p03_package_text__r0__nvfp4
 
 
 
27
  1.0000000268588785,0.0,bf16,0.271728515625,0.0,0.0,1.0,0.6666666666666666,0.10256410256410257,0.7617607225264822,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,1.0000001003512617,51.275699615478516,23.060813903808594,p03_package_text,56.07916259765625,0.47649434208869934,71.8906021118164,5.956993153871663,0.6719954013824463,1,p03_package_text__r1__bf16
28
  0.9635499954987963,0.020729899406433105,fp8_scaled,0.272705078125,0.021495753899216652,0.040619052946567535,0.9859859347343445,0.3333333333333333,0.1396011396011396,0.7959487110967675,4,NORTHSTAR | LAB | SERIES08 | 250 ML,0.9959013569101626,51.483497619628906,22.978971481323242,p03_package_text,55.34979248046875,0.467152863740921,72.69524383544922,6.338316235654312,0.6667962074279785,1,p03_package_text__r1__fp8_scaled
29
  0.9751408745148299,0.027680158615112305,int8_convrot,0.276123046875,0.023630354553461075,0.041659899055957794,0.9870933294296265,0.6666666666666666,0.10256410256410257,0.7577975956457002,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.9951327857642543,51.184898376464844,23.17673683166504,p03_package_text,56.10711669921875,0.46699267625808716,73.0719223022461,7.16851549736249,0.6671100854873657,1,p03_package_text__r1__int8_convrot
30
  0.9889147644803742,0.015041649341583252,mxfp8,0.270263671875,0.013631249777972698,0.03439881280064583,0.9920489192008972,0.6666666666666666,0.10256410256410257,0.7538210630416871,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.997288756839765,51.27956008911133,22.884397506713867,p03_package_text,53.61785888671875,0.4747844636440277,71.7668228149414,5.930054117806523,0.6701987385749817,1,p03_package_text__r1__mxfp8
31
  0.9030529241644532,0.14129167795181274,nvfp4,0.2666015625,0.1801292896270752,0.19220229983329773,0.7764748930931091,0.6666666666666666,0.15018315018315018,0.8023732706904412,5,NORTHSTAR | LAB | NORTHSTAR | SERIES 08 | 250 ML.,0.9332791912992493,48.05664825439453,22.908214569091797,p03_package_text,49.88079833984375,0.4903087913990021,74.94251251220703,6.949644275706244,0.6673346161842346,1,p03_package_text__r1__nvfp4
 
 
 
32
  0.9999999948659285,0.0,bf16,0.316162109375,0.0,0.0,1.0,0.3333333333333333,0.19999999999999998,0.7743320679354977,5,CAFE | TTH STREET | LUMEN | OPEN 24 HOURS | FRICE,1.000000064706256,48.83467483520508,25.028823852539062,p04_storefront_text,30.48626708984375,0.30830830335617065,64.89874267578125,3.4536950459197557,0.4745337665081024,0,p04_storefront_text__r0__bf16
33
  0.920164121881574,0.06548196077346802,fp8_scaled,0.310546875,0.17221540212631226,0.22081126272678375,0.8530095815658569,0.3333333333333333,0.19999999999999998,0.7717581937710444,4,CAFE | 7TH STRET | LUMEN | OPEN 24 HOURS,0.974226961250514,47.80848693847656,24.920520782470703,p04_storefront_text,28.04962158203125,0.3129104673862457,63.61717987060547,3.610189621693244,0.4706093966960907,0,p04_storefront_text__r0__fp8_scaled
34
  0.976874377909674,0.04109472036361694,int8_convrot,0.31640625,0.09424148499965668,0.1306486427783966,0.9186582565307617,0.6666666666666666,0.16666666666666666,0.7246952406307319,5,CAFE | 7TH STREET | LUMEN | OPEN 24 HOURS | BADE,0.9779841574182704,48.35041809082031,25.10140609741211,p04_storefront_text,30.83538818359375,0.29667970538139343,63.180686950683594,3.4942921914786353,0.4730197787284851,0,p04_storefront_text__r0__int8_convrot
35
  0.9516172750250586,0.059112370014190674,mxfp8,0.314208984375,0.1489109992980957,0.19084805250167847,0.8705636858940125,0.3333333333333333,0.2333333333333333,0.7636755442572019,4,CAFE | TH STRET | LUMEN | OPEN 24 HOURS,0.9804520214259748,49.56340408325195,24.849397659301758,p04_storefront_text,30.25628662109375,0.3121373653411865,64.32910919189453,3.5115564107562425,0.46928924322128296,0,p04_storefront_text__r0__mxfp8
36
  0.9213713841245468,0.08788132667541504,nvfp4,0.31005859375,0.2594889998435974,0.31399184465408325,0.7615189552307129,0.3333333333333333,0.2333333333333333,0.7568550336219015,4,CAFE | THSTREET | OPEN 24 HOURS | LUMEN,0.9581969824152035,48.59613800048828,24.77184295654297,p04_storefront_text,25.12835693359375,0.31348106265068054,63.918094635009766,3.538800388887889,0.48535284399986267,0,p04_storefront_text__r0__nvfp4
 
 
 
37
  1.000000020971539,0.0,bf16,0.316162109375,0.0,0.0,1.0,0.0,0.4282051282051282,0.7456174101418649,7,CAFE | 7TH | OPEN | LUMEN | STREET | 24 HOURS | 2888,1.0000000072387742,47.19422149658203,24.94066619873047,p04_storefront_text,31.87664794921875,0.3284153938293457,64.81311798095703,3.5711249611826905,0.47474321722984314,1,p04_storefront_text__r1__bf16
38
  0.9323674146703864,0.07970172166824341,fp8_scaled,0.30615234375,0.20920200645923615,0.2504982352256775,0.8229545950889587,0.0,0.4282051282051282,0.7562206043925865,6,CAFE | TH | OPEN | LUMEN | STREET | 24 HOURS,0.9644837701340538,46.98052215576172,24.667457580566406,p04_storefront_text,30.38665771484375,0.31928497552871704,62.79066848754883,3.334971644325175,0.5014355778694153,1,p04_storefront_text__r1__fp8_scaled
39
  0.9817247222557085,0.0512387752532959,int8_convrot,0.31689453125,0.1137644499540329,0.15991635620594025,0.8946816325187683,0.0,0.4282051282051282,0.7452596581239009,7,CAFE | 7TH | OPEN | LUMEN | STREET | 24 HOURS | 32RE,0.989494955076516,48.12169647216797,24.741575241088867,p04_storefront_text,32.92425537109375,0.3243979215621948,66.02998352050781,3.524650273311292,0.48166945576667786,1,p04_storefront_text__r1__int8_convrot
40
  0.9687541002131644,0.04984283447265625,mxfp8,0.318359375,0.1357438564300537,0.16841551661491394,0.891515851020813,0.0,0.5051282051282051,0.7496092330841791,7,CAFE | OPEN | TH | 24 | LUMEN | STREET | HOURS,0.973258139672394,47.935062408447266,24.66527557373047,p04_storefront_text,32.11517333984375,0.3173351585865021,64.66963958740234,3.1744788871393754,0.4848605692386627,1,p04_storefront_text__r1__mxfp8
41
  0.9392200687937964,0.08577489852905273,nvfp4,0.303466796875,0.23561078310012817,0.2940053939819336,0.7728787660598755,0.0,0.4282051282051282,0.7399276736304332,7,CAFE | OPEN | 7TH | LUMEN | STREET | 24 HOURS | TMN,0.9598965017402027,48.532894134521484,24.330673217773438,p04_storefront_text,32.00360107421875,0.3182346224784851,63.754791259765625,3.3403983826152035,0.48185089230537415,1,p04_storefront_text__r1__nvfp4
 
 
 
42
  1.0000000604887127,0.0,bf16,0.248779296875,0.0,0.0,1.0,nan,nan,nan,0,,1.000000034040316,40.493736267089844,22.96419906616211,p05_architecture,38.68450927734375,0.47816112637519836,72.95842742919922,3.553121759835224,0.6152669787406921,0,p05_architecture__r0__bf16
43
  0.9912012291432362,0.041532814502716064,fp8_scaled,0.2471923828125,0.07020322978496552,0.0975879356265068,0.8799111843109131,nan,nan,nan,0,,0.9913045742548159,40.612815856933594,22.938621520996094,p05_architecture,36.16009521484375,0.48579710721969604,73.4522933959961,3.6412093611183756,0.6183503866195679,0,p05_architecture__r0__fp8_scaled
44
  0.9587464490141566,0.06224405765533447,int8_convrot,0.248779296875,0.1701090931892395,0.19085468351840973,0.7563462257385254,nan,nan,nan,0,,0.9831714502594778,41.25468063354492,22.841712951660156,p05_architecture,39.17401123046875,0.49160152673721313,73.33766174316406,3.4228245110262354,0.6150598526000977,0,p05_architecture__r0__int8_convrot
45
  0.9077013373085625,0.08166646957397461,mxfp8,0.240966796875,0.2517963647842407,0.2619633674621582,0.6970457434654236,nan,nan,nan,0,,0.9507209782767104,40.15892791748047,22.3956298828125,p05_architecture,37.84576416015625,0.48338621854782104,73.25955963134766,3.863177000179025,0.6241349577903748,0,p05_architecture__r0__mxfp8
46
  0.8488111546955661,0.12398791313171387,nvfp4,0.243408203125,0.3587673306465149,0.37366151809692383,0.4998057782649994,nan,nan,nan,0,,0.9218407505597557,39.71263122558594,22.537628173828125,p05_architecture,37.73846435546875,0.5018033385276794,72.14484405517578,3.7231210563601866,0.6285812854766846,0,p05_architecture__r0__nvfp4
 
 
 
47
  1.0000000550688337,0.0,bf16,0.2427978515625,0.0,0.0,1.0,nan,nan,nan,0,,1.0000000007058871,42.150962829589844,22.285537719726562,p05_architecture,30.02703857421875,0.49331745505332947,73.40734100341797,4.0550387450746355,0.6177598834037781,1,p05_architecture__r1__bf16
48
  0.9960098297847586,0.02749866247177124,fp8_scaled,0.23681640625,0.04328903183341026,0.05444515123963356,0.954364538192749,nan,nan,nan,0,,0.9937050751609988,41.86296463012695,22.169111251831055,p05_architecture,32.89178466796875,0.4959002733230591,73.58293151855469,4.30788012769682,0.6271457076072693,1,p05_architecture__r1__fp8_scaled
49
  0.9938522515155327,0.02384960651397705,int8_convrot,0.2440185546875,0.035085685551166534,0.04586061090230942,0.9581446051597595,nan,nan,nan,0,,0.9951224635825526,42.18452072143555,22.255247116088867,p05_architecture,28.24041748046875,0.49721279740333557,72.8360824584961,3.6425733034200407,0.6185669898986816,1,p05_architecture__r1__int8_convrot
50
  0.9924771952700301,0.03425252437591553,mxfp8,0.238525390625,0.07387596368789673,0.09144337475299835,0.9249215126037598,nan,nan,nan,0,,0.9855496169683533,42.192481994628906,22.428028106689453,p05_architecture,34.28924560546875,0.47879403829574585,72.73973083496094,4.21878040841932,0.6135506629943848,1,p05_architecture__r1__mxfp8
51
  0.9841958838200647,0.05290985107421875,nvfp4,0.240234375,0.13765178620815277,0.1653432995080948,0.8755872249603271,nan,nan,nan,0,,0.9884329099961828,41.789215087890625,22.095829010009766,p05_architecture,31.31854248046875,0.49968239665031433,72.58686065673828,4.472105798085079,0.6280539035797119,1,p05_architecture__r1__nvfp4
 
 
 
52
  0.9999999453571304,0.0,bf16,0.3447265625,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999798592769,42.65753173828125,25.29480743408203,p06_reflections,21.45318603515625,0.520759105682373,72.48316955566406,3.756700752908876,0.6872645020484924,0,p06_reflections__r0__bf16
53
  0.9826166065174593,0.06523740291595459,fp8_scaled,0.353271484375,0.15852975845336914,0.19457699358463287,0.7442535758018494,nan,nan,nan,0,,0.9542502306799163,42.52729034423828,25.59395980834961,p06_reflections,19.07440185546875,0.5197836756706238,73.85685729980469,3.7501599521821825,0.695905327796936,0,p06_reflections__r0__fp8_scaled
54
  0.9889457657469354,0.037947773933410645,int8_convrot,0.345703125,0.06044542416930199,0.0803600400686264,0.9069937467575073,nan,nan,nan,0,,0.9776864700111072,43.28050994873047,25.285961151123047,p06_reflections,19.39923095703125,0.5130378603935242,73.38409423828125,3.7856549202555185,0.6705564260482788,0,p06_reflections__r0__int8_convrot
55
  0.984883401456659,0.031936824321746826,mxfp8,0.35205078125,0.07048118114471436,0.08705160021781921,0.9225387573242188,nan,nan,nan,0,,0.9881742907490076,42.41746139526367,25.123355865478516,p06_reflections,23.67388916015625,0.517848551273346,72.37113189697266,3.7957130140663993,0.6862851977348328,0,p06_reflections__r0__mxfp8
56
  0.980511953075909,0.08309662342071533,nvfp4,0.348876953125,0.2565927505493164,0.26019972562789917,0.6614062190055847,nan,nan,nan,0,,0.9560766586473268,43.961917877197266,25.195621490478516,p06_reflections,25.47357177734375,0.48210880160331726,72.84325408935547,3.9760113596594517,0.6683819890022278,0,p06_reflections__r0__nvfp4
 
 
 
57
  1.000000024008055,0.0,bf16,0.3447265625,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999021934906,42.78760528564453,25.103185653686523,p06_reflections,29.90618896484375,0.4918527901172638,72.35835266113281,3.81730031543237,0.6712402701377869,1,p06_reflections__r1__bf16
58
  0.9899324296675664,0.02967935800552368,fp8_scaled,0.3515625,0.05737543851137161,0.07840216159820557,0.9143433570861816,nan,nan,nan,0,,0.9885567744322843,43.17399215698242,25.314111709594727,p06_reflections,29.90179443359375,0.4981875419616699,72.09471893310547,3.723148209909331,0.685397207736969,1,p06_reflections__r1__fp8_scaled
59
  0.9962894286657721,0.017097890377044678,int8_convrot,0.34619140625,0.025482477620244026,0.04077092558145523,0.966291069984436,nan,nan,nan,0,,0.9936014835580084,42.110008239746094,25.15778160095215,p06_reflections,29.92181396484375,0.4901779592037201,71.92987823486328,3.7501502327924934,0.6685236096382141,1,p06_reflections__r1__int8_convrot
60
  0.9881060875147536,0.03129255771636963,mxfp8,0.350830078125,0.06244015321135521,0.0978429913520813,0.9111503958702087,nan,nan,nan,0,,0.9850128201823652,43.81854248046875,25.251150131225586,p06_reflections,27.53167724609375,0.4926360249519348,72.52883911132812,3.8544953724717073,0.6711715459823608,1,p06_reflections__r1__mxfp8
61
  0.9829877446183904,0.06616508960723877,nvfp4,0.34521484375,0.17582103610038757,0.21470440924167633,0.7376378774642944,nan,nan,nan,0,,0.9576068457624489,41.891265869140625,24.89389991760254,p06_reflections,27.56634521484375,0.5079430937767029,72.8053207397461,3.935405241035323,0.6618326902389526,1,p06_reflections__r1__nvfp4
 
 
 
62
  1.000000047602966,0.0,bf16,0.318115234375,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999946179683,37.6024169921875,21.443134307861328,p07_foliage_bird,12.52972412109375,0.540269136428833,76.1681137084961,3.9363657635662714,0.681535005569458,0,p07_foliage_bird__r0__bf16
63
  0.9695535374508116,0.0744180679321289,fp8_scaled,0.32373046875,0.2758581042289734,0.29019999504089355,0.6742762923240662,nan,nan,nan,0,,0.9910903870457993,38.403602600097656,21.33931541442871,p07_foliage_bird,11.21856689453125,0.5446811318397522,76.8619384765625,4.0039898227947095,0.6758023500442505,0,p07_foliage_bird__r0__fp8_scaled
64
  0.9964818740521302,0.023702621459960938,int8_convrot,0.31591796875,0.08600236475467682,0.09828425198793411,0.9110084772109985,nan,nan,nan,0,,0.9964754139185636,37.18933868408203,21.451040267944336,p07_foliage_bird,12.52886962890625,0.5400848388671875,76.29559326171875,3.8447807764893644,0.6921267509460449,0,p07_foliage_bird__r0__int8_convrot
65
  0.973059979257429,0.06799638271331787,mxfp8,0.3046875,0.17300063371658325,0.19366759061813354,0.7989823222160339,nan,nan,nan,0,,0.9876118580515058,37.826133728027344,20.989059448242188,p07_foliage_bird,12.81231689453125,0.5390673279762268,76.46853637695312,4.036781755620271,0.7006123661994934,0,p07_foliage_bird__r0__mxfp8
66
  0.932016152443178,0.10205143690109253,nvfp4,0.299072265625,0.30532026290893555,0.33047133684158325,0.6211484670639038,nan,nan,nan,0,,0.9723565097095419,37.27699279785156,21.069580078125,p07_foliage_bird,15.65789794921875,0.5257018804550171,76.5098648071289,3.9475173934767915,0.6912199854850769,0,p07_foliage_bird__r0__nvfp4
 
 
 
67
  1.0000000883164262,0.0,bf16,0.32568359375,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999938715083,38.20400619506836,21.139617919921875,p07_foliage_bird,8.92864990234375,0.5886019468307495,77.23944854736328,4.037099355814984,0.7204250693321228,1,p07_foliage_bird__r1__bf16
68
  0.9843880811682056,0.07461655139923096,fp8_scaled,0.32666015625,0.3453653156757355,0.3367612063884735,0.5844728350639343,nan,nan,nan,0,,0.9884141444854608,38.39693832397461,21.384611129760742,p07_foliage_bird,4.93988037109375,0.5733467936515808,76.61385345458984,3.9537262933340545,0.7197762131690979,1,p07_foliage_bird__r1__fp8_scaled
69
  0.9943034156199997,0.03263688087463379,int8_convrot,0.322265625,0.13088425993919373,0.1408936083316803,0.8562836647033691,nan,nan,nan,0,,0.9944850279184594,37.682464599609375,21.185182571411133,p07_foliage_bird,9.05767822265625,0.5910975933074951,77.40489196777344,3.967871508788248,0.7242098450660706,1,p07_foliage_bird__r1__int8_convrot
70
  0.992241693344455,0.05673617124557495,mxfp8,0.319091796875,0.27287623286247253,0.2697848677635193,0.6836859583854675,nan,nan,nan,0,,0.9870046205563756,38.46392822265625,21.077396392822266,p07_foliage_bird,9.29144287109375,0.5723727941513062,76.84375762939453,4.044245760161385,0.7195144891738892,1,p07_foliage_bird__r1__mxfp8
71
  0.9696613635718181,0.08967459201812744,nvfp4,0.3212890625,0.34490421414375305,0.3465515375137329,0.58565753698349,nan,nan,nan,0,,0.9852147603429368,37.56574249267578,21.25990104675293,p07_foliage_bird,9.31512451171875,0.5702823996543884,76.9495620727539,3.937436269506489,0.7111228108406067,1,p07_foliage_bird__r1__nvfp4
 
 
 
72
  0.9999998995136015,0.0,bf16,0.221923828125,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999973427398,40.95574188232422,21.709653854370117,p08_fog_neon,42.84881591796875,0.30211153626441956,28.860599517822266,8.775438968162158,0.253488153219223,0,p08_fog_neon__r0__bf16
73
  0.8945264411619307,0.03090083599090576,fp8_scaled,0.219970703125,0.024081503972411156,0.06422717869281769,0.9930009841918945,nan,nan,nan,0,,0.9896939181779207,41.2266960144043,21.647315979003906,p08_fog_neon,42.60028076171875,0.3166401982307434,29.722742080688477,8.817476835661077,0.27268925309181213,0,p08_fog_neon__r0__fp8_scaled
74
  0.9543163175932632,0.018460512161254883,int8_convrot,0.2216796875,0.010215945541858673,0.03228762745857239,0.9967378377914429,nan,nan,nan,0,,0.9972727363758581,40.568214416503906,21.67729377746582,p08_fog_neon,42.59906005859375,0.30021151900291443,29.176006317138672,8.88828821519124,0.25927403569221497,0,p08_fog_neon__r0__int8_convrot
75
  0.8435983265842217,0.042305707931518555,mxfp8,0.2218017578125,0.02800895832479,0.07668688893318176,0.9897515177726746,nan,nan,nan,0,,0.9875904335495731,40.603919982910156,21.66012191772461,p08_fog_neon,41.75994873046875,0.302993506193161,28.116840362548828,8.490436418679806,0.25961214303970337,0,p08_fog_neon__r0__mxfp8
76
  0.8058705281733167,0.06442761421203613,nvfp4,0.212158203125,0.04691952466964722,0.10324626415967941,0.9860314130783081,nan,nan,nan,0,,0.9838095636096287,40.19397735595703,21.559537887573242,p08_fog_neon,42.72698974609375,0.3072735071182251,28.360130310058594,9.008278267519119,0.2606316804885864,0,p08_fog_neon__r0__nvfp4
 
 
 
77
  1.000000030192612,0.0,bf16,0.219970703125,0.0,0.0,1.0,nan,nan,nan,0,,1.0000000904313469,41.11246109008789,21.5015869140625,p08_fog_neon,41.14361572265625,0.32352638244628906,29.72311782836914,9.83265034252242,0.2532931864261627,1,p08_fog_neon__r1__bf16
78
  0.8339299280345938,0.040812015533447266,fp8_scaled,0.21923828125,0.04312717542052269,0.08000147342681885,0.9878365397453308,nan,nan,nan,0,,0.9890192328433325,40.95766067504883,21.259323120117188,p08_fog_neon,41.65167236328125,0.32725468277931213,29.581417083740234,9.835917833205375,0.25142282247543335,1,p08_fog_neon__r1__fp8_scaled
79
  0.9638655446519122,0.02907782793045044,int8_convrot,0.2220458984375,0.02718229964375496,0.05201052129268646,0.9931179881095886,nan,nan,nan,0,,0.9931784464418796,41.845760345458984,21.532812118530273,p08_fog_neon,41.36236572265625,0.3209209740161896,29.31497573852539,9.704376008322637,0.25106868147850037,1,p08_fog_neon__r1__int8_convrot
80
  0.9463633431535848,0.03485041856765747,mxfp8,0.221435546875,0.029706142842769623,0.0601017102599144,0.9893769025802612,nan,nan,nan,0,,0.9877623019695376,42.12651443481445,21.460424423217773,p08_fog_neon,40.91424560546875,0.3180916905403137,28.326091766357422,9.286908790995184,0.25287699699401855,1,p08_fog_neon__r1__mxfp8
81
  0.7742967238004093,0.09120666980743408,nvfp4,0.2181396484375,0.14014990627765656,0.1974058598279953,0.952580451965332,nan,nan,nan,0,,0.9645156893693767,40.876068115234375,21.486085891723633,p08_fog_neon,40.74578857421875,0.3236551880836487,36.47635269165039,9.039215267460788,0.2595398724079132,1,p08_fog_neon__r1__nvfp4
 
 
 
82
  1.0000000707946308,0.0,bf16,0.2493896484375,0.0,0.0,1.0,nan,nan,nan,0,,1.0000000505988862,50.1131706237793,20.779829025268555,p09_material_macro,23.19940185546875,0.43017706274986267,71.2347640991211,3.9525360069019735,0.5584702491760254,0,p09_material_macro__r0__bf16
83
  0.991173867544036,0.03301692008972168,fp8_scaled,0.253662109375,0.03288479894399643,0.05835912004113197,0.9625673294067383,nan,nan,nan,0,,0.9918929135801712,49.41568374633789,20.78925895690918,p09_material_macro,19.67156982421875,0.4248782694339752,70.78755950927734,3.91496160485127,0.5522964596748352,0,p09_material_macro__r0__fp8_scaled
84
  0.991594442661726,0.026158571243286133,int8_convrot,0.2486572265625,0.02102302946150303,0.03316253796219826,0.9808181524276733,nan,nan,nan,0,,0.9963823673390426,49.897613525390625,20.799619674682617,p09_material_macro,23.41180419921875,0.4314752221107483,71.01582336425781,3.9750222056787754,0.5626216530799866,0,p09_material_macro__r0__int8_convrot
85
  0.982797807315974,0.03463554382324219,mxfp8,0.2469482421875,0.03485482186079025,0.06063758581876755,0.9574419856071472,nan,nan,nan,0,,0.9951527289423261,50.368228912353516,20.76332664489746,p09_material_macro,21.46368408203125,0.4324280321598053,70.17929077148438,3.9122484841689062,0.5473410487174988,0,p09_material_macro__r0__mxfp8
86
  0.8149327574754566,0.19701147079467773,nvfp4,0.236083984375,0.3479275107383728,0.35768696665763855,0.5742287039756775,nan,nan,nan,0,,0.890382264515351,47.05853271484375,20.83540153503418,p09_material_macro,23.37786865234375,0.4889553189277649,66.5152359008789,3.8793108926105413,0.5888180136680603,0,p09_material_macro__r0__nvfp4
 
 
 
87
  0.9999999933924886,0.0,bf16,0.23681640625,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999412165452,47.48853302001953,20.83842658996582,p09_material_macro,19.83245849609375,0.48202332854270935,68.55355834960938,3.595111577790764,0.6018028855323792,1,p09_material_macro__r1__bf16
88
  0.9844341026015252,0.022865712642669678,fp8_scaled,0.2393798828125,0.02433629147708416,0.0344182550907135,0.987852931022644,nan,nan,nan,0,,0.9965124998783443,48.21335220336914,20.848302841186523,p09_material_macro,19.80755615234375,0.4810429513454437,67.84123992919922,3.767905433082875,0.5979304909706116,1,p09_material_macro__r1__fp8_scaled
89
  0.9952373421578229,0.007906198501586914,int8_convrot,0.2369384765625,0.008810501545667648,0.012240605428814888,0.9947819113731384,nan,nan,nan,0,,0.9978333922515213,47.65367126464844,20.846538543701172,p09_material_macro,19.82098388671875,0.48394522070884705,68.6040267944336,3.635576571800259,0.6014208197593689,1,p09_material_macro__r1__int8_convrot
90
  0.985712282011729,0.028118014335632324,mxfp8,0.2396240234375,0.027239222079515457,0.03491181880235672,0.9839997291564941,nan,nan,nan,0,,0.9952900604259858,47.538475036621094,20.764896392822266,p09_material_macro,18.86444091796875,0.48208799958229065,67.97367095947266,3.7549531381298324,0.5924718976020813,1,p09_material_macro__r1__mxfp8
91
  0.9375225689555355,0.06997567415237427,nvfp4,0.229248046875,0.09633678197860718,0.12240491807460785,0.9186279773712158,nan,nan,nan,0,,0.964445941914243,47.517269134521484,20.787263870239258,p09_material_macro,20.06878662109375,0.4910067021846771,68.88126373291016,3.67873909254595,0.5893645882606506,1,p09_material_macro__r1__nvfp4
 
 
 
92
  0.9999999744596729,0.0,bf16,0.1839599609375,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999677407403,35.633811950683594,20.150634765625,p10_vector_gradient,92.47869873046875,0.5446832180023193,71.94483947753906,11.489655088412533,0.5950062274932861,0,p10_vector_gradient__r0__bf16
93
  0.9622879454862319,0.049594342708587646,fp8_scaled,0.183837890625,0.13150350749492645,0.09327932447195053,0.8587278127670288,nan,nan,nan,0,,0.9800051139406499,34.889259338378906,19.942903518676758,p10_vector_gradient,81.15765380859375,0.5603862404823303,72.37091827392578,11.46740489262003,0.6048327088356018,0,p10_vector_gradient__r0__fp8_scaled
94
  0.9559129457993125,0.049226999282836914,int8_convrot,0.185302734375,0.06431098282337189,0.03812208026647568,0.9541832208633423,nan,nan,nan,0,,0.980780813634404,34.84257888793945,20.049699783325195,p10_vector_gradient,80.26434326171875,0.5541216731071472,72.3892593383789,12.175289572146195,0.5965226888656616,0,p10_vector_gradient__r0__int8_convrot
95
  0.9864636473629609,0.08913177251815796,mxfp8,0.181884765625,0.04553850740194321,0.058593593537807465,0.9696990847587585,nan,nan,nan,0,,0.9870078561415918,35.155052185058594,20.225547790527344,p10_vector_gradient,83.58953857421875,0.5387154221534729,72.34215545654297,9.800836262139631,0.6037070155143738,0,p10_vector_gradient__r0__mxfp8
96
  0.8664412567663397,0.1440221667289734,nvfp4,0.17919921875,0.35369443893432617,0.24241355061531067,0.6920384168624878,nan,nan,nan,0,,0.9263776601065603,35.39546203613281,19.92624855041504,p10_vector_gradient,65.73309326171875,0.555885374546051,72.75634002685547,11.706782729018412,0.6198079586029053,0,p10_vector_gradient__r0__nvfp4
 
 
 
97
  0.9999999610434238,0.0,bf16,0.171142578125,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999778352306,32.6300048828125,19.95904541015625,p10_vector_gradient,84.27777099609375,0.5443668365478516,73.2563705444336,11.766508692323699,0.6079768538475037,1,p10_vector_gradient__r1__bf16
98
  0.9370188449054329,0.1189812421798706,fp8_scaled,0.177978515625,0.23161830008029938,0.1717223972082138,0.7875604629516602,nan,nan,nan,0,,0.9538483472520753,34.211238861083984,20.125215530395508,p10_vector_gradient,82.77606201171875,0.5427475571632385,73.5829086303711,11.69740062317578,0.6522864699363708,1,p10_vector_gradient__r1__fp8_scaled
99
  0.9317008485738296,0.11640530824661255,int8_convrot,0.17333984375,0.25724107027053833,0.17960986495018005,0.7695676684379578,nan,nan,nan,0,,0.940550418707031,32.58320236206055,20.049015045166016,p10_vector_gradient,84.04071044921875,0.5475677251815796,72.93891906738281,12.099160253979074,0.6181087493896484,1,p10_vector_gradient__r1__int8_convrot
100
  0.8832924045436686,0.1401481032371521,mxfp8,0.171875,0.2870560586452484,0.21963536739349365,0.7464086413383484,nan,nan,nan,0,,0.9470929338403083,34.661407470703125,19.957420349121094,p10_vector_gradient,77.77215576171875,0.5544869303703308,73.59963989257812,10.800768208357503,0.6503648161888123,1,p10_vector_gradient__r1__mxfp8
101
  0.8500751615870163,0.13171839714050293,nvfp4,0.16455078125,0.2816435396671295,0.2025356888771057,0.7645942568778992,nan,nan,nan,0,,0.9219474417682461,28.00858497619629,18.805866241455078,p10_vector_gradient,78.13275146484375,0.5365743637084961,69.88577270507812,11.013798627594316,0.6159015893936157,1,p10_vector_gradient__r1__nvfp4
 
 
 
102
  1.0000000338660497,0.0,bf16,0.294921875,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999443983842,48.62525939941406,22.476911544799805,p11_retro_anime,13.83856201171875,0.44796043634414673,70.32711029052734,4.834853615256027,0.5494089722633362,0,p11_retro_anime__r0__bf16
103
  0.9670370735918807,0.053222477436065674,fp8_scaled,0.294921875,0.17784124612808228,0.21644026041030884,0.7405247092247009,nan,nan,nan,0,,0.9727353188018155,47.97453689575195,22.140663146972656,p11_retro_anime,11.09210205078125,0.4348998963832855,69.64862823486328,5.0842270734475745,0.5557165741920471,0,p11_retro_anime__r0__fp8_scaled
104
  0.8697761881740599,0.06527101993560791,int8_convrot,0.297119140625,0.16613923013210297,0.2004198282957077,0.7735506892204285,nan,nan,nan,0,,0.9717735714813039,48.609954833984375,22.334848403930664,p11_retro_anime,14.94268798828125,0.4259728789329529,70.88909149169922,5.106294258020925,0.5390368700027466,0,p11_retro_anime__r0__int8_convrot
105
  0.9605690690524797,0.06204879283905029,mxfp8,0.302490234375,0.18083634972572327,0.22340315580368042,0.7269074320793152,nan,nan,nan,0,,0.9706920838632761,46.719661712646484,22.16644287109375,p11_retro_anime,7.67291259765625,0.44278427958488464,71.06775665283203,5.148297948293051,0.5491556525230408,0,p11_retro_anime__r0__mxfp8
106
  0.8611534612691116,0.08757710456848145,nvfp4,0.28466796875,0.2915562391281128,0.3378804326057434,0.5809875130653381,nan,nan,nan,0,,0.93491633386516,44.24200439453125,21.73414421081543,p11_retro_anime,10.22088623046875,0.41949230432510376,69.37834930419922,4.818441908919804,0.5245113372802734,0,p11_retro_anime__r0__nvfp4
 
 
 
107
  1.0000000670672702,0.0,bf16,0.301513671875,0.0,0.0,1.0,nan,nan,nan,0,,0.9999998769699886,47.59897232055664,22.376483917236328,p11_retro_anime,14.27899169921875,0.40346187353134155,71.13268280029297,4.889917957975206,0.5345171093940735,1,p11_retro_anime__r1__bf16
108
  0.9470741980726826,0.07744342088699341,fp8_scaled,0.293701171875,0.29752418398857117,0.3333659768104553,0.606787383556366,nan,nan,nan,0,,0.9563245694560933,46.15898132324219,22.05904769897461,p11_retro_anime,11.97320556640625,0.4259829819202423,70.4382553100586,5.187684336685193,0.5405755043029785,1,p11_retro_anime__r1__fp8_scaled
109
  0.9787291144006698,0.029660344123840332,int8_convrot,0.306640625,0.0784110352396965,0.1094667911529541,0.9060903787612915,nan,nan,nan,0,,0.9904629274091987,47.85108947753906,22.675212860107422,p11_retro_anime,13.83868408203125,0.3993699550628662,69.58808135986328,5.061126746792959,0.5250574350357056,1,p11_retro_anime__r1__int8_convrot
110
  0.9799372203066945,0.049952566623687744,mxfp8,0.30712890625,0.16285692155361176,0.19809240102767944,0.8109875917434692,nan,nan,nan,0,,0.9824557273188977,47.848060607910156,22.534252166748047,p11_retro_anime,12.82952880859375,0.4262982904911041,69.78534698486328,4.867122628256671,0.5470061898231506,1,p11_retro_anime__r1__mxfp8
111
  0.928999971370912,0.10532629489898682,nvfp4,0.29833984375,0.35576146841049194,0.4091860353946686,0.5446376800537109,nan,nan,nan,0,,0.9489776105503358,43.966217041015625,22.142108917236328,p11_retro_anime,11.75238037109375,0.43000105023384094,65.88667297363281,4.980185472286554,0.5546296238899231,1,p11_retro_anime__r1__nvfp4
 
 
 
112
  0.9999999813942987,0.0,bf16,0.2216796875,0.0,0.0,1.0,nan,nan,nan,0,,1.000000125266627,36.2694091796875,21.836994171142578,p12_watercolor,5.27423095703125,0.389946311712265,63.137672424316406,5.254645846192197,0.5316618084907532,0,p12_watercolor__r0__bf16
113
  0.9884617715728155,0.024451851844787598,fp8_scaled,0.225341796875,0.024553127586841583,0.03443034738302231,0.9900781512260437,nan,nan,nan,0,,0.9909758450052149,35.80452346801758,21.854093551635742,p12_watercolor,5.24151611328125,0.39664071798324585,64.325927734375,5.248785639928689,0.5398268103599548,0,p12_watercolor__r0__fp8_scaled
114
  0.9859412033071357,0.011761307716369629,int8_convrot,0.2225341796875,0.008123391307890415,0.012846717610955238,0.9970208406448364,nan,nan,nan,0,,0.9976011614209266,36.071956634521484,21.749618530273438,p12_watercolor,5.02484130859375,0.3856741189956665,62.3167839050293,5.308831899600501,0.5245504975318909,0,p12_watercolor__r0__int8_convrot
115
  0.9933155674365993,0.01243811845779419,mxfp8,0.2264404296875,0.010709799826145172,0.01987794041633606,0.9962359666824341,nan,nan,nan,0,,0.9921921424542754,36.36598205566406,21.96687126159668,p12_watercolor,4.67498779296875,0.38926005363464355,63.4769401550293,5.325548205637227,0.5304983854293823,0,p12_watercolor__r0__mxfp8
116
  0.9751652694540227,0.05010366439819336,nvfp4,0.2271728515625,0.04833545908331871,0.07175146043300629,0.9782938957214355,nan,nan,nan,0,,0.9875234333175984,37.11220932006836,22.045757293701172,p12_watercolor,5.89056396484375,0.3831622302532196,63.18303298950195,5.329397633663846,0.5160619020462036,0,p12_watercolor__r0__nvfp4
 
 
 
117
  1.0000000056258074,0.0,bf16,0.2177734375,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999439385556,37.53169250488281,21.66080093383789,p12_watercolor,6.55157470703125,0.39136138558387756,55.9151725769043,5.439899926995661,0.5065661072731018,1,p12_watercolor__r1__bf16
118
  0.9580019432149586,0.038252413272857666,fp8_scaled,0.2196044921875,0.04832892864942551,0.05682390183210373,0.9856064319610596,nan,nan,nan,0,,0.9843402378048459,37.25627899169922,21.495716094970703,p12_watercolor,6.12811279296875,0.3900531530380249,56.482940673828125,5.254815517354148,0.5098684430122375,1,p12_watercolor__r1__fp8_scaled
119
  0.9621696218724635,0.024887919425964355,int8_convrot,0.2161865234375,0.028799112886190414,0.034907590597867966,0.9932637214660645,nan,nan,nan,0,,0.9920251983935284,37.7754020690918,21.583589553833008,p12_watercolor,6.54559326171875,0.3891894221305847,53.72534942626953,5.713267211758838,0.4971905052661896,1,p12_watercolor__r1__int8_convrot
120
  0.9683008264950266,0.030532002449035645,mxfp8,0.224365234375,0.03546358644962311,0.040632035583257675,0.9900617003440857,nan,nan,nan,0,,0.9856159140846052,37.94938659667969,21.88376235961914,p12_watercolor,4.89190673828125,0.3898141384124756,56.51564025878906,5.252004959710136,0.5047130584716797,1,p12_watercolor__r1__mxfp8
121
  0.8816281015515974,0.06783008575439453,nvfp4,0.220947265625,0.09999795258045197,0.10722820460796356,0.9585826396942139,nan,nan,nan,0,,0.9596433315070463,38.11920928955078,21.94055938720703,p12_watercolor,6.93475341796875,0.38314089179039,53.8875732421875,5.870740479707974,0.4862728416919708,1,p12_watercolor__r1__nvfp4
 
 
 
122
  0.9999999924987668,0.0,bf16,0.286376953125,0.0,0.0,1.0,nan,nan,nan,0,,1.0000000179359407,39.162353515625,22.515464782714844,p13_food,22.89031982421875,0.3726765215396881,67.62528991699219,4.576667956367662,0.5673127174377441,0,p13_food__r0__bf16
123
  0.9724702178417675,0.049858272075653076,fp8_scaled,0.28369140625,0.11719819158315659,0.1455095410346985,0.8570932149887085,nan,nan,nan,0,,0.9812200560916889,39.658226013183594,22.742158889770508,p13_food,23.20794677734375,0.3747859597206116,67.55158233642578,4.708626924264867,0.560196578502655,0,p13_food__r0__fp8_scaled
124
  0.9908995115319978,0.027432739734649658,int8_convrot,0.288818359375,0.06964808702468872,0.09908415377140045,0.9374443888664246,nan,nan,nan,0,,0.9922910087861283,39.88982391357422,22.82620620727539,p13_food,23.04730224609375,0.37354525923728943,68.89421844482422,4.555223618342824,0.5649703741073608,0,p13_food__r0__int8_convrot
125
  0.9785404019561452,0.04593491554260254,mxfp8,0.2890625,0.08725957572460175,0.1039433628320694,0.8887155055999756,nan,nan,nan,0,,0.9832321630382842,39.654170989990234,22.672937393188477,p13_food,21.68670654296875,0.374509334564209,69.21273803710938,4.753534675365884,0.5759781002998352,0,p13_food__r0__mxfp8
126
  0.9778385504244511,0.11958646774291992,nvfp4,0.292724609375,0.44609522819519043,0.44362935423851013,0.50947105884552,nan,nan,nan,0,,0.9512454672032955,40.247520446777344,23.17267417907715,p13_food,25.88031005859375,0.3713224530220032,67.63902282714844,4.482020990687863,0.5644165873527527,0,p13_food__r0__nvfp4
 
 
 
127
  1.0000000377689364,0.0,bf16,0.29052734375,0.0,0.0,1.0,nan,nan,nan,0,,1.000000061876666,41.542198181152344,22.943584442138672,p13_food,22.35858154296875,0.3789558410644531,69.62610626220703,4.697462926397912,0.5633129477500916,1,p13_food__r1__bf16
128
  0.9769680849913022,0.04701197147369385,fp8_scaled,0.287109375,0.12011734396219254,0.16892759501934052,0.8546916246414185,nan,nan,nan,0,,0.9819725439218291,41.28804016113281,22.96005630493164,p13_food,20.68365478515625,0.37080466747283936,70.0583267211914,4.868278751528118,0.566920280456543,1,p13_food__r1__fp8_scaled
129
  0.9960676992420037,0.021969079971313477,int8_convrot,0.294677734375,0.0330098494887352,0.052043162286281586,0.9641878008842468,nan,nan,nan,0,,0.994839550764786,41.678287506103516,23.000398635864258,p13_food,22.56781005859375,0.38017717003822327,69.06562805175781,4.67267196910874,0.5571399331092834,1,p13_food__r1__int8_convrot
130
  0.9789491489085687,0.03541308641433716,mxfp8,0.29150390625,0.06748474389314651,0.09170559048652649,0.9159697890281677,nan,nan,nan,0,,0.9807382582432584,41.0485725402832,22.720659255981445,p13_food,22.54168701171875,0.37895140051841736,70.93060302734375,4.702408542892256,0.5584462285041809,1,p13_food__r1__mxfp8
131
  0.9708130087272056,0.06160050630569458,nvfp4,0.292724609375,0.157208651304245,0.20246639847755432,0.8257655501365662,nan,nan,nan,0,,0.9614475121722672,41.54198455810547,22.948707580566406,p13_food,22.92547607421875,0.3685581088066101,68.75477600097656,4.822945392803633,0.5632457733154297,1,p13_food__r1__nvfp4
 
 
 
132
  0.9999999812439408,0.0,bf16,0.29052734375,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999898027002,44.64219665527344,23.34905242919922,p14_spatial_counts,26.22576904296875,0.5032989382743835,74.0207748413086,4.1451290542442445,0.5888222455978394,0,p14_spatial_counts__r0__bf16
133
  0.9889973155498373,0.025617241859436035,fp8_scaled,0.289306640625,0.04256971925497055,0.06137607991695404,0.9616529941558838,nan,nan,nan,0,,0.9910663521869658,45.165687561035156,23.2745418548584,p14_spatial_counts,25.14862060546875,0.5022063255310059,72.98355865478516,4.227144771223433,0.5740684866905212,0,p14_spatial_counts__r0__fp8_scaled
134
  0.9945096975491359,0.01084977388381958,int8_convrot,0.294189453125,0.019856354221701622,0.031225603073835373,0.989036500453949,nan,nan,nan,0,,0.9973172668713751,44.614192962646484,23.355304718017578,p14_spatial_counts,27.23919677734375,0.503241240978241,73.63585662841797,4.269985966072137,0.5889963507652283,0,p14_spatial_counts__r0__int8_convrot
135
  0.9900014075529241,0.028806686401367188,mxfp8,0.294921875,0.046527422964572906,0.06495023518800735,0.9566048383712769,nan,nan,nan,0,,0.9910350742246841,44.63146209716797,23.467905044555664,p14_spatial_counts,27.24725341796875,0.506023108959198,73.2844467163086,4.284924955620851,0.5876325964927673,0,p14_spatial_counts__r0__mxfp8
136
  0.9724879791052714,0.06829303503036499,nvfp4,0.2900390625,0.19927693903446198,0.21067358553409576,0.848207414150238,nan,nan,nan,0,,0.9666151067279733,44.14302062988281,23.54073143005371,p14_spatial_counts,29.35089111328125,0.5171872973442078,73.84020233154297,4.316254241322477,0.581136167049408,0,p14_spatial_counts__r0__nvfp4
 
 
 
137
  0.9999999414874439,0.0,bf16,0.2890625,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999822851481,43.80097579956055,23.478485107421875,p14_spatial_counts,23.59564208984375,0.528643012046814,74.40921020507812,4.677626481689247,0.6176347136497498,1,p14_spatial_counts__r1__bf16
138
  0.9922508999636916,0.03169947862625122,fp8_scaled,0.28955078125,0.058117810636758804,0.07565255463123322,0.9367488622665405,nan,nan,nan,0,,0.9891451821352273,43.325809478759766,23.5789737701416,p14_spatial_counts,25.09173583984375,0.5208324193954468,74.8049545288086,4.81564266305481,0.6222462058067322,1,p14_spatial_counts__r1__fp8_scaled
139
  0.9952172752305319,0.016955852508544922,int8_convrot,0.288330078125,0.02762078121304512,0.03795121610164642,0.9774885177612305,nan,nan,nan,0,,0.9950395742034964,43.76462936401367,23.442766189575195,p14_spatial_counts,24.05328369140625,0.5257638096809387,74.83625030517578,4.65104875635178,0.6225141882896423,1,p14_spatial_counts__r1__int8_convrot
140
  0.9893795059536037,0.04334104061126709,mxfp8,0.290283203125,0.09366464614868164,0.11455076187849045,0.8954343795776367,nan,nan,nan,0,,0.9871948626491832,43.942710876464844,23.42768669128418,p14_spatial_counts,23.59637451171875,0.5276772975921631,75.67902374267578,4.638355160216244,0.6330185532569885,1,p14_spatial_counts__r1__mxfp8
141
  0.9704095756774254,0.05684363842010498,nvfp4,0.28662109375,0.16835181415081024,0.18480853736400604,0.8348748087882996,nan,nan,nan,0,,0.9890831498253843,43.87872314453125,23.441478729248047,p14_spatial_counts,25.96868896484375,0.5073411464691162,74.84072875976562,4.705071891445124,0.5995442271232605,1,p14_spatial_counts__r1__nvfp4
 
 
 
142
  1.0000000567203027,0.0,bf16,0.315185546875,0.0,0.0,1.0,1.0,0.0,0.7764448699142252,4,AIR | WATER | ROOTS | LIGHT,0.9999999060656791,42.18846893310547,24.43646812438965,p15_scientific_poster,25.71844482421875,0.5351526737213135,74.60167694091797,3.8314002013175426,0.6686074733734131,0,p15_scientific_poster__r0__bf16
143
  0.8702629015512993,0.15055304765701294,fp8_scaled,0.288818359375,0.3820990324020386,0.3665781617164612,0.43679410219192505,1.0,0.0,0.7811127491295338,4,AIR | WATER | ROOTS | LIGHT,0.9313569096429853,42.808048248291016,23.69757080078125,p15_scientific_poster,32.76812744140625,0.5271289348602295,73.48300170898438,4.873121452310958,0.652131199836731,0,p15_scientific_poster__r0__fp8_scaled
144
  0.9388375512860507,0.11818915605545044,int8_convrot,0.3125,0.28394433856010437,0.30687659978866577,0.5410804748535156,1.0,0.0,0.8003256308535734,4,AIR | WATER | ROOTS | LIGHT,0.9646202063162987,42.52543258666992,24.230905532836914,p15_scientific_poster,31.64825439453125,0.5260055065155029,67.71491241455078,4.361320424021139,0.6736921668052673,0,p15_scientific_poster__r0__int8_convrot
145
  0.8735356682960262,0.1324557662010193,mxfp8,0.30224609375,0.3678184747695923,0.35648101568222046,0.44286975264549255,1.0,0.0,0.7356209866702557,4,AIR | WATER | ROOTS | LIGHT,0.9318314106031923,43.11920166015625,24.085670471191406,p15_scientific_poster,32.25469970703125,0.5358760952949524,74.9300765991211,5.190504601929226,0.668999969959259,0,p15_scientific_poster__r0__mxfp8
146
  0.9052116366532761,0.12205356359481812,nvfp4,0.315185546875,0.30496540665626526,0.32171696424484253,0.5051174163818359,1.0,0.0,0.7887857370078563,4,AIR | WATER | ROOTS | LIGHT,0.9433233676455687,41.71534729003906,24.221416473388672,p15_scientific_poster,26.46844482421875,0.5217687487602234,72.24872589111328,4.389427265805916,0.6540889143943787,0,p15_scientific_poster__r0__nvfp4
 
 
 
147
  1.0000000509406812,0.0,bf16,0.296875,0.0,0.0,1.0,1.0,0.0,0.7701649827261766,4,AIR | WATER | ROOTS | LIGHT,0.9999999236302483,40.8383674621582,24.128583908081055,p15_scientific_poster,31.15423583984375,0.5103678107261658,71.12557220458984,4.886892248269733,0.6536709666252136,1,p15_scientific_poster__r1__bf16
148
  0.913639474361198,0.10733640193939209,fp8_scaled,0.29736328125,0.2977678179740906,0.29953500628471375,0.518260657787323,1.0,0.0,0.7814765647053719,4,AIR | WATER | ROOTS | LIGHT,0.9486399702755539,41.056419372558594,23.61629295349121,p15_scientific_poster,33.70721435546875,0.5358607172966003,74.18477630615234,4.588102464361293,0.6682323217391968,1,p15_scientific_poster__r1__fp8_scaled
149
  0.9637156450657389,0.06601721048355103,int8_convrot,0.2919921875,0.14117535948753357,0.16135960817337036,0.7746970057487488,1.0,0.0,0.7952999634047349,4,AIR | WATER | ROOTS | LIGHT,0.9814464876112323,41.53774642944336,23.753501892089844,p15_scientific_poster,32.76507568359375,0.5071895122528076,70.72221374511719,4.814163551288511,0.6518887877464294,1,p15_scientific_poster__r1__int8_convrot
150
  0.9389189159119498,0.10120147466659546,mxfp8,0.3076171875,0.24707379937171936,0.2688872218132019,0.6003111600875854,1.0,0.0,0.779252875596285,4,AIR | WATER | ROOTS | LIGHT,0.9586427105858171,41.04119873046875,23.85360336303711,p15_scientific_poster,25.70635986328125,0.535945475101471,72.6053695678711,4.505502777493951,0.679397463798523,1,p15_scientific_poster__r1__mxfp8
151
  0.9081417991219543,0.11244535446166992,nvfp4,0.298095703125,0.3620939254760742,0.35223275423049927,0.42906951904296875,1.0,0.0,0.801015205681324,4,AIR | WATER | ROOTS | LIGHT,0.9605288238045727,41.110595703125,24.22284507751465,p15_scientific_poster,26.53338623046875,0.5358216762542725,69.71781158447266,4.482238176462469,0.6748006939888,1,p15_scientific_poster__r1__nvfp4
 
 
 
 
4
  0.9994426207438029,0.0055634379386901855,int8_convrot,0.333251953125,0.010271208360791206,0.021212123334407806,0.9922916889190674,nan,nan,nan,0,,0.9979394186553612,37.190372467041016,23.07309341430664,p01_portrait,8.70135498046875,0.45057690143585205,74.47032928466797,3.459733364855903,0.5961877703666687,0,p01_portrait__r0__int8_convrot
5
  0.9992130391924932,0.013190686702728271,mxfp8,0.33544921875,0.01726537197828293,0.03447265177965164,0.9888502359390259,nan,nan,nan,0,,0.9972114868964844,37.41974639892578,22.990985870361328,p01_portrait,8.69989013671875,0.4523734748363495,74.2498779296875,3.535610675841402,0.5963793992996216,0,p01_portrait__r0__mxfp8
6
  0.9875872193522877,0.046495020389556885,nvfp4,0.323974609375,0.08745613694190979,0.1296578049659729,0.9154347777366638,nan,nan,nan,0,,0.9777436966683025,36.9848747253418,22.916370391845703,p01_portrait,8.05267333984375,0.4412292540073395,73.87506866455078,3.6861016223155305,0.5941120982170105,0,p01_portrait__r0__nvfp4
7
+ 0.9868358762886202,0.08910274505615234,int4_convrot,0.3271484375,0.17004308104515076,0.24736374616622925,0.83253014087677,nan,nan,nan,0,,0.9680978755873209,37.91504669189453,22.896713256835938,p01_portrait,10.81488037109375,0.41970905661582947,73.02178955078125,4.1787003202606785,0.5874642729759216,0,p01_portrait__r0__int4_convrot
8
+ 0.9989298610671624,0.010604321956634521,gguf_q8_0,0.33251953125,0.02257886715233326,0.04156738519668579,0.9820369482040405,nan,nan,nan,0,,0.9967151262895224,37.08793640136719,22.977487564086914,p01_portrait,8.30682373046875,0.44741132855415344,74.52677154541016,3.521728806770279,0.5975921750068665,0,p01_portrait__r0__gguf_q8_0
9
+ 0.9887721889367433,0.04468381404876709,gguf_q4_k_m,0.326171875,0.10047938674688339,0.13873650133609772,0.9108948111534119,nan,nan,nan,0,,0.9809851916593088,36.48802947998047,23.01300621032715,p01_portrait,8.69317626953125,0.4476463794708252,74.42803955078125,3.7319008476871014,0.5921586751937866,0,p01_portrait__r0__gguf_q4_k_m
10
  1.000000005445293,0.0,bf16,0.32421875,0.0,0.0,1.0,nan,nan,nan,0,,0.9999998998437891,34.7912712097168,22.753427505493164,p01_portrait,10.15081787109375,0.45251134037971497,73.93354034423828,3.22929132562609,0.6054454445838928,1,p01_portrait__r1__bf16
11
  0.9971540448250096,0.018386781215667725,fp8_scaled,0.325927734375,0.0316767580807209,0.05705194175243378,0.9703020453453064,nan,nan,nan,0,,0.9957291022858497,35.332359313964844,22.77099609375,p01_portrait,10.57537841796875,0.4509962499141693,73.67274475097656,3.269988810959199,0.6034545302391052,1,p01_portrait__r1__fp8_scaled
12
  0.9990582168223774,0.003576338291168213,int8_convrot,0.323974609375,0.005779309663921595,0.017087319865822792,0.9955347776412964,nan,nan,nan,0,,0.9984301021934913,35.092002868652344,22.794357299804688,p01_portrait,10.39129638671875,0.44979241490364075,73.84302520751953,3.2159665728829796,0.6013012528419495,1,p01_portrait__r1__int8_convrot
13
  0.9984945963757443,0.006894290447235107,mxfp8,0.32275390625,0.008758391253650188,0.02046053111553192,0.9944595098495483,nan,nan,nan,0,,0.9982702764888711,34.654258728027344,22.74537467956543,p01_portrait,10.42816162109375,0.4490991234779358,73.9065933227539,3.2208747126422272,0.6074486374855042,1,p01_portrait__r1__mxfp8
14
  0.9927072006236084,0.05494070053100586,nvfp4,0.31396484375,0.11024601757526398,0.15859809517860413,0.8781070709228516,nan,nan,nan,0,,0.9851892418204928,35.38251495361328,22.691762924194336,p01_portrait,10.69598388671875,0.43856820464134216,72.57384490966797,3.39822638081313,0.5955174565315247,1,p01_portrait__r1__nvfp4
15
+ 0.9885934446494875,0.08232063055038452,int4_convrot,0.32275390625,0.11678852140903473,0.19520118832588196,0.9065539836883545,nan,nan,nan,0,,0.9876509999570782,35.490875244140625,22.62916374206543,p01_portrait,11.90240478515625,0.4304805099964142,72.89778900146484,3.9389334579047928,0.6021836400032043,1,p01_portrait__r1__int4_convrot
16
+ 0.9986261734081013,0.00887441635131836,gguf_q8_0,0.3232421875,0.011283734813332558,0.025046780705451965,0.9909882545471191,nan,nan,nan,0,,0.9987256809463121,34.84201431274414,22.784502029418945,p01_portrait,10.37969970703125,0.4499601125717163,74.09441375732422,3.2147219240628266,0.6086480021476746,1,p01_portrait__r1__gguf_q8_0
17
+ 0.9903501598924126,0.03494572639465332,gguf_q4_k_m,0.32275390625,0.05956505611538887,0.10244971513748169,0.9473819732666016,nan,nan,nan,0,,0.9916788527011178,35.66874694824219,22.708223342895508,p01_portrait,10.86553955078125,0.4420967996120453,73.14620208740234,3.3455887107659112,0.5992130041122437,1,p01_portrait__r1__gguf_q4_k_m
18
  0.9999999941094184,0.0,bf16,0.26953125,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999908422026,33.81818389892578,22.378446578979492,p02_hands_group,25.97503662109375,0.37220466136932373,70.68191528320312,4.186157740037301,0.5493693947792053,0,p02_hands_group__r0__bf16
19
  0.9379971732725091,0.04590809345245361,fp8_scaled,0.278076171875,0.1408057063817978,0.18125838041305542,0.8252775073051453,nan,nan,nan,0,,0.9559456416888162,34.304542541503906,22.777393341064453,p02_hands_group,28.41253662109375,0.3788301348686218,69.58789825439453,4.128948061867998,0.5620797276496887,0,p02_hands_group__r0__fp8_scaled
20
  0.9476059168176274,0.037316083908081055,int8_convrot,0.27685546875,0.09997948259115219,0.12941531836986542,0.8850389719009399,nan,nan,nan,0,,0.9811457971656853,34.929107666015625,22.661548614501953,p02_hands_group,27.56268310546875,0.3696456551551819,69.90532684326172,4.190699915334082,0.5546323657035828,0,p02_hands_group__r0__int8_convrot
21
  0.956877545739335,0.033440351486206055,mxfp8,0.270263671875,0.09308192133903503,0.12585106492042542,0.8794533610343933,nan,nan,nan,0,,0.9750297232343028,32.4578857421875,22.453134536743164,p02_hands_group,27.54144287109375,0.3686392903327942,69.86308288574219,4.106045898165954,0.538679301738739,0,p02_hands_group__r0__mxfp8
22
  0.9429404312394831,0.06007039546966553,nvfp4,0.27197265625,0.18902310729026794,0.23267605900764465,0.7784833908081055,nan,nan,nan,0,,0.9660413114739748,33.0361442565918,22.695650100708008,p02_hands_group,27.73504638671875,0.3577369153499603,67.84331512451172,4.1427890275290045,0.5306038856506348,0,p02_hands_group__r0__nvfp4
23
+ 0.8968478443596981,0.09357619285583496,int4_convrot,0.27685546875,0.3070880174636841,0.3702292740345001,0.6709829568862915,nan,nan,nan,0,,0.9172232894645873,34.25475311279297,22.455036163330078,p02_hands_group,21.58416748046875,0.39295852184295654,70.58324432373047,4.139136302816036,0.6158461570739746,0,p02_hands_group__r0__int4_convrot
24
+ 0.9586008738149764,0.02468007802963257,gguf_q8_0,0.269775390625,0.058000415563583374,0.08046737313270569,0.9306513667106628,nan,nan,nan,0,,0.9746722723781832,31.876399993896484,22.551483154296875,p02_hands_group,24.69781494140625,0.3737715780735016,70.2519760131836,4.116798971906243,0.5449113249778748,0,p02_hands_group__r0__gguf_q8_0
25
+ 0.9196703288176454,0.0724489688873291,gguf_q4_k_m,0.258056640625,0.2233903706073761,0.26487427949905396,0.7585052847862244,nan,nan,nan,0,,0.9499870454716013,31.60901641845703,22.4659481048584,p02_hands_group,25.10174560546875,0.3869282007217407,71.00536346435547,4.006215490817166,0.5637409090995789,0,p02_hands_group__r0__gguf_q4_k_m
26
  0.9999999104942232,0.0,bf16,0.283447265625,0.0,0.0,1.0,nan,nan,nan,0,,0.999999955520691,34.81957244873047,22.39429473876953,p02_hands_group,27.53948974609375,0.38209348917007446,69.76953125,4.371846538484391,0.5085436105728149,1,p02_hands_group__r1__bf16
27
  0.9449780709341395,0.04394340515136719,fp8_scaled,0.284423828125,0.13168470561504364,0.1622447371482849,0.8486630320549011,nan,nan,nan,0,,0.9805339261046923,36.186927795410156,22.612621307373047,p02_hands_group,24.25604248046875,0.39146146178245544,70.25676727294922,4.150278983470847,0.5276893377304077,1,p02_hands_group__r1__fp8_scaled
28
  0.9731468423021188,0.01161801815032959,int8_convrot,0.28466796875,0.02343113347887993,0.034064147621393204,0.975487232208252,nan,nan,nan,0,,0.9972294370203113,34.45275115966797,22.38278579711914,p02_hands_group,25.92401123046875,0.3857790529727936,69.28182983398438,4.376735501442924,0.5023737549781799,1,p02_hands_group__r1__int8_convrot
29
  0.9711734920192028,0.028273403644561768,mxfp8,0.281494140625,0.07197675108909607,0.09829969704151154,0.9184803366661072,nan,nan,nan,0,,0.9915037006056837,33.83278274536133,22.43120574951172,p02_hands_group,24.42242431640625,0.3849424421787262,69.81230926513672,4.224097240853211,0.5160639882087708,1,p02_hands_group__r1__mxfp8
30
  0.8561654341824705,0.06217080354690552,nvfp4,0.2822265625,0.2109711617231369,0.2448824942111969,0.7538872957229614,nan,nan,nan,0,,0.9599823739064866,35.56656265258789,22.851886749267578,p02_hands_group,28.53558349609375,0.3701822757720947,68.23773956298828,4.275318334118215,0.4850790202617645,1,p02_hands_group__r1__nvfp4
31
+ 0.9111296043941525,0.11218339204788208,int4_convrot,0.286376953125,0.42824432253837585,0.4519505500793457,0.5146178603172302,nan,nan,nan,0,,0.9015483753655144,32.778499603271484,22.43797492980957,p02_hands_group,28.92767333984375,0.3984106183052063,69.81248474121094,4.4677520567995375,0.5487616658210754,1,p02_hands_group__r1__int4_convrot
32
+ 0.9638530584282348,0.0220639705657959,gguf_q8_0,0.28564453125,0.04259159415960312,0.05706764757633209,0.9523507356643677,nan,nan,nan,0,,0.9921236483362535,34.44386672973633,22.326435089111328,p02_hands_group,26.43988037109375,0.38571786880493164,69.20750427246094,4.26574683857421,0.5140061974525452,1,p02_hands_group__r1__gguf_q8_0
33
+ 0.9737488826536392,0.0501786470413208,gguf_q4_k_m,0.278564453125,0.14349672198295593,0.1759379804134369,0.8419196605682373,nan,nan,nan,0,,0.973458472036689,36.10179901123047,22.59832000732422,p02_hands_group,25.68023681640625,0.39512377977371216,70.53766632080078,4.258722229814976,0.5366900563240051,1,p02_hands_group__r1__gguf_q4_k_m
34
  0.9999999641871233,0.0,bf16,0.2607421875,0.0,0.0,1.0,0.6666666666666666,0.10256410256410257,0.7580188988574913,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,1.0000000026886948,49.51201629638672,22.682703018188477,p03_package_text,39.29425048828125,0.484801709651947,75.64957427978516,8.059884870985327,0.6731279492378235,0,p03_package_text__r0__bf16
35
  0.9893039399068033,0.03249472379684448,fp8_scaled,0.26318359375,0.054666146636009216,0.08432291448116302,0.9498541355133057,0.6666666666666666,0.10256410256410257,0.8033529210303509,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.9815089910748453,47.76728820800781,22.574295043945312,p03_package_text,42.03155517578125,0.4923124313354492,75.2192153930664,7.916611087721844,0.670321524143219,0,p03_package_text__r0__fp8_scaled
36
  0.9912284318416853,0.024116337299346924,int8_convrot,0.26416015625,0.04864310845732689,0.048043373972177505,0.9515373110771179,0.6666666666666666,0.10256410256410257,0.7586247887994562,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.9846768499730388,47.56193542480469,22.576744079589844,p03_package_text,38.98065185546875,0.49180036783218384,75.5679931640625,8.13885729031908,0.6682897210121155,0,p03_package_text__r0__int8_convrot
37
  0.9990696743169123,0.004149675369262695,mxfp8,0.259765625,0.0031711203046143055,0.014053110964596272,0.9977141618728638,0.6666666666666666,0.10256410256410257,0.7729298246758325,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.9992730458008162,49.59880828857422,22.58310317993164,p03_package_text,39.07977294921875,0.4869307577610016,75.64592742919922,8.07849329637593,0.6719569563865662,0,p03_package_text__r0__mxfp8
38
  0.9920881666626986,0.03400731086730957,nvfp4,0.255126953125,0.024270767346024513,0.08842398226261139,0.9688292741775513,0.6666666666666666,0.10256410256410257,0.7947733640670775,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.9912252998774632,49.52870178222656,22.72385025024414,p03_package_text,44.29364013671875,0.4766618311405182,75.29411315917969,8.094723034793152,0.6531777381896973,0,p03_package_text__r0__nvfp4
39
+ 0.9699588693368408,0.08443868160247803,int4_convrot,0.26171875,0.06495121121406555,0.17532223463058472,0.9037717580795288,0.6666666666666666,0.15018315018315018,0.7705871343612671,4,NORTHSTAR | LAB | SERIES 08 | 250 ML.,0.9703420718181062,50.351837158203125,22.706838607788086,p03_package_text,37.91033935546875,0.4803560972213745,75.49051666259766,6.821573215505604,0.6713671088218689,0,p03_package_text__r0__int4_convrot
40
+ 0.9907305472813883,0.024819135665893555,gguf_q8_0,0.26318359375,0.04866209998726845,0.047370344400405884,0.951012134552002,0.6666666666666666,0.10256410256410257,0.7630039846258504,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.9851218036427918,48.06767272949219,22.551931381225586,p03_package_text,39.35858154296875,0.4931288957595825,75.4920425415039,8.544911350755246,0.6684711575508118,0,p03_package_text__r0__gguf_q8_0
41
+ 0.9657134681109334,0.06306993961334229,gguf_q4_k_m,0.2607421875,0.06737544387578964,0.18677103519439697,0.9384030103683472,0.3333333333333333,0.1396011396011396,0.7821974524311603,4,NORTHSTAR | LAB | SERIES08 | 250 ML,0.9810049017902107,48.440452575683594,22.5382080078125,p03_package_text,54.12884521484375,0.47103700041770935,74.2157211303711,8.627699104850201,0.6516557335853577,0,p03_package_text__r0__gguf_q4_k_m
42
  1.0000000268588785,0.0,bf16,0.271728515625,0.0,0.0,1.0,0.6666666666666666,0.10256410256410257,0.7617607225264822,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,1.0000001003512617,51.275699615478516,23.060813903808594,p03_package_text,56.07916259765625,0.47649434208869934,71.8906021118164,5.956993153871663,0.6719954013824463,1,p03_package_text__r1__bf16
43
  0.9635499954987963,0.020729899406433105,fp8_scaled,0.272705078125,0.021495753899216652,0.040619052946567535,0.9859859347343445,0.3333333333333333,0.1396011396011396,0.7959487110967675,4,NORTHSTAR | LAB | SERIES08 | 250 ML,0.9959013569101626,51.483497619628906,22.978971481323242,p03_package_text,55.34979248046875,0.467152863740921,72.69524383544922,6.338316235654312,0.6667962074279785,1,p03_package_text__r1__fp8_scaled
44
  0.9751408745148299,0.027680158615112305,int8_convrot,0.276123046875,0.023630354553461075,0.041659899055957794,0.9870933294296265,0.6666666666666666,0.10256410256410257,0.7577975956457002,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.9951327857642543,51.184898376464844,23.17673683166504,p03_package_text,56.10711669921875,0.46699267625808716,73.0719223022461,7.16851549736249,0.6671100854873657,1,p03_package_text__r1__int8_convrot
45
  0.9889147644803742,0.015041649341583252,mxfp8,0.270263671875,0.013631249777972698,0.03439881280064583,0.9920489192008972,0.6666666666666666,0.10256410256410257,0.7538210630416871,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.997288756839765,51.27956008911133,22.884397506713867,p03_package_text,53.61785888671875,0.4747844636440277,71.7668228149414,5.930054117806523,0.6701987385749817,1,p03_package_text__r1__mxfp8
46
  0.9030529241644532,0.14129167795181274,nvfp4,0.2666015625,0.1801292896270752,0.19220229983329773,0.7764748930931091,0.6666666666666666,0.15018315018315018,0.8023732706904412,5,NORTHSTAR | LAB | NORTHSTAR | SERIES 08 | 250 ML.,0.9332791912992493,48.05664825439453,22.908214569091797,p03_package_text,49.88079833984375,0.4903087913990021,74.94251251220703,6.949644275706244,0.6673346161842346,1,p03_package_text__r1__nvfp4
47
+ 0.8679655721667634,0.14594614505767822,int4_convrot,0.27197265625,0.15252046287059784,0.27810412645339966,0.7973213195800781,0.6666666666666666,0.10256410256410257,0.7761964509529727,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.9614350462993948,49.40229034423828,22.956897735595703,p03_package_text,47.16790771484375,0.4831516444683075,74.5975570678711,6.864820325835319,0.6725491881370544,1,p03_package_text__r1__int4_convrot
48
+ 0.9952742857497159,0.005313396453857422,gguf_q8_0,0.271728515625,0.0032204180024564266,0.01792648620903492,0.9983953237533569,0.6666666666666666,0.10256410256410257,0.7451474520776953,4,NORTHSTAR | LAB | SERIES 08 | 250 ML,0.9987224519325408,50.974143981933594,23.133819580078125,p03_package_text,55.22454833984375,0.4759574830532074,72.1004867553711,6.157049622637369,0.6768520474433899,1,p03_package_text__r1__gguf_q8_0
49
+ 0.9562872043492059,0.058592796325683594,gguf_q4_k_m,0.265625,0.04706715792417526,0.0859236866235733,0.9262465834617615,0.3333333333333333,0.1396011396011396,0.7483747747800652,4,NORTHSTAR | LAB | SERIES08 | 250 ML,0.9864222721452567,51.412620544433594,22.75271987915039,p03_package_text,58.50262451171875,0.46593722701072693,68.77481079101562,7.309687736405116,0.6744062900543213,1,p03_package_text__r1__gguf_q4_k_m
50
  0.9999999948659285,0.0,bf16,0.316162109375,0.0,0.0,1.0,0.3333333333333333,0.19999999999999998,0.7743320679354977,5,CAFE | TTH STREET | LUMEN | OPEN 24 HOURS | FRICE,1.000000064706256,48.83467483520508,25.028823852539062,p04_storefront_text,30.48626708984375,0.30830830335617065,64.89874267578125,3.4536950459197557,0.4745337665081024,0,p04_storefront_text__r0__bf16
51
  0.920164121881574,0.06548196077346802,fp8_scaled,0.310546875,0.17221540212631226,0.22081126272678375,0.8530095815658569,0.3333333333333333,0.19999999999999998,0.7717581937710444,4,CAFE | 7TH STRET | LUMEN | OPEN 24 HOURS,0.974226961250514,47.80848693847656,24.920520782470703,p04_storefront_text,28.04962158203125,0.3129104673862457,63.61717987060547,3.610189621693244,0.4706093966960907,0,p04_storefront_text__r0__fp8_scaled
52
  0.976874377909674,0.04109472036361694,int8_convrot,0.31640625,0.09424148499965668,0.1306486427783966,0.9186582565307617,0.6666666666666666,0.16666666666666666,0.7246952406307319,5,CAFE | 7TH STREET | LUMEN | OPEN 24 HOURS | BADE,0.9779841574182704,48.35041809082031,25.10140609741211,p04_storefront_text,30.83538818359375,0.29667970538139343,63.180686950683594,3.4942921914786353,0.4730197787284851,0,p04_storefront_text__r0__int8_convrot
53
  0.9516172750250586,0.059112370014190674,mxfp8,0.314208984375,0.1489109992980957,0.19084805250167847,0.8705636858940125,0.3333333333333333,0.2333333333333333,0.7636755442572019,4,CAFE | TH STRET | LUMEN | OPEN 24 HOURS,0.9804520214259748,49.56340408325195,24.849397659301758,p04_storefront_text,30.25628662109375,0.3121373653411865,64.32910919189453,3.5115564107562425,0.46928924322128296,0,p04_storefront_text__r0__mxfp8
54
  0.9213713841245468,0.08788132667541504,nvfp4,0.31005859375,0.2594889998435974,0.31399184465408325,0.7615189552307129,0.3333333333333333,0.2333333333333333,0.7568550336219015,4,CAFE | THSTREET | OPEN 24 HOURS | LUMEN,0.9581969824152035,48.59613800048828,24.77184295654297,p04_storefront_text,25.12835693359375,0.31348106265068054,63.918094635009766,3.538800388887889,0.48535284399986267,0,p04_storefront_text__r0__nvfp4
55
+ 0.7368175614179977,0.15757906436920166,int4_convrot,0.289794921875,0.44521623849868774,0.4785386621952057,0.5693581104278564,0.6666666666666666,0.13333333333333333,0.8003742279858471,6,CAFE LUMEN | OPEN 24 HOURS | 7TH | STREET | OPREN | LUMEET,0.9078021147782722,45.53266143798828,24.50282859802246,p04_storefront_text,24.61077880859375,0.3307437002658844,59.98966979980469,3.3348031396697086,0.454710453748703,0,p04_storefront_text__r0__int4_convrot
56
+ 0.9662195329481,0.05184715986251831,gguf_q8_0,0.317138671875,0.11918330937623978,0.16123145818710327,0.8882714509963989,0.3333333333333333,0.46428571428571425,0.794057803021537,3,CAFE | LUMEN | OPEN 24 HOURS,0.9829414551292878,47.88514709472656,25.246097564697266,p04_storefront_text,27.54217529296875,0.2999446392059326,65.66423034667969,3.5704389432366734,0.47242993116378784,0,p04_storefront_text__r0__gguf_q8_0
57
+ 0.8910996496941117,0.11784350872039795,gguf_q4_k_m,0.307373046875,0.34980422258377075,0.38543131947517395,0.6651903986930847,0.6666666666666666,0.16666666666666666,0.8294975688447168,4,CAFE | LUMEN | OPEN 24 HOURS | 7TH STREET,0.9320096926128667,46.37990951538086,25.608129501342773,p04_storefront_text,26.59320068359375,0.30576780438423157,66.8400650024414,3.5952158110235155,0.4659266769886017,0,p04_storefront_text__r0__gguf_q4_k_m
58
  1.000000020971539,0.0,bf16,0.316162109375,0.0,0.0,1.0,0.0,0.4282051282051282,0.7456174101418649,7,CAFE | 7TH | OPEN | LUMEN | STREET | 24 HOURS | 2888,1.0000000072387742,47.19422149658203,24.94066619873047,p04_storefront_text,31.87664794921875,0.3284153938293457,64.81311798095703,3.5711249611826905,0.47474321722984314,1,p04_storefront_text__r1__bf16
59
  0.9323674146703864,0.07970172166824341,fp8_scaled,0.30615234375,0.20920200645923615,0.2504982352256775,0.8229545950889587,0.0,0.4282051282051282,0.7562206043925865,6,CAFE | TH | OPEN | LUMEN | STREET | 24 HOURS,0.9644837701340538,46.98052215576172,24.667457580566406,p04_storefront_text,30.38665771484375,0.31928497552871704,62.79066848754883,3.334971644325175,0.5014355778694153,1,p04_storefront_text__r1__fp8_scaled
60
  0.9817247222557085,0.0512387752532959,int8_convrot,0.31689453125,0.1137644499540329,0.15991635620594025,0.8946816325187683,0.0,0.4282051282051282,0.7452596581239009,7,CAFE | 7TH | OPEN | LUMEN | STREET | 24 HOURS | 32RE,0.989494955076516,48.12169647216797,24.741575241088867,p04_storefront_text,32.92425537109375,0.3243979215621948,66.02998352050781,3.524650273311292,0.48166945576667786,1,p04_storefront_text__r1__int8_convrot
61
  0.9687541002131644,0.04984283447265625,mxfp8,0.318359375,0.1357438564300537,0.16841551661491394,0.891515851020813,0.0,0.5051282051282051,0.7496092330841791,7,CAFE | OPEN | TH | 24 | LUMEN | STREET | HOURS,0.973258139672394,47.935062408447266,24.66527557373047,p04_storefront_text,32.11517333984375,0.3173351585865021,64.66963958740234,3.1744788871393754,0.4848605692386627,1,p04_storefront_text__r1__mxfp8
62
  0.9392200687937964,0.08577489852905273,nvfp4,0.303466796875,0.23561078310012817,0.2940053939819336,0.7728787660598755,0.0,0.4282051282051282,0.7399276736304332,7,CAFE | OPEN | 7TH | LUMEN | STREET | 24 HOURS | TMN,0.9598965017402027,48.532894134521484,24.330673217773438,p04_storefront_text,32.00360107421875,0.3182346224784851,63.754791259765625,3.3403983826152035,0.48185089230537415,1,p04_storefront_text__r1__nvfp4
63
+ 0.9222828376285734,0.1367548704147339,int4_convrot,0.28662109375,0.41715291142463684,0.43563932180404663,0.6333367228507996,0.3333333333333333,0.2948717948717949,0.7814593285623223,6,CAFE | OPEN | LUMEN | 7TH STREET | 24 HOURS | 24,0.9503689685356913,47.670616149902344,24.60655403137207,p04_storefront_text,16.50067138671875,0.30581390857696533,62.14316940307617,3.7128411902448644,0.4700889587402344,1,p04_storefront_text__r1__int4_convrot
64
+ 0.9879974316480841,0.03468209505081177,gguf_q8_0,0.31982421875,0.06367377191781998,0.08837546408176422,0.9437261819839478,0.0,0.5051282051282051,0.7442580881927694,8,CAFE | OPEN | TH | 24 | LUMEN | STREET | HOURS | 2888,0.982561380097611,46.98844909667969,24.796846389770508,p04_storefront_text,31.12786865234375,0.3301903307437897,65.918701171875,3.473781512379278,0.4992930591106415,1,p04_storefront_text__r1__gguf_q8_0
65
+ 0.8918988413205537,0.10979509353637695,gguf_q4_k_m,0.299560546875,0.28007808327674866,0.31848660111427307,0.7399727702140808,1.0,0.0,0.8521640009178229,3,CAFE LUMEN | 7TH STREET | OPEN 24 HOURS,0.9537665371261042,47.571205139160156,24.195363998413086,p04_storefront_text,28.80194091796875,0.31785234808921814,61.56795883178711,3.5046553547815344,0.48461923003196716,1,p04_storefront_text__r1__gguf_q4_k_m
66
  1.0000000604887127,0.0,bf16,0.248779296875,0.0,0.0,1.0,nan,nan,nan,0,,1.000000034040316,40.493736267089844,22.96419906616211,p05_architecture,38.68450927734375,0.47816112637519836,72.95842742919922,3.553121759835224,0.6152669787406921,0,p05_architecture__r0__bf16
67
  0.9912012291432362,0.041532814502716064,fp8_scaled,0.2471923828125,0.07020322978496552,0.0975879356265068,0.8799111843109131,nan,nan,nan,0,,0.9913045742548159,40.612815856933594,22.938621520996094,p05_architecture,36.16009521484375,0.48579710721969604,73.4522933959961,3.6412093611183756,0.6183503866195679,0,p05_architecture__r0__fp8_scaled
68
  0.9587464490141566,0.06224405765533447,int8_convrot,0.248779296875,0.1701090931892395,0.19085468351840973,0.7563462257385254,nan,nan,nan,0,,0.9831714502594778,41.25468063354492,22.841712951660156,p05_architecture,39.17401123046875,0.49160152673721313,73.33766174316406,3.4228245110262354,0.6150598526000977,0,p05_architecture__r0__int8_convrot
69
  0.9077013373085625,0.08166646957397461,mxfp8,0.240966796875,0.2517963647842407,0.2619633674621582,0.6970457434654236,nan,nan,nan,0,,0.9507209782767104,40.15892791748047,22.3956298828125,p05_architecture,37.84576416015625,0.48338621854782104,73.25955963134766,3.863177000179025,0.6241349577903748,0,p05_architecture__r0__mxfp8
70
  0.8488111546955661,0.12398791313171387,nvfp4,0.243408203125,0.3587673306465149,0.37366151809692383,0.4998057782649994,nan,nan,nan,0,,0.9218407505597557,39.71263122558594,22.537628173828125,p05_architecture,37.73846435546875,0.5018033385276794,72.14484405517578,3.7231210563601866,0.6285812854766846,0,p05_architecture__r0__nvfp4
71
+ 0.9141805413723274,0.14329516887664795,int4_convrot,0.2274169921875,0.4396592080593109,0.442324161529541,0.4279590845108032,nan,nan,nan,0,,0.922466304685438,40.79458236694336,22.098373413085938,p05_architecture,27.52569580078125,0.4843839406967163,72.56072235107422,3.758569985781781,0.6181156039237976,0,p05_architecture__r0__int4_convrot
72
+ 0.9802998816166832,0.05418801307678223,gguf_q8_0,0.24658203125,0.12204358726739883,0.14681121706962585,0.859869658946991,nan,nan,nan,0,,0.9846694488736822,40.366825103759766,23.101608276367188,p05_architecture,37.21429443359375,0.4768919050693512,72.4454574584961,3.6436577425139953,0.6085250973701477,0,p05_architecture__r0__gguf_q8_0
73
+ 0.8314321538305316,0.12675946950912476,gguf_q4_k_m,0.2430419921875,0.35139191150665283,0.3492836356163025,0.48827457427978516,nan,nan,nan,0,,0.9246293738786993,38.89691162109375,22.3941593170166,p05_architecture,34.41668701171875,0.4988734722137451,73.11106872558594,3.620877203518073,0.6419956684112549,0,p05_architecture__r0__gguf_q4_k_m
74
  1.0000000550688337,0.0,bf16,0.2427978515625,0.0,0.0,1.0,nan,nan,nan,0,,1.0000000007058871,42.150962829589844,22.285537719726562,p05_architecture,30.02703857421875,0.49331745505332947,73.40734100341797,4.0550387450746355,0.6177598834037781,1,p05_architecture__r1__bf16
75
  0.9960098297847586,0.02749866247177124,fp8_scaled,0.23681640625,0.04328903183341026,0.05444515123963356,0.954364538192749,nan,nan,nan,0,,0.9937050751609988,41.86296463012695,22.169111251831055,p05_architecture,32.89178466796875,0.4959002733230591,73.58293151855469,4.30788012769682,0.6271457076072693,1,p05_architecture__r1__fp8_scaled
76
  0.9938522515155327,0.02384960651397705,int8_convrot,0.2440185546875,0.035085685551166534,0.04586061090230942,0.9581446051597595,nan,nan,nan,0,,0.9951224635825526,42.18452072143555,22.255247116088867,p05_architecture,28.24041748046875,0.49721279740333557,72.8360824584961,3.6425733034200407,0.6185669898986816,1,p05_architecture__r1__int8_convrot
77
  0.9924771952700301,0.03425252437591553,mxfp8,0.238525390625,0.07387596368789673,0.09144337475299835,0.9249215126037598,nan,nan,nan,0,,0.9855496169683533,42.192481994628906,22.428028106689453,p05_architecture,34.28924560546875,0.47879403829574585,72.73973083496094,4.21878040841932,0.6135506629943848,1,p05_architecture__r1__mxfp8
78
  0.9841958838200647,0.05290985107421875,nvfp4,0.240234375,0.13765178620815277,0.1653432995080948,0.8755872249603271,nan,nan,nan,0,,0.9884329099961828,41.789215087890625,22.095829010009766,p05_architecture,31.31854248046875,0.49968239665031433,72.58686065673828,4.472105798085079,0.6280539035797119,1,p05_architecture__r1__nvfp4
79
+ 0.9698019878607854,0.09828543663024902,int4_convrot,0.232421875,0.28999149799346924,0.3114050626754761,0.63037109375,nan,nan,nan,0,,0.9549381512224,40.64292526245117,22.40497398376465,p05_architecture,26.61370849609375,0.49820759892463684,72.85358428955078,4.423888775774181,0.6263219118118286,1,p05_architecture__r1__int4_convrot
80
+ 0.9956935458067888,0.024437904357910156,gguf_q8_0,0.23974609375,0.03703148663043976,0.044833481311798096,0.9647089242935181,nan,nan,nan,0,,0.9941827612399775,41.98066711425781,22.309391021728516,p05_architecture,29.57940673828125,0.4902278184890747,73.13219451904297,4.0317914375912345,0.6120561361312866,1,p05_architecture__r1__gguf_q8_0
81
+ 0.8115071079185678,0.10450541973114014,gguf_q4_k_m,0.2481689453125,0.30468541383743286,0.28700336813926697,0.6575107574462891,nan,nan,nan,0,,0.9269233646913982,38.239105224609375,22.421459197998047,p05_architecture,33.87908935546875,0.49938592314720154,73.06900024414062,4.177617517520029,0.6320676207542419,1,p05_architecture__r1__gguf_q4_k_m
82
  0.9999999453571304,0.0,bf16,0.3447265625,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999798592769,42.65753173828125,25.29480743408203,p06_reflections,21.45318603515625,0.520759105682373,72.48316955566406,3.756700752908876,0.6872645020484924,0,p06_reflections__r0__bf16
83
  0.9826166065174593,0.06523740291595459,fp8_scaled,0.353271484375,0.15852975845336914,0.19457699358463287,0.7442535758018494,nan,nan,nan,0,,0.9542502306799163,42.52729034423828,25.59395980834961,p06_reflections,19.07440185546875,0.5197836756706238,73.85685729980469,3.7501599521821825,0.695905327796936,0,p06_reflections__r0__fp8_scaled
84
  0.9889457657469354,0.037947773933410645,int8_convrot,0.345703125,0.06044542416930199,0.0803600400686264,0.9069937467575073,nan,nan,nan,0,,0.9776864700111072,43.28050994873047,25.285961151123047,p06_reflections,19.39923095703125,0.5130378603935242,73.38409423828125,3.7856549202555185,0.6705564260482788,0,p06_reflections__r0__int8_convrot
85
  0.984883401456659,0.031936824321746826,mxfp8,0.35205078125,0.07048118114471436,0.08705160021781921,0.9225387573242188,nan,nan,nan,0,,0.9881742907490076,42.41746139526367,25.123355865478516,p06_reflections,23.67388916015625,0.517848551273346,72.37113189697266,3.7957130140663993,0.6862851977348328,0,p06_reflections__r0__mxfp8
86
  0.980511953075909,0.08309662342071533,nvfp4,0.348876953125,0.2565927505493164,0.26019972562789917,0.6614062190055847,nan,nan,nan,0,,0.9560766586473268,43.961917877197266,25.195621490478516,p06_reflections,25.47357177734375,0.48210880160331726,72.84325408935547,3.9760113596594517,0.6683819890022278,0,p06_reflections__r0__nvfp4
87
+ 0.9252509989587425,0.1124337911605835,int4_convrot,0.34619140625,0.3223670423030853,0.3322720527648926,0.5753753185272217,nan,nan,nan,0,,0.9404851581249845,43.17917251586914,25.183597564697266,p06_reflections,27.95013427734375,0.5028658509254456,72.01448822021484,3.916721159340785,0.6833589673042297,0,p06_reflections__r0__int4_convrot
88
+ 0.9947163096373878,0.026989459991455078,gguf_q8_0,0.35107421875,0.035143252462148666,0.05298939347267151,0.9530200362205505,nan,nan,nan,0,,0.9858258132478843,42.288665771484375,25.352222442626953,p06_reflections,21.40521240234375,0.521647036075592,72.22987365722656,3.8234820536770084,0.6901556849479675,0,p06_reflections__r0__gguf_q8_0
89
+ 0.9758577483447681,0.06250298023223877,gguf_q4_k_m,0.34814453125,0.14422474801540375,0.17875558137893677,0.7752066850662231,nan,nan,nan,0,,0.9631157929929143,43.35913848876953,25.577308654785156,p06_reflections,18.84136962890625,0.5143048167228699,72.2994613647461,3.7419630696737225,0.6882422566413879,0,p06_reflections__r0__gguf_q4_k_m
90
  1.000000024008055,0.0,bf16,0.3447265625,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999021934906,42.78760528564453,25.103185653686523,p06_reflections,29.90618896484375,0.4918527901172638,72.35835266113281,3.81730031543237,0.6712402701377869,1,p06_reflections__r1__bf16
91
  0.9899324296675664,0.02967935800552368,fp8_scaled,0.3515625,0.05737543851137161,0.07840216159820557,0.9143433570861816,nan,nan,nan,0,,0.9885567744322843,43.17399215698242,25.314111709594727,p06_reflections,29.90179443359375,0.4981875419616699,72.09471893310547,3.723148209909331,0.685397207736969,1,p06_reflections__r1__fp8_scaled
92
  0.9962894286657721,0.017097890377044678,int8_convrot,0.34619140625,0.025482477620244026,0.04077092558145523,0.966291069984436,nan,nan,nan,0,,0.9936014835580084,42.110008239746094,25.15778160095215,p06_reflections,29.92181396484375,0.4901779592037201,71.92987823486328,3.7501502327924934,0.6685236096382141,1,p06_reflections__r1__int8_convrot
93
  0.9881060875147536,0.03129255771636963,mxfp8,0.350830078125,0.06244015321135521,0.0978429913520813,0.9111503958702087,nan,nan,nan,0,,0.9850128201823652,43.81854248046875,25.251150131225586,p06_reflections,27.53167724609375,0.4926360249519348,72.52883911132812,3.8544953724717073,0.6711715459823608,1,p06_reflections__r1__mxfp8
94
  0.9829877446183904,0.06616508960723877,nvfp4,0.34521484375,0.17582103610038757,0.21470440924167633,0.7376378774642944,nan,nan,nan,0,,0.9576068457624489,41.891265869140625,24.89389991760254,p06_reflections,27.56634521484375,0.5079430937767029,72.8053207397461,3.935405241035323,0.6618326902389526,1,p06_reflections__r1__nvfp4
95
+ 0.9798954341841509,0.0731390118598938,int4_convrot,0.360595703125,0.1788884997367859,0.21898524463176727,0.736574649810791,nan,nan,nan,0,,0.955475739637472,43.15653991699219,25.640050888061523,p06_reflections,34.43524169921875,0.5026346445083618,73.22798919677734,3.3496958238159786,0.6704922914505005,1,p06_reflections__r1__int4_convrot
96
+ 0.9904047316168724,0.025153636932373047,gguf_q8_0,0.350341796875,0.04264356940984726,0.0603477880358696,0.9436968564987183,nan,nan,nan,0,,0.986593671589522,42.7296142578125,25.0804443359375,p06_reflections,29.57623291015625,0.49278855323791504,71.97785949707031,3.9038751240893883,0.6699374914169312,1,p06_reflections__r1__gguf_q8_0
97
+ 0.9793175589270215,0.06465238332748413,gguf_q4_k_m,0.332275390625,0.15994930267333984,0.1896338164806366,0.7587056159973145,nan,nan,nan,0,,0.9697008104618227,42.986846923828125,24.940120697021484,p06_reflections,29.09637451171875,0.496035099029541,72.97774505615234,3.625467572947486,0.6710789203643799,1,p06_reflections__r1__gguf_q4_k_m
98
  1.000000047602966,0.0,bf16,0.318115234375,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999946179683,37.6024169921875,21.443134307861328,p07_foliage_bird,12.52972412109375,0.540269136428833,76.1681137084961,3.9363657635662714,0.681535005569458,0,p07_foliage_bird__r0__bf16
99
  0.9695535374508116,0.0744180679321289,fp8_scaled,0.32373046875,0.2758581042289734,0.29019999504089355,0.6742762923240662,nan,nan,nan,0,,0.9910903870457993,38.403602600097656,21.33931541442871,p07_foliage_bird,11.21856689453125,0.5446811318397522,76.8619384765625,4.0039898227947095,0.6758023500442505,0,p07_foliage_bird__r0__fp8_scaled
100
  0.9964818740521302,0.023702621459960938,int8_convrot,0.31591796875,0.08600236475467682,0.09828425198793411,0.9110084772109985,nan,nan,nan,0,,0.9964754139185636,37.18933868408203,21.451040267944336,p07_foliage_bird,12.52886962890625,0.5400848388671875,76.29559326171875,3.8447807764893644,0.6921267509460449,0,p07_foliage_bird__r0__int8_convrot
101
  0.973059979257429,0.06799638271331787,mxfp8,0.3046875,0.17300063371658325,0.19366759061813354,0.7989823222160339,nan,nan,nan,0,,0.9876118580515058,37.826133728027344,20.989059448242188,p07_foliage_bird,12.81231689453125,0.5390673279762268,76.46853637695312,4.036781755620271,0.7006123661994934,0,p07_foliage_bird__r0__mxfp8
102
  0.932016152443178,0.10205143690109253,nvfp4,0.299072265625,0.30532026290893555,0.33047133684158325,0.6211484670639038,nan,nan,nan,0,,0.9723565097095419,37.27699279785156,21.069580078125,p07_foliage_bird,15.65789794921875,0.5257018804550171,76.5098648071289,3.9475173934767915,0.6912199854850769,0,p07_foliage_bird__r0__nvfp4
103
+ 0.9493248701364054,0.12898331880569458,int4_convrot,0.2998046875,0.39151230454444885,0.3954569697380066,0.5337373614311218,nan,nan,nan,0,,0.9759638929912016,37.03267288208008,20.479415893554688,p07_foliage_bird,9.81390380859375,0.588295042514801,76.54959106445312,4.210522619102857,0.7180690765380859,0,p07_foliage_bird__r0__int4_convrot
104
+ 0.9731545099992533,0.06091415882110596,gguf_q8_0,0.307861328125,0.13093377649784088,0.1539689302444458,0.8318647742271423,nan,nan,nan,0,,0.9842395062462441,38.63059997558594,21.25132942199707,p07_foliage_bird,15.97613525390625,0.5395960807800293,76.28195190429688,3.829419246214238,0.6906593441963196,0,p07_foliage_bird__r0__gguf_q8_0
105
+ 0.959005087324245,0.09322977066040039,gguf_q4_k_m,0.3076171875,0.22882632911205292,0.2539760172367096,0.7213739156723022,nan,nan,nan,0,,0.9787423971363913,38.267555236816406,20.960006713867188,p07_foliage_bird,11.17938232421875,0.5348367094993591,76.66783142089844,3.9615755318373607,0.6997153162956238,0,p07_foliage_bird__r0__gguf_q4_k_m
106
  1.0000000883164262,0.0,bf16,0.32568359375,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999938715083,38.20400619506836,21.139617919921875,p07_foliage_bird,8.92864990234375,0.5886019468307495,77.23944854736328,4.037099355814984,0.7204250693321228,1,p07_foliage_bird__r1__bf16
107
  0.9843880811682056,0.07461655139923096,fp8_scaled,0.32666015625,0.3453653156757355,0.3367612063884735,0.5844728350639343,nan,nan,nan,0,,0.9884141444854608,38.39693832397461,21.384611129760742,p07_foliage_bird,4.93988037109375,0.5733467936515808,76.61385345458984,3.9537262933340545,0.7197762131690979,1,p07_foliage_bird__r1__fp8_scaled
108
  0.9943034156199997,0.03263688087463379,int8_convrot,0.322265625,0.13088425993919373,0.1408936083316803,0.8562836647033691,nan,nan,nan,0,,0.9944850279184594,37.682464599609375,21.185182571411133,p07_foliage_bird,9.05767822265625,0.5910975933074951,77.40489196777344,3.967871508788248,0.7242098450660706,1,p07_foliage_bird__r1__int8_convrot
109
  0.992241693344455,0.05673617124557495,mxfp8,0.319091796875,0.27287623286247253,0.2697848677635193,0.6836859583854675,nan,nan,nan,0,,0.9870046205563756,38.46392822265625,21.077396392822266,p07_foliage_bird,9.29144287109375,0.5723727941513062,76.84375762939453,4.044245760161385,0.7195144891738892,1,p07_foliage_bird__r1__mxfp8
110
  0.9696613635718181,0.08967459201812744,nvfp4,0.3212890625,0.34490421414375305,0.3465515375137329,0.58565753698349,nan,nan,nan,0,,0.9852147603429368,37.56574249267578,21.25990104675293,p07_foliage_bird,9.31512451171875,0.5702823996543884,76.9495620727539,3.937436269506489,0.7111228108406067,1,p07_foliage_bird__r1__nvfp4
111
+ 0.967958354810156,0.11033469438552856,int4_convrot,0.3310546875,0.4226180911064148,0.41399332880973816,0.5172349214553833,nan,nan,nan,0,,0.9766549358242707,38.23792266845703,21.168659210205078,p07_foliage_bird,-0.64410400390625,0.565153956413269,77.20024871826172,3.8004399263609008,0.7332409024238586,1,p07_foliage_bird__r1__int4_convrot
112
+ 0.993703310671318,0.0513189435005188,gguf_q8_0,0.323974609375,0.1970975399017334,0.20678836107254028,0.7798113822937012,nan,nan,nan,0,,0.9930132228503457,38.12297058105469,21.376300811767578,p07_foliage_bird,7.81195068359375,0.5705673694610596,76.80199432373047,4.042012560128027,0.7143707871437073,1,p07_foliage_bird__r1__gguf_q8_0
113
+ 0.9914807061388438,0.07902419567108154,gguf_q4_k_m,0.32275390625,0.3386949896812439,0.3330402970314026,0.5932962894439697,nan,nan,nan,0,,0.9824791697244445,37.876670837402344,21.081405639648438,p07_foliage_bird,1.51556396484375,0.5795517563819885,76.6702651977539,3.8538044732866052,0.7092711329460144,1,p07_foliage_bird__r1__gguf_q4_k_m
114
  0.9999998995136015,0.0,bf16,0.221923828125,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999973427398,40.95574188232422,21.709653854370117,p08_fog_neon,42.84881591796875,0.30211153626441956,28.860599517822266,8.775438968162158,0.253488153219223,0,p08_fog_neon__r0__bf16
115
  0.8945264411619307,0.03090083599090576,fp8_scaled,0.219970703125,0.024081503972411156,0.06422717869281769,0.9930009841918945,nan,nan,nan,0,,0.9896939181779207,41.2266960144043,21.647315979003906,p08_fog_neon,42.60028076171875,0.3166401982307434,29.722742080688477,8.817476835661077,0.27268925309181213,0,p08_fog_neon__r0__fp8_scaled
116
  0.9543163175932632,0.018460512161254883,int8_convrot,0.2216796875,0.010215945541858673,0.03228762745857239,0.9967378377914429,nan,nan,nan,0,,0.9972727363758581,40.568214416503906,21.67729377746582,p08_fog_neon,42.59906005859375,0.30021151900291443,29.176006317138672,8.88828821519124,0.25927403569221497,0,p08_fog_neon__r0__int8_convrot
117
  0.8435983265842217,0.042305707931518555,mxfp8,0.2218017578125,0.02800895832479,0.07668688893318176,0.9897515177726746,nan,nan,nan,0,,0.9875904335495731,40.603919982910156,21.66012191772461,p08_fog_neon,41.75994873046875,0.302993506193161,28.116840362548828,8.490436418679806,0.25961214303970337,0,p08_fog_neon__r0__mxfp8
118
  0.8058705281733167,0.06442761421203613,nvfp4,0.212158203125,0.04691952466964722,0.10324626415967941,0.9860314130783081,nan,nan,nan,0,,0.9838095636096287,40.19397735595703,21.559537887573242,p08_fog_neon,42.72698974609375,0.3072735071182251,28.360130310058594,9.008278267519119,0.2606316804885864,0,p08_fog_neon__r0__nvfp4
119
+ 0.7420545076189805,0.13530564308166504,int4_convrot,0.2109375,0.09557051956653595,0.19675123691558838,0.9679651260375977,nan,nan,nan,0,,0.9662160743034214,41.00365447998047,21.6253719329834,p08_fog_neon,41.33245849609375,0.2737230956554413,26.877826690673828,7.707289378179629,0.25270968675613403,0,p08_fog_neon__r0__int4_convrot
120
+ 0.9717859201358543,0.014985203742980957,gguf_q8_0,0.2216796875,0.0076827118173241615,0.029641909524798393,0.9979451894760132,nan,nan,nan,0,,0.9982426369611501,40.74383544921875,21.68216896057129,p08_fog_neon,42.34197998046875,0.30206796526908875,29.19369888305664,8.752821018028468,0.25323227047920227,0,p08_fog_neon__r0__gguf_q8_0
121
+ 0.8800240812764373,0.047072649002075195,gguf_q4_k_m,0.2154541015625,0.030456528067588806,0.07829634845256805,0.9910087585449219,nan,nan,nan,0,,0.9869681611515656,40.73992156982422,21.540258407592773,p08_fog_neon,42.18133544921875,0.3059097230434418,29.080718994140625,9.091585557953215,0.26960787177085876,0,p08_fog_neon__r0__gguf_q4_k_m
122
  1.000000030192612,0.0,bf16,0.219970703125,0.0,0.0,1.0,nan,nan,nan,0,,1.0000000904313469,41.11246109008789,21.5015869140625,p08_fog_neon,41.14361572265625,0.32352638244628906,29.72311782836914,9.83265034252242,0.2532931864261627,1,p08_fog_neon__r1__bf16
123
  0.8339299280345938,0.040812015533447266,fp8_scaled,0.21923828125,0.04312717542052269,0.08000147342681885,0.9878365397453308,nan,nan,nan,0,,0.9890192328433325,40.95766067504883,21.259323120117188,p08_fog_neon,41.65167236328125,0.32725468277931213,29.581417083740234,9.835917833205375,0.25142282247543335,1,p08_fog_neon__r1__fp8_scaled
124
  0.9638655446519122,0.02907782793045044,int8_convrot,0.2220458984375,0.02718229964375496,0.05201052129268646,0.9931179881095886,nan,nan,nan,0,,0.9931784464418796,41.845760345458984,21.532812118530273,p08_fog_neon,41.36236572265625,0.3209209740161896,29.31497573852539,9.704376008322637,0.25106868147850037,1,p08_fog_neon__r1__int8_convrot
125
  0.9463633431535848,0.03485041856765747,mxfp8,0.221435546875,0.029706142842769623,0.0601017102599144,0.9893769025802612,nan,nan,nan,0,,0.9877623019695376,42.12651443481445,21.460424423217773,p08_fog_neon,40.91424560546875,0.3180916905403137,28.326091766357422,9.286908790995184,0.25287699699401855,1,p08_fog_neon__r1__mxfp8
126
  0.7742967238004093,0.09120666980743408,nvfp4,0.2181396484375,0.14014990627765656,0.1974058598279953,0.952580451965332,nan,nan,nan,0,,0.9645156893693767,40.876068115234375,21.486085891723633,p08_fog_neon,40.74578857421875,0.3236551880836487,36.47635269165039,9.039215267460788,0.2595398724079132,1,p08_fog_neon__r1__nvfp4
127
+ 0.6736430736329818,0.1538638472557068,int4_convrot,0.2203369140625,0.20592859387397766,0.26473963260650635,0.9114782214164734,nan,nan,nan,0,,0.950518128171813,40.78303527832031,21.780376434326172,p08_fog_neon,35.68548583984375,0.2895115315914154,40.21149444580078,6.8615729576724585,0.2914137542247772,1,p08_fog_neon__r1__int4_convrot
128
+ 0.9799234586344469,0.018541932106018066,gguf_q8_0,0.221435546875,0.012714886106550694,0.030347345396876335,0.9963545203208923,nan,nan,nan,0,,0.9964932456318629,41.16313934326172,21.453853607177734,p08_fog_neon,39.29510498046875,0.32414084672927856,30.536962509155273,9.486223471235022,0.2540135383605957,1,p08_fog_neon__r1__gguf_q8_0
129
+ 0.7899225185134612,0.09422183036804199,gguf_q4_k_m,0.2152099609375,0.12501032650470734,0.17883796989917755,0.9608044624328613,nan,nan,nan,0,,0.9753304510323751,41.20673751831055,21.495193481445312,p08_fog_neon,40.36920166015625,0.3245430290699005,36.94880294799805,8.85907146879585,0.26395702362060547,1,p08_fog_neon__r1__gguf_q4_k_m
130
  1.0000000707946308,0.0,bf16,0.2493896484375,0.0,0.0,1.0,nan,nan,nan,0,,1.0000000505988862,50.1131706237793,20.779829025268555,p09_material_macro,23.19940185546875,0.43017706274986267,71.2347640991211,3.9525360069019735,0.5584702491760254,0,p09_material_macro__r0__bf16
131
  0.991173867544036,0.03301692008972168,fp8_scaled,0.253662109375,0.03288479894399643,0.05835912004113197,0.9625673294067383,nan,nan,nan,0,,0.9918929135801712,49.41568374633789,20.78925895690918,p09_material_macro,19.67156982421875,0.4248782694339752,70.78755950927734,3.91496160485127,0.5522964596748352,0,p09_material_macro__r0__fp8_scaled
132
  0.991594442661726,0.026158571243286133,int8_convrot,0.2486572265625,0.02102302946150303,0.03316253796219826,0.9808181524276733,nan,nan,nan,0,,0.9963823673390426,49.897613525390625,20.799619674682617,p09_material_macro,23.41180419921875,0.4314752221107483,71.01582336425781,3.9750222056787754,0.5626216530799866,0,p09_material_macro__r0__int8_convrot
133
  0.982797807315974,0.03463554382324219,mxfp8,0.2469482421875,0.03485482186079025,0.06063758581876755,0.9574419856071472,nan,nan,nan,0,,0.9951527289423261,50.368228912353516,20.76332664489746,p09_material_macro,21.46368408203125,0.4324280321598053,70.17929077148438,3.9122484841689062,0.5473410487174988,0,p09_material_macro__r0__mxfp8
134
  0.8149327574754566,0.19701147079467773,nvfp4,0.236083984375,0.3479275107383728,0.35768696665763855,0.5742287039756775,nan,nan,nan,0,,0.890382264515351,47.05853271484375,20.83540153503418,p09_material_macro,23.37786865234375,0.4889553189277649,66.5152359008789,3.8793108926105413,0.5888180136680603,0,p09_material_macro__r0__nvfp4
135
+ 0.8708242287968928,0.1331096887588501,int4_convrot,0.237060546875,0.19268947839736938,0.23512251675128937,0.8616565465927124,nan,nan,nan,0,,0.9469114839837117,49.648536682128906,20.542236328125,p09_material_macro,9.25225830078125,0.42742037773132324,64.18663024902344,4.573830021143462,0.5519551634788513,0,p09_material_macro__r0__int4_convrot
136
+ 0.9955532293212259,0.009643733501434326,gguf_q8_0,0.24853515625,0.007101112045347691,0.010275166481733322,0.996611475944519,nan,nan,nan,0,,0.9983213925340197,50.255096435546875,20.731847763061523,p09_material_macro,23.40350341796875,0.43255409598350525,70.99700164794922,3.9370473330651166,0.5603439211845398,0,p09_material_macro__r0__gguf_q8_0
137
+ 0.9495719270825153,0.06793045997619629,gguf_q4_k_m,0.244140625,0.09551485627889633,0.11940354853868484,0.9262077212333679,nan,nan,nan,0,,0.9698782367291662,50.539546966552734,20.723552703857422,p09_material_macro,22.03240966796875,0.44378530979156494,69.82048034667969,3.9547667554418546,0.557306706905365,0,p09_material_macro__r0__gguf_q4_k_m
138
  0.9999999933924886,0.0,bf16,0.23681640625,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999412165452,47.48853302001953,20.83842658996582,p09_material_macro,19.83245849609375,0.48202332854270935,68.55355834960938,3.595111577790764,0.6018028855323792,1,p09_material_macro__r1__bf16
139
  0.9844341026015252,0.022865712642669678,fp8_scaled,0.2393798828125,0.02433629147708416,0.0344182550907135,0.987852931022644,nan,nan,nan,0,,0.9965124998783443,48.21335220336914,20.848302841186523,p09_material_macro,19.80755615234375,0.4810429513454437,67.84123992919922,3.767905433082875,0.5979304909706116,1,p09_material_macro__r1__fp8_scaled
140
  0.9952373421578229,0.007906198501586914,int8_convrot,0.2369384765625,0.008810501545667648,0.012240605428814888,0.9947819113731384,nan,nan,nan,0,,0.9978333922515213,47.65367126464844,20.846538543701172,p09_material_macro,19.82098388671875,0.48394522070884705,68.6040267944336,3.635576571800259,0.6014208197593689,1,p09_material_macro__r1__int8_convrot
141
  0.985712282011729,0.028118014335632324,mxfp8,0.2396240234375,0.027239222079515457,0.03491181880235672,0.9839997291564941,nan,nan,nan,0,,0.9952900604259858,47.538475036621094,20.764896392822266,p09_material_macro,18.86444091796875,0.48208799958229065,67.97367095947266,3.7549531381298324,0.5924718976020813,1,p09_material_macro__r1__mxfp8
142
  0.9375225689555355,0.06997567415237427,nvfp4,0.229248046875,0.09633678197860718,0.12240491807460785,0.9186279773712158,nan,nan,nan,0,,0.964445941914243,47.517269134521484,20.787263870239258,p09_material_macro,20.06878662109375,0.4910067021846771,68.88126373291016,3.67873909254595,0.5893645882606506,1,p09_material_macro__r1__nvfp4
143
+ 0.738786998247071,0.15425682067871094,int4_convrot,0.2457275390625,0.22250713407993317,0.27758514881134033,0.7925383448600769,nan,nan,nan,0,,0.8940456056450548,50.72105026245117,20.830608367919922,p09_material_macro,15.30108642578125,0.48342078924179077,66.61075592041016,4.15579023805731,0.587717592716217,1,p09_material_macro__r1__int4_convrot
144
+ 0.996722069931862,0.006610393524169922,gguf_q8_0,0.239013671875,0.007983872666954994,0.011117791756987572,0.996396005153656,nan,nan,nan,0,,0.9984636646970476,47.45893096923828,20.794105529785156,p09_material_macro,19.55755615234375,0.48106804490089417,68.39920043945312,3.622864858123067,0.603209912776947,1,p09_material_macro__r1__gguf_q8_0
145
+ 0.9301177760478947,0.07660931348800659,gguf_q4_k_m,0.2374267578125,0.07647626847028732,0.0939028263092041,0.9525837898254395,nan,nan,nan,0,,0.9790337021125144,47.75419235229492,20.753629684448242,p09_material_macro,19.02239990234375,0.4747059643268585,66.79788970947266,3.9233415429522194,0.5776229500770569,1,p09_material_macro__r1__gguf_q4_k_m
146
  0.9999999744596729,0.0,bf16,0.1839599609375,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999677407403,35.633811950683594,20.150634765625,p10_vector_gradient,92.47869873046875,0.5446832180023193,71.94483947753906,11.489655088412533,0.5950062274932861,0,p10_vector_gradient__r0__bf16
147
  0.9622879454862319,0.049594342708587646,fp8_scaled,0.183837890625,0.13150350749492645,0.09327932447195053,0.8587278127670288,nan,nan,nan,0,,0.9800051139406499,34.889259338378906,19.942903518676758,p10_vector_gradient,81.15765380859375,0.5603862404823303,72.37091827392578,11.46740489262003,0.6048327088356018,0,p10_vector_gradient__r0__fp8_scaled
148
  0.9559129457993125,0.049226999282836914,int8_convrot,0.185302734375,0.06431098282337189,0.03812208026647568,0.9541832208633423,nan,nan,nan,0,,0.980780813634404,34.84257888793945,20.049699783325195,p10_vector_gradient,80.26434326171875,0.5541216731071472,72.3892593383789,12.175289572146195,0.5965226888656616,0,p10_vector_gradient__r0__int8_convrot
149
  0.9864636473629609,0.08913177251815796,mxfp8,0.181884765625,0.04553850740194321,0.058593593537807465,0.9696990847587585,nan,nan,nan,0,,0.9870078561415918,35.155052185058594,20.225547790527344,p10_vector_gradient,83.58953857421875,0.5387154221534729,72.34215545654297,9.800836262139631,0.6037070155143738,0,p10_vector_gradient__r0__mxfp8
150
  0.8664412567663397,0.1440221667289734,nvfp4,0.17919921875,0.35369443893432617,0.24241355061531067,0.6920384168624878,nan,nan,nan,0,,0.9263776601065603,35.39546203613281,19.92624855041504,p10_vector_gradient,65.73309326171875,0.555885374546051,72.75634002685547,11.706782729018412,0.6198079586029053,0,p10_vector_gradient__r0__nvfp4
151
+ 0.5978301303822195,0.17702502012252808,int4_convrot,0.1727294921875,0.5811458230018616,0.4313960373401642,0.6069173216819763,nan,nan,nan,0,,0.8387275159607446,36.102294921875,20.145732879638672,p10_vector_gradient,83.73358154296875,0.5630534887313843,71.0701675415039,14.149234683278157,0.5751129984855652,0,p10_vector_gradient__r0__int4_convrot
152
+ 0.9987391168171829,0.004444301128387451,gguf_q8_0,0.184326171875,0.0033058305270969868,0.004857093095779419,0.9988769888877869,nan,nan,nan,0,,0.9980593218721707,35.87244415283203,20.16701889038086,p10_vector_gradient,92.15216064453125,0.5475457906723022,71.89553833007812,11.848173753427744,0.5998844504356384,0,p10_vector_gradient__r0__gguf_q8_0
153
+ 0.9432731186410652,0.0607149600982666,gguf_q4_k_m,0.18212890625,0.14655473828315735,0.08847464621067047,0.874657154083252,nan,nan,nan,0,,0.9728445880886504,34.82343673706055,20.08012580871582,p10_vector_gradient,93.45404052734375,0.5488678216934204,70.60195922851562,11.226221558089232,0.5875997543334961,0,p10_vector_gradient__r0__gguf_q4_k_m
154
  0.9999999610434238,0.0,bf16,0.171142578125,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999778352306,32.6300048828125,19.95904541015625,p10_vector_gradient,84.27777099609375,0.5443668365478516,73.2563705444336,11.766508692323699,0.6079768538475037,1,p10_vector_gradient__r1__bf16
155
  0.9370188449054329,0.1189812421798706,fp8_scaled,0.177978515625,0.23161830008029938,0.1717223972082138,0.7875604629516602,nan,nan,nan,0,,0.9538483472520753,34.211238861083984,20.125215530395508,p10_vector_gradient,82.77606201171875,0.5427475571632385,73.5829086303711,11.69740062317578,0.6522864699363708,1,p10_vector_gradient__r1__fp8_scaled
156
  0.9317008485738296,0.11640530824661255,int8_convrot,0.17333984375,0.25724107027053833,0.17960986495018005,0.7695676684379578,nan,nan,nan,0,,0.940550418707031,32.58320236206055,20.049015045166016,p10_vector_gradient,84.04071044921875,0.5475677251815796,72.93891906738281,12.099160253979074,0.6181087493896484,1,p10_vector_gradient__r1__int8_convrot
157
  0.8832924045436686,0.1401481032371521,mxfp8,0.171875,0.2870560586452484,0.21963536739349365,0.7464086413383484,nan,nan,nan,0,,0.9470929338403083,34.661407470703125,19.957420349121094,p10_vector_gradient,77.77215576171875,0.5544869303703308,73.59963989257812,10.800768208357503,0.6503648161888123,1,p10_vector_gradient__r1__mxfp8
158
  0.8500751615870163,0.13171839714050293,nvfp4,0.16455078125,0.2816435396671295,0.2025356888771057,0.7645942568778992,nan,nan,nan,0,,0.9219474417682461,28.00858497619629,18.805866241455078,p10_vector_gradient,78.13275146484375,0.5365743637084961,69.88577270507812,11.013798627594316,0.6159015893936157,1,p10_vector_gradient__r1__nvfp4
159
+ 0.8119248021364938,0.1518276333808899,int4_convrot,0.1678466796875,0.43542951345443726,0.3414129614830017,0.6521977782249451,nan,nan,nan,0,,0.8866637788186454,32.33118438720703,19.45649528503418,p10_vector_gradient,76.46893310546875,0.5385316014289856,73.60897064208984,13.017836974642487,0.6167889833450317,1,p10_vector_gradient__r1__int4_convrot
160
+ 0.9051122966099583,0.11861449480056763,gguf_q8_0,0.173828125,0.21633806824684143,0.16008755564689636,0.7845439910888672,nan,nan,nan,0,,0.9671008764638052,31.58041000366211,19.721363067626953,p10_vector_gradient,80.02191162109375,0.542424738407135,73.86077117919922,11.460243084674415,0.6415439248085022,1,p10_vector_gradient__r1__gguf_q8_0
161
+ 0.8887009933356897,0.11566275358200073,gguf_q4_k_m,0.170654296875,0.26623138785362244,0.19865888357162476,0.756003737449646,nan,nan,nan,0,,0.9429888934535886,33.752174377441406,20.13861083984375,p10_vector_gradient,82.13861083984375,0.5436800718307495,71.10482788085938,11.519495439612397,0.5948532223701477,1,p10_vector_gradient__r1__gguf_q4_k_m
162
  1.0000000338660497,0.0,bf16,0.294921875,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999443983842,48.62525939941406,22.476911544799805,p11_retro_anime,13.83856201171875,0.44796043634414673,70.32711029052734,4.834853615256027,0.5494089722633362,0,p11_retro_anime__r0__bf16
163
  0.9670370735918807,0.053222477436065674,fp8_scaled,0.294921875,0.17784124612808228,0.21644026041030884,0.7405247092247009,nan,nan,nan,0,,0.9727353188018155,47.97453689575195,22.140663146972656,p11_retro_anime,11.09210205078125,0.4348998963832855,69.64862823486328,5.0842270734475745,0.5557165741920471,0,p11_retro_anime__r0__fp8_scaled
164
  0.8697761881740599,0.06527101993560791,int8_convrot,0.297119140625,0.16613923013210297,0.2004198282957077,0.7735506892204285,nan,nan,nan,0,,0.9717735714813039,48.609954833984375,22.334848403930664,p11_retro_anime,14.94268798828125,0.4259728789329529,70.88909149169922,5.106294258020925,0.5390368700027466,0,p11_retro_anime__r0__int8_convrot
165
  0.9605690690524797,0.06204879283905029,mxfp8,0.302490234375,0.18083634972572327,0.22340315580368042,0.7269074320793152,nan,nan,nan,0,,0.9706920838632761,46.719661712646484,22.16644287109375,p11_retro_anime,7.67291259765625,0.44278427958488464,71.06775665283203,5.148297948293051,0.5491556525230408,0,p11_retro_anime__r0__mxfp8
166
  0.8611534612691116,0.08757710456848145,nvfp4,0.28466796875,0.2915562391281128,0.3378804326057434,0.5809875130653381,nan,nan,nan,0,,0.93491633386516,44.24200439453125,21.73414421081543,p11_retro_anime,10.22088623046875,0.41949230432510376,69.37834930419922,4.818441908919804,0.5245113372802734,0,p11_retro_anime__r0__nvfp4
167
+ 0.8561182000580849,0.13218528032302856,int4_convrot,0.290283203125,0.3871610164642334,0.4546661972999573,0.4788554310798645,nan,nan,nan,0,,0.9030210055656509,47.3831901550293,22.2921199798584,p11_retro_anime,5.72796630859375,0.5042989253997803,76.24473571777344,3.7541714480247736,0.6348208785057068,0,p11_retro_anime__r0__int4_convrot
168
+ 0.971682603107787,0.049244046211242676,gguf_q8_0,0.302001953125,0.1078297346830368,0.1418401300907135,0.8466097712516785,nan,nan,nan,0,,0.9799892809167923,48.19148635864258,22.616008758544922,p11_retro_anime,13.48553466796875,0.44455382227897644,71.67892456054688,4.718659925906215,0.5557577013969421,0,p11_retro_anime__r0__gguf_q8_0
169
+ 0.961321563961643,0.08309191465377808,gguf_q4_k_m,0.307373046875,0.24530509114265442,0.29512912034988403,0.6516398787498474,nan,nan,nan,0,,0.9736826310178788,47.380775451660156,22.298126220703125,p11_retro_anime,9.81854248046875,0.442113995552063,71.69644165039062,4.565044476217958,0.5609599947929382,0,p11_retro_anime__r0__gguf_q4_k_m
170
  1.0000000670672702,0.0,bf16,0.301513671875,0.0,0.0,1.0,nan,nan,nan,0,,0.9999998769699886,47.59897232055664,22.376483917236328,p11_retro_anime,14.27899169921875,0.40346187353134155,71.13268280029297,4.889917957975206,0.5345171093940735,1,p11_retro_anime__r1__bf16
171
  0.9470741980726826,0.07744342088699341,fp8_scaled,0.293701171875,0.29752418398857117,0.3333659768104553,0.606787383556366,nan,nan,nan,0,,0.9563245694560933,46.15898132324219,22.05904769897461,p11_retro_anime,11.97320556640625,0.4259829819202423,70.4382553100586,5.187684336685193,0.5405755043029785,1,p11_retro_anime__r1__fp8_scaled
172
  0.9787291144006698,0.029660344123840332,int8_convrot,0.306640625,0.0784110352396965,0.1094667911529541,0.9060903787612915,nan,nan,nan,0,,0.9904629274091987,47.85108947753906,22.675212860107422,p11_retro_anime,13.83868408203125,0.3993699550628662,69.58808135986328,5.061126746792959,0.5250574350357056,1,p11_retro_anime__r1__int8_convrot
173
  0.9799372203066945,0.049952566623687744,mxfp8,0.30712890625,0.16285692155361176,0.19809240102767944,0.8109875917434692,nan,nan,nan,0,,0.9824557273188977,47.848060607910156,22.534252166748047,p11_retro_anime,12.82952880859375,0.4262982904911041,69.78534698486328,4.867122628256671,0.5470061898231506,1,p11_retro_anime__r1__mxfp8
174
  0.928999971370912,0.10532629489898682,nvfp4,0.29833984375,0.35576146841049194,0.4091860353946686,0.5446376800537109,nan,nan,nan,0,,0.9489776105503358,43.966217041015625,22.142108917236328,p11_retro_anime,11.75238037109375,0.43000105023384094,65.88667297363281,4.980185472286554,0.5546296238899231,1,p11_retro_anime__r1__nvfp4
175
+ 0.8601059348413163,0.1430562138557434,int4_convrot,0.3037109375,0.5687609314918518,0.6063505411148071,0.2940448522567749,nan,nan,nan,0,,0.9044742628849369,48.03070831298828,22.859939575195312,p11_retro_anime,8.04388427734375,0.451781302690506,71.74646759033203,4.485380695035888,0.5952857136726379,1,p11_retro_anime__r1__int4_convrot
176
+ 0.9626279548317871,0.04754549264907837,gguf_q8_0,0.303955078125,0.1474933624267578,0.18264353275299072,0.8245007395744324,nan,nan,nan,0,,0.9818715699196693,48.77836227416992,22.546632766723633,p11_retro_anime,16.50970458984375,0.423373818397522,71.03177642822266,5.153565667979796,0.5480992197990417,1,p11_retro_anime__r1__gguf_q8_0
177
+ 0.9183355161986738,0.06213569641113281,gguf_q4_k_m,0.29833984375,0.21311774849891663,0.26336538791656494,0.7266030311584473,nan,nan,nan,0,,0.9717848496719843,45.88112258911133,22.066640853881836,p11_retro_anime,15.51507568359375,0.4169557988643646,69.6327133178711,4.851887536850818,0.5454173684120178,1,p11_retro_anime__r1__gguf_q4_k_m
178
  0.9999999813942987,0.0,bf16,0.2216796875,0.0,0.0,1.0,nan,nan,nan,0,,1.000000125266627,36.2694091796875,21.836994171142578,p12_watercolor,5.27423095703125,0.389946311712265,63.137672424316406,5.254645846192197,0.5316618084907532,0,p12_watercolor__r0__bf16
179
  0.9884617715728155,0.024451851844787598,fp8_scaled,0.225341796875,0.024553127586841583,0.03443034738302231,0.9900781512260437,nan,nan,nan,0,,0.9909758450052149,35.80452346801758,21.854093551635742,p12_watercolor,5.24151611328125,0.39664071798324585,64.325927734375,5.248785639928689,0.5398268103599548,0,p12_watercolor__r0__fp8_scaled
180
  0.9859412033071357,0.011761307716369629,int8_convrot,0.2225341796875,0.008123391307890415,0.012846717610955238,0.9970208406448364,nan,nan,nan,0,,0.9976011614209266,36.071956634521484,21.749618530273438,p12_watercolor,5.02484130859375,0.3856741189956665,62.3167839050293,5.308831899600501,0.5245504975318909,0,p12_watercolor__r0__int8_convrot
181
  0.9933155674365993,0.01243811845779419,mxfp8,0.2264404296875,0.010709799826145172,0.01987794041633606,0.9962359666824341,nan,nan,nan,0,,0.9921921424542754,36.36598205566406,21.96687126159668,p12_watercolor,4.67498779296875,0.38926005363464355,63.4769401550293,5.325548205637227,0.5304983854293823,0,p12_watercolor__r0__mxfp8
182
  0.9751652694540227,0.05010366439819336,nvfp4,0.2271728515625,0.04833545908331871,0.07175146043300629,0.9782938957214355,nan,nan,nan,0,,0.9875234333175984,37.11220932006836,22.045757293701172,p12_watercolor,5.89056396484375,0.3831622302532196,63.18303298950195,5.329397633663846,0.5160619020462036,0,p12_watercolor__r0__nvfp4
183
+ 0.8382069570068149,0.11497819423675537,int4_convrot,0.206787109375,0.16720177233219147,0.22915402054786682,0.9298943281173706,nan,nan,nan,0,,0.9164440142592085,36.7703742980957,21.58107566833496,p12_watercolor,2.72613525390625,0.3890146017074585,56.24208068847656,6.576422965217159,0.46638816595077515,0,p12_watercolor__r0__int4_convrot
184
+ 0.992690308401888,0.014506518840789795,gguf_q8_0,0.2242431640625,0.0137232206761837,0.016919642686843872,0.9941970109939575,nan,nan,nan,0,,0.9965901468453383,35.869171142578125,21.877248764038086,p12_watercolor,4.98822021484375,0.39467960596084595,63.99834060668945,5.167304656509612,0.5382397770881653,0,p12_watercolor__r0__gguf_q8_0
185
+ 0.9652624249687947,0.0467720627784729,gguf_q4_k_m,0.214599609375,0.05972583591938019,0.07466328889131546,0.9779589176177979,nan,nan,nan,0,,0.9896493458623469,35.70948028564453,21.656400680541992,p12_watercolor,3.50262451171875,0.39254453778266907,63.30735778808594,5.293333233608915,0.5347669720649719,0,p12_watercolor__r0__gguf_q4_k_m
186
  1.0000000056258074,0.0,bf16,0.2177734375,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999439385556,37.53169250488281,21.66080093383789,p12_watercolor,6.55157470703125,0.39136138558387756,55.9151725769043,5.439899926995661,0.5065661072731018,1,p12_watercolor__r1__bf16
187
  0.9580019432149586,0.038252413272857666,fp8_scaled,0.2196044921875,0.04832892864942551,0.05682390183210373,0.9856064319610596,nan,nan,nan,0,,0.9843402378048459,37.25627899169922,21.495716094970703,p12_watercolor,6.12811279296875,0.3900531530380249,56.482940673828125,5.254815517354148,0.5098684430122375,1,p12_watercolor__r1__fp8_scaled
188
  0.9621696218724635,0.024887919425964355,int8_convrot,0.2161865234375,0.028799112886190414,0.034907590597867966,0.9932637214660645,nan,nan,nan,0,,0.9920251983935284,37.7754020690918,21.583589553833008,p12_watercolor,6.54559326171875,0.3891894221305847,53.72534942626953,5.713267211758838,0.4971905052661896,1,p12_watercolor__r1__int8_convrot
189
  0.9683008264950266,0.030532002449035645,mxfp8,0.224365234375,0.03546358644962311,0.040632035583257675,0.9900617003440857,nan,nan,nan,0,,0.9856159140846052,37.94938659667969,21.88376235961914,p12_watercolor,4.89190673828125,0.3898141384124756,56.51564025878906,5.252004959710136,0.5047130584716797,1,p12_watercolor__r1__mxfp8
190
  0.8816281015515974,0.06783008575439453,nvfp4,0.220947265625,0.09999795258045197,0.10722820460796356,0.9585826396942139,nan,nan,nan,0,,0.9596433315070463,38.11920928955078,21.94055938720703,p12_watercolor,6.93475341796875,0.38314089179039,53.8875732421875,5.870740479707974,0.4862728416919708,1,p12_watercolor__r1__nvfp4
191
+ 0.8119473646605868,0.1227271556854248,int4_convrot,0.1920166015625,0.2156466543674469,0.27550190687179565,0.895026445388794,nan,nan,nan,0,,0.8890459493566348,36.618988037109375,21.534852981567383,p12_watercolor,1.09844970703125,0.3594265878200531,53.69868469238281,7.341163461009677,0.4629767835140228,1,p12_watercolor__r1__int4_convrot
192
+ 0.9676228187622891,0.020406663417816162,gguf_q8_0,0.2152099609375,0.028551634401082993,0.031180329620838165,0.9934951663017273,nan,nan,nan,0,,0.9898865198443135,37.84197998046875,21.57855796813965,p12_watercolor,6.61602783203125,0.3894941210746765,55.79695129394531,5.6399531351917425,0.5035250782966614,1,p12_watercolor__r1__gguf_q8_0
193
+ 0.9529064523329497,0.04810065031051636,gguf_q4_k_m,0.2027587890625,0.07696017622947693,0.09248968213796616,0.9762101173400879,nan,nan,nan,0,,0.9450985074654663,34.94194030761719,21.235382080078125,p12_watercolor,4.86651611328125,0.38772764801979065,56.92681884765625,5.692000783009999,0.5103100538253784,1,p12_watercolor__r1__gguf_q4_k_m
194
  0.9999999924987668,0.0,bf16,0.286376953125,0.0,0.0,1.0,nan,nan,nan,0,,1.0000000179359407,39.162353515625,22.515464782714844,p13_food,22.89031982421875,0.3726765215396881,67.62528991699219,4.576667956367662,0.5673127174377441,0,p13_food__r0__bf16
195
  0.9724702178417675,0.049858272075653076,fp8_scaled,0.28369140625,0.11719819158315659,0.1455095410346985,0.8570932149887085,nan,nan,nan,0,,0.9812200560916889,39.658226013183594,22.742158889770508,p13_food,23.20794677734375,0.3747859597206116,67.55158233642578,4.708626924264867,0.560196578502655,0,p13_food__r0__fp8_scaled
196
  0.9908995115319978,0.027432739734649658,int8_convrot,0.288818359375,0.06964808702468872,0.09908415377140045,0.9374443888664246,nan,nan,nan,0,,0.9922910087861283,39.88982391357422,22.82620620727539,p13_food,23.04730224609375,0.37354525923728943,68.89421844482422,4.555223618342824,0.5649703741073608,0,p13_food__r0__int8_convrot
197
  0.9785404019561452,0.04593491554260254,mxfp8,0.2890625,0.08725957572460175,0.1039433628320694,0.8887155055999756,nan,nan,nan,0,,0.9832321630382842,39.654170989990234,22.672937393188477,p13_food,21.68670654296875,0.374509334564209,69.21273803710938,4.753534675365884,0.5759781002998352,0,p13_food__r0__mxfp8
198
  0.9778385504244511,0.11958646774291992,nvfp4,0.292724609375,0.44609522819519043,0.44362935423851013,0.50947105884552,nan,nan,nan,0,,0.9512454672032955,40.247520446777344,23.17267417907715,p13_food,25.88031005859375,0.3713224530220032,67.63902282714844,4.482020990687863,0.5644165873527527,0,p13_food__r0__nvfp4
199
+ 0.9636765884375116,0.1338592767715454,int4_convrot,0.289794921875,0.5004826784133911,0.5028324127197266,0.4609207808971405,nan,nan,nan,0,,0.9588235594470518,39.75277328491211,22.980148315429688,p13_food,31.98773193359375,0.3459119498729706,65.65287017822266,4.485948188694061,0.5563482642173767,0,p13_food__r0__int4_convrot
200
+ 0.9912883602181644,0.03004276752471924,gguf_q8_0,0.28369140625,0.06977228820323944,0.098566934466362,0.9352308511734009,nan,nan,nan,0,,0.9882621656152466,39.011688232421875,22.618295669555664,p13_food,21.55194091796875,0.3698432445526123,67.52863311767578,4.5642067234743,0.5631408095359802,0,p13_food__r0__gguf_q8_0
201
+ 0.9729885796568613,0.10513484477996826,gguf_q4_k_m,0.29150390625,0.37078195810317993,0.398654580116272,0.5970327258110046,nan,nan,nan,0,,0.9606467180175001,39.501426696777344,22.84735679626465,p13_food,23.91436767578125,0.37984195351600647,68.21759033203125,4.4766758128046185,0.5756656527519226,0,p13_food__r0__gguf_q4_k_m
202
  1.0000000377689364,0.0,bf16,0.29052734375,0.0,0.0,1.0,nan,nan,nan,0,,1.000000061876666,41.542198181152344,22.943584442138672,p13_food,22.35858154296875,0.3789558410644531,69.62610626220703,4.697462926397912,0.5633129477500916,1,p13_food__r1__bf16
203
  0.9769680849913022,0.04701197147369385,fp8_scaled,0.287109375,0.12011734396219254,0.16892759501934052,0.8546916246414185,nan,nan,nan,0,,0.9819725439218291,41.28804016113281,22.96005630493164,p13_food,20.68365478515625,0.37080466747283936,70.0583267211914,4.868278751528118,0.566920280456543,1,p13_food__r1__fp8_scaled
204
  0.9960676992420037,0.021969079971313477,int8_convrot,0.294677734375,0.0330098494887352,0.052043162286281586,0.9641878008842468,nan,nan,nan,0,,0.994839550764786,41.678287506103516,23.000398635864258,p13_food,22.56781005859375,0.38017717003822327,69.06562805175781,4.67267196910874,0.5571399331092834,1,p13_food__r1__int8_convrot
205
  0.9789491489085687,0.03541308641433716,mxfp8,0.29150390625,0.06748474389314651,0.09170559048652649,0.9159697890281677,nan,nan,nan,0,,0.9807382582432584,41.0485725402832,22.720659255981445,p13_food,22.54168701171875,0.37895140051841736,70.93060302734375,4.702408542892256,0.5584462285041809,1,p13_food__r1__mxfp8
206
  0.9708130087272056,0.06160050630569458,nvfp4,0.292724609375,0.157208651304245,0.20246639847755432,0.8257655501365662,nan,nan,nan,0,,0.9614475121722672,41.54198455810547,22.948707580566406,p13_food,22.92547607421875,0.3685581088066101,68.75477600097656,4.822945392803633,0.5632457733154297,1,p13_food__r1__nvfp4
207
+ 0.9475661489062873,0.1361815333366394,int4_convrot,0.271728515625,0.5485231280326843,0.5311329364776611,0.39841413497924805,nan,nan,nan,0,,0.933421315095317,39.67228698730469,22.20705223083496,p13_food,22.38275146484375,0.3702089786529541,68.50765228271484,4.295293957663426,0.5772058367729187,1,p13_food__r1__int4_convrot
208
+ 0.9971008706316071,0.02162313461303711,gguf_q8_0,0.2900390625,0.04359333589673042,0.0646374300122261,0.9548467397689819,nan,nan,nan,0,,0.9927740792313032,41.26594543457031,22.981821060180664,p13_food,21.26409912109375,0.37710464000701904,69.36936950683594,4.68857769974038,0.5631548762321472,1,p13_food__r1__gguf_q8_0
209
+ 0.9731463659256405,0.06131070852279663,gguf_q4_k_m,0.296142578125,0.1749764233827591,0.21074694395065308,0.8225910067558289,nan,nan,nan,0,,0.9709163319530016,41.67066955566406,23.206592559814453,p13_food,20.09722900390625,0.36647486686706543,69.94966888427734,4.6445025539139895,0.5494332909584045,1,p13_food__r1__gguf_q4_k_m
210
  0.9999999812439408,0.0,bf16,0.29052734375,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999898027002,44.64219665527344,23.34905242919922,p14_spatial_counts,26.22576904296875,0.5032989382743835,74.0207748413086,4.1451290542442445,0.5888222455978394,0,p14_spatial_counts__r0__bf16
211
  0.9889973155498373,0.025617241859436035,fp8_scaled,0.289306640625,0.04256971925497055,0.06137607991695404,0.9616529941558838,nan,nan,nan,0,,0.9910663521869658,45.165687561035156,23.2745418548584,p14_spatial_counts,25.14862060546875,0.5022063255310059,72.98355865478516,4.227144771223433,0.5740684866905212,0,p14_spatial_counts__r0__fp8_scaled
212
  0.9945096975491359,0.01084977388381958,int8_convrot,0.294189453125,0.019856354221701622,0.031225603073835373,0.989036500453949,nan,nan,nan,0,,0.9973172668713751,44.614192962646484,23.355304718017578,p14_spatial_counts,27.23919677734375,0.503241240978241,73.63585662841797,4.269985966072137,0.5889963507652283,0,p14_spatial_counts__r0__int8_convrot
213
  0.9900014075529241,0.028806686401367188,mxfp8,0.294921875,0.046527422964572906,0.06495023518800735,0.9566048383712769,nan,nan,nan,0,,0.9910350742246841,44.63146209716797,23.467905044555664,p14_spatial_counts,27.24725341796875,0.506023108959198,73.2844467163086,4.284924955620851,0.5876325964927673,0,p14_spatial_counts__r0__mxfp8
214
  0.9724879791052714,0.06829303503036499,nvfp4,0.2900390625,0.19927693903446198,0.21067358553409576,0.848207414150238,nan,nan,nan,0,,0.9666151067279733,44.14302062988281,23.54073143005371,p14_spatial_counts,29.35089111328125,0.5171872973442078,73.84020233154297,4.316254241322477,0.581136167049408,0,p14_spatial_counts__r0__nvfp4
215
+ 0.9477555261091675,0.11011558771133423,int4_convrot,0.28759765625,0.2626785933971405,0.3088110089302063,0.7763617038726807,nan,nan,nan,0,,0.9542130246404101,44.61785888671875,23.417604446411133,p14_spatial_counts,26.22943115234375,0.5313521027565002,72.95746612548828,5.025684831036419,0.6020558476448059,0,p14_spatial_counts__r0__int4_convrot
216
+ 0.9984479496815954,0.008657574653625488,gguf_q8_0,0.29345703125,0.013292304240167141,0.023042576387524605,0.9913249015808105,nan,nan,nan,0,,0.9983478752971351,44.739967346191406,23.32723045349121,p14_spatial_counts,26.31195068359375,0.5059154033660889,73.78589630126953,4.210115860238036,0.5859206318855286,0,p14_spatial_counts__r0__gguf_q8_0
217
+ 0.9909240511251955,0.044233739376068115,gguf_q4_k_m,0.287109375,0.11689267307519913,0.12677013874053955,0.9168731570243835,nan,nan,nan,0,,0.9814275714488088,44.78124237060547,23.52509880065918,p14_spatial_counts,25.26043701171875,0.4904939830303192,73.18412780761719,4.3032638158793075,0.5786824822425842,0,p14_spatial_counts__r0__gguf_q4_k_m
218
  0.9999999414874439,0.0,bf16,0.2890625,0.0,0.0,1.0,nan,nan,nan,0,,0.9999999822851481,43.80097579956055,23.478485107421875,p14_spatial_counts,23.59564208984375,0.528643012046814,74.40921020507812,4.677626481689247,0.6176347136497498,1,p14_spatial_counts__r1__bf16
219
  0.9922508999636916,0.03169947862625122,fp8_scaled,0.28955078125,0.058117810636758804,0.07565255463123322,0.9367488622665405,nan,nan,nan,0,,0.9891451821352273,43.325809478759766,23.5789737701416,p14_spatial_counts,25.09173583984375,0.5208324193954468,74.8049545288086,4.81564266305481,0.6222462058067322,1,p14_spatial_counts__r1__fp8_scaled
220
  0.9952172752305319,0.016955852508544922,int8_convrot,0.288330078125,0.02762078121304512,0.03795121610164642,0.9774885177612305,nan,nan,nan,0,,0.9950395742034964,43.76462936401367,23.442766189575195,p14_spatial_counts,24.05328369140625,0.5257638096809387,74.83625030517578,4.65104875635178,0.6225141882896423,1,p14_spatial_counts__r1__int8_convrot
221
  0.9893795059536037,0.04334104061126709,mxfp8,0.290283203125,0.09366464614868164,0.11455076187849045,0.8954343795776367,nan,nan,nan,0,,0.9871948626491832,43.942710876464844,23.42768669128418,p14_spatial_counts,23.59637451171875,0.5276772975921631,75.67902374267578,4.638355160216244,0.6330185532569885,1,p14_spatial_counts__r1__mxfp8
222
  0.9704095756774254,0.05684363842010498,nvfp4,0.28662109375,0.16835181415081024,0.18480853736400604,0.8348748087882996,nan,nan,nan,0,,0.9890831498253843,43.87872314453125,23.441478729248047,p14_spatial_counts,25.96868896484375,0.5073411464691162,74.84072875976562,4.705071891445124,0.5995442271232605,1,p14_spatial_counts__r1__nvfp4
223
+ 0.9798707604238621,0.08387142419815063,int4_convrot,0.2919921875,0.24207361042499542,0.2824943959712982,0.7798879146575928,nan,nan,nan,0,,0.9736933239473202,44.23934555053711,23.315635681152344,p14_spatial_counts,22.09429931640625,0.5087230205535889,73.65310668945312,4.702615064706113,0.6091247200965881,1,p14_spatial_counts__r1__int4_convrot
224
+ 0.9961693251270289,0.017672419548034668,gguf_q8_0,0.287841796875,0.030034245923161507,0.038382645696401596,0.9700518846511841,nan,nan,nan,0,,0.9918785341952367,43.27962875366211,23.397598266601562,p14_spatial_counts,24.05902099609375,0.5260872840881348,74.6983413696289,4.640830145491654,0.6186386942863464,1,p14_spatial_counts__r1__gguf_q8_0
225
+ 0.9886229777914173,0.04881608486175537,gguf_q4_k_m,0.283203125,0.10825543105602264,0.13015222549438477,0.879608154296875,nan,nan,nan,0,,0.9855262490748606,43.10356140136719,23.472158432006836,p14_spatial_counts,23.46673583984375,0.514192521572113,74.69928741455078,4.493665478544233,0.609534740447998,1,p14_spatial_counts__r1__gguf_q4_k_m
226
  1.0000000567203027,0.0,bf16,0.315185546875,0.0,0.0,1.0,1.0,0.0,0.7764448699142252,4,AIR | WATER | ROOTS | LIGHT,0.9999999060656791,42.18846893310547,24.43646812438965,p15_scientific_poster,25.71844482421875,0.5351526737213135,74.60167694091797,3.8314002013175426,0.6686074733734131,0,p15_scientific_poster__r0__bf16
227
  0.8702629015512993,0.15055304765701294,fp8_scaled,0.288818359375,0.3820990324020386,0.3665781617164612,0.43679410219192505,1.0,0.0,0.7811127491295338,4,AIR | WATER | ROOTS | LIGHT,0.9313569096429853,42.808048248291016,23.69757080078125,p15_scientific_poster,32.76812744140625,0.5271289348602295,73.48300170898438,4.873121452310958,0.652131199836731,0,p15_scientific_poster__r0__fp8_scaled
228
  0.9388375512860507,0.11818915605545044,int8_convrot,0.3125,0.28394433856010437,0.30687659978866577,0.5410804748535156,1.0,0.0,0.8003256308535734,4,AIR | WATER | ROOTS | LIGHT,0.9646202063162987,42.52543258666992,24.230905532836914,p15_scientific_poster,31.64825439453125,0.5260055065155029,67.71491241455078,4.361320424021139,0.6736921668052673,0,p15_scientific_poster__r0__int8_convrot
229
  0.8735356682960262,0.1324557662010193,mxfp8,0.30224609375,0.3678184747695923,0.35648101568222046,0.44286975264549255,1.0,0.0,0.7356209866702557,4,AIR | WATER | ROOTS | LIGHT,0.9318314106031923,43.11920166015625,24.085670471191406,p15_scientific_poster,32.25469970703125,0.5358760952949524,74.9300765991211,5.190504601929226,0.668999969959259,0,p15_scientific_poster__r0__mxfp8
230
  0.9052116366532761,0.12205356359481812,nvfp4,0.315185546875,0.30496540665626526,0.32171696424484253,0.5051174163818359,1.0,0.0,0.7887857370078563,4,AIR | WATER | ROOTS | LIGHT,0.9433233676455687,41.71534729003906,24.221416473388672,p15_scientific_poster,26.46844482421875,0.5217687487602234,72.24872589111328,4.389427265805916,0.6540889143943787,0,p15_scientific_poster__r0__nvfp4
231
+ 0.853636623680778,0.16267192363739014,int4_convrot,0.316162109375,0.4517276883125305,0.4215468168258667,0.35899657011032104,1.0,0.0,0.7562186196446418,4,AIR | WATER | ROOTS | LIGHT,0.9239692412888236,44.08781433105469,24.102275848388672,p15_scientific_poster,21.69964599609375,0.573927104473114,76.48622131347656,3.977855816285651,0.7060203552246094,0,p15_scientific_poster__r0__int4_convrot
232
+ 0.9338858019946898,0.12237286567687988,gguf_q8_0,0.307861328125,0.32637086510658264,0.32499998807907104,0.4878024458885193,1.0,0.0,0.7884463320175807,4,AIR | WATER | ROOTS | LIGHT,0.964662633623435,41.73322677612305,24.15104103088379,p15_scientific_poster,32.63690185546875,0.5235726833343506,72.7365951538086,4.283663589849444,0.6708356738090515,0,p15_scientific_poster__r0__gguf_q8_0
233
+ 0.8720025598024443,0.13136398792266846,gguf_q4_k_m,0.3134765625,0.3677552342414856,0.3560582101345062,0.4318520724773407,1.0,0.0,0.7880387976765633,4,AIR | WATER | ROOTS | LIGHT,0.9495130847205601,41.87376403808594,24.156394958496094,p15_scientific_poster,29.76971435546875,0.5270341634750366,73.72295379638672,4.308494420529138,0.6717202663421631,0,p15_scientific_poster__r0__gguf_q4_k_m
234
  1.0000000509406812,0.0,bf16,0.296875,0.0,0.0,1.0,1.0,0.0,0.7701649827261766,4,AIR | WATER | ROOTS | LIGHT,0.9999999236302483,40.8383674621582,24.128583908081055,p15_scientific_poster,31.15423583984375,0.5103678107261658,71.12557220458984,4.886892248269733,0.6536709666252136,1,p15_scientific_poster__r1__bf16
235
  0.913639474361198,0.10733640193939209,fp8_scaled,0.29736328125,0.2977678179740906,0.29953500628471375,0.518260657787323,1.0,0.0,0.7814765647053719,4,AIR | WATER | ROOTS | LIGHT,0.9486399702755539,41.056419372558594,23.61629295349121,p15_scientific_poster,33.70721435546875,0.5358607172966003,74.18477630615234,4.588102464361293,0.6682323217391968,1,p15_scientific_poster__r1__fp8_scaled
236
  0.9637156450657389,0.06601721048355103,int8_convrot,0.2919921875,0.14117535948753357,0.16135960817337036,0.7746970057487488,1.0,0.0,0.7952999634047349,4,AIR | WATER | ROOTS | LIGHT,0.9814464876112323,41.53774642944336,23.753501892089844,p15_scientific_poster,32.76507568359375,0.5071895122528076,70.72221374511719,4.814163551288511,0.6518887877464294,1,p15_scientific_poster__r1__int8_convrot
237
  0.9389189159119498,0.10120147466659546,mxfp8,0.3076171875,0.24707379937171936,0.2688872218132019,0.6003111600875854,1.0,0.0,0.779252875596285,4,AIR | WATER | ROOTS | LIGHT,0.9586427105858171,41.04119873046875,23.85360336303711,p15_scientific_poster,25.70635986328125,0.535945475101471,72.6053695678711,4.505502777493951,0.679397463798523,1,p15_scientific_poster__r1__mxfp8
238
  0.9081417991219543,0.11244535446166992,nvfp4,0.298095703125,0.3620939254760742,0.35223275423049927,0.42906951904296875,1.0,0.0,0.801015205681324,4,AIR | WATER | ROOTS | LIGHT,0.9605288238045727,41.110595703125,24.22284507751465,p15_scientific_poster,26.53338623046875,0.5358216762542725,69.71781158447266,4.482238176462469,0.6748006939888,1,p15_scientific_poster__r1__nvfp4
239
+ 0.9113857886806973,0.1496981978416443,int4_convrot,0.3134765625,0.43371331691741943,0.41256529092788696,0.3498520255088806,1.0,0.0,0.7891161280373732,4,AIR | WATER | ROOTS | LIGHT,0.9455716930609345,42.859622955322266,23.65967559814453,p15_scientific_poster,38.70355224609375,0.5605984926223755,73.99748229980469,4.390472021659123,0.6939278841018677,1,p15_scientific_poster__r1__int4_convrot
240
+ 0.951282230724311,0.08309388160705566,gguf_q8_0,0.297607421875,0.17867065966129303,0.19552701711654663,0.7444429397583008,1.0,0.0,0.7669429642458757,4,AIR | WATER | ROOTS | LIGHT,0.9615455220076895,41.184226989746094,24.103565216064453,p15_scientific_poster,36.33966064453125,0.5251559019088745,71.02472686767578,4.673921517202845,0.6637672781944275,1,p15_scientific_poster__r1__gguf_q8_0
241
+ 0.9176177741222467,0.10134947299957275,gguf_q4_k_m,0.2978515625,0.24839064478874207,0.2634657025337219,0.5934514403343201,1.0,0.0,0.7468190963069599,4,AIR | WATER | ROOTS | LIGHT,0.9572883294528889,40.77703094482422,23.444225311279297,p15_scientific_poster,36.56610107421875,0.5285220146179199,74.82115936279297,4.742526586594116,0.6658779978752136,1,p15_scientific_poster__r1__gguf_q4_k_m
metrics/image_advanced_pairwise_statistics.csv CHANGED
@@ -1,91 +1,316 @@
1
  left_format,mean_paired_difference_left_minus_right,median_paired_difference_left_minus_right,metric,permutation_p_holm,permutation_p_raw,rank_biserial,right_format,standardized_paired_effect
2
- fp8_scaled,-0.015484754901897092,-0.007982871271661973,dinov2_large_image_cosine_to_bf16,0.24672708962739176,0.08224236320913059,-0.6,int8_convrot,-0.41419720806165866
3
- fp8_scaled,-0.005849007816441283,-0.003389604275672198,dinov2_large_image_cosine_to_bf16,0.3251243553358357,0.2535017852238396,-0.4666666666666667,mxfp8,-0.1792828595636529
4
- fp8_scaled,0.03808280194605066,0.01561802702047671,dinov2_large_image_cosine_to_bf16,0.004760596905612011,0.0011901492264030028,0.7333333333333333,nvfp4,0.767488341787752
5
- int8_convrot,0.009635747085455807,0.005173029636570015,dinov2_large_image_cosine_to_bf16,0.3251243553358357,0.16256217766791786,0.4666666666666667,mxfp8,0.2931513070762295
6
- int8_convrot,0.05356755684794775,0.038065284047343384,dinov2_large_image_cosine_to_bf16,0.0005492996429552321,9.154994049253868e-05,1.0,nvfp4,1.035970170671205
7
- mxfp8,0.04393180976249194,0.029889961159939915,dinov2_large_image_cosine_to_bf16,0.0007629161707711557,0.00015258323415423113,0.8666666666666667,nvfp4,0.8896398932746193
8
- fp8_scaled,0.01664055387179057,0.014054059982299805,dists,0.0010070493454179255,0.0003356831151393085,0.8666666666666667,int8_convrot,0.9991547919930028
9
- fp8_scaled,0.0037996311982472736,0.006048262119293213,dists,0.32820653666575117,0.32820653666575117,0.3333333333333333,mxfp8,0.21659975535139622
10
- fp8_scaled,-0.036713673671086626,-0.027758121490478516,dists,0.0006103329366169245,0.00015258323415423113,-0.8666666666666667,nvfp4,-0.9749279759802304
11
- int8_convrot,-0.012840922673543293,-0.0142306387424469,dists,0.0039671640880100095,0.0019835820440050047,-0.8666666666666667,mxfp8,-0.8752707106354214
12
- int8_convrot,-0.0533542275428772,-0.046607375144958496,dists,0.0005492996429552321,9.154994049253868e-05,-1.0,nvfp4,-1.6120590787146616
13
- mxfp8,-0.0405133048693339,-0.0344637930393219,dists,0.0005492996429552321,9.154994049253868e-05,-1.0,nvfp4,-1.206777545820994
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  fp8_scaled,-0.0012898763020833333,-0.0006103515625,hpsv2_1,1.0,0.34047422869175137,-0.06666666666666667,int8_convrot,-0.19304061496259736
15
  fp8_scaled,-0.00069580078125,-0.00091552734375,hpsv2_1,1.0,0.6880588360950899,0.06666666666666667,mxfp8,-0.09897311636420007
16
- fp8_scaled,0.003535970052083333,0.00408935546875,hpsv2_1,0.37169275839970706,0.09292318959992676,0.6,nvfp4,0.39171167241270527
 
 
 
17
  int8_convrot,0.0005940755208333333,0.00091552734375,hpsv2_1,1.0,0.5811895388934664,0.06666666666666667,mxfp8,0.10673220274310936
18
- int8_convrot,0.0048258463541666664,0.005126953125,hpsv2_1,0.03533827703011993,0.005889712838353322,0.4666666666666667,nvfp4,0.8063832069017051
19
- mxfp8,0.004231770833333333,0.00390625,hpsv2_1,0.03533827703011993,0.006072812719338399,0.4666666666666667,nvfp4,0.6738605083833954
20
- fp8_scaled,0.05403226770771046,0.028197238920256495,lpips_alex,0.005767646251029937,0.0024718483932985444,0.8666666666666667,int8_convrot,0.764120603842914
21
- fp8_scaled,0.02150400049674014,0.01406194269657135,lpips_alex,0.08504989471756844,0.08504989471756844,0.6,mxfp8,0.3743685007879581
22
- fp8_scaled,-0.09274463976422946,-0.07528487499803305,lpips_alex,0.0006103329366169245,0.00015258323415423113,-0.8666666666666667,nvfp4,-0.9920000407488736
23
- int8_convrot,-0.032528267210970324,-0.02020406350493431,lpips_alex,0.005767646251029937,0.0019225487503433123,-0.8666666666666667,mxfp8,-0.7991383785219931
24
- int8_convrot,-0.14677690747193992,-0.13307402096688747,lpips_alex,0.0005492996429552321,9.154994049253868e-05,-1.0,nvfp4,-1.5723881890009856
25
- mxfp8,-0.1142486402609696,-0.10422929609194398,lpips_alex,0.0005492996429552321,9.154994049253868e-05,-1.0,nvfp4,-1.2650624036453004
26
- fp8_scaled,0.05964177555094163,0.037666287273168564,lpips_vgg,0.0015258323415423113,0.0007629161707711557,0.8666666666666667,int8_convrot,0.8934278201392859
27
- fp8_scaled,0.0226765053657194,0.018969522789120674,lpips_vgg,0.07449113491409563,0.07449113491409563,0.4666666666666667,mxfp8,0.3998447164782178
28
- fp8_scaled,-0.09502325666447481,-0.07989181391894817,lpips_vgg,0.0005492996429552321,9.154994049253868e-05,-1.0,nvfp4,-1.171491695033325
29
- int8_convrot,-0.03696527018522223,-0.030599839985370636,lpips_vgg,0.0010070493454179255,0.0003356831151393085,-0.8666666666666667,mxfp8,-0.9855060011129321
30
- int8_convrot,-0.15466503221541644,-0.14864027872681618,lpips_vgg,0.0005492996429552321,9.154994049253868e-05,-1.0,nvfp4,-1.9275394735648743
31
- mxfp8,-0.11769976203019421,-0.1130877137184143,lpips_vgg,0.0005492996429552321,9.154994049253868e-05,-1.0,nvfp4,-1.5404344784071498
32
- fp8_scaled,-0.06829129656155904,-0.03688281774520874,ms_ssim,0.008117428057005096,0.004058714028502548,-0.8666666666666667,int8_convrot,-0.7176373865468065
33
- fp8_scaled,-0.029415584603945413,-0.0093708336353302,ms_ssim,0.05337361530715005,0.05337361530715005,-0.4666666666666667,mxfp8,-0.408074808911121
34
- fp8_scaled,0.09865843156973521,0.07400113344192505,ms_ssim,0.0005492996429552321,9.154994049253868e-05,1.0,nvfp4,0.8967211916133542
35
- int8_convrot,0.03887571195761363,0.02790391445159912,ms_ssim,0.006316945893985169,0.0021056486313283896,0.8666666666666667,mxfp8,0.7498404754056792
36
- int8_convrot,0.16694972813129424,0.14172139763832092,ms_ssim,0.0005492996429552321,9.154994049253868e-05,1.0,nvfp4,1.3480324147228542
37
- mxfp8,0.1280740161736806,0.10872107744216919,ms_ssim,0.0005492996429552321,9.154994049253868e-05,1.0,nvfp4,1.1788233859166206
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  fp8_scaled,-0.06666666666666667,0.0,ocr_recognized_line_count,1.0,1.0,-1.0,int8_convrot,-0.26276913640612176
39
  fp8_scaled,-0.03333333333333333,0.0,ocr_recognized_line_count,1.0,1.0,-1.0,mxfp8,-0.1825741858350554
40
  fp8_scaled,-0.06666666666666667,0.0,ocr_recognized_line_count,1.0,0.5000152583234154,-1.0,nvfp4,-0.26276913640612176
 
 
 
41
  int8_convrot,0.03333333333333333,0.0,ocr_recognized_line_count,1.0,1.0,1.0,mxfp8,0.1825741858350554
42
  int8_convrot,0.0,0.0,ocr_recognized_line_count,1.0,1.0,0.0,nvfp4,0.0
 
 
 
43
  mxfp8,-0.03333333333333333,0.0,ocr_recognized_line_count,1.0,1.0,-1.0,nvfp4,-0.1825741858350554
44
- fp8_scaled,-0.009054047764198584,-0.005982637750633846,openclip_vith14_image_cosine_to_bf16,0.005767646251029937,0.0019225487503433123,-0.7333333333333333,int8_convrot,-0.7735993017938049
45
- fp8_scaled,-0.0028506163362085114,-0.0012459868644099648,openclip_vith14_image_cosine_to_bf16,0.27407000518783,0.27407000518783,-0.4666666666666667,mxfp8,-0.22791752801015577
46
- fp8_scaled,0.020216792515832506,0.017381928085783982,openclip_vith14_image_cosine_to_bf16,0.0015868656352040038,0.00039671640880100095,0.8666666666666667,nvfp4,0.786480614163502
47
- int8_convrot,0.006203431427990073,0.006199133289036762,openclip_vith14_image_cosine_to_bf16,0.03216454575971192,0.01608227287985596,0.6,mxfp8,0.5912944134347523
48
- int8_convrot,0.029270840280031088,0.02639083064076231,openclip_vith14_image_cosine_to_bf16,0.0005492996429552321,9.154994049253868e-05,1.0,nvfp4,1.3603840890344965
49
- mxfp8,0.023067408852041015,0.022750825805466113,openclip_vith14_image_cosine_to_bf16,0.0007629161707711557,0.00015258323415423113,0.8666666666666667,nvfp4,1.0017922439186893
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  fp8_scaled,-0.04429918924967448,-0.29449462890625,openclip_vith14_prompt_score,1.0,0.7678293509109219,-0.06666666666666667,int8_convrot,-0.055324336473070806
51
  fp8_scaled,-0.11425679524739583,-0.16639137268066406,openclip_vith14_prompt_score,1.0,0.5811285055998047,-0.4666666666666667,mxfp8,-0.1175029448834697
52
- fp8_scaled,0.5985438664754231,0.3509788513183594,openclip_vith14_prompt_score,0.29088467759162623,0.07272116939790656,0.3333333333333333,nvfp4,0.34823000493243866
 
 
 
53
  int8_convrot,-0.06995760599772136,-0.06518363952636719,openclip_vith14_prompt_score,1.0,0.7141200524886325,-0.3333333333333333,mxfp8,-0.07166046522228162
54
- int8_convrot,0.6428430557250977,0.17094993591308594,openclip_vith14_prompt_score,0.1909731758674357,0.03182886264457262,0.3333333333333333,nvfp4,0.3958280102451139
55
- mxfp8,0.712800661722819,0.4066047668457031,openclip_vith14_prompt_score,0.21132777930361013,0.042265555860722025,0.4666666666666667,nvfp4,0.4053324353251085
 
 
 
 
 
 
 
 
 
 
 
 
56
  fp8_scaled,-0.049491500854492186,-0.03954887390136719,pickscore_v1,1.0,0.272666239433611,-0.2,int8_convrot,-0.25110250344070284
57
  fp8_scaled,0.02095788319905599,0.03464221954345703,pickscore_v1,1.0,0.6771949098233087,0.2,mxfp8,0.08362997346518622
58
  fp8_scaled,0.045140711466471355,0.07201957702636719,pickscore_v1,1.0,0.5706918123836553,0.06666666666666667,nvfp4,0.12300056623208194
59
- int8_convrot,0.07044938405354818,0.07897090911865234,pickscore_v1,0.32500228874851234,0.05416704812475205,0.6,mxfp8,0.39254982995428783
 
 
 
60
  int8_convrot,0.09463221232096354,0.07480716705322266,pickscore_v1,1.0,0.2317739326802771,0.3333333333333333,nvfp4,0.27143959881653396
 
 
 
61
  mxfp8,0.024182828267415364,-0.041229248046875,pickscore_v1,1.0,0.7556226921785835,-0.06666666666666667,nvfp4,0.07630940464868596
62
- fp8_scaled,-0.62218017578125,-0.36297607421875,pyiqa_brisque,0.46736244621441,0.093472489242882,-0.4666666666666667,int8_convrot,-0.3168361666681734
 
 
 
 
 
 
 
 
 
63
  fp8_scaled,0.17278645833333334,0.330322265625,pyiqa_brisque,1.0,0.7188806493942446,-0.06666666666666667,mxfp8,0.06580386301806593
64
  fp8_scaled,0.27162272135416665,-0.1939697265625,pyiqa_brisque,1.0,0.788641704049559,-0.06666666666666667,nvfp4,0.06232722361543333
65
- int8_convrot,0.7949666341145833,0.51800537109375,pyiqa_brisque,0.38798864780737896,0.06466477463456316,0.4666666666666667,mxfp8,0.29000591181954
 
 
 
66
  int8_convrot,0.8938028971354167,-0.150146484375,pyiqa_brisque,1.0,0.3659861454423388,-0.06666666666666667,nvfp4,0.214471855191788
 
 
 
67
  mxfp8,0.09883626302083333,-0.3721923828125,pyiqa_brisque,1.0,0.924379749153163,-0.3333333333333333,nvfp4,0.023682418958543193
68
- fp8_scaled,0.0034338533878326416,0.001222267746925354,pyiqa_maniqa,0.5784125240318594,0.09640208733864324,0.3333333333333333,int8_convrot,0.34850823856072927
 
 
 
 
 
 
 
 
 
69
  fp8_scaled,0.0016657998164494833,0.001036912202835083,pyiqa_maniqa,1.0,0.2574689493118496,0.2,mxfp8,0.2125115420160155
70
  fp8_scaled,0.002706428368886312,0.0040501803159713745,pyiqa_maniqa,1.0,0.47242820958833043,0.4666666666666667,nvfp4,0.1517935916754868
 
 
 
71
  int8_convrot,-0.0017680535713831584,-0.0009584426879882812,pyiqa_maniqa,1.0,0.47071927736580305,-0.06666666666666667,mxfp8,-0.16482314963949696
72
  int8_convrot,-0.0007274250189463297,0.00337432324886322,pyiqa_maniqa,1.0,0.8340504745338582,0.06666666666666667,nvfp4,-0.03963539834195116
 
 
 
73
  mxfp8,0.0010406285524368285,0.0026386380195617676,pyiqa_maniqa,1.0,0.7639842534102352,0.3333333333333333,nvfp4,0.05976649432839801
 
 
 
 
 
 
 
 
 
74
  fp8_scaled,0.37436644236246747,0.13973617553710938,pyiqa_musiq,1.0,0.3817327352070555,-0.06666666666666667,int8_convrot,0.23533355085896504
75
  fp8_scaled,0.0039046605428059897,-0.024715423583984375,pyiqa_musiq,1.0,0.983521010711343,0.3333333333333333,mxfp8,0.004166622709297343
76
- fp8_scaled,0.6688837051391602,0.7838211059570312,pyiqa_musiq,0.6435960816625469,0.10726601361042448,0.4666666666666667,nvfp4,0.30326276509834627
 
 
 
77
  int8_convrot,-0.37046178181966144,-0.07075119018554688,pyiqa_musiq,1.0,0.3733101406817419,0.06666666666666667,mxfp8,-0.2292968830944883
78
  int8_convrot,0.2945172627766927,0.3830909729003906,pyiqa_musiq,1.0,0.4566205865299521,0.2,nvfp4,0.1347315776861467
79
- mxfp8,0.6649790445963542,0.6246547698974609,pyiqa_musiq,0.8360035399310324,0.16720070798620648,0.4666666666666667,nvfp4,0.2909394569838177
 
 
 
 
 
 
 
 
 
 
 
 
80
  fp8_scaled,-0.027961742213209552,-0.024534603728256332,pyiqa_niqe,1.0,0.6905001678415575,0.2,int8_convrot,-0.09136306375730678
81
- fp8_scaled,0.12757801711514008,0.017927229327543426,pyiqa_niqe,0.8054563764533553,0.13424272940889256,0.2,mxfp8,0.338403401962768
82
  fp8_scaled,0.006521797569435206,-0.009633851975517471,pyiqa_niqe,1.0,0.9082059263328145,0.2,nvfp4,0.02178360754259599
 
 
 
83
  int8_convrot,0.1555397593283496,-0.007483116785064192,pyiqa_niqe,1.0,0.32600933809393023,-0.06666666666666667,mxfp8,0.2609774609248157
84
  int8_convrot,0.034483539782644755,-0.02433628792406095,pyiqa_niqe,1.0,0.6522322927156764,0.06666666666666667,nvfp4,0.10493922698834962
85
- mxfp8,-0.12105621954570485,-0.04398211131402752,pyiqa_niqe,0.9235863163355611,0.18471726326711221,-0.3333333333333333,nvfp4,-0.26430613140655984
86
- fp8_scaled,0.005892618497212728,0.005368947982788086,pyiqa_topiq_nr,0.23085843327535172,0.04617168665507034,0.4666666666666667,int8_convrot,0.45399488692550544
 
 
 
 
 
 
 
 
 
 
 
 
87
  fp8_scaled,0.0011031260093053183,0.0016209036111831665,pyiqa_topiq_nr,1.0,0.6416735329122036,0.2,mxfp8,0.09975166145473922
88
- fp8_scaled,0.006982232133547465,0.006140410900115967,pyiqa_topiq_nr,0.24230217583691904,0.06057554395922976,0.3333333333333333,nvfp4,0.3731290591848374
89
- int8_convrot,-0.00478949248790741,-0.0034291744232177734,pyiqa_topiq_nr,0.1642405932436144,0.027373432207269066,-0.6,mxfp8,-0.44274968618655247
 
 
 
90
  int8_convrot,0.0010896136363347372,0.0021250545978546143,pyiqa_topiq_nr,1.0,0.6680399157740547,-0.06666666666666667,nvfp4,0.07563347535753298
91
- mxfp8,0.005879106124242147,0.0072859227657318115,pyiqa_topiq_nr,0.24230217583691904,0.062467576062742225,0.4666666666666667,nvfp4,0.36413588374509676
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  left_format,mean_paired_difference_left_minus_right,median_paired_difference_left_minus_right,metric,permutation_p_holm,permutation_p_raw,rank_biserial,right_format,standardized_paired_effect
2
+ fp8_scaled,-0.015484754901897092,-0.007982871271661973,dinov2_large_image_cosine_to_bf16,0.41121181604565293,0.08224236320913059,-0.6,int8_convrot,-0.41419720806165866
3
+ fp8_scaled,-0.005849007816441283,-0.003389604275672198,dinov2_large_image_cosine_to_bf16,0.4932100460801367,0.2535017852238396,-0.4666666666666667,mxfp8,-0.1792828595636529
4
+ fp8_scaled,0.03808280194605066,0.01561802702047671,dinov2_large_image_cosine_to_bf16,0.011901492264030028,0.0011901492264030028,0.7333333333333333,nvfp4,0.767488341787752
5
+ fp8_scaled,0.07948706862262149,0.04119555917674039,dinov2_large_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,1.0,int4_convrot,0.941898410307568
6
+ fp8_scaled,-0.020734962625421745,-0.01086028933362948,dinov2_large_image_cosine_to_bf16,0.004028197381671702,0.0003356831151393085,-0.8666666666666667,gguf_q8_0,-0.6344252013509964
7
+ fp8_scaled,0.025196990760697965,0.01058166043355574,dinov2_large_image_cosine_to_bf16,0.012908541609447953,0.0014342824010497726,0.7333333333333333,gguf_q4_k_m,0.5721434544525024
8
+ int8_convrot,0.009635747085455807,0.005173029636570015,dinov2_large_image_cosine_to_bf16,0.4876865330037536,0.16256217766791786,0.4666666666666667,mxfp8,0.2931513070762295
9
+ int8_convrot,0.05356755684794775,0.038065284047343384,dinov2_large_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,1.0,nvfp4,1.035970170671205
10
+ int8_convrot,0.09497182352451858,0.05588587050608834,dinov2_large_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,1.0,int4_convrot,1.032466593900252
11
+ int8_convrot,-0.005250207723524654,-0.001258949581821267,dinov2_large_image_cosine_to_bf16,0.46714882968659405,0.11678720742164851,-0.3333333333333333,gguf_q8_0,-0.23040655826028925
12
+ int8_convrot,0.04068174566259506,0.024218148523557526,dinov2_large_image_cosine_to_bf16,0.005706612957368244,0.0005187829961243859,0.8666666666666667,gguf_q4_k_m,0.7608439645676232
13
+ mxfp8,0.04393180976249194,0.029889961159939915,dinov2_large_image_cosine_to_bf16,0.002136165278159236,0.00015258323415423113,0.8666666666666667,nvfp4,0.8896398932746193
14
+ mxfp8,0.08533607643906276,0.05305183254125373,dinov2_large_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,1.0,int4_convrot,0.9182962250494234
15
+ mxfp8,-0.014885954808980462,-0.009139725154700074,dinov2_large_image_cosine_to_bf16,0.031004913180139766,0.004302847203149318,-0.3333333333333333,gguf_q8_0,-0.5310706021845136
16
+ mxfp8,0.031045998577139248,0.014724633047630442,dinov2_large_image_cosine_to_bf16,0.002136165278159236,0.00015258323415423113,0.8666666666666667,gguf_q4_k_m,0.6794216501579587
17
+ nvfp4,0.041404266676570836,0.022688078573388004,dinov2_large_image_cosine_to_bf16,0.031004913180139766,0.0038756141475174708,0.6,int4_convrot,0.5564217128904155
18
+ nvfp4,-0.0588177645714724,-0.03738317050847523,dinov2_large_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q8_0,-1.0359810210999474
19
+ nvfp4,-0.012885811185352695,-0.0017591633914453286,dinov2_large_image_cosine_to_bf16,0.4932100460801367,0.24660502304006834,-0.2,gguf_q4_k_m,-0.22398450967497374
20
+ int4_convrot,-0.10022203124804327,-0.06591696713193324,dinov2_large_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q8_0,-1.0302576987619998
21
+ int4_convrot,-0.05429007786192354,-0.03437437101769064,dinov2_large_image_cosine_to_bf16,0.09685983704110593,0.016143306173517655,-0.8666666666666667,gguf_q4_k_m,-0.5995294931238262
22
+ gguf_q8_0,0.0459319533861197,0.026222481301774125,dinov2_large_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q4_k_m,0.8988555080918919
23
+ fp8_scaled,0.01664055387179057,0.014054059982299805,dists,0.002685464921114468,0.0003356831151393085,0.8666666666666667,int8_convrot,0.9991547919930028
24
+ fp8_scaled,0.0037996311982472736,0.006048262119293213,dists,0.6564130733315023,0.32820653666575117,0.3333333333333333,mxfp8,0.21659975535139622
25
+ fp8_scaled,-0.036713673671086626,-0.027758121490478516,dists,0.0019225487503433123,0.00015258323415423113,-0.8666666666666667,nvfp4,-0.9749279759802304
26
+ fp8_scaled,-0.0741325815518697,-0.0710037350654602,dists,0.0019225487503433123,9.154994049253868e-05,-1.0,int4_convrot,-2.474302821717399
27
+ fp8_scaled,0.017507900794347126,0.01660749316215515,dists,0.0019225487503433123,0.00015258323415423113,0.8666666666666667,gguf_q8_0,1.3911377513863057
28
+ fp8_scaled,-0.02458749016125997,-0.020565956830978394,dists,0.002685464921114468,0.00039671640880100095,-0.8666666666666667,gguf_q4_k_m,-0.9925993046107361
29
+ int8_convrot,-0.012840922673543293,-0.0142306387424469,dists,0.007934328176020019,0.0019835820440050047,-0.8666666666666667,mxfp8,-0.8752707106354214
30
+ int8_convrot,-0.0533542275428772,-0.046607375144958496,dists,0.0019225487503433123,9.154994049253868e-05,-1.0,nvfp4,-1.6120590787146616
31
+ int8_convrot,-0.09077313542366028,-0.09167766571044922,dists,0.0019225487503433123,9.154994049253868e-05,-1.0,int4_convrot,-3.4052726541350893
32
+ int8_convrot,0.0008673469225565592,-0.0006455481052398682,dists,0.7622753211877079,0.7622753211877079,0.3333333333333333,gguf_q8_0,0.0578997301772312
33
+ int8_convrot,-0.04122804403305054,-0.03694644570350647,dists,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q4_k_m,-1.9868582761347895
34
+ mxfp8,-0.0405133048693339,-0.0344637930393219,dists,0.0019225487503433123,9.154994049253868e-05,-1.0,nvfp4,-1.206777545820994
35
+ mxfp8,-0.07793221275011698,-0.08090293407440186,dists,0.0019225487503433123,9.154994049253868e-05,-1.0,int4_convrot,-2.84582799600332
36
+ mxfp8,0.013708269596099854,0.010104119777679443,dists,0.002685464921114468,0.0003356831151393085,0.8666666666666667,gguf_q8_0,0.8134919888982025
37
+ mxfp8,-0.02838712135950724,-0.029308795928955078,dists,0.0038145808538557783,0.0007629161707711557,-0.7333333333333333,gguf_q4_k_m,-1.1688609377516601
38
+ nvfp4,-0.03741890788078308,-0.03917413949966431,dists,0.0019225487503433123,9.154994049253868e-05,-1.0,int4_convrot,-1.35097570183136
39
+ nvfp4,0.054221574465433756,0.04107436537742615,dists,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q8_0,1.3822433879583893
40
+ nvfp4,0.01212618350982666,0.008424609899520874,dists,0.18502242973542066,0.06167414324514022,0.6,gguf_q4_k_m,0.3427597740220526
41
+ int4_convrot,0.09164048234621684,0.08961328864097595,dists,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q8_0,2.828026050448309
42
+ int4_convrot,0.04954509139060974,0.04786181449890137,dists,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q4_k_m,1.8260563360286308
43
+ gguf_q8_0,-0.0420953909556071,-0.03554484248161316,dists,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q4_k_m,-1.9422663894352648
44
  fp8_scaled,-0.0012898763020833333,-0.0006103515625,hpsv2_1,1.0,0.34047422869175137,-0.06666666666666667,int8_convrot,-0.19304061496259736
45
  fp8_scaled,-0.00069580078125,-0.00091552734375,hpsv2_1,1.0,0.6880588360950899,0.06666666666666667,mxfp8,-0.09897311636420007
46
+ fp8_scaled,0.003535970052083333,0.00408935546875,hpsv2_1,1.0,0.09292318959992676,0.6,nvfp4,0.39171167241270527
47
+ fp8_scaled,0.004618326822916667,0.0037841796875,hpsv2_1,1.0,0.11336934297659373,0.3333333333333333,int4_convrot,0.37035683786288476
48
+ fp8_scaled,-0.0006632486979166667,0.00018310546875,hpsv2_1,1.0,0.634654704141109,0.06666666666666667,gguf_q8_0,-0.10352178031874282
49
+ fp8_scaled,0.00330810546875,0.00408935546875,hpsv2_1,1.0,0.13759956056028563,0.4666666666666667,gguf_q4_k_m,0.3452524419761537
50
  int8_convrot,0.0005940755208333333,0.00091552734375,hpsv2_1,1.0,0.5811895388934664,0.06666666666666667,mxfp8,0.10673220274310936
51
+ int8_convrot,0.0048258463541666664,0.005126953125,hpsv2_1,0.11779425676706644,0.005889712838353322,0.4666666666666667,nvfp4,0.8063832069017051
52
+ int8_convrot,0.005908203125,0.00482177734375,hpsv2_1,0.604687356953218,0.040312490463547866,0.6,int4_convrot,0.48844897783839986
53
+ int8_convrot,0.0006266276041666667,0.00067138671875,hpsv2_1,1.0,0.34132869480301503,0.2,gguf_q8_0,0.1805843849582085
54
+ int8_convrot,0.004597981770833333,0.00543212890625,hpsv2_1,0.06600750709512039,0.0031432146235771613,0.6,gguf_q4_k_m,0.6886915962183151
55
+ mxfp8,0.004231770833333333,0.00390625,hpsv2_1,0.11779425676706644,0.006072812719338399,0.4666666666666667,nvfp4,0.6738605083833954
56
+ mxfp8,0.0053141276041666664,0.00445556640625,hpsv2_1,0.8573041594189631,0.0659464738014587,0.3333333333333333,int4_convrot,0.4502114581899785
57
+ mxfp8,3.255208333333333e-05,6.103515625e-05,hpsv2_1,1.0,0.9696664530501389,0.06666666666666667,gguf_q8_0,0.008749558349375103
58
+ mxfp8,0.00400390625,0.00341796875,hpsv2_1,0.4721535597668528,0.0295095974854283,0.4666666666666667,gguf_q4_k_m,0.5046199149920279
59
+ nvfp4,0.0010823567708333334,-0.0015869140625,hpsv2_1,1.0,0.704110592328115,-0.3333333333333333,int4_convrot,0.09354184951547254
60
+ nvfp4,-0.00419921875,-0.0042724609375,hpsv2_1,0.29497390826695963,0.016387439348164425,-0.6,gguf_q8_0,-0.6597019689758591
61
+ nvfp4,-0.00022786458333333334,0.00030517578125,hpsv2_1,1.0,0.9024077634349538,-0.2,gguf_q4_k_m,-0.028250479351508713
62
+ int4_convrot,-0.005281575520833333,-0.005126953125,hpsv2_1,0.8232780982025695,0.05880557844304068,-0.6,gguf_q8_0,-0.4526242345527901
63
+ int4_convrot,-0.0013102213541666666,-0.0008544921875,hpsv2_1,1.0,0.5958375293722725,0.2,gguf_q4_k_m,-0.11160948355675497
64
+ gguf_q8_0,0.0039713541666666664,0.00396728515625,hpsv2_1,0.3584790503219506,0.02108700296011474,0.6,gguf_q4_k_m,0.5845843184356451
65
+ fp8_scaled,0.05403226770771046,0.028197238920256495,lpips_alex,0.012359241966492723,0.0024718483932985444,0.8666666666666667,int8_convrot,0.764120603842914
66
+ fp8_scaled,0.02150400049674014,0.01406194269657135,lpips_alex,0.17009978943513687,0.08504989471756844,0.6,mxfp8,0.3743685007879581
67
+ fp8_scaled,-0.09274463976422946,-0.07528487499803305,lpips_alex,0.0019225487503433123,0.00015258323415423113,-0.8666666666666667,nvfp4,-0.9920000407488736
68
+ fp8_scaled,-0.19546842084576685,-0.16680001839995384,lpips_alex,0.0019225487503433123,9.154994049253868e-05,-1.0,int4_convrot,-1.826841260301798
69
+ fp8_scaled,0.05485612271974484,0.029844852164387703,lpips_alex,0.0031737312704080076,0.00039671640880100095,0.8666666666666667,gguf_q8_0,1.017834790039381
70
+ fp8_scaled,-0.05757350741575162,-0.04265516437590122,lpips_alex,0.012359241966492723,0.002715981567945314,-0.6,gguf_q4_k_m,-0.6643199110036992
71
+ int8_convrot,-0.032528267210970324,-0.02020406350493431,lpips_alex,0.011535292502059874,0.0019225487503433123,-0.8666666666666667,mxfp8,-0.7991383785219931
72
+ int8_convrot,-0.14677690747193992,-0.13307402096688747,lpips_alex,0.0019225487503433123,9.154994049253868e-05,-1.0,nvfp4,-1.5723881890009856
73
+ int8_convrot,-0.24950068855347732,-0.21773730777204037,lpips_alex,0.0019225487503433123,9.154994049253868e-05,-1.0,int4_convrot,-2.0024148671608755
74
+ int8_convrot,0.0008238550120343765,-7.159635424613953e-05,lpips_alex,0.906741127284934,0.906741127284934,0.2,gguf_q8_0,0.02447243743597463
75
+ int8_convrot,-0.11160577512346208,-0.09362224861979485,lpips_alex,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q4_k_m,-1.518147218561947
76
+ mxfp8,-0.1142486402609696,-0.10422929609194398,lpips_alex,0.0019225487503433123,9.154994049253868e-05,-1.0,nvfp4,-1.2650624036453004
77
+ mxfp8,-0.216972421342507,-0.18725118041038513,lpips_alex,0.0019225487503433123,9.154994049253868e-05,-1.0,int4_convrot,-1.84906694062674
78
+ mxfp8,0.033352122223004696,0.02955642342567444,lpips_alex,0.004485947084134395,0.0006408495834477708,0.7333333333333333,gguf_q8_0,1.0194919615675322
79
+ mxfp8,-0.07907750791249175,-0.06514374911785126,lpips_alex,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q4_k_m,-1.1821546892351356
80
+ nvfp4,-0.1027237810815374,-0.08438949286937714,lpips_alex,0.0019225487503433123,0.00021361652781592359,-0.8666666666666667,int4_convrot,-1.074222935405924
81
+ nvfp4,0.1476007624839743,0.13931162934750319,lpips_alex,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q8_0,1.5387061365742374
82
+ nvfp4,0.03517113234847784,0.018161755055189133,lpips_alex,0.10812047972168817,0.03604015990722939,0.7333333333333333,gguf_q4_k_m,0.411415628263209
83
+ int4_convrot,0.2503245435655117,0.23730407655239105,lpips_alex,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q8_0,2.004818617076875
84
+ int4_convrot,0.13789491343001525,0.11858832836151123,lpips_alex,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q4_k_m,1.3300009406299433
85
+ gguf_q8_0,-0.11242963013549646,-0.09939884021878242,lpips_alex,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q4_k_m,-1.5321790379915583
86
+ fp8_scaled,0.05964177555094163,0.037666287273168564,lpips_vgg,0.0038145808538557783,0.0007629161707711557,0.8666666666666667,int8_convrot,0.8934278201392859
87
+ fp8_scaled,0.0226765053657194,0.018969522789120674,lpips_vgg,0.14898226982819127,0.07449113491409563,0.4666666666666667,mxfp8,0.3998447164782178
88
+ fp8_scaled,-0.09502325666447481,-0.07989181391894817,lpips_vgg,0.0019225487503433123,9.154994049253868e-05,-1.0,nvfp4,-1.171491695033325
89
+ fp8_scaled,-0.20523033030331134,-0.1947877425700426,lpips_vgg,0.0019225487503433123,9.154994049253868e-05,-1.0,int4_convrot,-2.471314811254915
90
+ fp8_scaled,0.06043599589417378,0.04426039010286331,lpips_vgg,0.0019225487503433123,0.00015258323415423113,0.8666666666666667,gguf_q8_0,1.1880383641823271
91
+ fp8_scaled,-0.061914475386341414,-0.04994872212409973,lpips_vgg,0.0038145808538557783,0.000946016051756233,-0.7333333333333333,gguf_q4_k_m,-0.7777573924690571
92
+ int8_convrot,-0.03696527018522223,-0.030599839985370636,lpips_vgg,0.0023497818059751594,0.0003356831151393085,-0.8666666666666667,mxfp8,-0.9855060011129321
93
+ int8_convrot,-0.15466503221541644,-0.14864027872681618,lpips_vgg,0.0019225487503433123,9.154994049253868e-05,-1.0,nvfp4,-1.9275394735648743
94
+ int8_convrot,-0.26487210585425297,-0.25133758038282394,lpips_vgg,0.0019225487503433123,9.154994049253868e-05,-1.0,int4_convrot,-2.8082135742174197
95
+ int8_convrot,0.0007942203432321548,0.0008500795811414719,lpips_vgg,0.9025298300222772,0.9025298300222772,0.2,gguf_q8_0,0.02335210296039861
96
+ int8_convrot,-0.12155625093728303,-0.10981523618102074,lpips_vgg,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q4_k_m,-1.8573299195077515
97
+ mxfp8,-0.11769976203019421,-0.1130877137184143,lpips_vgg,0.0019225487503433123,9.154994049253868e-05,-1.0,nvfp4,-1.5404344784071498
98
+ mxfp8,-0.22790683566903075,-0.21642639115452766,lpips_vgg,0.0019225487503433123,9.154994049253868e-05,-1.0,int4_convrot,-2.492159900097617
99
+ mxfp8,0.037759490528454384,0.03859693184494972,lpips_vgg,0.0023802984528060057,0.00039671640880100095,0.7333333333333333,gguf_q8_0,1.224369495067218
100
+ mxfp8,-0.08459098075206081,-0.06849947571754456,lpips_vgg,0.0019225487503433123,0.00015258323415423113,-0.8666666666666667,gguf_q4_k_m,-1.2440830597560488
101
+ nvfp4,-0.11020707363883654,-0.09898363798856735,lpips_vgg,0.0019225487503433123,9.154994049253868e-05,-1.0,int4_convrot,-1.4309507649893347
102
+ nvfp4,0.1554592525586486,0.15355850383639336,lpips_vgg,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q8_0,1.959234568399713
103
+ nvfp4,0.033108781278133395,0.025010254234075546,lpips_vgg,0.057035612926851595,0.0190118709756172,0.7333333333333333,gguf_q4_k_m,0.4481757538942801
104
+ int4_convrot,0.26566632619748515,0.2522496087476611,lpips_vgg,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q8_0,2.907746590785649
105
+ int4_convrot,0.14331585491696994,0.12996792048215866,lpips_vgg,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q4_k_m,1.6662286777672688
106
+ gguf_q8_0,-0.1223504712805152,-0.10642797220498323,lpips_vgg,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q4_k_m,-1.8651203816811657
107
+ fp8_scaled,-0.06829129656155904,-0.03688281774520874,ms_ssim,0.02029357014251274,0.004058714028502548,-0.8666666666666667,int8_convrot,-0.7176373865468065
108
+ fp8_scaled,-0.029415584603945413,-0.0093708336353302,ms_ssim,0.11141627757941958,0.05337361530715005,-0.4666666666666667,mxfp8,-0.408074808911121
109
+ fp8_scaled,0.09865843156973521,0.07400113344192505,ms_ssim,0.0019225487503433123,9.154994049253868e-05,1.0,nvfp4,0.8967211916133542
110
+ fp8_scaled,0.18949954609076183,0.16864344477653503,ms_ssim,0.0019225487503433123,9.154994049253868e-05,1.0,int4_convrot,1.6061373880622634
111
+ fp8_scaled,-0.06779718200365702,-0.03367358446121216,ms_ssim,0.0019225487503433123,0.00015258323415423113,-0.8666666666666667,gguf_q8_0,-0.9128891747093083
112
+ fp8_scaled,0.056391691168149315,0.03182867169380188,ms_ssim,0.03527724373645824,0.00881931093411456,0.6,gguf_q4_k_m,0.5243678577322048
113
+ int8_convrot,0.03887571195761363,0.02790391445159912,ms_ssim,0.012633891787970338,0.0021056486313283896,0.8666666666666667,mxfp8,0.7498404754056792
114
+ int8_convrot,0.16694972813129424,0.14172139763832092,ms_ssim,0.0019225487503433123,9.154994049253868e-05,1.0,nvfp4,1.3480324147228542
115
+ int8_convrot,0.2577908426523209,0.22188621759414673,ms_ssim,0.0019225487503433123,9.154994049253868e-05,1.0,int4_convrot,1.6840514951814296
116
+ int8_convrot,0.0004941145579020182,0.0001468658447265625,ms_ssim,0.9558118953889346,0.9558118953889346,-0.06666666666666667,gguf_q8_0,0.011889545273324606
117
+ int8_convrot,0.12468298772970836,0.11556960642337799,ms_ssim,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q4_k_m,1.3378536852559952
118
+ mxfp8,0.1280740161736806,0.10872107744216919,ms_ssim,0.0019225487503433123,9.154994049253868e-05,1.0,nvfp4,1.1788233859166206
119
+ mxfp8,0.21891513069470722,0.19309449195861816,ms_ssim,0.0019225487503433123,9.154994049253868e-05,1.0,int4_convrot,1.6429160408999366
120
+ mxfp8,-0.03838159739971161,-0.03337642550468445,ms_ssim,0.005615063016875706,0.0007018828771094632,-0.7333333333333333,gguf_q8_0,-0.8644038169590137
121
+ mxfp8,0.08580727577209472,0.07591411471366882,ms_ssim,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q4_k_m,1.101033767537425
122
+ nvfp4,0.09084111452102661,0.08106106519699097,ms_ssim,0.0074765784735573255,0.001068082639079618,0.8666666666666667,int4_convrot,0.7775540088686345
123
+ nvfp4,-0.16645561357339222,-0.14764273166656494,ms_ssim,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q8_0,-1.3240143591760187
124
+ nvfp4,-0.042266740401585894,-0.01934760808944702,ms_ssim,0.11141627757941958,0.03713875919313986,-0.7333333333333333,gguf_q4_k_m,-0.41010680153151235
125
+ int4_convrot,-0.25729672809441884,-0.2373158037662506,ms_ssim,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q8_0,-1.7271555510903835
126
+ int4_convrot,-0.1331078549226125,-0.09777626395225525,ms_ssim,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q4_k_m,-1.213211642343168
127
+ gguf_q8_0,0.12418887317180634,0.10416439175605774,ms_ssim,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q4_k_m,1.281958855724822
128
  fp8_scaled,-0.06666666666666667,0.0,ocr_recognized_line_count,1.0,1.0,-1.0,int8_convrot,-0.26276913640612176
129
  fp8_scaled,-0.03333333333333333,0.0,ocr_recognized_line_count,1.0,1.0,-1.0,mxfp8,-0.1825741858350554
130
  fp8_scaled,-0.06666666666666667,0.0,ocr_recognized_line_count,1.0,0.5000152583234154,-1.0,nvfp4,-0.26276913640612176
131
+ fp8_scaled,-0.06666666666666667,0.0,ocr_recognized_line_count,1.0,1.0,-1.0,int4_convrot,-0.1825741858350554
132
+ fp8_scaled,-0.03333333333333333,0.0,ocr_recognized_line_count,1.0,1.0,-1.0,gguf_q8_0,-0.08054623361424612
133
+ fp8_scaled,0.1,0.0,ocr_recognized_line_count,1.0,1.0,1.0,gguf_q4_k_m,0.18257418583505539
134
  int8_convrot,0.03333333333333333,0.0,ocr_recognized_line_count,1.0,1.0,1.0,mxfp8,0.1825741858350554
135
  int8_convrot,0.0,0.0,ocr_recognized_line_count,1.0,1.0,0.0,nvfp4,0.0
136
+ int8_convrot,0.0,0.0,ocr_recognized_line_count,1.0,1.0,0.0,int4_convrot,0.0
137
+ int8_convrot,0.03333333333333333,0.0,ocr_recognized_line_count,1.0,1.0,1.0,gguf_q8_0,0.08054623361424612
138
+ int8_convrot,0.16666666666666666,0.0,ocr_recognized_line_count,1.0,1.0,1.0,gguf_q4_k_m,0.2232222629895102
139
  mxfp8,-0.03333333333333333,0.0,ocr_recognized_line_count,1.0,1.0,-1.0,nvfp4,-0.1825741858350554
140
+ mxfp8,-0.03333333333333333,0.0,ocr_recognized_line_count,1.0,1.0,-1.0,int4_convrot,-0.08054623361424612
141
+ mxfp8,0.0,0.0,ocr_recognized_line_count,1.0,1.0,0.0,gguf_q8_0,0.0
142
+ mxfp8,0.13333333333333333,0.0,ocr_recognized_line_count,1.0,1.0,1.0,gguf_q4_k_m,0.1825741858350554
143
+ nvfp4,0.0,0.0,ocr_recognized_line_count,1.0,1.0,0.0,int4_convrot,0.0
144
+ nvfp4,0.03333333333333333,0.0,ocr_recognized_line_count,1.0,1.0,1.0,gguf_q8_0,0.10421815207042283
145
+ nvfp4,0.16666666666666666,0.0,ocr_recognized_line_count,1.0,0.5000152583234154,1.0,gguf_q4_k_m,0.2232222629895102
146
+ int4_convrot,0.03333333333333333,0.0,ocr_recognized_line_count,1.0,1.0,1.0,gguf_q8_0,0.049849817296457016
147
+ int4_convrot,0.16666666666666666,0.0,ocr_recognized_line_count,1.0,1.0,1.0,gguf_q4_k_m,0.2573131276520893
148
+ gguf_q8_0,0.13333333333333333,0.0,ocr_recognized_line_count,1.0,1.0,1.0,gguf_q4_k_m,0.1422825642787311
149
+ fp8_scaled,-0.009054047764198584,-0.005982637750633846,openclip_vith14_image_cosine_to_bf16,0.013457841252403187,0.0019225487503433123,-0.7333333333333333,int8_convrot,-0.7735993017938049
150
+ fp8_scaled,-0.0028506163362085114,-0.0012459868644099648,openclip_vith14_image_cosine_to_bf16,0.54814001037566,0.27407000518783,-0.4666666666666667,mxfp8,-0.22791752801015577
151
+ fp8_scaled,0.020216792515832506,0.017381928085783982,openclip_vith14_image_cosine_to_bf16,0.0039671640880100095,0.00039671640880100095,0.8666666666666667,nvfp4,0.786480614163502
152
+ fp8_scaled,0.043271886895858015,0.03767721610903757,openclip_vith14_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,1.0,int4_convrot,1.3096645745559663
153
+ fp8_scaled,-0.008940940028640765,-0.007148035819267207,openclip_vith14_image_cosine_to_bf16,0.0039671640880100095,0.00039671640880100095,-0.7333333333333333,gguf_q8_0,-0.939934670979934
154
+ fp8_scaled,0.012229599397172311,0.009231727099912546,openclip_vith14_image_cosine_to_bf16,0.031889895938234304,0.006377979187646861,0.7333333333333333,gguf_q4_k_m,0.6222482730868968
155
+ int8_convrot,0.006203431427990073,0.006199133289036762,openclip_vith14_image_cosine_to_bf16,0.06432909151942384,0.01608227287985596,0.6,mxfp8,0.5912944134347523
156
+ int8_convrot,0.029270840280031088,0.02639083064076231,openclip_vith14_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,1.0,nvfp4,1.3603840890344965
157
+ int8_convrot,0.052325934660056576,0.041655641648770836,openclip_vith14_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,1.0,int4_convrot,1.7046475444403517
158
+ int8_convrot,0.00011310773555781954,0.00044863751771945237,openclip_vith14_image_cosine_to_bf16,0.9645396563825567,0.9645396563825567,0.2,gguf_q8_0,0.013554572457105273
159
+ int8_convrot,0.021283647161370895,0.017790506095838376,openclip_vith14_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q4_k_m,1.2834488781307736
160
+ mxfp8,0.023067408852041015,0.022750825805466113,openclip_vith14_image_cosine_to_bf16,0.0019835820440050047,0.00015258323415423113,0.8666666666666667,nvfp4,1.0017922439186893
161
+ mxfp8,0.0461225032320665,0.03633788006232208,openclip_vith14_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,1.0,int4_convrot,1.388155738464574
162
+ mxfp8,-0.006090323692432254,-0.004334305075385569,openclip_vith14_image_cosine_to_bf16,0.03167627941041838,0.005279379901736397,-0.6,gguf_q8_0,-0.6365966589060874
163
+ mxfp8,0.015080215733380824,0.013297559495051958,openclip_vith14_image_cosine_to_bf16,0.0039671640880100095,0.00039671640880100095,0.8666666666666667,gguf_q4_k_m,0.9879106973252788
164
+ nvfp4,0.023055094380025502,0.016592494914274836,openclip_vith14_image_cosine_to_bf16,0.0032957978577313925,0.00027464982147761604,0.8666666666666667,int4_convrot,0.7457506250263138
165
+ nvfp4,-0.02915773254447327,-0.02936799021381531,openclip_vith14_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q8_0,-1.2169259325076671
166
+ nvfp4,-0.007987193118660193,-0.006437749153737182,openclip_vith14_image_cosine_to_bf16,0.40089718941682684,0.13363239647227562,-0.4666666666666667,gguf_q4_k_m,-0.3186132411163756
167
+ int4_convrot,-0.05221282692449878,-0.04473775288981241,openclip_vith14_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,-1.0,gguf_q8_0,-1.5396922324608266
168
+ int4_convrot,-0.031042287498685695,-0.02358716529002447,openclip_vith14_image_cosine_to_bf16,0.0036925142665323934,0.0003356831151393085,-0.8666666666666667,gguf_q4_k_m,-0.9424775009818149
169
+ gguf_q8_0,0.021170539425813078,0.017792740073945434,openclip_vith14_image_cosine_to_bf16,0.0019225487503433123,9.154994049253868e-05,1.0,gguf_q4_k_m,1.3199226328272256
170
  fp8_scaled,-0.04429918924967448,-0.29449462890625,openclip_vith14_prompt_score,1.0,0.7678293509109219,-0.06666666666666667,int8_convrot,-0.055324336473070806
171
  fp8_scaled,-0.11425679524739583,-0.16639137268066406,openclip_vith14_prompt_score,1.0,0.5811285055998047,-0.4666666666666667,mxfp8,-0.1175029448834697
172
+ fp8_scaled,0.5985438664754231,0.3509788513183594,openclip_vith14_prompt_score,1.0,0.07272116939790656,0.3333333333333333,nvfp4,0.34823000493243866
173
+ fp8_scaled,-0.003260930379231771,-0.038547515869140625,openclip_vith14_prompt_score,1.0,0.9891971070218805,-0.06666666666666667,int4_convrot,-0.0022886992034206574
174
+ fp8_scaled,0.19035911560058594,0.034137725830078125,openclip_vith14_prompt_score,1.0,0.35902834996490585,0.4666666666666667,gguf_q8_0,0.19546574038695833
175
+ fp8_scaled,0.44100850423177085,0.22391700744628906,openclip_vith14_prompt_score,0.6365772528914524,0.03182886264457262,0.3333333333333333,gguf_q4_k_m,0.42900651362508774
176
  int8_convrot,-0.06995760599772136,-0.06518363952636719,openclip_vith14_prompt_score,1.0,0.7141200524886325,-0.3333333333333333,mxfp8,-0.07166046522228162
177
+ int8_convrot,0.6428430557250977,0.17094993591308594,openclip_vith14_prompt_score,0.6365772528914524,0.03182886264457262,0.3333333333333333,nvfp4,0.3958280102451139
178
+ int8_convrot,0.041038258870442705,0.11919403076171875,openclip_vith14_prompt_score,1.0,0.8618206231499282,-0.06666666666666667,int4_convrot,0.030860684649492848
179
+ int8_convrot,0.23465830485026043,0.2073040008544922,openclip_vith14_prompt_score,1.0,0.12710183405047454,0.3333333333333333,gguf_q8_0,0.2842489891885424
180
+ int8_convrot,0.4853076934814453,0.1908092498779297,openclip_vith14_prompt_score,1.0,0.09469315511611584,0.3333333333333333,gguf_q4_k_m,0.35895119280102544
181
+ mxfp8,0.712800661722819,0.4066047668457031,openclip_vith14_prompt_score,0.7607800054929964,0.042265555860722025,0.4666666666666667,nvfp4,0.4053324353251085
182
+ mxfp8,0.11099586486816407,-0.140625,openclip_vith14_prompt_score,1.0,0.639598400927706,0.06666666666666667,int4_convrot,0.07888755450660138
183
+ mxfp8,0.3046159108479818,0.1703052520751953,openclip_vith14_prompt_score,1.0,0.07491836796972749,0.6,gguf_q8_0,0.33915401025066827
184
+ mxfp8,0.5552652994791667,0.4755573272705078,openclip_vith14_prompt_score,0.5017852238396044,0.023894534468552595,0.3333333333333333,gguf_q4_k_m,0.4320485350548155
185
+ nvfp4,-0.6018047968546549,-0.6895065307617188,openclip_vith14_prompt_score,1.0,0.16463730965241538,-0.3333333333333333,int4_convrot,-0.3317056091571094
186
+ nvfp4,-0.40818475087483724,-0.08834648132324219,openclip_vith14_prompt_score,1.0,0.31856327626720377,-0.06666666666666667,gguf_q8_0,-0.24005109985271406
187
+ nvfp4,-0.15753536224365233,-0.14355087280273438,openclip_vith14_prompt_score,1.0,0.6823827397845524,0.06666666666666667,gguf_q4_k_m,-0.0811470013818392
188
+ int4_convrot,0.19362004597981772,0.3433723449707031,openclip_vith14_prompt_score,1.0,0.37782660441270716,0.06666666666666667,gguf_q8_0,0.14015357813946963
189
+ int4_convrot,0.4442694346110026,0.2575397491455078,openclip_vith14_prompt_score,1.0,0.08785742622600629,-0.06666666666666667,gguf_q4_k_m,0.28517932856235884
190
+ gguf_q8_0,0.2506493886311849,-0.018680572509765625,openclip_vith14_prompt_score,1.0,0.3500564557966371,-0.06666666666666667,gguf_q4_k_m,0.19778146757966122
191
  fp8_scaled,-0.049491500854492186,-0.03954887390136719,pickscore_v1,1.0,0.272666239433611,-0.2,int8_convrot,-0.25110250344070284
192
  fp8_scaled,0.02095788319905599,0.03464221954345703,pickscore_v1,1.0,0.6771949098233087,0.2,mxfp8,0.08362997346518622
193
  fp8_scaled,0.045140711466471355,0.07201957702636719,pickscore_v1,1.0,0.5706918123836553,0.06666666666666667,nvfp4,0.12300056623208194
194
+ fp8_scaled,0.08698266347249349,0.0414886474609375,pickscore_v1,1.0,0.20473618358814732,0.4666666666666667,int4_convrot,0.22314937558344483
195
+ fp8_scaled,-0.04934991200764974,-0.022459983825683594,pickscore_v1,1.0,0.39723519179712535,0.06666666666666667,gguf_q8_0,-0.20997729874461327
196
+ fp8_scaled,0.0404544194539388,0.049429893493652344,pickscore_v1,1.0,0.33009856876926363,0.06666666666666667,gguf_q4_k_m,0.1484369301259211
197
+ int8_convrot,0.07044938405354818,0.07897090911865234,pickscore_v1,0.9750068662455369,0.05416704812475205,0.6,mxfp8,0.39254982995428783
198
  int8_convrot,0.09463221232096354,0.07480716705322266,pickscore_v1,1.0,0.2317739326802771,0.3333333333333333,nvfp4,0.27143959881653396
199
+ int8_convrot,0.13647416432698567,0.09809494018554688,pickscore_v1,0.2787695687997803,0.01327474137141811,0.6,int4_convrot,0.4239281891930114
200
+ int8_convrot,0.00014158884684244792,0.0264434814453125,pickscore_v1,1.0,0.995239403094388,0.3333333333333333,gguf_q8_0,0.0009604994509966537
201
+ int8_convrot,0.08994592030843099,0.07528877258300781,pickscore_v1,0.5363300680521225,0.02822789831853276,0.3333333333333333,gguf_q4_k_m,0.3495143501532503
202
  mxfp8,0.024182828267415364,-0.041229248046875,pickscore_v1,1.0,0.7556226921785835,-0.06666666666666667,nvfp4,0.07630940464868596
203
+ mxfp8,0.0660247802734375,0.042525291442871094,pickscore_v1,1.0,0.16750587445451492,0.3333333333333333,int4_convrot,0.26760841427409154
204
+ mxfp8,-0.07030779520670573,-0.017213821411132812,pickscore_v1,1.0,0.09994201837102139,-0.3333333333333333,gguf_q8_0,-0.3214101723589422
205
+ mxfp8,0.01949653625488281,0.004019737243652344,pickscore_v1,1.0,0.6852513045866521,0.2,gguf_q4_k_m,0.06767960485264027
206
+ nvfp4,0.041841952006022136,0.0769205093383789,pickscore_v1,1.0,0.626720375965089,0.2,int4_convrot,0.10814700765493754
207
+ nvfp4,-0.0944906234741211,-0.07692813873291016,pickscore_v1,1.0,0.25399005157313315,-0.2,gguf_q8_0,-0.27465267475981153
208
+ nvfp4,-0.004686292012532552,0.049327850341796875,pickscore_v1,1.0,0.9558729286825963,0.06666666666666667,gguf_q4_k_m,-0.011529305555915238
209
+ int4_convrot,-0.13633257548014324,-0.08920478820800781,pickscore_v1,0.4803320211175196,0.02401660105587598,-0.4666666666666667,gguf_q8_0,-0.38743501063971264
210
+ int4_convrot,-0.04652824401855469,-0.013698577880859375,pickscore_v1,1.0,0.4408739967652354,-0.2,gguf_q4_k_m,-0.11393201455634222
211
+ gguf_q8_0,0.08980433146158855,0.05837726593017578,pickscore_v1,1.0,0.10531294821325032,0.3333333333333333,gguf_q4_k_m,0.30431310600611255
212
+ fp8_scaled,-0.62218017578125,-0.36297607421875,pyiqa_brisque,1.0,0.093472489242882,-0.4666666666666667,int8_convrot,-0.3168361666681734
213
  fp8_scaled,0.17278645833333334,0.330322265625,pyiqa_brisque,1.0,0.7188806493942446,-0.06666666666666667,mxfp8,0.06580386301806593
214
  fp8_scaled,0.27162272135416665,-0.1939697265625,pyiqa_brisque,1.0,0.788641704049559,-0.06666666666666667,nvfp4,0.06232722361543333
215
+ fp8_scaled,2.555810546875,3.68408203125,pyiqa_brisque,0.8645060880710428,0.045500320424791726,0.6,int4_convrot,0.44855173950534083
216
+ fp8_scaled,-0.69735107421875,0.059326171875,pyiqa_brisque,1.0,0.16976410631999755,-0.2,gguf_q8_0,-0.2386472736751327
217
+ fp8_scaled,-0.50052490234375,0.502685546875,pyiqa_brisque,1.0,0.5046537886417041,0.2,gguf_q4_k_m,-0.13788491025782934
218
+ int8_convrot,0.7949666341145833,0.51800537109375,pyiqa_brisque,1.0,0.06466477463456316,0.4666666666666667,mxfp8,0.29000591181954
219
  int8_convrot,0.8938028971354167,-0.150146484375,pyiqa_brisque,1.0,0.3659861454423388,-0.06666666666666667,nvfp4,0.214471855191788
220
+ int8_convrot,3.17799072265625,2.5068359375,pyiqa_brisque,0.5169519973145351,0.025847599865726753,0.6,int4_convrot,0.5007594917212448
221
+ int8_convrot,-0.0751708984375,0.26025390625,pyiqa_brisque,1.0,0.8616375232689432,0.2,gguf_q8_0,-0.02633061547307553
222
+ int8_convrot,0.1216552734375,0.9093017578125,pyiqa_brisque,1.0,0.8975250999420183,0.3333333333333333,gguf_q4_k_m,0.026002298867164063
223
  mxfp8,0.09883626302083333,-0.3721923828125,pyiqa_brisque,1.0,0.924379749153163,-0.3333333333333333,nvfp4,0.023682418958543193
224
+ mxfp8,2.3830240885416667,1.9468994140625,pyiqa_brisque,1.0,0.07455216820775733,0.4666666666666667,int4_convrot,0.37429871235904766
225
+ mxfp8,-0.8701375325520834,-0.34771728515625,pyiqa_brisque,1.0,0.19924318715859501,0.06666666666666667,gguf_q8_0,-0.27206304295434364
226
+ mxfp8,-0.6733113606770833,0.01605224609375,pyiqa_brisque,1.0,0.5242454759071074,0.2,gguf_q4_k_m,-0.14342519227288952
227
+ nvfp4,2.284187825520833,3.43646240234375,pyiqa_brisque,1.0,0.11727547377094205,0.3333333333333333,int4_convrot,0.3311038378667192
228
+ nvfp4,-0.9689737955729166,0.4481201171875,pyiqa_brisque,1.0,0.48762549971009184,0.3333333333333333,gguf_q8_0,-0.1668375093875645
229
+ nvfp4,-0.7721476236979167,0.7960205078125,pyiqa_brisque,1.0,0.6333730049742134,0.3333333333333333,gguf_q4_k_m,-0.11602152460255807
230
+ int4_convrot,-3.25316162109375,-3.0396728515625,pyiqa_brisque,0.5146022155085599,0.02450486740516952,-0.6,gguf_q8_0,-0.5546287829940423
231
+ int4_convrot,-3.05633544921875,-2.838623046875,pyiqa_brisque,0.8645060880710428,0.0473313192346425,-0.6,gguf_q4_k_m,-0.5031519410146432
232
+ gguf_q8_0,0.196826171875,0.67596435546875,pyiqa_brisque,1.0,0.8111629894107235,0.2,gguf_q4_k_m,0.05460082480376713
233
+ fp8_scaled,0.0034338533878326416,0.001222267746925354,pyiqa_maniqa,1.0,0.09640208733864324,0.3333333333333333,int8_convrot,0.34850823856072927
234
  fp8_scaled,0.0016657998164494833,0.001036912202835083,pyiqa_maniqa,1.0,0.2574689493118496,0.2,mxfp8,0.2125115420160155
235
  fp8_scaled,0.002706428368886312,0.0040501803159713745,pyiqa_maniqa,1.0,0.47242820958833043,0.4666666666666667,nvfp4,0.1517935916754868
236
+ fp8_scaled,-0.0012601653734842936,-0.0008558183908462524,pyiqa_maniqa,1.0,0.8304495102078183,-0.2,int4_convrot,-0.04877772438823156
237
+ fp8_scaled,0.001962702473004659,0.0026942938566207886,pyiqa_maniqa,1.0,0.12270743690683268,0.3333333333333333,gguf_q8_0,0.29240483507242715
238
+ fp8_scaled,0.00244977871576945,0.0034039169549942017,pyiqa_maniqa,1.0,0.11666514083432512,0.4666666666666667,gguf_q4_k_m,0.2978858231123417
239
  int8_convrot,-0.0017680535713831584,-0.0009584426879882812,pyiqa_maniqa,1.0,0.47071927736580305,-0.06666666666666667,mxfp8,-0.16482314963949696
240
  int8_convrot,-0.0007274250189463297,0.00337432324886322,pyiqa_maniqa,1.0,0.8340504745338582,0.06666666666666667,nvfp4,-0.03963539834195116
241
+ int8_convrot,-0.004694018761316935,0.0022896379232406616,pyiqa_maniqa,1.0,0.49739082669596263,-0.06666666666666667,int4_convrot,-0.1588827743862973
242
+ int8_convrot,-0.0014711509148279825,-0.0007011741399765015,pyiqa_maniqa,1.0,0.5048979218163508,-0.2,gguf_q8_0,-0.16479945838755453
243
+ int8_convrot,-0.0009840746720631917,-0.0011478066444396973,pyiqa_maniqa,1.0,0.6610821202966218,-0.2,gguf_q4_k_m,-0.09425622167800012
244
  mxfp8,0.0010406285524368285,0.0026386380195617676,pyiqa_maniqa,1.0,0.7639842534102352,0.3333333333333333,nvfp4,0.05976649432839801
245
+ mxfp8,-0.002925965189933777,-0.00037613511085510254,pyiqa_maniqa,1.0,0.5845463700448594,-0.2,int4_convrot,-0.1189250621829263
246
+ mxfp8,0.00029690265655517577,-9.179115295410156e-06,pyiqa_maniqa,1.0,0.82654337941347,0.06666666666666667,gguf_q8_0,0.04629221887366334
247
+ mxfp8,0.0007839788993199666,0.0028151124715805054,pyiqa_maniqa,1.0,0.7310262748329214,0.2,gguf_q4_k_m,0.07816971410548468
248
+ nvfp4,-0.003966593742370605,-0.0015163719654083252,pyiqa_maniqa,1.0,0.5529921572217644,-0.06666666666666667,int4_convrot,-0.13257800033407605
249
+ nvfp4,-0.0007437258958816528,-0.00114479660987854,pyiqa_maniqa,1.0,0.8337453080655498,-0.2,gguf_q8_0,-0.04204040151809584
250
+ nvfp4,-0.000256649653116862,-0.00029568374156951904,pyiqa_maniqa,1.0,0.9392718728066161,-0.06666666666666667,gguf_q4_k_m,-0.015766520654846766
251
+ int4_convrot,0.0032228678464889526,-0.0007701963186264038,pyiqa_maniqa,1.0,0.5752693094082822,0.06666666666666667,gguf_q8_0,0.12572649898464358
252
+ int4_convrot,0.0037099440892537435,0.0010542571544647217,pyiqa_maniqa,1.0,0.5244285757880924,0.06666666666666667,gguf_q4_k_m,0.14136721227450327
253
+ gguf_q8_0,0.0004870762427647909,-0.0003186166286468506,pyiqa_maniqa,1.0,0.7955384662333302,0.06666666666666667,gguf_q4_k_m,0.050657214281139853
254
  fp8_scaled,0.37436644236246747,0.13973617553710938,pyiqa_musiq,1.0,0.3817327352070555,-0.06666666666666667,int8_convrot,0.23533355085896504
255
  fp8_scaled,0.0039046605428059897,-0.024715423583984375,pyiqa_musiq,1.0,0.983521010711343,0.3333333333333333,mxfp8,0.004166622709297343
256
+ fp8_scaled,0.6688837051391602,0.7838211059570312,pyiqa_musiq,1.0,0.10726601361042448,0.4666666666666667,nvfp4,0.30326276509834627
257
+ fp8_scaled,0.39674104054768883,0.6884231567382812,pyiqa_musiq,1.0,0.5498794592450181,0.2,int4_convrot,0.11844017610409265
258
+ fp8_scaled,-0.002016576131184896,0.06478118896484375,pyiqa_musiq,1.0,0.9940187372211542,0.2,gguf_q8_0,-0.0017399184346417204
259
+ fp8_scaled,0.025789705912272136,0.1513824462890625,pyiqa_musiq,1.0,0.9472062009826361,0.06666666666666667,gguf_q4_k_m,0.013409806941329835
260
  int8_convrot,-0.37046178181966144,-0.07075119018554688,pyiqa_musiq,1.0,0.3733101406817419,0.06666666666666667,mxfp8,-0.2292968830944883
261
  int8_convrot,0.2945172627766927,0.3830909729003906,pyiqa_musiq,1.0,0.4566205865299521,0.2,nvfp4,0.1347315776861467
262
+ int8_convrot,0.022374598185221355,0.38130950927734375,pyiqa_musiq,1.0,0.9752815160670145,0.2,int4_convrot,0.0061566880845813484
263
+ int8_convrot,-0.37638301849365235,-0.052211761474609375,pyiqa_musiq,1.0,0.15420061643626598,-0.2,gguf_q8_0,-0.3007564577150579
264
+ int8_convrot,-0.3485767364501953,0.06878852844238281,pyiqa_musiq,1.0,0.5261375080106198,0.06666666666666667,gguf_q4_k_m,-0.13544982454047513
265
+ mxfp8,0.6649790445963542,0.6246547698974609,pyiqa_musiq,1.0,0.16720070798620648,0.4666666666666667,nvfp4,0.2909394569838177
266
+ mxfp8,0.3928363800048828,0.3418121337890625,pyiqa_musiq,1.0,0.5909548658793372,0.06666666666666667,int4_convrot,0.11590333428162536
267
+ mxfp8,-0.0059212366739908855,-0.22447586059570312,pyiqa_musiq,1.0,0.9799810796789649,0.2,gguf_q8_0,-0.0059253654020243445
268
+ mxfp8,0.021885045369466147,0.15056228637695312,pyiqa_musiq,1.0,0.9653330892001587,-0.06666666666666667,gguf_q4_k_m,0.010511593926086258
269
+ nvfp4,-0.27214266459147135,0.07458114624023438,pyiqa_musiq,1.0,0.6958100643901248,0.06666666666666667,int4_convrot,-0.09390670076979121
270
+ nvfp4,-0.6709002812703451,-0.5799636840820312,pyiqa_musiq,1.0,0.11294210992096189,-0.3333333333333333,gguf_q8_0,-0.32365149420760253
271
+ nvfp4,-0.643093999226888,-0.5626640319824219,pyiqa_musiq,1.0,0.15713021453202722,-0.3333333333333333,gguf_q4_k_m,-0.2938933789777937
272
+ int4_convrot,-0.3987576166788737,-0.26520538330078125,pyiqa_musiq,1.0,0.5752082761146206,-0.06666666666666667,gguf_q8_0,-0.12038778081323753
273
+ int4_convrot,-0.3709513346354167,-0.23753738403320312,pyiqa_musiq,1.0,0.5475601940858739,-0.2,gguf_q4_k_m,-0.1290635724756854
274
+ gguf_q8_0,0.02780628204345703,0.031124114990234375,pyiqa_musiq,1.0,0.9437273032439195,-0.06666666666666667,gguf_q4_k_m,0.014120664345169426
275
  fp8_scaled,-0.027961742213209552,-0.024534603728256332,pyiqa_niqe,1.0,0.6905001678415575,0.2,int8_convrot,-0.09136306375730678
276
+ fp8_scaled,0.12757801711514008,0.017927229327543426,pyiqa_niqe,1.0,0.13424272940889256,0.2,mxfp8,0.338403401962768
277
  fp8_scaled,0.006521797569435206,-0.009633851975517471,pyiqa_niqe,1.0,0.9082059263328145,0.2,nvfp4,0.02178360754259599
278
+ fp8_scaled,-0.07609533932264283,-0.11668463637038307,pyiqa_niqe,1.0,0.7746040465073698,-0.2,int4_convrot,-0.07192903648637242
279
+ fp8_scaled,0.038283741572188654,0.04750878267647152,pyiqa_niqe,1.0,0.3154505782904574,0.2,gguf_q8_0,0.15964780772996787
280
+ fp8_scaled,0.027641104870429183,0.01765298413501548,pyiqa_niqe,1.0,0.753913759956056,0.3333333333333333,gguf_q4_k_m,0.07626110106854722
281
  int8_convrot,0.1555397593283496,-0.007483116785064192,pyiqa_niqe,1.0,0.32600933809393023,-0.06666666666666667,mxfp8,0.2609774609248157
282
  int8_convrot,0.034483539782644755,-0.02433628792406095,pyiqa_niqe,1.0,0.6522322927156764,0.06666666666666667,nvfp4,0.10493922698834962
283
+ int8_convrot,-0.0481335971094333,-0.0712914318554736,pyiqa_niqe,1.0,0.8397265708443956,-0.2,int4_convrot,-0.05059995393919145
284
+ int8_convrot,0.06624548378539821,0.026668201444392636,pyiqa_niqe,1.0,0.1822148982269828,0.2,gguf_q8_0,0.24535655568907255
285
+ int8_convrot,0.05560284708363873,0.024717921971794787,pyiqa_niqe,1.0,0.4814611370502609,0.2,gguf_q4_k_m,0.1690001686775484
286
+ mxfp8,-0.12105621954570485,-0.04398211131402752,pyiqa_niqe,1.0,0.18471726326711221,-0.3333333333333333,nvfp4,-0.26430613140655984
287
+ mxfp8,-0.2036733564377829,-0.09263402488212757,pyiqa_niqe,1.0,0.5362690347584608,-0.06666666666666667,int4_convrot,-0.1650841043264225
288
+ mxfp8,-0.0892942755429514,-0.017775961318249545,pyiqa_niqe,1.0,0.507644420031127,0.06666666666666667,gguf_q8_0,-0.19094483917812619
289
+ mxfp8,-0.09993691224471088,-0.0015518844263016085,pyiqa_niqe,1.0,0.40449815374286674,0.06666666666666667,gguf_q4_k_m,-0.20581228221797648
290
+ nvfp4,-0.08261713689207806,0.003054775725989778,pyiqa_niqe,1.0,0.7439653330892002,-0.06666666666666667,int4_convrot,-0.08760037454393527
291
+ nvfp4,0.03176194400275345,0.06005799018817681,pyiqa_niqe,1.0,0.3926576947724984,0.2,gguf_q8_0,0.1264832700940216
292
+ nvfp4,0.021119307300993977,0.04435103505107496,pyiqa_niqe,1.0,0.6591900881931093,0.3333333333333333,gguf_q4_k_m,0.09088252150660585
293
+ int4_convrot,0.11437908089483151,0.10407567446578114,pyiqa_niqe,1.0,0.6403308004516464,0.2,gguf_q8_0,0.11532291034915824
294
+ int4_convrot,0.10373644419307206,0.15622543596538518,pyiqa_niqe,1.0,0.678293509109219,0.06666666666666667,gguf_q4_k_m,0.1068711474287755
295
+ gguf_q8_0,-0.010642636701759474,-0.024803849233268283,pyiqa_niqe,1.0,0.8725014495407245,0.06666666666666667,gguf_q4_k_m,-0.03466492944020063
296
+ fp8_scaled,0.005892618497212728,0.005368947982788086,pyiqa_topiq_nr,0.9234337331014069,0.04617168665507034,0.4666666666666667,int8_convrot,0.45399488692550544
297
  fp8_scaled,0.0011031260093053183,0.0016209036111831665,pyiqa_topiq_nr,1.0,0.6416735329122036,0.2,mxfp8,0.09975166145473922
298
+ fp8_scaled,0.006982232133547465,0.006140410900115967,pyiqa_topiq_nr,1.0,0.06057554395922976,0.3333333333333333,nvfp4,0.3731290591848374
299
+ fp8_scaled,-0.003598762551943461,0.0005825459957122803,pyiqa_topiq_nr,1.0,0.6609600537092984,-0.06666666666666667,int4_convrot,-0.1076400940746282
300
+ fp8_scaled,0.0017747918764750162,0.001996442675590515,pyiqa_topiq_nr,1.0,0.37038054258598063,0.06666666666666667,gguf_q8_0,0.18611241475834037
301
+ fp8_scaled,0.0026787370443344116,0.0027178525924682617,pyiqa_topiq_nr,1.0,0.4632121822454149,0.2,gguf_q4_k_m,0.16590770681413547
302
+ int8_convrot,-0.00478949248790741,-0.0034291744232177734,pyiqa_topiq_nr,0.5748420763526504,0.027373432207269066,-0.6,mxfp8,-0.44274968618655247
303
  int8_convrot,0.0010896136363347372,0.0021250545978546143,pyiqa_topiq_nr,1.0,0.6680399157740547,-0.06666666666666667,nvfp4,0.07563347535753298
304
+ int8_convrot,-0.00949138104915619,-0.0030665695667266846,pyiqa_topiq_nr,1.0,0.2616192132808447,-0.2,int4_convrot,-0.29756321353268067
305
+ int8_convrot,-0.004117826620737712,-0.001601487398147583,pyiqa_topiq_nr,0.9234337331014069,0.04702615276633403,-0.3333333333333333,gguf_q8_0,-0.4333521447190085
306
+ int8_convrot,-0.003213881452878316,-0.0051229894161224365,pyiqa_topiq_nr,1.0,0.3377887637706369,-0.06666666666666667,gguf_q4_k_m,-0.2202312872951796
307
+ mxfp8,0.005879106124242147,0.0072859227657318115,pyiqa_topiq_nr,1.0,0.062467576062742225,0.4666666666666667,nvfp4,0.36413588374509676
308
+ mxfp8,-0.00470188856124878,0.0006345510482788086,pyiqa_topiq_nr,1.0,0.5562879550794959,0.06666666666666667,int4_convrot,-0.1468083773425498
309
+ mxfp8,0.000671665867169698,4.747509956359863e-05,pyiqa_topiq_nr,1.0,0.6804296743873783,-0.06666666666666667,gguf_q8_0,0.0837729582011159
310
+ mxfp8,0.0015756110350290933,0.00027689337730407715,pyiqa_topiq_nr,1.0,0.6807958741493485,0.2,gguf_q4_k_m,0.09961380958747548
311
+ nvfp4,-0.010580994685490926,-0.0076628923416137695,pyiqa_topiq_nr,1.0,0.2375110622844762,-0.3333333333333333,int4_convrot,-0.29935408848273437
312
+ nvfp4,-0.005207440257072449,-0.0064446330070495605,pyiqa_topiq_nr,1.0,0.08401232872531966,-0.4666666666666667,gguf_q8_0,-0.33143315398419115
313
+ nvfp4,-0.004303495089213054,-0.004215434193611145,pyiqa_topiq_nr,1.0,0.3388873630565473,-0.4666666666666667,gguf_q4_k_m,-0.2285883648867997
314
+ int4_convrot,0.005373554428418478,1.6108155250549316e-05,pyiqa_topiq_nr,1.0,0.5083157862614056,0.06666666666666667,gguf_q8_0,0.16956685672138613
315
+ int4_convrot,0.006277499596277872,0.0012803077697753906,pyiqa_topiq_nr,1.0,0.3816717019133938,0.3333333333333333,gguf_q4_k_m,0.21687576647983486
316
+ gguf_q8_0,0.0009039451678593953,0.0025638043880462646,pyiqa_topiq_nr,1.0,0.8070737587353901,0.06666666666666667,gguf_q4_k_m,0.05784008580465946
metrics/image_advanced_summary.csv CHANGED
@@ -4,73 +4,118 @@ fp8_scaled,0.9990380046966528,0.9592263163287699,0.9745078495123376,0.9348029715
4
  int8_convrot,0.9994426207438029,0.9747110712306669,0.9840584932999488,0.9616270341773688,0.9838329627814222,0.9938522515155327,0.9637905948588256,dinov2_large_image_cosine_to_bf16,0.8697761881740599,30,0.9625561276707824,0.9944581270668518,0.02761079659221253
5
  mxfp8,0.9992130391924932,0.9650753241452109,0.9774617812160433,0.946008471820417,0.9794431846076316,0.9881060875147536,0.9644349477737532,dinov2_large_image_cosine_to_bf16,0.8435983265842217,30,0.9578004265676212,0.9892633205852963,0.03928833421484908
6
  nvfp4,0.9927072006236084,0.921143514382719,0.9436932438894632,0.8901975713664323,0.9347693606993568,0.9708130087272056,0.8923405128580253,dinov2_large_image_cosine_to_bf16,0.7742967238004093,30,0.8702379679626541,0.9744959468668348,0.06233988811743947
 
 
 
7
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,dists,0.0,30,0.0,0.0,0.0
8
- fp8_scaled,0.15055304765701294,0.051304304599761964,0.06997998300674296,0.03981140081664646,0.042738109827041626,0.05922994017601013,0.03169947862625122,dists,0.017882049083709717,30,0.0299847275018692,0.06542082130908966,0.031550285048114246
9
- int8_convrot,0.11818915605545044,0.03466375072797139,0.05037057162841268,0.02522285633211506,0.026795655488967896,0.03763192892074585,0.02108156681060791,dists,0.003576338291168213,30,0.01743854582309723,0.04030798375606537,0.02801484933406217
10
- mxfp8,0.1401481032371521,0.04750467340151469,0.06710388461498897,0.03490696323486823,0.035131752490997314,0.0532895028591156,0.030532002449035645,dists,0.004149675369262695,30,0.029238015413284302,0.05851832032203674,0.033330181739859764
11
- nvfp4,0.19701147079467773,0.08801797827084859,0.10236987979622217,0.07657417343594851,0.08443576097488403,0.10016334056854248,0.06442761421203613,dists,0.03400731086730957,30,0.061743080615997314,0.11066558957099915,0.03621241900517073
12
- bf16,0.3447265625,0.27633056640625,0.2972054846492699,0.25103106429665073,0.2877197265625,0.308349609375,0.24310302734375,hpsv2_1,0.171142578125,30,0.244293212890625,0.31591796875,0.04651941224206469
13
- fp8_scaled,0.353271484375,0.27591552734375,0.29742431640625,0.2517903645833333,0.2857666015625,0.29736328125,0.2432861328125,hpsv2_1,0.177978515625,30,0.2413330078125,0.303955078125,0.04584655460162336
14
- int8_convrot,0.34619140625,0.27720540364583335,0.2977213541666667,0.25203241372747565,0.28857421875,0.3095703125,0.2440185546875,hpsv2_1,0.17333984375,30,0.24517822265625,0.3150634765625,0.04610534438911367
15
- mxfp8,0.35205078125,0.276611328125,0.29786783854166665,0.2513346354166667,0.2896728515625,0.3046875,0.23974609375,hpsv2_1,0.171875,30,0.239959716796875,0.3074951171875,0.04670293512810871
16
- nvfp4,0.348876953125,0.2723795572916667,0.2933430989583333,0.24718153121483463,0.28564453125,0.2987060546875,0.236083984375,hpsv2_1,0.16455078125,30,0.23712158203125,0.3023681640625,0.046515017925069436
 
 
 
 
 
 
17
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,lpips_alex,0.0,30,0.0,0.0,0.0
18
- fp8_scaled,0.3820990324020386,0.1264743079120914,0.1877545793599469,0.08230273258652485,0.09370071068406105,0.17221540212631226,0.04312717542052269,lpips_alex,0.021495753899216652,30,0.042709083296358585,0.17643478512763977,0.10711371911167711
19
- int8_convrot,0.28394433856010437,0.07244204020438096,0.10806849764299715,0.047381019595556975,0.04186439700424671,0.08600236475467682,0.02455641608685255,lpips_alex,0.005779309663921595,30,0.023480938747525215,0.09854498319327831,0.07215048423581227
20
- mxfp8,0.3678184747695923,0.10497030741535127,0.1552691639898266,0.0678482077363408,0.07122896611690521,0.1423274278640747,0.03228048235177994,lpips_alex,0.0031711203046143055,30,0.03099331259727478,0.15937044098973274,0.09732756936551985
21
- nvfp4,0.44609522819519043,0.21921894767632086,0.2615477018729113,0.17165302118414694,0.20512405037879944,0.2915562391281128,0.14014990627765656,lpips_alex,0.024270767346024513,30,0.13827631622552872,0.305231548845768,0.11252626171472946
 
 
 
22
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,lpips_vgg,0.0,30,0.0,0.0,0.0
23
- fp8_scaled,0.3665781617164612,0.14539796921114126,0.2017187072321804,0.10243147794507858,0.09543363004922867,0.18791768699884415,0.05986759997904301,lpips_vgg,0.0344182550907135,30,0.05911336001008749,0.21097444370388985,0.10244581089377869
24
- int8_convrot,0.30687659978866577,0.08575619366019964,0.12147646286938708,0.0602590792585133,0.050026947632431984,0.1094667911529541,0.034907590597867966,lpips_vgg,0.012240605428814888,30,0.034275008365511894,0.1303403116762638,0.07150329391836473
25
- mxfp8,0.35648101568222046,0.12272146384542187,0.17063295646789087,0.08646002345702329,0.0947742909193039,0.1796317845582962,0.05934765189886093,lpips_vgg,0.014053110964596272,30,0.0589706227183342,0.19296270608901978,0.09079705969066877
26
- nvfp4,0.44362935423851013,0.24042122587561607,0.2806764261433434,0.19756900133845234,0.2236902341246605,0.31399184465408325,0.18480853736400604,lpips_vgg,0.07175146043300629,30,0.1702096089720726,0.32828274369239807,0.10108864041707974
 
 
 
27
  bf16,1.0,1.0,1.0,1.0,1.0,1.0,1.0,ms_ssim,1.0,30,1.0,1.0,0.0
28
- fp8_scaled,0.9930009841918945,0.8483239730199178,0.9071980926196603,0.7530740791013427,0.869319498538971,0.9625673294067383,0.8052575290203094,ms_ssim,0.43679410219192505,30,0.7964089959859848,0.9683683663606644,0.15242192268740185
29
- int8_convrot,0.9970208406448364,0.9166152695814769,0.9497582722083358,0.854960209532095,0.9561639130115509,0.9839557409286499,0.9065420627593994,ms_ssim,0.5410804748535156,30,0.8975338190793991,0.9885507076978683,0.10305741897618577
30
- mxfp8,0.9977141618728638,0.8777395576238632,0.9255808369769342,0.7929677837822666,0.9172250628471375,0.9839997291564941,0.8452204763889313,ms_ssim,0.44286975264549255,30,0.825881615281105,0.9876376092433929,0.13564754304482293
31
- nvfp4,0.9860314130783081,0.7496655414501826,0.8180352064573037,0.6765382174925091,0.7687365114688873,0.8618973195552826,0.6211484670639038,ms_ssim,0.42906951904296875,30,0.5945302695035934,0.8774771094322205,0.16538902192354002
 
 
 
32
  bf16,7.0,0.9333333333333333,2.1333333333333333,0.0,0.0,0.0,0.0,ocr_recognized_line_count,0.0,30,0.0,0.0,1.9640446187314116
33
  fp8_scaled,6.0,0.8666666666666667,1.8666666666666667,0.0,0.0,0.0,0.0,ocr_recognized_line_count,0.0,30,0.0,0.0,1.7952683659406263
34
  int8_convrot,7.0,0.9333333333333333,2.1333333333333333,0.0,0.0,0.0,0.0,ocr_recognized_line_count,0.0,30,0.0,0.0,1.9640446187314116
35
  mxfp8,7.0,0.9,2.0,0.0,0.0,0.0,0.0,ocr_recognized_line_count,0.0,30,0.0,0.0,1.9000907419347655
36
- nvfp4,7.0,0.9333333333333333,2.1333333333333333,0.26666666666666666,0.0,0.0,0.0,ocr_recognized_line_count,0.0,30,0.0,0.0,1.9640446187314111
37
- bf16,1.000000125266627,0.9999999940734259,1.0000000143508354,0.999999969481518,0.9999999923568554,1.0000000049637345,0.9999999616307156,openclip_vith14_image_cosine_to_bf16,0.9999998769699886,30,0.9999999471789609,1.0000000300142222,6.385695605784303e-08
38
- fp8_scaled,0.9965124998783443,0.9791456502532384,0.9852383903432129,0.969787980074175,0.9863771911451533,0.989969561094228,0.974226961250514,openclip_vith14_image_cosine_to_bf16,0.9313569096429853,30,0.9731082294139901,0.9910437253915281,0.016882672154409112
39
- int8_convrot,0.9984301021934913,0.988199698017437,0.9920902336715357,0.981390518170262,0.993389964999944,0.9951276246734035,0.9839241501162583,openclip_vith14_image_cosine_to_bf16,0.940550418707031,30,0.9818777282732937,0.9964521522736833,0.012568302358385589
40
- mxfp8,0.9992730458008162,0.9819962665894467,0.9873909983996001,0.9733427601085388,0.9870062383489837,0.9896046824868459,0.9819852106407714,openclip_vith14_image_cosine_to_bf16,0.9318314106031923,30,0.9805235806302957,0.9913865440104338,0.01599301731225812
41
- nvfp4,0.9912252998774632,0.958928857737406,0.9665651120330562,0.9492250731830213,0.9602555988555297,0.9663282091009741,0.9525271345988313,openclip_vith14_image_cosine_to_bf16,0.890382264515351,30,0.9495445747135758,0.9763968999286123,0.023856647902892405
42
- bf16,51.275699615478516,41.73448168436686,44.42708774052202,39.21818840172116,41.32732963562012,44.22158622741699,37.6806755065918,openclip_vith14_prompt_score,32.6300048828125,30,37.64154624938965,46.55621528625488,5.296917473155288
43
- fp8_scaled,51.483497619628906,41.69884287516276,44.175413374139744,39.321040613926996,41.257368087768555,44.24574851989746,37.25627899169922,openclip_vith14_prompt_score,34.211238861083984,30,37.541443824768066,45.91065788269043,4.960724074952656
44
- int8_convrot,51.184898376464844,41.74314206441243,44.30166183808888,39.21681587194917,41.76202392578125,44.18941116333008,37.436418533325195,openclip_vith14_prompt_score,32.58320236206055,30,37.313395500183105,46.82499980926514,5.236417859366287
45
- mxfp8,51.27956008911133,41.81309967041015,44.49093627687697,39.253945632825335,41.58754348754883,44.63146209716797,37.887760162353516,openclip_vith14_prompt_score,32.4578857421875,30,37.85694694519043,46.197611808776855,5.356400715433708
46
- nvfp4,49.52870178222656,41.10029900868734,43.509801951778634,38.56854318892471,41.326290130615234,43.966217041015625,37.42136764526367,openclip_vith14_prompt_score,28.00858497619629,30,37.34918022155762,44.098819732666016,5.1095241436151
47
- bf16,25.29480743408203,22.62093989054362,23.345439190839738,21.93989000652878,22.496188163757324,23.060813903808594,21.685227394104004,pickscore_v1,19.95904541015625,30,21.673014163970947,23.276992797851562,1.4286343462104703
48
- fp8_scaled,25.59395980834961,22.57025864919027,23.30633104335041,21.901017072309404,22.677390098571777,23.034337997436523,21.571516036987305,pickscore_v1,19.942903518676758,30,21.533616065979004,23.21449089050293,1.4147090190680083
49
- int8_convrot,25.285961151123047,22.61975015004476,23.32571385393106,21.93969218864685,22.668380737304688,23.17673683166504,21.630441665649414,pickscore_v1,20.049015045166016,30,21.60701560974121,23.310662746429443,1.4064606063365444
50
- mxfp8,25.251150131225586,22.549300765991212,23.270551134273024,21.887638148828422,22.493693351745605,22.990985870361328,21.66012191772461,pickscore_v1,19.957420349121094,30,21.716032028198242,23.318511486053467,1.3873977056236133
51
- nvfp4,25.195621490478516,22.525117937723795,23.220734089159098,21.75826472230953,22.693706512451172,23.060690879821777,21.559537887573242,pickscore_v1,18.805866241455078,30,21.60318946838379,23.374277591705322,1.4798059498521416
52
- bf16,92.47869873046875,28.90343017578125,43.14664930562907,21.619382520562297,25.84674072265625,30.82025146484375,14.27899169921875,pyiqa_brisque,5.27423095703125,30,15.6673583984375,31.696044921875,20.044888654219015
53
- fp8_scaled,82.77606201171875,28.141845703125,40.74609957307949,20.75883343600875,25.12017822265625,32.8299560546875,11.59588623046875,pyiqa_brisque,4.93988037109375,30,13.748504638671875,33.50335693359375,19.201905236741815
54
- int8_convrot,84.04071044921875,28.76402587890625,41.33560086773508,21.676218296946633,26.58160400390625,32.2066650390625,14.94268798828125,pyiqa_brisque,5.02484130859375,30,16.05682373046875,32.88446044921875,18.782114217428536
55
- mxfp8,83.58953857421875,27.969059244791666,40.21498592673917,20.816170280927004,25.06439208984375,32.1849365234375,12.82952880859375,pyiqa_brisque,4.67498779296875,30,14.3382568359375,33.780609130859375,18.67648027263219
56
- nvfp4,78.13275146484375,27.870222981770834,38.289785966131944,21.21646564335701,26.21856689453125,30.67724609375,15.65789794921875,pyiqa_brisque,5.89056396484375,30,16.7606201171875,31.83233642578125,16.6439481517059
57
- bf16,0.5886019468307495,0.4486085921525955,0.48465854772906997,0.4071188788192645,0.46450284123420715,0.5032989382743835,0.38209348917007446,pyiqa_maniqa,0.30211153626441956,30,0.3840566948056221,0.5086005926132202,0.07910948523631957
58
- fp8_scaled,0.5733467936515808,0.45054213603337606,0.48668862471845076,0.4089012038354346,0.460313081741333,0.5022063255310059,0.3907573074102402,pyiqa_maniqa,0.3129104673862457,30,0.39040523022413254,0.5153893381357193,0.07805641661014472
59
- int8_convrot,0.5910975933074951,0.4471082826455434,0.4847267089377158,0.4053782917818752,0.4587847888469696,0.503241240978241,0.3857790529727936,pyiqa_maniqa,0.29667970538139343,30,0.3857003524899483,0.506202444434166,0.08083502706969084
60
- mxfp8,0.5723727941513062,0.4488763362169266,0.4849162817304722,0.4065311052211416,0.4635789692401886,0.506023108959198,0.3849424421787262,pyiqa_maniqa,0.302993506193161,30,0.38602184504270554,0.514892190694809,0.07931189558985263
61
- nvfp4,0.5702823996543884,0.44783570766448977,0.48424333563812627,0.40524266250324703,0.4793853163719177,0.5045722424983978,0.3713224530220032,pyiqa_maniqa,0.3072735071182251,30,0.3742770627140999,0.5077926069498062,0.07980009796442984
62
- bf16,77.23944854736328,68.20770530700683,71.81356808127629,57.47926862748922,71.56268310546875,73.33185577392578,69.0898323059082,pyiqa_musiq,28.860599517822266,30,68.82169532775879,73.8019905090332,11.43809754922697
63
- fp8_scaled,76.8619384765625,68.2199229558309,71.81256843124491,58.028811925274454,72.23281860351562,73.51761245727539,68.56974029541016,pyiqa_musiq,29.581417083740234,30,68.27790451049805,73.6502914428711,11.391187822474997
64
- int8_convrot,77.40489196777344,67.84555651346842,71.52411380008797,57.41404735515897,70.95245742797852,73.20479202270508,68.89421844482422,pyiqa_musiq,29.176006317138672,30,68.67657470703125,73.37248611450195,11.501212592171361
65
- mxfp8,76.84375762939453,68.21601829528808,71.87900613318287,57.36222302221397,72.05448913574219,72.9996452331543,69.21273803710938,pyiqa_musiq,28.116840362548828,30,69.35589027404785,73.52084159851074,11.695819942831415
66
- nvfp4,76.9495620727539,67.55103925069173,71.02799651745434,58.461892794656144,69.80179214477539,72.78083038330078,66.76284790039062,pyiqa_musiq,28.360130310058594,30,66.79618263244629,72.83377075195312,10.74531510096879
67
- bf16,11.766508692323699,5.2023862857583225,6.871134352669223,4.348583078119167,4.279002139260847,4.886892248269733,3.81730031543237,pyiqa_niqe,3.22929132562609,30,3.820825286903663,5.16346387413795,2.34490294456827
68
- fp8_scaled,11.69740062317578,5.271203360727984,6.915032676465849,4.419324265274454,4.447991296029056,5.187684336685193,3.8414335189670723,pyiqa_niqe,3.269988810959199,30,3.8046694760249737,5.233510314117815,2.312809300046681
69
- int8_convrot,12.175289572146195,5.299165102941194,7.064210525970279,4.400212296844108,4.369027962732032,5.083710502406942,3.7679025765240057,pyiqa_niqe,3.2159665728829796,30,3.7590264046582496,5.258197489205607,2.468737551280756
70
- mxfp8,10.800768208357503,5.143625343612843,6.525350247772099,4.383189949406326,4.395213866557401,5.169401275111138,3.8833719283203068,pyiqa_niqe,3.1744788871393754,30,3.8754448711764953,5.236629870264908,2.032163639354589
71
- nvfp4,11.706782729018412,5.264681563158549,6.862121249913565,4.4311118990380205,4.430766531945498,4.980185472286554,3.937436269506489,pyiqa_niqe,3.3403983826152035,30,3.9359129981531145,5.242094593319523,2.251213225292878
72
- bf16,0.7204250693321228,0.5733892023563385,0.6134785702006211,0.4981412006093309,0.5969395935535431,0.6177598834037781,0.5419432520866394,pyiqa_topiq_nr,0.2532931864261627,30,0.5382301807403564,0.6446931958198547,0.10809375919371231
73
- fp8_scaled,0.7197762131690979,0.5781486650307973,0.6167795460935875,0.5030784513985418,0.5981931686401367,0.652131199836731,0.5500116944313049,pyiqa_topiq_nr,0.25142282247543335,30,0.5435057431459427,0.6522476524114609,0.1063514700617778
74
- int8_convrot,0.7242098450660706,0.5722560465335846,0.612129447452098,0.49761992499191154,0.5963552296161652,0.6225141882896423,0.5320471525192261,pyiqa_topiq_nr,0.25106868147850037,30,0.5285522937774658,0.6445451378822327,0.10811301007703494
75
- mxfp8,0.7195144891738892,0.577045539021492,0.618339008594615,0.5008409022300009,0.5944256484508514,0.6503648161888123,0.538679301738739,pyiqa_topiq_nr,0.25287699699401855,30,0.5407610237598419,0.6643411815166473,0.10967850289783901
76
- nvfp4,0.7111228108406067,0.5711664328972499,0.6114363426910736,0.4990512117344318,0.5917383432388306,0.6285812854766846,0.5306038856506348,pyiqa_topiq_nr,0.2595398724079132,30,0.5260344743728638,0.6470286250114441,0.10660456934636497
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  int8_convrot,0.9994426207438029,0.9747110712306669,0.9840584932999488,0.9616270341773688,0.9838329627814222,0.9938522515155327,0.9637905948588256,dinov2_large_image_cosine_to_bf16,0.8697761881740599,30,0.9625561276707824,0.9944581270668518,0.02761079659221253
5
  mxfp8,0.9992130391924932,0.9650753241452109,0.9774617812160433,0.946008471820417,0.9794431846076316,0.9881060875147536,0.9644349477737532,dinov2_large_image_cosine_to_bf16,0.8435983265842217,30,0.9578004265676212,0.9892633205852963,0.03928833421484908
6
  nvfp4,0.9927072006236084,0.921143514382719,0.9436932438894632,0.8901975713664323,0.9347693606993568,0.9708130087272056,0.8923405128580253,dinov2_large_image_cosine_to_bf16,0.7742967238004093,30,0.8702379679626541,0.9744959468668348,0.06233988811743947
7
+ int4_convrot,0.9885934446494875,0.8797392477061481,0.9184911643398956,0.8291553317568755,0.9112576965374248,0.9477555261091675,0.853636623680778,dinov2_large_image_cosine_to_bf16,0.5978301303822195,30,0.8420643736753057,0.960088658862235,0.09997125868348651
8
+ gguf_q8_0,0.9989298610671624,0.9799612789541914,0.9872860044561044,0.9699668381011598,0.9905676394491303,0.9954137575354709,0.971682603107787,dinov2_large_image_cosine_to_bf16,0.9051122966099583,30,0.9686377648486635,0.995658466685398,0.0220019097699819
9
+ gguf_q4_k_m,0.9914807061388438,0.9340293255680715,0.9556034447646925,0.9027629041747575,0.9545968283410777,0.9730674727912509,0.9047583077214002,dinov2_large_image_cosine_to_bf16,0.7899225185134612,30,0.898328574520977,0.9735982534716395,0.05512314457582849
10
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,dists,0.0,30,0.0,0.0,0.0
11
+ fp8_scaled,0.15055304765701294,0.051304304599761964,0.06978587482632605,0.03982391999423102,0.042738109827041626,0.05922994017601013,0.03169947862625122,dists,0.017882049083709717,30,0.0299847275018692,0.06542082130908966,0.031550285048114246
12
+ int8_convrot,0.11818915605545044,0.03466375072797139,0.049908950680957465,0.02503633177239456,0.026795655488967896,0.03763192892074585,0.0206071138381958,dists,0.003576338291168213,30,0.01743854582309723,0.04030798375606537,0.02801484933406217
13
+ mxfp8,0.1401481032371521,0.04750467340151469,0.06711637076102364,0.03476623075476806,0.035131752490997314,0.0532895028591156,0.03017646875185167,dists,0.004149675369262695,30,0.029238015413284302,0.05851832032203674,0.033330181739859764
14
+ nvfp4,0.19701147079467773,0.08801797827084859,0.10204016213523202,0.07653043704416197,0.08443576097488403,0.101826012134552,0.06442761421203613,dists,0.03400731086730957,30,0.061743080615997314,0.11066558957099915,0.03621241900517073
15
+ int4_convrot,0.17702502012252808,0.12543688615163168,0.1369599512166738,0.11351881173892175,0.13264748454093933,0.13990554213523865,0.11125904321670532,dists,0.0731390118598938,30,0.11017036437988281,0.14528340101242065,0.027280720580522343
16
+ gguf_q8_0,0.12237286567687988,0.033796403805414835,0.050517101030767855,0.02391100492970594,0.024558991193771362,0.04111379384994507,0.016328811645507812,dists,0.004444301128387451,30,0.014626190066337585,0.0488194078207016,0.03025125586084626
17
+ gguf_q4_k_m,0.13136398792266846,0.07589179476102194,0.08900632359113562,0.06476540160679556,0.06629142165184021,0.09222069382667542,0.0543857216835022,dists,0.03494572639465332,30,0.0522821843624115,0.09956756234169006,0.027637467069630696
18
+ bf16,0.3447265625,0.27633056640625,0.2973443217993806,0.25089740725404247,0.2877197265625,0.308349609375,0.24310302734375,hpsv2_1,0.171142578125,30,0.244293212890625,0.31591796875,0.04651941224206469
19
+ fp8_scaled,0.353271484375,0.27591552734375,0.2971720377604167,0.25152587890625,0.2857666015625,0.29736328125,0.2432861328125,hpsv2_1,0.177978515625,30,0.2413330078125,0.303955078125,0.04584655460162336
20
+ int8_convrot,0.34619140625,0.27720540364583335,0.2979248046875,0.25203198506776453,0.28857421875,0.3095703125,0.2440185546875,hpsv2_1,0.17333984375,30,0.24517822265625,0.3150634765625,0.04610534438911367
21
+ mxfp8,0.35205078125,0.276611328125,0.29768473307291665,0.25119830452813957,0.2896728515625,0.3048095703125,0.23974609375,hpsv2_1,0.171875,30,0.239959716796875,0.3074951171875,0.04670293512810871
22
+ nvfp4,0.348876953125,0.2723795572916667,0.2933544879934367,0.2468966758232989,0.28564453125,0.2987060546875,0.236083984375,hpsv2_1,0.16455078125,30,0.23712158203125,0.3023681640625,0.046515017925069436
23
+ int4_convrot,0.360595703125,0.27129720052083334,0.2940300277330276,0.24406670723930615,0.2864990234375,0.2998046875,0.232421875,hpsv2_1,0.1678466796875,30,0.23358154296875,0.302734375,0.05026433040140601
24
+ gguf_q8_0,0.35107421875,0.27657877604166664,0.2976394644736054,0.25149739583333336,0.2867431640625,0.305908203125,0.2431640625,hpsv2_1,0.173828125,30,0.241455078125,0.307861328125,0.04657632596151615
25
+ gguf_q4_k_m,0.34814453125,0.272607421875,0.2934651692708333,0.24733514061711268,0.28515625,0.302734375,0.2430419921875,hpsv2_1,0.170654296875,30,0.243316650390625,0.307373046875,0.0466383672297874
26
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,lpips_alex,0.0,30,0.0,0.0,0.0
27
+ fp8_scaled,0.3820990324020386,0.1264743079120914,0.18625874261914185,0.08270866140658097,0.09370071068406105,0.17221540212631226,0.04312717542052269,lpips_alex,0.021495753899216652,30,0.042709083296358585,0.17643478512763977,0.10711371911167711
28
+ int8_convrot,0.28394433856010437,0.07244204020438096,0.1073777973725979,0.04725852738371055,0.04186439700424671,0.08600236475467682,0.02455641608685255,lpips_alex,0.005779309663921595,30,0.023480938747525215,0.09854498319327831,0.07215048423581227
29
+ mxfp8,0.3678184747695923,0.10497030741535127,0.15554451843046357,0.06797323619550298,0.07122896611690521,0.1423274278640747,0.03228048235177994,lpips_alex,0.0031711203046143055,30,0.03099331259727478,0.15937044098973274,0.09732756936551985
30
+ nvfp4,0.44609522819519043,0.21921894767632086,0.2616719525324047,0.1718276085328811,0.20512405037879944,0.2915562391281128,0.14014990627765656,lpips_alex,0.024270767346024513,30,0.13827631622552872,0.305231548845768,0.11252626171472946
31
+ int4_convrot,0.5811458230018616,0.3219427287578583,0.3903633518012353,0.25173804133219274,0.3147275298833847,0.42824432253837585,0.20592859387397766,lpips_alex,0.06495121121406555,30,0.19599925726652145,0.4350004643201828,0.14858332009640987
32
+ gguf_q8_0,0.32637086510658264,0.07161818519234657,0.11622448757877843,0.04494170486172527,0.04261758178472519,0.08880101144313812,0.01815104391425848,lpips_alex,0.0032204180024564266,30,0.01340003334917128,0.11634491570293903,0.0778392920187458
33
+ gguf_q4_k_m,0.37078195810317993,0.18404781532784303,0.23395858958744575,0.1364341146223375,0.1532520204782486,0.24530509114265442,0.09799712151288986,lpips_alex,0.030456528067588806,30,0.0967559888958931,0.26177120208740234,0.1074229703808229
34
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,lpips_vgg,0.0,30,0.0,0.0,0.0
35
+ fp8_scaled,0.3665781617164612,0.14539796921114126,0.20123727477280212,0.1024217312374525,0.09543363004922867,0.18791768699884415,0.05986759997904301,lpips_vgg,0.0344182550907135,30,0.05911336001008749,0.21097444370388985,0.10244581089377869
36
+ int8_convrot,0.30687659978866577,0.08575619366019964,0.12138620848125187,0.060260746336359965,0.050026947632431984,0.1094667911529541,0.034907590597867966,lpips_vgg,0.012240605428814888,30,0.034275008365511894,0.1303403116762638,0.07150329391836473
37
+ mxfp8,0.35648101568222046,0.12272146384542187,0.17056539458576614,0.08620750131698147,0.0947742909193039,0.1796317845582962,0.05934765189886093,lpips_vgg,0.014053110964596272,30,0.0589706227183342,0.19296270608901978,0.09079705969066877
38
+ nvfp4,0.44362935423851013,0.24042122587561607,0.28090796375735066,0.1982602925538945,0.2236902341246605,0.31399184465408325,0.18850541859865189,lpips_vgg,0.07175146043300629,30,0.1702096089720726,0.32828274369239807,0.10108864041707974
39
+ int4_convrot,0.6063505411148071,0.3506282995144526,0.4056376737176297,0.3012407737400253,0.33684250712394714,0.42269468307495117,0.27550190687179565,lpips_vgg,0.17532223463058472,30,0.2674302011728287,0.434578500688076,0.11182686236550719
40
+ gguf_q8_0,0.32499998807907104,0.08496197331696749,0.12823456054078602,0.05722080347294085,0.0550285205245018,0.11510779708623886,0.03076383750885725,lpips_vgg,0.004857093095779419,30,0.02981826849281788,0.14556844532489777,0.07668850594065887
41
+ gguf_q4_k_m,0.398654580116272,0.2073124445974827,0.2544996279250258,0.16442673388569282,0.18820242583751678,0.2634657025337219,0.12846118211746216,lpips_vgg,0.07466328889131546,30,0.12124519608914852,0.2814710959792137,0.1005294351145594
42
  bf16,1.0,1.0,1.0,1.0,1.0,1.0,1.0,ms_ssim,1.0,30,1.0,1.0,0.0
43
+ fp8_scaled,0.9930009841918945,0.8483239730199178,0.9084990327492932,0.7547556166882755,0.869319498538971,0.9625673294067383,0.8052575290203094,ms_ssim,0.43679410219192505,30,0.7964089959859848,0.9683683663606644,0.15242192268740185
44
+ int8_convrot,0.9970208406448364,0.9166152695814769,0.9496642273638194,0.8550445410173996,0.9561639130115509,0.9839557409286499,0.9065420627593994,ms_ssim,0.5410804748535156,30,0.8975338190793991,0.9885507076978683,0.10305741897618577
45
+ mxfp8,0.9977141618728638,0.8777395576238632,0.9255420200710697,0.7920319987248211,0.9172250628471375,0.9839997291564941,0.8452204763889313,ms_ssim,0.44286975264549255,30,0.825881615281105,0.9876376092433929,0.13564754304482293
46
+ nvfp4,0.9860314130783081,0.7496655414501826,0.8174127541458134,0.6774230441580816,0.7687365114688873,0.8618973195552826,0.6211484670639038,ms_ssim,0.42906951904296875,30,0.5945302695035934,0.8774771094322205,0.16538902192354002
47
+ int4_convrot,0.9679651260375977,0.658824426929156,0.7519351554629595,0.5632870644912248,0.6427672505378723,0.7973213195800781,0.5159263908863068,ms_ssim,0.2940448522567749,30,0.5152721256017685,0.823727935552597,0.19825342269859877
48
+ gguf_q8_0,0.9988769888877869,0.9161211550235748,0.9518260902014738,0.8422306383646682,0.9526853859424591,0.9911565780639648,0.874070554971695,ms_ssim,0.4878024458885193,30,0.866970106959343,0.9929526001214981,0.11036125460810206
49
+ gguf_q4_k_m,0.9910087585449219,0.7919322818517684,0.8606452808274617,0.7145820075656139,0.798898845911026,0.9215598702430725,0.7213739156723022,ms_ssim,0.4318520724773407,30,0.6792362779378891,0.9262368679046631,0.15538579788412427
50
  bf16,7.0,0.9333333333333333,2.1333333333333333,0.0,0.0,0.0,0.0,ocr_recognized_line_count,0.0,30,0.0,0.0,1.9640446187314116
51
  fp8_scaled,6.0,0.8666666666666667,1.8666666666666667,0.0,0.0,0.0,0.0,ocr_recognized_line_count,0.0,30,0.0,0.0,1.7952683659406263
52
  int8_convrot,7.0,0.9333333333333333,2.1333333333333333,0.0,0.0,0.0,0.0,ocr_recognized_line_count,0.0,30,0.0,0.0,1.9640446187314116
53
  mxfp8,7.0,0.9,2.0,0.0,0.0,0.0,0.0,ocr_recognized_line_count,0.0,30,0.0,0.0,1.9000907419347655
54
+ nvfp4,7.0,0.9333333333333333,2.1666666666666665,0.26666666666666666,0.0,0.0,0.0,ocr_recognized_line_count,0.0,30,0.0,0.0,1.9640446187314111
55
+ int4_convrot,6.0,0.9333333333333333,2.1333333333333333,0.0,0.0,0.0,0.0,ocr_recognized_line_count,0.0,30,0.0,0.0,1.946408422486513
56
+ gguf_q8_0,8.0,0.9,2.0,0.0,0.0,0.0,0.0,ocr_recognized_line_count,0.0,30,0.0,0.0,1.971346467912661
57
+ gguf_q4_k_m,4.0,0.7666666666666667,1.6,0.0,0.0,0.0,0.0,ocr_recognized_line_count,0.0,30,0.0,0.0,1.568731825465999
58
+ bf16,1.000000125266627,0.9999999940734259,1.0000000141910794,0.999999969473375,0.9999999923568554,1.0000000049637345,0.9999999617486633,openclip_vith14_image_cosine_to_bf16,0.9999998769699886,30,0.9999999471789609,1.0000000300142222,6.385695605784303e-08
59
+ fp8_scaled,0.9965124998783443,0.9791456502532384,0.9852222198590554,0.9696768922130987,0.9863771911451533,0.989969561094228,0.974226961250514,openclip_vith14_image_cosine_to_bf16,0.9313569096429853,30,0.9731082294139901,0.9910437253915281,0.016882672154409112
60
+ int8_convrot,0.9984301021934913,0.988199698017437,0.992057110822077,0.9814200573576358,0.993389964999944,0.9951276246734035,0.9839241501162583,openclip_vith14_image_cosine_to_bf16,0.940550418707031,30,0.9818777282732937,0.9964521522736833,0.012568302358385589
61
+ mxfp8,0.9992730458008162,0.9819962665894467,0.9874015691250904,0.973198318277606,0.9870062383489837,0.9896330012876107,0.9819852106407714,openclip_vith14_image_cosine_to_bf16,0.9318314106031923,30,0.9805235806302957,0.9913865440104338,0.01599301731225812
62
+ nvfp4,0.9912252998774632,0.958928857737406,0.9665945685314776,0.9492745509886698,0.9602555988555297,0.9666151067279733,0.9525271345988313,openclip_vith14_image_cosine_to_bf16,0.890382264515351,30,0.9495445747135758,0.9763968999286123,0.023856647902892405
63
+ int4_convrot,0.9876509999570782,0.9358737633573803,0.9497959565363328,0.9181532836742164,0.9462415885223231,0.9578240354699025,0.9164440142592085,openclip_vith14_image_cosine_to_bf16,0.8387275159607446,30,0.9099625896485063,0.960782174586309,0.034411418249800645
64
+ gguf_q8_0,0.9987256809463121,0.9880865902818792,0.9915714453145625,0.9823098170013332,0.9908825270197752,0.9964932456318629,0.983805452001485,openclip_vith14_image_cosine_to_bf16,0.9615455220076895,30,0.9832659679085268,0.9966838814284764,0.010436481549087759
65
+ gguf_q4_k_m,0.9916788527011178,0.9669160508560661,0.973849014342115,0.9569490916206972,0.9723147188803174,0.979873649463301,0.9572883294528889,openclip_vith14_image_cosine_to_bf16,0.9246293738786993,30,0.9546469852078003,0.9809999742574852,0.018762559601764484
66
+ bf16,51.275699615478516,41.73448168436686,44.36252439097732,39.19454726451913,41.32732963562012,44.64219665527344,37.6806755065918,openclip_vith14_prompt_score,32.6300048828125,30,37.64154624938965,46.55621528625488,5.296917473155288
67
+ fp8_scaled,51.483497619628906,41.69884287516276,44.21863258300701,39.38238897961775,41.257368087768555,45.165687561035156,37.25627899169922,openclip_vith14_prompt_score,34.211238861083984,30,37.541443824768066,45.91065788269043,4.960724074952656
68
+ int8_convrot,51.184898376464844,41.74314206441243,44.36214682642037,39.22715620328133,41.76202392578125,44.18941116333008,37.436418533325195,openclip_vith14_prompt_score,32.58320236206055,30,37.313395500183105,46.82499980926514,5.236417859366287
69
+ mxfp8,51.27956008911133,41.81309967041015,44.4804831635057,39.227317263288036,41.58754348754883,44.63146209716797,37.887760162353516,openclip_vith14_prompt_score,32.4578857421875,30,37.85694694519043,46.197611808776855,5.356400715433708
70
+ nvfp4,49.52870178222656,41.10029900868734,43.5309717380504,38.58487844656003,41.326290130615234,43.966217041015625,37.42136764526367,openclip_vith14_prompt_score,28.00858497619629,30,37.34918022155762,44.098819732666016,5.1095241436151
71
+ int4_convrot,50.72105026245117,41.702103805541995,44.36522000829101,39.14043778202504,40.899118423461914,44.61785888671875,37.635297775268555,openclip_vith14_prompt_score,32.33118438720703,30,37.25326633453369,45.3039608001709,5.349305842521763
72
+ gguf_q8_0,50.974143981933594,41.508483759562175,44.17845900515991,38.92581449752202,41.2250862121582,44.00979804992676,37.84197998046875,openclip_vith14_prompt_score,31.58041000366211,30,37.912227630615234,46.42632865905762,5.379032727515447
73
+ gguf_q4_k_m,51.412620544433594,41.257834370930986,43.939523695593266,38.74398414818252,40.99188423156738,44.78124237060547,36.48802947998047,openclip_vith14_prompt_score,31.60901641845703,30,36.83518981933594,45.60615253448486,5.293229603237661
74
+ bf16,25.29480743408203,22.62093989054362,23.364877288009957,21.940722864313717,22.496188163757324,23.060813903808594,21.685227394104004,pickscore_v1,19.95904541015625,30,21.673014163970947,23.276992797851562,1.4286343462104703
75
+ fp8_scaled,25.59395980834961,22.57025864919027,23.316283953961957,21.906389006773033,22.677390098571777,23.034337997436523,21.571516036987305,pickscore_v1,19.942903518676758,30,21.533616065979004,23.21449089050293,1.4147090190680083
76
+ int8_convrot,25.285961151123047,22.61975015004476,23.3364960148654,21.94568962356075,22.668380737304688,23.17673683166504,21.630441665649414,pickscore_v1,20.049015045166016,30,21.60701560974121,23.310662746429443,1.4064606063365444
77
+ mxfp8,25.251150131225586,22.549300765991212,23.263202289356617,21.88591665046901,22.493693351745605,22.990985870361328,21.66012191772461,pickscore_v1,19.957420349121094,30,21.716032028198242,23.318511486053467,1.3873977056236133
78
+ nvfp4,25.195621490478516,22.525117937723795,23.230122006340505,21.759680550209257,22.693706512451172,23.060690879821777,21.559537887573242,pickscore_v1,18.805866241455078,30,21.60318946838379,23.374277591705322,1.4798059498521416
79
+ int4_convrot,25.640050888061523,22.483275985717775,23.219870122476394,21.76913885668563,22.446505546569824,22.956897735595703,21.557964324951172,pickscore_v1,19.45649528503418,30,21.59214973449707,23.23176383972168,1.466307131164752
80
+ gguf_q8_0,25.352222442626953,22.619608561197918,23.348931729878345,21.930928685048553,22.583970069885254,23.117713928222656,21.63036346435547,pickscore_v1,19.721363067626953,30,21.60446071624756,23.27887773513794,1.443138914792924
81
+ gguf_q4_k_m,25.608129501342773,22.529804229736328,23.28704461176569,21.859929443718816,22.50207805633545,23.1097993850708,21.495193481445312,pickscore_v1,20.08012580871582,30,21.506459712982178,23.384817123413086,1.4512174875303723
82
+ bf16,92.47869873046875,28.90343017578125,43.00375993383553,21.666648214461496,25.84674072265625,30.82025146484375,14.27899169921875,pyiqa_brisque,5.27423095703125,30,15.6673583984375,31.696044921875,20.044888654219015
83
+ fp8_scaled,82.77606201171875,28.141845703125,40.763157580363455,20.75981295568797,25.12017822265625,32.8299560546875,11.59588623046875,pyiqa_brisque,4.93988037109375,30,13.748504638671875,33.50335693359375,19.201905236741815
84
+ int8_convrot,84.04071044921875,28.76402587890625,41.203055989529304,21.658746992590913,26.58160400390625,32.2066650390625,14.94268798828125,pyiqa_brisque,5.02484130859375,30,16.05682373046875,32.88446044921875,18.782114217428536
85
+ mxfp8,83.58953857421875,27.969059244791666,40.18382805892927,20.83837144237908,25.06439208984375,32.1849365234375,12.82952880859375,pyiqa_brisque,4.67498779296875,30,14.3382568359375,33.780609130859375,18.67648027263219
86
+ nvfp4,78.13275146484375,27.870222981770834,38.09014017416803,21.19018756244045,26.21856689453125,30.67724609375,15.65789794921875,pyiqa_brisque,5.89056396484375,30,16.7606201171875,31.83233642578125,16.6439481517059
87
+ int4_convrot,83.73358154296875,25.58603515625,38.106626885357386,18.181653644251153,23.49676513671875,29.96893310546875,11.358642578125,pyiqa_brisque,-0.64410400390625,30,11.086761474609375,33.8233642578125,19.41142901059096
88
+ gguf_q8_0,92.15216064453125,28.83919677734375,42.26872859976268,21.707687106768315,25.5048828125,32.63690185546875,16.50970458984375,pyiqa_brisque,4.98822021484375,30,17.27166748046875,35.413970947265625,19.502029511076177
89
+ gguf_q4_k_m,93.45404052734375,28.64237060546875,42.870060786656,20.629168414152705,25.18109130859375,33.87908935546875,15.51507568359375,pyiqa_brisque,1.51556396484375,30,16.346649169921875,34.28228759765625,21.106985424279305
90
+ bf16,0.5886019468307495,0.4486085921525955,0.48511676900284917,0.4078449170011878,0.46450284123420715,0.5032989382743835,0.38209348917007446,pyiqa_maniqa,0.30211153626441956,30,0.3840566948056221,0.5086005926132202,0.07910948523631957
91
+ fp8_scaled,0.5733467936515808,0.45054213603337606,0.4863341734884785,0.40986787821039034,0.460313081741333,0.5022063255310059,0.3907573074102402,pyiqa_maniqa,0.3129104673862457,30,0.39040523022413254,0.5153893381357193,0.07805641661014472
92
+ int8_convrot,0.5910975933074951,0.4471082826455434,0.4847491893091786,0.40526333789322366,0.4587847888469696,0.503241240978241,0.38572658598423004,pyiqa_maniqa,0.29667970538139343,30,0.3857003524899483,0.506202444434166,0.08083502706969084
93
+ mxfp8,0.5723727941513062,0.4488763362169266,0.4851128906167471,0.4068849264670546,0.4635789692401886,0.506023108959198,0.3849424421787262,pyiqa_maniqa,0.302993506193161,30,0.38602184504270554,0.514892190694809,0.07931189558985263
94
+ nvfp4,0.5702823996543884,0.44783570766448977,0.4848345272047819,0.4055742587001569,0.4793853163719177,0.5045722424983978,0.3713224530220032,pyiqa_maniqa,0.3072735071182251,30,0.3742770627140999,0.5077926069498062,0.07980009796442984
95
+ int4_convrot,0.588295042514801,0.45180230140686034,0.4924189709520967,0.40347478478778664,0.481753870844841,0.5042989253997803,0.3890146017074585,pyiqa_maniqa,0.2737230956554413,30,0.390000581741333,0.5076169967651367,0.08990674649087119
96
+ gguf_q8_0,0.5705673694610596,0.4485794335603714,0.48429743712440787,0.4067599524783092,0.46295879781246185,0.5059154033660889,0.38571786880493164,pyiqa_maniqa,0.2999446392059326,30,0.38666193187236786,0.5177141278982162,0.07821080561262655
97
+ gguf_q4_k_m,0.5795517563819885,0.4480923573176066,0.4835878719498311,0.4077174902818256,0.45679180324077606,0.4991296976804733,0.39013609290122986,pyiqa_maniqa,0.30576780438423157,30,0.38893187046051025,0.5104908719658852,0.07763019572295217
98
+ bf16,77.23944854736328,68.20770530700683,71.81155596948581,57.766785831626656,71.56268310546875,73.33185577392578,69.0898323059082,pyiqa_musiq,28.860599517822266,30,68.82169532775879,73.8019905090332,11.43809754922697
99
+ fp8_scaled,76.8619384765625,68.2199229558309,71.81130440217407,57.681499245837415,72.23281860351562,73.51761245727539,68.56974029541016,pyiqa_musiq,29.581417083740234,30,68.27790451049805,73.6502914428711,11.391187822474997
100
+ int8_convrot,77.40489196777344,67.84555651346842,71.51309195603804,57.661750371630895,70.95245742797852,73.20479202270508,68.89421844482422,pyiqa_musiq,29.176006317138672,30,68.67657470703125,73.37248611450195,11.501212592171361
101
+ mxfp8,76.84375762939453,68.21601829528808,71.87863158121218,57.214703988893525,72.05448913574219,72.9996452331543,69.21273803710938,pyiqa_musiq,28.116840362548828,30,69.35589027404785,73.52084159851074,11.695819942831415
102
+ nvfp4,76.9495620727539,67.55103925069173,71.05050358005133,58.27716846965151,69.80179214477539,72.78083038330078,66.76284790039062,pyiqa_musiq,28.360130310058594,30,66.79618263244629,72.83377075195312,10.74531510096879
103
+ int4_convrot,77.20024871826172,67.8231819152832,71.62994693748192,59.01985981159481,72.28760528564453,73.33744812011719,66.1318130493164,pyiqa_musiq,26.877826690673828,30,65.89234161376953,73.6420726776123,11.168834400463926
104
+ gguf_q8_0,76.80199432373047,68.22193953196208,71.76803154067319,57.856934525862535,71.7872314453125,72.98062896728516,68.88428497314453,pyiqa_musiq,29.19369888305664,30,68.60127639770508,73.62247085571289,11.235965228139431
105
+ gguf_q4_k_m,76.6702651977539,68.19413324991862,71.5472924627486,58.86751270901731,71.05509567260742,73.14620208740234,68.77481079101562,pyiqa_musiq,29.080718994140625,30,68.35689544677734,73.17464637756348,10.546104604593774
106
+ bf16,11.766508692323699,5.2023862857583225,6.8796621736878,4.335730810914248,4.279002139260847,4.886892248269733,3.81730031543237,pyiqa_niqe,3.22929132562609,30,3.820825286903663,5.16346387413795,2.34490294456827
107
+ fp8_scaled,11.69740062317578,5.271203360727984,6.90813936014333,4.418857757663049,4.447991296029056,5.187684336685193,3.8414335189670723,pyiqa_niqe,3.269988810959199,30,3.8046694760249737,5.233510314117815,2.312809300046681
108
+ int8_convrot,12.175289572146195,5.299165102941194,7.060358575345349,4.381970076623147,4.369027962732032,5.083710502406942,3.7679025765240057,pyiqa_niqe,3.2159665728829796,30,3.7590264046582496,5.258197489205607,2.468737551280756
109
+ mxfp8,10.800768208357503,5.143625343612843,6.500999803184008,4.3868278808955665,4.395213866557401,5.169401275111138,3.8833719283203068,pyiqa_niqe,3.1744788871393754,30,3.8754448711764953,5.236629870264908,2.032163639354589
110
+ nvfp4,11.706782729018412,5.264681563158549,6.799029744182431,4.424006256479019,4.430766531945498,4.980185472286554,3.937436269506489,pyiqa_niqe,3.3403983826152035,30,3.9359129981531145,5.242094593319523,2.251213225292878
111
+ int4_convrot,14.149234683278157,5.3472987000506285,7.4694056571762175,4.488172078434349,4.407180398716652,5.025684831036419,4.0668230271714805,pyiqa_niqe,3.3348031396697086,30,3.9486640475000074,6.188738431671974,2.5596107749831076
112
+ gguf_q8_0,11.848173753427744,5.232919619155796,6.873776486889545,4.383284084901478,4.274705214211827,5.153565667979796,3.9038751240893883,pyiqa_niqe,3.2147219240628266,30,3.8480332156830257,5.163869909377158,2.3419787036314164
113
+ gguf_q4_k_m,11.519495439612397,5.243562255857556,6.857154813558489,4.390186761047986,4.305879118204222,4.797207061722467,3.8538044732866052,pyiqa_niqe,3.3455887107659112,30,3.871188740703009,5.18297180941939,2.2959238331264493
114
+ bf16,0.7204250693321228,0.5733892023563385,0.613338425282793,0.4965949223205985,0.5969395935535431,0.6177598834037781,0.5419432520866394,pyiqa_topiq_nr,0.2532931864261627,30,0.5382301807403564,0.6446931958198547,0.10809375919371231
115
+ fp8_scaled,0.7197762131690979,0.5781486650307973,0.6172032911798129,0.5025298054088538,0.5981931686401367,0.652131199836731,0.5481460392475128,pyiqa_topiq_nr,0.25142282247543335,30,0.5435057431459427,0.6522476524114609,0.1063514700617778
116
+ int8_convrot,0.7242098450660706,0.5722560465335846,0.6130299613350555,0.49809737080758554,0.5963552296161652,0.6225141882896423,0.5320471525192261,pyiqa_topiq_nr,0.25106868147850037,30,0.5285522937774658,0.6445451378822327,0.10811301007703494
117
+ mxfp8,0.7195144891738892,0.577045539021492,0.6177614489462131,0.5012525020573673,0.5944256484508514,0.6503648161888123,0.538679301738739,pyiqa_topiq_nr,0.25287699699401855,30,0.5407610237598419,0.6643411815166473,0.10967850289783901
118
+ nvfp4,0.7111228108406067,0.5711664328972499,0.6113230850916354,0.49761730441781954,0.5917383432388306,0.6285812854766846,0.5306038856506348,pyiqa_topiq_nr,0.2595398724079132,30,0.5260344743728638,0.6470286250114441,0.10660456934636497
119
+ int4_convrot,0.7332409024238586,0.5817474275827408,0.6256688620527113,0.5103001238996923,0.6021197438240051,0.6348208785057068,0.554151713848114,pyiqa_topiq_nr,0.25270968675613403,30,0.5530534386634827,0.6615744382143021,0.1122885048603919
120
+ gguf_q8_0,0.7143707871437073,0.5763738731543223,0.6159447964439949,0.5003112462979713,0.5987383127212524,0.6415439248085022,0.5449113249778748,pyiqa_topiq_nr,0.25323227047920227,30,0.5457082986831665,0.6582114398479462,0.10806990106612352
121
+ gguf_q4_k_m,0.7092711329460144,0.5754699279864629,0.6149558965450272,0.5031733242482771,0.5831411182880402,0.6370316445827484,0.5469983816146851,pyiqa_topiq_nr,0.26395702362060547,30,0.5464213490486145,0.649240717291832,0.10486595833502303
metrics/image_core.csv CHANGED
The diff for this file is too large to render. See raw diff
 
metrics/image_core_pairwise_statistics.csv CHANGED
The diff for this file is too large to render. See raw diff
 
metrics/image_core_summary.csv CHANGED
@@ -4,163 +4,262 @@ fp8_scaled,0.22619915008544922,0.01584672927856445,0.04660426589656906,0.0035170
4
  int8_convrot,0.2126582463582357,0.015050061543782555,0.047096149377796305,0.0033317442824674446,0.0014796257019042969,0.004377841949462891,1.5417734781901043e-05,artifact_channel_clipping_fraction,0.0,30,1.2318293253580729e-05,0.0057706038157145185,0.04100993101200461
5
  mxfp8,0.16462389628092447,0.013665729098849826,0.03840960204540209,0.0032841261811778857,0.0016050338745117188,0.003711064656575521,3.9577484130859375e-05,artifact_channel_clipping_fraction,0.0,30,3.949801127115886e-05,0.004233121871948242,0.03333400564508893
6
  nvfp4,0.14287535349527994,0.010600037044949,0.03136560691746088,0.002320763345189201,0.0006882349650065105,0.0029071172078450522,6.421407063802083e-05,artifact_channel_clipping_fraction,0.0,30,7.001558939615885e-05,0.0039368470509847,0.027980738723959432
7
- bf16,0.19443988800048828,0.011464087168375652,0.041109441820207704,0.0019700686136881512,0.0,0.0,0.0,artifact_clip_black_fraction,0.0,30,0.0,0.0012514591217041016,0.036658314781696795
8
- fp8_scaled,0.20594120025634766,0.011704953511555989,0.04228791528737693,0.0018472671508789062,0.0,0.0,0.0,artifact_clip_black_fraction,0.0,30,0.0,0.0005252361297607422,0.038679964089007875
9
- int8_convrot,0.18839454650878906,0.011017163594563803,0.04039024997455084,0.0017367370628612179,0.0,0.0,0.0,artifact_clip_black_fraction,0.0,30,0.0,0.0010867118835449219,0.03552321994511315
10
- mxfp8,0.1392688751220703,0.009522501627604167,0.03241167138200316,0.0016397861542157299,9.5367431640625e-07,0.0005860328674316406,0.0,artifact_clip_black_fraction,0.0,30,0.0,0.0009281635284423828,0.027390805397619043
11
- nvfp4,0.11723518371582031,0.007248051961263021,0.02589663427460348,0.0011877302550797717,5.7220458984375e-06,0.0001964569091796875,0.0,artifact_clip_black_fraction,0.0,30,0.0,0.0008044242858886719,0.022386268607707725
12
- bf16,0.0014410018920898438,6.335576375325521e-05,0.0002919486946189635,2.7020772298177085e-06,0.0,0.0,0.0,artifact_clip_white_fraction,0.0,30,0.0,1.430511474609375e-06,0.0002654025730854578
 
 
 
 
 
 
13
  fp8_scaled,0.000102996826171875,9.409586588541667e-06,2.7942657470703126e-05,2.86102294921875e-07,0.0,0.0,0.0,artifact_clip_white_fraction,0.0,30,0.0,0.0,2.539999995997267e-05
14
- int8_convrot,0.000896453857421875,4.4123331705729166e-05,0.00019823807489412852,2.6702880859375e-06,0.0,0.0,0.0,artifact_clip_white_fraction,0.0,30,0.0,0.0,0.00016876680268736643
15
- mxfp8,0.001796722412109375,7.448196411132812e-05,0.00035491143279784933,3.337860107421875e-06,0.0,0.0,0.0,artifact_clip_white_fraction,0.0,30,0.0,2.86102294921875e-06,0.0003299410262263989
16
- nvfp4,0.0004730224609375,2.5177001953125e-05,8.939107259114583e-05,5.753835042317708e-06,0.0,0.0,0.0,artifact_clip_white_fraction,0.0,30,0.0,1.0967254638671875e-05,8.7420620015132e-05
17
- bf16,0.0026324703358113766,0.0012742011866066604,0.001540991125819626,0.0011054383270773893,0.0011953407083638012,0.0013988425489515066,0.0010628745658323169,artifact_flat_region_chroma_noise,0.0003196971374563873,30,0.0010434366413392127,0.0014493349590338767,0.0004371060700129983
18
- fp8_scaled,0.002659283112734556,0.0012697198738654454,0.0015311802903712226,0.00109598487314873,0.001191404415294528,0.0013635556679219007,0.0010579403024166822,artifact_flat_region_chroma_noise,0.00026580505073070526,30,0.0010307297634426504,0.001444745052140206,0.00044712446368358726
19
- int8_convrot,0.0026403230149298906,0.00127472765937758,0.0015393966977268394,0.0011050619010504032,0.0011949676554650068,0.001417321851477027,0.0010504998499527574,artifact_flat_region_chroma_noise,0.0003394151572138071,30,0.0010300807771272957,0.0014406022382900119,0.00043755561264026866
20
- mxfp8,0.0026044989936053753,0.0012747316640646508,0.0015339034980984363,0.0011173933418710132,0.001196873839944601,0.0013951604487374425,0.0010489965206943452,artifact_flat_region_chroma_noise,0.0005627128994092345,30,0.0010335321421734989,0.0014184775936882943,0.0004112971785737646
21
- nvfp4,0.002881864085793495,0.0013037522012988726,0.0016408585263600727,0.00113765598125503,0.0011877098586410284,0.0014002487296238542,0.0010488347616046667,artifact_flat_region_chroma_noise,0.0006382025312632322,30,0.0010546765406616032,0.0014527786406688392,0.0004666635390877322
22
- bf16,6.416837584264616,5.630332298254742,5.937762536985776,5.128547564766798,5.934040832522571,6.146767374611394,5.258676736978931,artifact_flat_region_gradient_entropy_bits,2.081308045850826,30,5.2682502854271425,6.192119795427443,0.9011274075403761
23
- fp8_scaled,6.333523352792442,5.601924281404789,5.932859142805558,5.076990967411112,6.004031895442508,6.147973108204308,5.3368821121190475,artifact_flat_region_gradient_entropy_bits,1.78379743857564,30,5.319295131006731,6.15346466603812,0.960667470081641
24
- int8_convrot,6.389288099922436,5.634416491318564,5.933510620295589,5.14313809488075,5.938448086535914,6.120962602204186,5.304770523106146,artifact_flat_region_gradient_entropy_bits,2.179185380146164,30,5.2832052790499935,6.195056174030415,0.8868561651273056
25
- mxfp8,6.336303336115902,5.6826921400618495,5.9573716891179815,5.2864994358435125,5.953401821241342,6.132035892335772,5.269578304671067,artifact_flat_region_gradient_entropy_bits,3.3418166934141413,30,5.248905689176285,6.168361318297629,0.7313146335757138
26
- nvfp4,6.286260143740057,5.680537621693147,5.9643849319826945,5.2409183499792364,6.008914027761253,6.172456878839885,5.4325163153973755,artifact_flat_region_gradient_entropy_bits,3.67290958965281,30,5.439807557277379,6.178694902309257,0.744424752329161
27
- bf16,0.7955513000488281,0.13440872206124965,0.2366936461307333,0.07025544303317474,0.05450516607505913,0.17257664881716345,0.017265583276112002,artifact_flat_region_near_zero_gradient_fraction,0.006924018906577246,30,0.018747927625392624,0.19160499226559563,0.18103009860272135
28
- fp8_scaled,0.8287536669756654,0.13920717341054653,0.24453851496256804,0.07244688510720713,0.05563413500106798,0.17328643798828125,0.0213623046875,artifact_flat_region_near_zero_gradient_fraction,0.005779266357421875,30,0.02225401394762204,0.19564828211489171,0.18841612933729052
29
- int8_convrot,0.77838433778144,0.1329126708709066,0.23374393530183582,0.06905376111046907,0.05279434487081617,0.17612883221580558,0.014584756011490788,artifact_flat_region_near_zero_gradient_fraction,0.0068439585089784035,30,0.016851347770336842,0.1959620507691832,0.17905842696004376
30
- mxfp8,0.6211738586425781,0.12626263689575995,0.21402214923044888,0.06781565370580958,0.05425506154264905,0.19073940528431582,0.01610111530981465,artifact_flat_region_near_zero_gradient_fraction,0.007702050065232816,30,0.01814025146038833,0.1959309682312283,0.15595269837596937
31
- nvfp4,0.5716285705566406,0.12654183438988204,0.2201001193470928,0.06612328743500168,0.057048203474104664,0.1744071241149601,0.019208879857604486,artifact_flat_region_near_zero_gradient_fraction,0.003456313494500799,30,0.019502141765761958,0.17690198326911827,0.1581650255524848
32
- bf16,0.056511349976062775,0.021361673747499785,0.029767162798345,0.015741249546754155,0.0176676157861948,0.024389423429965973,0.010799922980368137,artifact_gradient_mean,0.003567072097212076,30,0.011350627057254314,0.027287392411381006,0.013702531639900848
33
- fp8_scaled,0.05567804351449013,0.021355037088505925,0.029239240685604986,0.015825707591768136,0.017760617658495903,0.024680212140083313,0.010581627488136292,artifact_gradient_mean,0.0034956838935613632,30,0.011143338168039918,0.0270552565343678,0.013279397653896324
34
- int8_convrot,0.0569881908595562,0.02146767466329038,0.029921673002517524,0.015912405342223223,0.017675630748271942,0.024423032999038696,0.010942107997834682,artifact_gradient_mean,0.0035396190360188484,30,0.011450093472376466,0.02682424569502473,0.01362559006919798
35
- mxfp8,0.05627179518342018,0.0213521351882567,0.029344328857101427,0.01588954623408864,0.017737149260938168,0.024058064445853233,0.010880529880523682,artifact_gradient_mean,0.003583754412829876,30,0.011368897743523121,0.026537164580076933,0.013245222570898496
36
- nvfp4,0.0586092434823513,0.021582980919629336,0.030289764443063735,0.015935818525672423,0.01730195339769125,0.02393435873091221,0.011776251718401909,artifact_gradient_mean,0.003514604177325964,30,0.011827467940747738,0.026330961380153894,0.013842015937051007
37
- bf16,0.3292927145957947,0.09418034599317858,0.15056780533357336,0.059237714662662734,0.06720578297972679,0.13138848543167114,0.03358621150255203,artifact_gradient_p95,0.003680284135043621,30,0.03444353397935629,0.13169771060347557,0.08766469603546928
38
- fp8_scaled,0.3210466206073761,0.09442543711823721,0.1504171073796864,0.059820649718999606,0.06644310429692268,0.1300525963306427,0.03172677755355835,artifact_gradient_p95,0.0041948952712118626,30,0.03323384188115597,0.13058029860258102,0.0877321228392554
39
- int8_convrot,0.3253588080406189,0.09409170714206994,0.15127621373863548,0.0594105944553415,0.06683020293712616,0.1302701085805893,0.03470975160598755,artifact_gradient_p95,0.004462540149688721,30,0.03535366430878639,0.1310233175754547,0.08811219837040019
40
- mxfp8,0.3153921365737915,0.09463084110369285,0.1507388021667002,0.06030267450454657,0.06711289286613464,0.1291860193014145,0.03329947218298912,artifact_gradient_p95,0.0084872180595994,30,0.034185162745416164,0.13009042665362358,0.08690864943230711
41
- nvfp4,0.3138689696788788,0.09321397002786398,0.14773624965340626,0.05966034583226396,0.06597977876663208,0.12111478298902512,0.03338415175676346,artifact_gradient_p95,0.0053109717555344105,30,0.03388739004731178,0.12799899280071259,0.0854955066599613
42
- bf16,1.0906498432159424,0.9770338594913482,1.0053575953623046,0.923303643079813,0.9982165992259979,1.0083772540092468,0.9856676459312439,artifact_grid_boundary_ratio_16,0.6771283745765686,30,0.9850530177354813,1.0107260942459106,0.08442361455313704
43
- fp8_scaled,1.0720762014389038,0.9715812047322591,0.9974974851442394,0.8912271241402175,0.9923600256443024,1.007717788219452,0.9810031652450562,artifact_grid_boundary_ratio_16,0.6666409969329834,30,0.9800843447446823,1.009460210800171,0.08907237426539048
44
- int8_convrot,1.0902608633041382,0.9876294732093811,1.0092216454110565,0.9532488826577142,1.0009598433971405,1.0091087818145752,0.9866995215415955,artifact_grid_boundary_ratio_16,0.6882171034812927,30,0.9814575612545013,1.009639948606491,0.07676395410790642
45
- mxfp8,1.044888973236084,0.9596982359886169,0.9954417168606412,0.8748330023727818,1.0028482675552368,1.0104074478149414,0.9799090623855591,artifact_grid_boundary_ratio_16,0.5884047150611877,30,0.9791912138462067,1.0121881365776062,0.1080430570106408
46
- nvfp4,1.0808591842651367,0.9804623285929362,0.9980791693298092,0.9425520292723797,0.9973191618919373,1.0119941234588623,0.9838801026344299,artifact_grid_boundary_ratio_16,0.693781852722168,30,0.9811625927686691,1.0137655436992645,0.07289492791312625
47
- bf16,1.1975072622299194,0.9849390625953675,1.0256157932639232,0.8997706996192992,1.0019777417182922,1.0187100172042847,0.9867652356624603,artifact_grid_boundary_ratio_32,0.6262194514274597,30,0.9794457405805588,1.0198944211006165,0.1285929966104787
48
- fp8_scaled,1.2139098644256592,0.9762315491835276,1.0121229657250916,0.8966597402115278,0.9852725565433502,1.0069315433502197,0.967332124710083,artifact_grid_boundary_ratio_32,0.6390887498855591,30,0.9645107239484787,1.0136566758155823,0.11230165059830863
49
- int8_convrot,1.1980863809585571,0.9879613757133484,1.0207911848910367,0.902193464295719,0.9921569526195526,1.0086103081703186,0.9791041016578674,artifact_grid_boundary_ratio_32,0.5951148271560669,30,0.9655886143445969,1.0215989649295807,0.11665248284835955
50
- mxfp8,1.1549221277236938,0.9599421600500743,1.0029825614923682,0.8521390951264124,0.9903554618358612,1.0098696947097778,0.9678680896759033,artifact_grid_boundary_ratio_32,0.4989204406738281,30,0.9596565067768097,1.0138724148273468,0.13526229564695805
51
- nvfp4,1.3504304885864258,1.0145842552185058,1.0366422986954769,0.9978759588566091,0.9950121343135834,1.007063627243042,0.9869824051856995,artifact_grid_boundary_ratio_32,0.7020969390869141,30,0.9838045388460159,1.0131991505622864,0.10743534351928993
52
- bf16,1.7820409536361694,1.0122021993001302,1.0900631450376321,0.9820396526367035,0.9941430985927582,1.0006558895111084,0.9841523766517639,artifact_grid_boundary_ratio_8,0.8372174501419067,30,0.9797354936599731,1.0009718537330627,0.15303746960452702
53
- fp8_scaled,1.0370781421661377,0.9766763130823771,0.997619566613378,0.9340444653243849,0.9937796294689178,0.99673792719841,0.9822983145713806,artifact_grid_boundary_ratio_8,0.6835401654243469,30,0.9782261848449707,1.0023436844348907,0.06956089564901081
54
- int8_convrot,1.3303442001342773,1.0031312664349874,1.0565388751175648,0.980716595793952,0.99241703748703,1.0007754266262054,0.9844188392162323,artifact_grid_boundary_ratio_8,0.8404008150100708,30,0.9766575247049332,1.0063539445400238,0.0770690924429621
55
- mxfp8,1.2602901458740234,0.9853387792905172,0.9993631811340897,0.94828931200808,0.9932082295417786,1.0011764466762543,0.9804414510726929,artifact_grid_boundary_ratio_8,0.6638944745063782,30,0.9795538187026978,1.0084186494350433,0.09293145789930513
56
- nvfp4,1.3248720169067383,0.9853103339672089,0.9980940351863301,0.9564813754144006,0.9893903136253357,0.9983897507190704,0.979004293680191,artifact_grid_boundary_ratio_8,0.7003074288368225,30,0.9786079376935959,1.006067544221878,0.09081610119986813
57
- bf16,0.031559523195028305,0.0064735145075246695,0.012777174001295296,0.004089403519722057,0.005311400163918734,0.006391802337020636,0.0018934495165012777,artifact_high_frequency_power_ratio,0.001192638766951859,30,0.0018877777911256999,0.006658871774561703,0.007328949212130287
58
- fp8_scaled,0.031355783343315125,0.006476964879160126,0.011834933676320134,0.004156078316862965,0.005249088630080223,0.006370231043547392,0.0018408752512186766,artifact_high_frequency_power_ratio,0.0011659483425319195,30,0.001846569066401571,0.007510064169764519,0.006901406391241682
59
- int8_convrot,0.02969740703701973,0.0065337488466563325,0.011999091315211027,0.004203088322560123,0.005146111128851771,0.006715714931488037,0.0018497201381251216,artifact_high_frequency_power_ratio,0.0011473443591967225,30,0.0018189831753261387,0.0077858156291767955,0.006933389429983453
60
- mxfp8,0.03157830238342285,0.006602075016902139,0.012122125633585506,0.004239740459635961,0.005066586658358574,0.006683299783617258,0.0018839709809981287,artifact_high_frequency_power_ratio,0.0012652649311348796,30,0.001857430295785889,0.007654394372366369,0.007022572197051972
61
- nvfp4,0.0306825190782547,0.006704863568302244,0.012177573152926495,0.004293608452802023,0.005577087635174394,0.006991913542151451,0.00184023124165833,artifact_high_frequency_power_ratio,0.001274063135497272,30,0.0018215342715848237,0.00757640996016562,0.007038282253146066
62
- bf16,0.027782432734966278,0.0053362832996450985,0.011061095828641569,0.003137920091856851,0.003395178122445941,0.005987070966511965,0.001374211278744042,artifact_laplacian_variance,8.004248957149684e-05,30,0.001399801200022921,0.006332668359391391,0.006654903275292051
63
- fp8_scaled,0.02867905981838703,0.005425079094129615,0.010834098647944945,0.0032263653104674917,0.003414097474887967,0.005817532539367676,0.0014249489759095013,artifact_laplacian_variance,7.772165554342791e-05,30,0.0014136020035948604,0.006825885968282819,0.0066070968702255034
64
- int8_convrot,0.028111876919865608,0.00541458202302844,0.011223221245360324,0.003180133436354879,0.0033844446297734976,0.005581424804404378,0.0014178546844050288,artifact_laplacian_variance,7.867597742006183e-05,30,0.0014246410864870995,0.006812799721956253,0.00675362272172227
65
- mxfp8,0.028923794627189636,0.005612394586448014,0.011150997356894047,0.003253984048420919,0.0034550182754173875,0.0056879278272390366,0.001412491430528462,artifact_laplacian_variance,8.621600136393681e-05,30,0.001438404928194359,0.006638265214860439,0.006930931305939735
66
- nvfp4,0.027543842792510986,0.005553710185874176,0.011099870453994128,0.00320995379552079,0.0036439052782952785,0.006389327347278595,0.0011907730950042605,artifact_laplacian_variance,7.635269139427692e-05,30,0.0012419656559359282,0.00649238598998636,0.006828000006716776
67
- bf16,0.8287761211395264,0.47474102502067883,0.5840795680677426,0.3651207439009339,0.4818723201751709,0.5673525035381317,0.2734641134738922,artifact_luminance_mean,0.12227670103311539,30,0.29137982428073883,0.6666537672281265,0.22245731239671693
68
- fp8_scaled,0.8275262117385864,0.4760946253935496,0.5860480070410832,0.36616458356876097,0.4847806692123413,0.5677300095558167,0.26170313358306885,artifact_luminance_mean,0.12329041957855225,30,0.29098669439554214,0.6661370992660522,0.2221189775115306
69
- int8_convrot,0.8290361166000366,0.47413557867209116,0.5867673430135,0.36673726335853546,0.48251913487911224,0.5583099126815796,0.2752035856246948,artifact_luminance_mean,0.1225673109292984,30,0.2927829548716545,0.6650997698307037,0.22119951841336072
70
- mxfp8,0.8272250890731812,0.47249420881271365,0.5823757175290472,0.3648921214782582,0.48022058606147766,0.5639391541481018,0.2797144651412964,artifact_luminance_mean,0.12252219021320343,30,0.2956392541527748,0.6592095792293549,0.22000155515524206
71
- nvfp4,0.8154351115226746,0.4781216373046239,0.5873956422201388,0.36889446494660416,0.4895312786102295,0.5763062238693237,0.2722606062889099,artifact_luminance_mean,0.12202876806259155,30,0.29260285198688507,0.6778658777475357,0.22109535376215295
72
- bf16,0.29011160135269165,0.21992382928729057,0.24333641495070765,0.18429574055907966,0.24474745988845825,0.25892728567123413,0.1800270974636078,artifact_luminance_std,0.07326649874448776,30,0.1816285066306591,0.2615939676761627,0.05855414473314542
73
- fp8_scaled,0.293201208114624,0.220692940056324,0.24354457576876076,0.184052651870349,0.24421841651201248,0.25936856865882874,0.18172059953212738,artifact_luminance_std,0.07360288500785828,30,0.18372415378689766,0.26235271245241165,0.058123737993796436
74
- int8_convrot,0.2897592782974243,0.22030811284979185,0.2440273928422556,0.18512907283887187,0.24509183317422867,0.2589303106069565,0.1781918704509735,artifact_luminance_std,0.07315973937511444,30,0.18125183880329132,0.26139361411333084,0.0586937316382405
75
- mxfp8,0.29982978105545044,0.22149013926585515,0.24558420065834055,0.18516854036769193,0.2470528706908226,0.2577151358127594,0.17928209900856018,artifact_luminance_std,0.0733739584684372,30,0.18124116584658623,0.26193416863679886,0.05967059698460225
76
- nvfp4,0.28884589672088623,0.21807041441400846,0.2398629277026269,0.1822739268937721,0.23719629645347595,0.2506242170929909,0.18501295149326324,artifact_luminance_std,0.07255903631448746,30,0.1872648522257805,0.25252117961645126,0.055867771197170416
77
- bf16,0.34344542026519775,0.11398565527051688,0.16781476992359146,0.07785031976368292,0.10549644008278847,0.14687331020832062,0.04765601083636284,artifact_saturation_mean,0.008430104702711105,30,0.04829507227987051,0.16222890466451645,0.08755793359108803
78
- fp8_scaled,0.34116125106811523,0.11448063325757782,0.16831656101868514,0.07734908511497568,0.10298968479037285,0.14753016829490662,0.04662243276834488,artifact_saturation_mean,0.00894435029476881,30,0.047263165935873985,0.1612839177250862,0.08896540188546719
79
- int8_convrot,0.34348899126052856,0.11391610754653811,0.16693367408016296,0.07765961859946505,0.10668217018246651,0.14877855777740479,0.04415845613143083,artifact_saturation_mean,0.008413145318627357,30,0.04681415855884552,0.16164465248584747,0.08733128433565733
80
- mxfp8,0.34628283977508545,0.11385334435229501,0.16799360971765728,0.07733508792254629,0.10478852689266205,0.1456046849489212,0.04750455170869827,artifact_saturation_mean,0.009984525851905346,30,0.04804812744259834,0.1575765237212181,0.08859439675565352
81
- nvfp4,0.33353155851364136,0.11345184243594607,0.16597897469014436,0.07707688929054628,0.11028828471899033,0.13931508362293243,0.04518362879753113,artifact_saturation_mean,0.0062842704355716705,30,0.047630670480430126,0.15444738790392876,0.08686385198765167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,delta_e_2000_mean,0.0,30,0.0,0.0,0.0
83
- fp8_scaled,11.483121871948242,3.966377484798431,5.856709431800798,2.573107693846278,2.5886929035186768,4.748284816741943,1.3150166273117065,delta_e_2000_mean,0.42607879638671875,30,1.2700645327568054,4.9170098304748535,3.3691278175130255
84
- int8_convrot,9.37054443359375,2.3873159204920134,3.6996567760823904,1.6073717565379482,1.234503149986267,2.6648285388946533,0.6395715475082397,delta_e_2000_mean,0.23851720988750458,30,0.6368480324745178,3.561531722545624,2.2612009545558043
85
- mxfp8,10.63775634765625,3.3460651487112045,4.983550271177828,2.2415738971058152,2.6430084705352783,3.6377205848693848,0.9271849393844604,delta_e_2000_mean,0.44776690006256104,30,0.9909160435199738,4.94148850440979,2.8674949537710908
86
- nvfp4,19.292980194091797,6.659375993410746,8.497948219272647,5.062107102235623,6.313443660736084,8.464838981628418,3.4050838947296143,delta_e_2000_mean,0.7552700042724609,30,3.1281118392944336,9.676307439804077,4.2145226468747214
 
 
 
87
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,delta_e_2000_p95,0.0,30,0.0,0.0,0.0
88
- fp8_scaled,60.031036376953125,17.211933064460755,25.960691315765967,10.676399395412865,11.545272827148438,21.604257583618164,4.131968021392822,delta_e_2000_p95,1.0401486158370972,30,4.10766863822937,25.547958374023438,16.98805428704481
89
- int8_convrot,60.92300796508789,11.434780442714692,18.374381531620763,6.686750842014257,4.601085424423218,11.373390674591064,1.6462477445602417,delta_e_2000_p95,0.5516780614852905,30,1.6362426578998566,14.727276802062988,14.514765819904927
90
- mxfp8,60.938411712646484,15.235675468047459,22.98558989468761,9.584045879977454,11.239513874053955,18.10616683959961,3.1860376596450806,delta_e_2000_p95,0.7117034792900085,30,3.1227405667304993,20.36545753479004,15.725032370916187
91
- nvfp4,61.69163513183594,27.125506460666656,34.69876748145165,19.907316435655293,28.628643035888672,33.81364822387695,14.66044569015503,delta_e_2000_p95,1.7622984647750854,30,12.146420001983643,36.15382385253906,17.380972841306836
 
 
 
92
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,edge_mae,0.0,30,0.0,0.0,0.0
93
- fp8_scaled,0.33001643419265747,0.07532161632552743,0.13948534220741898,0.04541790222636565,0.04912411421537399,0.0703529343008995,0.022591352462768555,edge_mae,0.0046882363967597485,30,0.021705199498683214,0.08493299782276154,0.08448712712844918
94
- int8_convrot,0.3080732226371765,0.05368041183489065,0.1099627573944841,0.03055915201673918,0.026883888989686966,0.04516151547431946,0.013133929576724768,edge_mae,0.0034100841730833054,30,0.012441205559298396,0.05733771622180939,0.07038598169635805
95
- mxfp8,0.30713704228401184,0.06807803912088276,0.12814154560007207,0.03978545128097407,0.04082764685153961,0.0697740912437439,0.018377656117081642,edge_mae,0.004183486104011536,30,0.018760444596409798,0.0701916553080082,0.08038695349965973
96
- nvfp4,0.35786503553390503,0.09647003185624878,0.15519462323432326,0.06365958410730842,0.0685483030974865,0.10237939655780792,0.03994151949882507,edge_mae,0.005974304862320423,30,0.03622992895543575,0.11117053590714931,0.0889229575086993
 
 
 
97
  bf16,1.0000000000000002,1.0,0.9999999999999999,0.9999999999999999,1.0,0.9999999999999998,0.9999999999999998,final_latent_cosine,0.9999999999999998,30,1.0,1.0000000000000002,1.6748780794631286e-16
98
- fp8_scaled,0.9990132257394989,0.95768181308319,0.9754938444974036,0.9320491723146647,0.974916844990766,0.9918454746848921,0.9381547628183944,final_latent_cosine,0.8440704265372225,30,0.9322940696767154,0.9947484577846772,0.0457573571854162
99
- int8_convrot,0.9996738629611984,0.9794700450363916,0.9880368421457525,0.9689157044818323,0.9911894084839659,0.996725111071858,0.9718072555648413,final_latent_cosine,0.9143871625882631,30,0.9675368644940532,0.9981169210243355,0.024724095004720455
100
- mxfp8,0.9997066815818643,0.9669332757282731,0.9808684451016044,0.9492246953656983,0.9796811619102106,0.9974308978066833,0.9505721327376957,final_latent_cosine,0.8904270511857791,30,0.9432470155029122,0.9977857851759111,0.03638925130596308
101
- nvfp4,0.997225161488146,0.9169226004348068,0.943314675389976,0.8871474884406081,0.9268460079540761,0.9646389444149731,0.8839675719848965,final_latent_cosine,0.6775479449230533,30,0.8705420260770691,0.9741240532265472,0.07239929399554912
 
 
 
102
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_mae,0.0,30,0.0,0.0,0.0
103
- fp8_scaled,0.43088059438190385,0.16253725938964295,0.22745124326711993,0.11233126282399514,0.14401144072247973,0.21486968391621275,0.0632440157585279,final_latent_mae,0.0344473923613009,30,0.0590217649642355,0.22904379459394875,0.11869481578535535
104
- int8_convrot,0.34459674727068546,0.09785262226524007,0.1399007501548608,0.06733317787977415,0.061628942384125196,0.12062073918534111,0.0372752012475317,final_latent_mae,0.01399631493463005,30,0.03373658026252713,0.1379440010756241,0.084615045960451
105
- mxfp8,0.42524115449811006,0.1403025753338118,0.19707714067969764,0.09724860045196025,0.11666390966887263,0.1718260712149089,0.046522255345173846,final_latent_mae,0.019534103462888197,30,0.04567510139770903,0.20301869442146625,0.10845983560431778
106
- nvfp4,0.5718134701574229,0.26427991591832456,0.3134041794503163,0.20843075823296142,0.26637238939211727,0.35794007712409837,0.1643270599488389,final_latent_mae,0.06821991900285695,30,0.14772310937533106,0.3591660619070538,0.12819963476138754
 
 
 
107
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_max_abs,0.0,30,0.0,0.0,0.0
108
- fp8_scaled,6.810203313827515,3.4788162966569263,4.087974848751082,2.7948288981938774,3.94640189409256,4.331535577774048,2.2962564826011658,final_latent_max_abs,1.1445398926734924,30,2.2158609330654144,4.389311924576759,1.4032367657749338
109
- int8_convrot,6.822402715682983,3.0971722836295763,3.676014043484674,2.465755178608323,3.4214413315057755,3.803535223007202,2.2435614466667175,final_latent_max_abs,0.8671616911888123,30,2.1549638360738754,3.8457661867141724,1.4207052177754584
110
- mxfp8,6.87958025932312,3.235787672797839,3.81655613032647,2.5538031681567843,3.606418550014496,4.035384714603424,2.1296051666140556,final_latent_max_abs,1.0756072998046875,30,2.1120776124298573,4.108494818210602,1.3975605219273086
111
- nvfp4,7.554713249206543,4.248068203032017,4.914689402730678,3.5621107941078,4.420087456703186,4.746770858764648,3.782839208841324,final_latent_max_abs,1.5216014385223389,30,3.7823924124240875,4.86954802274704,1.4433200460136069
 
 
 
112
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_nonfinite_count,0.0,30,0.0,0.0,0.0
113
  fp8_scaled,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_nonfinite_count,0.0,30,0.0,0.0,0.0
114
  int8_convrot,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_nonfinite_count,0.0,30,0.0,0.0,0.0
115
  mxfp8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_nonfinite_count,0.0,30,0.0,0.0,0.0
116
  nvfp4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_nonfinite_count,0.0,30,0.0,0.0,0.0
 
 
 
117
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_relative_l2,0.0,30,0.0,0.0,0.0
118
- fp8_scaled,0.561867670817564,0.24611432114340853,0.327688994395533,0.17683148301977236,0.22361785798622946,0.3219189353695148,0.10475190438122399,final_latent_relative_l2,0.04513061589334775,30,0.102422355026235,0.3656132232745428,0.15942733762085928
119
- int8_convrot,0.4117376784326574,0.16570607353080016,0.21631123117125764,0.11745399267955371,0.13257123231998846,0.22416861101912317,0.0627901055265302,final_latent_relative_l2,0.025538385579491816,30,0.06153399646256064,0.25466554422273574,0.11833088525091065
120
- mxfp8,0.4726395015778749,0.2139005903192808,0.28116533828016765,0.1489558637585221,0.2018998584626961,0.26427019504829696,0.06504099210841373,final_latent_relative_l2,0.024725070144718423,30,0.06670065480556368,0.3338293852941963,0.14614951286698435
121
- nvfp4,0.7917400959936337,0.3659206445697244,0.43586571645727307,0.28452914500533305,0.3813605818588721,0.4402367225121656,0.2523028629526829,final_latent_relative_l2,0.07451581635116171,30,0.2262810394511847,0.504546459842452,0.17796772156389645
 
 
 
122
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_rmse,0.0,30,0.0,0.0,0.0
123
- fp8_scaled,0.7377951901563011,0.2997290529280748,0.4031188249421937,0.2115958866719488,0.27677320547453743,0.3869242548141378,0.12043358664606178,final_latent_rmse,0.05394278418661119,30,0.11010036654942262,0.4128623872869279,0.20276907999996566
124
- int8_convrot,0.7580860692740139,0.2053203749685123,0.28540012514247537,0.14471333340426232,0.1698773768622126,0.24011047247945894,0.07045042082196983,final_latent_rmse,0.029828283805020377,30,0.06929466972765312,0.2893305781935036,0.1687018116212049
125
- mxfp8,0.7843178276372679,0.2597711335533564,0.35170472710868017,0.1803018843113044,0.22786624558258123,0.29046383484470384,0.0874775293548552,final_latent_rmse,0.0359873609126252,30,0.08383933366756499,0.3597845159935686,0.193874026271923
126
- nvfp4,0.9401643557820462,0.43986440201573745,0.5325651468660103,0.34668356644355497,0.4359448089334799,0.5840122423774203,0.2859338339372067,final_latent_rmse,0.11212599804958107,30,0.24795566698553517,0.5929091233624896,0.21494028630006545
 
 
 
127
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,luminance_histogram_js,0.0,30,0.0,0.0,0.0
128
- fp8_scaled,0.33825114263452427,0.01945370763599984,0.06400925056037511,0.006506634130788246,0.00332612580094384,0.009885450498588884,0.0018722693641762779,luminance_histogram_js,0.0003761274468946634,30,0.0017676893450690196,0.012086350192003482,0.061153551829226126
129
- int8_convrot,0.2956382769436881,0.015576551361549248,0.061623741183475106,0.003143353117505904,0.001579743705753635,0.0035642993122832678,0.0006561202953513216,luminance_histogram_js,0.00016029276910201263,30,0.0005123360598632729,0.004623427479476562,0.054033804935340435
130
- mxfp8,0.44879910510342297,0.03632349678009688,0.1325829790626381,0.009118514571529453,0.0023263563025843147,0.00572349126291466,0.001028710297362082,luminance_histogram_js,0.000311245546924982,30,0.000990672817108278,0.00839515983478614,0.09573689993782084
131
- nvfp4,0.2975578595152799,0.04419635920423148,0.08255751018498142,0.021047656004128803,0.012406239554403987,0.03667384142878227,0.006629875881504943,luminance_histogram_js,0.0026423989324661206,30,0.006316367910987301,0.04494439882821958,0.07304364824761002
 
 
 
132
  bf16,1.0000000000000002,1.0,1.0,1.0,1.0,0.9999999999999999,0.9999999999999999,pixel_cosine,0.9999999999999998,30,0.9999999999999999,1.0000000000000002,1.4723000231259014e-16
133
- fp8_scaled,0.9997174101836451,0.977177909784758,0.9878676104741805,0.9639499295373568,0.9887227846325779,0.9982173979477897,0.963447449301589,pixel_cosine,0.920929753854715,30,0.9613772315572804,0.9986170235867041,0.02546210798368741
134
- int8_convrot,0.9999191637627433,0.9886657918554602,0.9935474745929728,0.9812158966852553,0.9953487300694817,0.9987785009019261,0.9851095801009797,pixel_cosine,0.9483690245205272,30,0.9806195740889176,0.9992983581745922,0.013768144113868737
135
- mxfp8,0.999908597658179,0.983809107885415,0.9906735993871265,0.974998759575487,0.9867104253517991,0.9989682934002789,0.9737984215809845,pixel_cosine,0.9462661755937913,30,0.9732533670824269,0.9990265944457568,0.016655771843030468
136
- nvfp4,0.9993925868579964,0.9571523024286236,0.9734589024084855,0.9361018960062378,0.9703988935282456,0.9896606417752621,0.9321832728578532,pixel_cosine,0.8589949462434774,30,0.9313707413549633,0.9907761836811553,0.04152474355923369
 
 
 
137
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,pixel_mae,0.0,30,0.0,0.0,0.0
138
- fp8_scaled,0.12151041816029344,0.039640880672782756,0.058860452518336104,0.025990787527904683,0.030032288642511652,0.048271662036881935,0.014071846091686286,pixel_mae,0.0035665421485949387,30,0.012675566307128369,0.04856900256260133,0.033664231274267785
139
- int8_convrot,0.10591174032151685,0.02391713974267936,0.038764294151163656,0.01601408045659759,0.013695026543246058,0.02816997383384508,0.0065201610242032375,pixel_mae,0.0018026253486217076,30,0.006405253760211356,0.034092428643456664,0.02377175939197411
140
- mxfp8,0.12146794873660838,0.033667628081583544,0.051708371899821144,0.02260088723764945,0.02887947293072557,0.03703606275701077,0.00874234130272574,pixel_mae,0.003720539321875549,30,0.009623546750996564,0.045891529829380794,0.0296620873935028
141
- nvfp4,0.21235614602725641,0.06762622004486428,0.08656531563529771,0.05095502925667417,0.061716821261446356,0.08697530288956538,0.0345933651303009,pixel_mae,0.006045911217370303,30,0.03389306059197376,0.09413492140710862,0.044578856460581115
 
 
 
142
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,pixel_max_abs,0.0,30,0.0,0.0,0.0
143
- fp8_scaled,0.990234375,0.7890787760416667,0.8707170722698692,0.6896809895833333,0.8828125,0.9384765625,0.6196280311724905,pixel_max_abs,0.435546875,30,0.6004638671875,0.94091796875,0.1888034494224353
144
- int8_convrot,1.0,0.7360188802083333,0.8275553385416666,0.6247788134414806,0.8291015625,0.90625,0.564453125,pixel_max_abs,0.32763671875,30,0.53955078125,0.91796875,0.22603839516476007
145
- mxfp8,0.984375,0.7773111979166667,0.85859375,0.65722953895906,0.873046875,0.91015625,0.6752514523737252,pixel_max_abs,0.2666015625,30,0.68701171875,0.92724609375,0.21088690152917955
146
- nvfp4,1.0,0.84287109375,0.9004115576887538,0.7469826704145809,0.9140625,0.931640625,0.7919921875,pixel_max_abs,0.44091796875,30,0.77294921875,0.94580078125,0.1528960264293414
 
 
 
147
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,pixel_mse,0.0,30,0.0,0.0,0.0
148
- fp8_scaled,0.046511166947092286,0.010874053185823435,0.018897392390576036,0.006073528938805388,0.007374139768811962,0.010979984319647914,0.0008209186663342537,pixel_mse,4.59174526192691e-05,30,0.000852767009862472,0.013948382328004525,0.012795916764529496
149
- int8_convrot,0.03842447766786728,0.006120242625723652,0.012077904882946732,0.0033165517645550096,0.0020879989336654303,0.00588155706080402,0.0003753197210690483,pixel_mse,2.1041879600397727e-05,30,0.0002952857566630708,0.00718952757875772,0.009096091239460636
150
- mxfp8,0.04611362986137035,0.008537968649407087,0.015781269222229083,0.004800823576657699,0.005077824795080722,0.007273513210324675,0.0005246900834412403,pixel_mse,7.53721164840869e-05,30,0.0005367923152941142,0.010257589766284816,0.011171156109163626
151
- nvfp4,0.08448238408001447,0.020066265895179992,0.02831380751125302,0.013346904111457857,0.01676510825490242,0.022131470451559748,0.004656167423765448,pixel_mse,0.00015960568907131406,30,0.004101960813450619,0.030228655747281733,0.018740534296128174
 
 
 
152
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,pixel_rmse,0.0,30,0.0,0.0,0.0
153
- fp8_scaled,0.21566447771270142,0.08551863220535331,0.11758913360271901,0.0592063756264977,0.08585596062258541,0.10460753085335903,0.028651678246382945,pixel_rmse,0.006776241776919497,30,0.029187427565051216,0.11802769274312241,0.06069099289716499
154
- int8_convrot,0.19602162551072594,0.0605931022400491,0.08686368291729023,0.04202902235871126,0.045686307281696814,0.07669131020398608,0.01937317013472623,pixel_rmse,0.004587142858076008,30,0.01713523582174047,0.08474941534403135,0.05033047941957317
155
- mxfp8,0.21474084348667896,0.07425315291442554,0.10354840216457115,0.05132281175100078,0.07125237252473124,0.08511686264605975,0.022690213764762948,pixel_rmse,0.008681711610280942,30,0.023115811369805367,0.10109378242848045,0.05593504174339372
156
- nvfp4,0.2906585351920953,0.12526690155312523,0.15344978320277544,0.095818878970696,0.129479922655383,0.1487664964014403,0.07308798585884464,pixel_rmse,0.01263351451779409,30,0.06365347923449301,0.17380182099892122,0.06727044699127928
 
 
 
157
  bf16,1.0,1.0,1.0,1.0,1.0,1.0,1.0,ssim_luminance,1.0,30,1.0,1.0,0.0
158
- fp8_scaled,0.9947213409839686,0.8495422321157533,0.905020318994351,0.7707973957272686,0.8714935187035986,0.9598562235679247,0.8041937490377443,ssim_luminance,0.5374379639887356,30,0.8035385577103054,0.9663904945389548,0.13608721815065564
159
- int8_convrot,0.9972517586996246,0.9111058857313673,0.9453379232272078,0.8513900470091572,0.9482424712836082,0.9778833355656921,0.876726818935421,ssim_luminance,0.5770211169880319,30,0.8709708878893548,0.986583532170725,0.09798492932033326
160
- mxfp8,0.9945743645380596,0.8730140327040307,0.9212629492203315,0.8008845404695334,0.9013037337013577,0.9759980211249115,0.8475112634561334,ssim_luminance,0.5457123650284678,30,0.8394579106397722,0.9817830528659783,0.12381098549546848
161
- nvfp4,0.9906649380505849,0.7731607227537941,0.8396720061366674,0.7057559784900083,0.7997759755317175,0.8746571129294994,0.6444890235190676,ssim_luminance,0.5126984077941714,30,0.6430643514080403,0.8805074212911161,0.149463063738976
 
 
 
162
  bf16,1.0,1.0,1.0,1.0,1.0,1.0,1.0,ssim_rgb,1.0,30,1.0,1.0,0.0
163
- fp8_scaled,0.9919694066047668,0.8482623716195424,0.9050848768837296,0.768556985410857,0.8743238747119904,0.9592909216880798,0.7988818287849426,ssim_rgb,0.5347716212272644,30,0.7983435392379761,0.9660519659519196,0.1373303919003205
164
- int8_convrot,0.9962493777275085,0.9105293810367584,0.9445882046916266,0.8507886751492683,0.9480270147323608,0.9772445559501648,0.8792413771152496,ssim_rgb,0.5750747323036194,30,0.8703338503837585,0.9863479137420654,0.09835773558757431
165
- mxfp8,0.9942013621330261,0.8716254810492198,0.919912446078432,0.7979284875054472,0.9016529023647308,0.9762930870056152,0.8465492129325867,ssim_rgb,0.5429816842079163,30,0.8388548493385315,0.980877161026001,0.12433808969369654
166
- nvfp4,0.985677182674408,0.770771857102712,0.836969576814614,0.703291576268642,0.7963234782218933,0.8719966411590576,0.6420286297798157,ssim_rgb,0.5119650363922119,30,0.6388882994651794,0.8811187148094177,0.14975735526647088
 
 
 
 
4
  int8_convrot,0.2126582463582357,0.015050061543782555,0.047096149377796305,0.0033317442824674446,0.0014796257019042969,0.004377841949462891,1.5417734781901043e-05,artifact_channel_clipping_fraction,0.0,30,1.2318293253580729e-05,0.0057706038157145185,0.04100993101200461
5
  mxfp8,0.16462389628092447,0.013665729098849826,0.03840960204540209,0.0032841261811778857,0.0016050338745117188,0.003711064656575521,3.9577484130859375e-05,artifact_channel_clipping_fraction,0.0,30,3.949801127115886e-05,0.004233121871948242,0.03333400564508893
6
  nvfp4,0.14287535349527994,0.010600037044949,0.03136560691746088,0.002320763345189201,0.0006882349650065105,0.0029071172078450522,6.421407063802083e-05,artifact_channel_clipping_fraction,0.0,30,7.001558939615885e-05,0.0039368470509847,0.027980738723959432
7
+ int4_convrot,0.26186593373616535,0.026480144924587667,0.059449437902854244,0.010908189550362952,0.0023954709370930987,0.02277819315592448,0.0006526311238606771,artifact_channel_clipping_fraction,0.0,30,0.0003686745961507162,0.037626584370930985,0.05243294891036635
8
+ gguf_q8_0,0.2151657740275065,0.015296501583523218,0.04613732539989189,0.0035051263744858914,0.00157928466796875,0.00476837158203125,1.7801920572916668e-05,artifact_channel_clipping_fraction,0.0,30,1.5894571940104168e-05,0.005908489227294922,0.04151592403483794
9
+ gguf_q4_k_m,0.20561631520589194,0.014829391903347443,0.04808224814226402,0.00307183318982089,0.0011846224466959636,0.003157933553059896,1.71661376953125e-05,artifact_channel_clipping_fraction,0.0,30,1.3192494710286457e-05,0.005620082219441732,0.04009173345880691
10
+ bf16,0.19443988800048828,0.011464087168375652,0.041368298741961164,0.002037938435872396,0.0,0.0,0.0,artifact_clip_black_fraction,0.0,30,0.0,0.0012514591217041016,0.036658314781696795
11
+ fp8_scaled,0.20594120025634766,0.011704953511555989,0.04134731767610214,0.0018105189005533854,0.0,0.0,0.0,artifact_clip_black_fraction,0.0,30,0.0,0.0005252361297607422,0.038679964089007875
12
+ int8_convrot,0.18839454650878906,0.011017163594563803,0.040165324273362654,0.0017235169433023466,0.0,0.0,0.0,artifact_clip_black_fraction,0.0,30,0.0,0.0010867118835449219,0.03552321994511315
13
+ mxfp8,0.1392688751220703,0.009522501627604167,0.032189202106036444,0.0015846888224283855,9.5367431640625e-07,0.0005860328674316406,0.0,artifact_clip_black_fraction,0.0,30,0.0,0.0009281635284423828,0.027390805397619043
14
+ nvfp4,0.11723518371582031,0.007248051961263021,0.026366080445690145,0.001183469453564453,5.7220458984375e-06,0.000217437744140625,0.0,artifact_clip_black_fraction,0.0,30,0.0,0.0008044242858886719,0.022386268607707725
15
+ int4_convrot,0.2502403259277344,0.01315771738688151,0.052299593640074644,0.001724089294636818,4.4345855712890625e-05,0.0011606216430664062,0.0,artifact_clip_black_fraction,0.0,30,0.0,0.0032930374145507812,0.04634182895475138
16
+ gguf_q8_0,0.18766307830810547,0.011172167460123698,0.04044095469551731,0.0017479578653971353,0.0,0.0,0.0,artifact_clip_black_fraction,0.0,30,0.0,0.001444101333618164,0.03547184118725842
17
+ gguf_q4_k_m,0.18765544891357422,0.010993131001790364,0.041573060670829,0.001392809549967448,0.0,0.0,0.0,artifact_clip_black_fraction,0.0,30,0.0,0.0007436275482177734,0.03550407527732055
18
+ bf16,0.0014410018920898438,6.335576375325521e-05,0.00029176105640316304,2.7338663736979167e-06,0.0,0.0,0.0,artifact_clip_white_fraction,0.0,30,0.0,1.430511474609375e-06,0.0002654025730854578
19
  fp8_scaled,0.000102996826171875,9.409586588541667e-06,2.7942657470703126e-05,2.86102294921875e-07,0.0,0.0,0.0,artifact_clip_white_fraction,0.0,30,0.0,0.0,2.539999995997267e-05
20
+ int8_convrot,0.000896453857421875,4.4123331705729166e-05,0.00019818549014081246,2.6702880859375e-06,0.0,0.0,0.0,artifact_clip_white_fraction,0.0,30,0.0,0.0,0.00016876680268736643
21
+ mxfp8,0.001796722412109375,7.448196411132812e-05,0.00035429420193575323,3.337860107421875e-06,0.0,0.0,0.0,artifact_clip_white_fraction,0.0,30,0.0,2.86102294921875e-06,0.0003299410262263989
22
+ nvfp4,0.0004730224609375,2.5177001953125e-05,8.878707885742187e-05,5.753835042317708e-06,0.0,0.0,0.0,artifact_clip_white_fraction,0.0,30,0.0,1.0967254638671875e-05,8.7420620015132e-05
23
+ int4_convrot,0.035106658935546875,0.0017352104187011719,0.00813668200757779,8.907318115234376e-05,0.0,0.0,0.0,artifact_clip_white_fraction,0.0,30,0.0,0.0002651214599609375,0.006717988535488141
24
+ gguf_q8_0,0.0006732940673828125,3.118515014648438e-05,0.00014168421427408854,2.09808349609375e-06,0.0,0.0,0.0,artifact_clip_white_fraction,0.0,30,0.0,0.0,0.00012471416633379575
25
+ gguf_q4_k_m,2.86102294921875e-05,1.8755594889322916e-06,8.265177408854166e-06,1.5894571940104166e-07,0.0,0.0,0.0,artifact_clip_white_fraction,0.0,30,0.0,0.0,6.243538999233916e-06
26
+ bf16,0.0026324703358113766,0.0012742011866066604,0.0015315434713544212,0.0011035637390884707,0.0011953407083638012,0.0013988425489515066,0.0010577477514743805,artifact_flat_region_chroma_noise,0.0003196971374563873,30,0.0010434366413392127,0.0014493349590338767,0.0004371060700129983
27
+ fp8_scaled,0.002659283112734556,0.0012697198738654454,0.001533499787711189,0.0010946365929081498,0.001191404415294528,0.0013635556679219007,0.0010579403024166822,artifact_flat_region_chroma_noise,0.00026580505073070526,30,0.0010307297634426504,0.001444745052140206,0.00044712446368358726
28
+ int8_convrot,0.0026403230149298906,0.00127472765937758,0.0015426125738150808,0.0011044190849891198,0.0011949676554650068,0.001417321851477027,0.0010504998499527574,artifact_flat_region_chroma_noise,0.0003394151572138071,30,0.0010300807771272957,0.0014406022382900119,0.00043755561264026866
29
+ mxfp8,0.0026044989936053753,0.0012747316640646508,0.0015383891263355837,0.0011186470336085014,0.001196873839944601,0.0013951604487374425,0.0010489965206943452,artifact_flat_region_chroma_noise,0.0005627128994092345,30,0.0010335321421734989,0.0014184775936882943,0.0004112971785737646
30
+ nvfp4,0.002881864085793495,0.0013037522012988726,0.0016481062563694616,0.0011368626259220208,0.0011877098586410284,0.0014002487296238542,0.0010488347616046667,artifact_flat_region_chroma_noise,0.0006382025312632322,30,0.0010546765406616032,0.0014527786406688392,0.0004666635390877322
31
+ int4_convrot,0.0025616937782615423,0.0013227589071902913,0.001580132607749644,0.0011353802129039528,0.0012644125963561237,0.001393658109009266,0.0011459568631835282,artifact_flat_region_chroma_noise,8.796228939900175e-05,30,0.00114232485066168,0.0014032410690560937,0.00045890538713973966
32
+ gguf_q8_0,0.0026272067334502935,0.0012748295344257106,0.0015355096383766365,0.0011045966919497816,0.0011971559724770486,0.0014271748950704932,0.001049526035785675,artifact_flat_region_chroma_noise,0.00035556743387132883,30,0.0010317956330254674,0.00145500194048509,0.0004356131711188145
33
+ gguf_q4_k_m,0.0028456319123506546,0.001285409289994277,0.0016088475340613553,0.0011087680475652575,0.001207761000841856,0.0014278074959293008,0.00105609797174111,artifact_flat_region_chroma_noise,0.0003337148518767208,30,0.0010407670924905688,0.0014874003827571869,0.0004798912232978273
34
+ bf16,6.416837584264616,5.630332298254742,5.937614509856135,5.126718445388891,5.934040832522571,6.146767374611394,5.258676736978931,artifact_flat_region_gradient_entropy_bits,2.081308045850826,30,5.2682502854271425,6.192119795427443,0.9011274075403761
35
+ fp8_scaled,6.333523352792442,5.601924281404789,5.928075478904051,5.064588727469621,6.004031895442508,6.147973108204308,5.3368821121190475,artifact_flat_region_gradient_entropy_bits,1.78379743857564,30,5.319295131006731,6.15346466603812,0.960667470081641
36
+ int8_convrot,6.389288099922436,5.634416491318564,5.935766126663895,5.154456687541284,5.938448086535914,6.120962602204186,5.304770523106146,artifact_flat_region_gradient_entropy_bits,2.179185380146164,30,5.2832052790499935,6.195056174030415,0.8868561651273056
37
+ mxfp8,6.336303336115902,5.6826921400618495,5.957828277844085,5.292319715110492,5.953401821241342,6.132035892335772,5.269578304671067,artifact_flat_region_gradient_entropy_bits,3.3418166934141413,30,5.248905689176285,6.168361318297629,0.7313146335757138
38
+ nvfp4,6.286260143740057,5.680537621693147,5.963327795622333,5.242768872886233,6.008914027761253,6.172456878839885,5.4325163153973755,artifact_flat_region_gradient_entropy_bits,3.67290958965281,30,5.439807557277379,6.178694902309257,0.744424752329161
39
+ int4_convrot,6.338415153460364,5.616530921666976,5.943207059472356,4.948039249906836,6.040007728133345,6.118968563235898,5.574135653645484,artifact_flat_region_gradient_entropy_bits,0.7022671443860338,30,5.516848322556719,6.162392086143196,1.087129798735776
40
+ gguf_q8_0,6.3640889553443145,5.638662680874814,5.942652183248381,5.155804852859653,5.959067539517573,6.130025177508605,5.263281248897789,artifact_flat_region_gradient_entropy_bits,2.255960171394735,30,5.270419885831353,6.2025168606475845,0.8763247525451567
41
+ gguf_q4_k_m,6.405489981343903,5.6284024471337295,5.96647912091978,5.078938917117719,6.061517041419065,6.192686024011687,5.280603967258427,artifact_flat_region_gradient_entropy_bits,2.306838906404827,30,5.299453659991719,6.214560628590451,0.9367132814285739
42
+ bf16,0.7955513000488281,0.13440872206124965,0.23732791642542567,0.07012191621787173,0.05450516607505913,0.17257664881716345,0.017265583276112002,artifact_flat_region_near_zero_gradient_fraction,0.006924018906577246,30,0.018747927625392624,0.19160499226559563,0.18103009860272135
43
+ fp8_scaled,0.8287536669756654,0.13920717341054653,0.24609957014642472,0.07314473806600233,0.05563413500106798,0.17328643798828125,0.0213623046875,artifact_flat_region_near_zero_gradient_fraction,0.005779266357421875,30,0.02225401394762204,0.19564828211489171,0.18841612933729052
44
+ int8_convrot,0.77838433778144,0.1329126708709066,0.23126104824672744,0.06785352412325732,0.05279434487081617,0.17612883221580558,0.014584756011490788,artifact_flat_region_near_zero_gradient_fraction,0.0068439585089784035,30,0.016851347770336842,0.1959620507691832,0.17905842696004376
45
+ mxfp8,0.6211738586425781,0.12626263689575995,0.21421163648476207,0.06825828554236804,0.05425506154264905,0.19073940528431582,0.01610111530981465,artifact_flat_region_near_zero_gradient_fraction,0.007702050065232816,30,0.01814025146038833,0.1959309682312283,0.15595269837596937
46
+ nvfp4,0.5716285705566406,0.12654183438988204,0.22021744060178286,0.06652512926964549,0.057048203474104664,0.1744071241149601,0.019208879857604486,artifact_flat_region_near_zero_gradient_fraction,0.003456313494500799,30,0.019502141765761958,0.17690198326911827,0.1581650255524848
47
+ int4_convrot,0.947998046875,0.1296637405563471,0.25037779351246736,0.06673989944746832,0.056972710748777765,0.15752029418945312,0.01676273895677319,artifact_flat_region_near_zero_gradient_fraction,0.005229949951171875,30,0.01878619606328302,0.1729612769500613,0.19630725979442354
48
+ gguf_q8_0,0.7726391845392051,0.13305466880800546,0.23410361951440128,0.06999506106177651,0.05083160603257776,0.171697525762893,0.018883615888178475,artifact_flat_region_near_zero_gradient_fraction,0.00664520263671875,30,0.020444564638301826,0.19033455221053416,0.17839644322129894
49
+ gguf_q4_k_m,0.7728363413024487,0.13922929989758978,0.24930943343788545,0.06859118409152301,0.0543844311776515,0.16818349243377637,0.014741396083458277,artifact_flat_region_near_zero_gradient_fraction,0.00642419525891338,30,0.015113931278902301,0.18491640248803615,0.18821428152136122
50
+ bf16,0.056511349976062775,0.021361673747499785,0.029818668750804776,0.015714242102491355,0.0176676157861948,0.024389423429965973,0.010799922980368137,artifact_gradient_mean,0.003567072097212076,30,0.011350627057254314,0.027287392411381006,0.013702531639900848
51
+ fp8_scaled,0.05567804351449013,0.021355037088505925,0.029356792683397845,0.015824003487171886,0.017760617658495903,0.024680212140083313,0.010581627488136292,artifact_gradient_mean,0.0034956838935613632,30,0.011143338168039918,0.0270552565343678,0.013279397653896324
52
+ int8_convrot,0.0569881908595562,0.02146767466329038,0.029932215485355334,0.015913609965963478,0.017675630748271942,0.024423032999038696,0.010942107997834682,artifact_gradient_mean,0.0035396190360188484,30,0.011450093472376466,0.02682424569502473,0.01362559006919798
53
+ mxfp8,0.05627179518342018,0.0213521351882567,0.029417167258636426,0.015920942708758774,0.017737149260938168,0.024058064445853233,0.010880529880523682,artifact_gradient_mean,0.003583754412829876,30,0.011368897743523121,0.026537164580076933,0.013245222570898496
54
+ nvfp4,0.0586092434823513,0.021582980919629336,0.030267464062709463,0.016051184030049615,0.01730195339769125,0.02393435873091221,0.011776251718401909,artifact_gradient_mean,0.003514604177325964,30,0.011827467940747738,0.026330961380153894,0.013842015937051007
55
+ int4_convrot,0.06532042473554611,0.021597184031270443,0.031969964114322645,0.01602193645343175,0.018597211688756943,0.02433929219841957,0.011416690424084663,artifact_gradient_mean,0.003711126046255231,30,0.011607786640524864,0.024975658860057592,0.014886791329064708
56
+ gguf_q8_0,0.05752021074295044,0.021505767464016876,0.030060846473629617,0.015878091178878617,0.017723841592669487,0.024333424866199493,0.01078946702182293,artifact_gradient_mean,0.00356663903221488,30,0.01132730906829238,0.027258153073489666,0.0137911757126546
57
+ gguf_q4_k_m,0.05707487836480141,0.02168112340538452,0.030137803291111664,0.015874513628000374,0.01860325038433075,0.024046259000897408,0.01121133379638195,artifact_gradient_mean,0.0035630040802061558,30,0.011658116010949016,0.030158232431858778,0.013939062041342843
58
+ bf16,0.3292927145957947,0.09418034599317858,0.15025983351956687,0.05927349344971343,0.06720578297972679,0.13138848543167114,0.03358621150255203,artifact_gradient_p95,0.003680284135043621,30,0.03444353397935629,0.13169771060347557,0.08766469603546928
59
+ fp8_scaled,0.3210466206073761,0.09442543711823721,0.15016645482099372,0.05957179836090414,0.06644310429692268,0.1300525963306427,0.03172677755355835,artifact_gradient_p95,0.0041948952712118626,30,0.03323384188115597,0.13058029860258102,0.0877321228392554
60
+ int8_convrot,0.3253588080406189,0.09409170714206994,0.1514835403645415,0.05950596664583274,0.06683020293712616,0.1302701085805893,0.03470975160598755,artifact_gradient_p95,0.004462540149688721,30,0.03535366430878639,0.1310233175754547,0.08811219837040019
61
+ mxfp8,0.3153921365737915,0.09463084110369285,0.14903149841759514,0.060384078191932644,0.06711289286613464,0.1291860193014145,0.03329947218298912,artifact_gradient_p95,0.0084872180595994,30,0.034185162745416164,0.13009042665362358,0.08690864943230711
62
+ nvfp4,0.3138689696788788,0.09321397002786398,0.14861605807831374,0.05946099058920943,0.06597977876663208,0.12111478298902512,0.03439062833786011,artifact_gradient_p95,0.0053109717555344105,30,0.03388739004731178,0.12799899280071259,0.0854955066599613
63
+ int4_convrot,0.3742489516735077,0.09539435416615258,0.16376624392123046,0.059652206737485676,0.06814340129494667,0.11569467931985855,0.024561218917369843,artifact_gradient_p95,0.0037219554651528597,30,0.027435453608632088,0.11886807531118393,0.09659496517530566
64
+ gguf_q8_0,0.3309631645679474,0.09506135322153568,0.1533938838548324,0.059560688833787206,0.06705159693956375,0.13039202988147736,0.033012378960847855,artifact_gradient_p95,0.003799164667725563,30,0.034008076414465904,0.13133583217859268,0.08974674209435159
65
+ gguf_q4_k_m,0.31543153524398804,0.0953657282050699,0.15098329699891974,0.06034250844406539,0.07156092301011086,0.1272045373916626,0.03751201927661896,artifact_gradient_p95,0.004161985591053963,30,0.0380085613578558,0.1287054792046547,0.08796760719684651
66
+ bf16,1.0906498432159424,0.9770338594913482,1.0051269219510741,0.9236007244050873,0.9982165992259979,1.0083772540092468,0.9856676459312439,artifact_grid_boundary_ratio_16,0.6771283745765686,30,0.9850530177354813,1.0107260942459106,0.08442361455313704
67
+ fp8_scaled,1.0720762014389038,0.9715812047322591,0.997704230814721,0.8913131326444009,0.9923600256443024,1.007717788219452,0.9821344316005707,artifact_grid_boundary_ratio_16,0.6666409969329834,30,0.9800843447446823,1.009460210800171,0.08907237426539048
68
+ int8_convrot,1.0902608633041382,0.9876294732093811,1.0094827138583857,0.9530277752476549,1.0009598433971405,1.0091087818145752,0.9866995215415955,artifact_grid_boundary_ratio_16,0.6882171034812927,30,0.9814575612545013,1.009639948606491,0.07676395410790642
69
+ mxfp8,1.044888973236084,0.9596982359886169,0.995121813198651,0.8742962946054225,1.0028482675552368,1.0104074478149414,0.9799090623855591,artifact_grid_boundary_ratio_16,0.5884047150611877,30,0.9791912138462067,1.0121881365776062,0.1080430570106408
70
+ nvfp4,1.0808591842651367,0.9804623285929362,0.9979892487630915,0.9421732076446971,0.9973191618919373,1.0119941234588623,0.9838801026344299,artifact_grid_boundary_ratio_16,0.693781852722168,30,0.9811625927686691,1.0137655436992645,0.07289492791312625
71
+ int4_convrot,1.101394772529602,0.9819385488828023,1.0081275217762142,0.9116823651442224,0.9987102746963501,1.0093310475349426,0.98440021276474,artifact_grid_boundary_ratio_16,0.6814430356025696,30,0.9827680885791779,1.0140501856803894,0.08580778707272001
72
+ gguf_q8_0,1.116892695426941,0.9814114073912302,1.0080725894545477,0.9212575796301655,1.0035258531570435,1.0111538171768188,0.9845072627067566,artifact_grid_boundary_ratio_16,0.6856414079666138,30,0.9842178970575333,1.0120818316936493,0.08449980384526468
73
+ gguf_q4_k_m,1.1306627988815308,0.9696301599343617,1.005957744189723,0.8647304142346864,0.9930368959903717,1.0010883212089539,0.9810271859169006,artifact_grid_boundary_ratio_16,0.5680370330810547,30,0.9809741973876953,1.00216343998909,0.11834158515754399
74
+ bf16,1.1975072622299194,0.9849390625953675,1.025797122102006,0.8998783169393235,1.0019777417182922,1.0187100172042847,0.9867652356624603,artifact_grid_boundary_ratio_32,0.6262194514274597,30,0.9794457405805588,1.0198944211006165,0.1285929966104787
75
+ fp8_scaled,1.2139098644256592,0.9762315491835276,1.0126748536204526,0.8974422457923155,0.9852725565433502,1.0069315433502197,0.9672465920448303,artifact_grid_boundary_ratio_32,0.6390887498855591,30,0.9645107239484787,1.0136566758155823,0.11230165059830863
76
+ int8_convrot,1.1980863809585571,0.9879613757133484,1.0207895078690272,0.9016890361244595,0.9921569526195526,1.0081079006195068,0.9794155657291412,artifact_grid_boundary_ratio_32,0.5951148271560669,30,0.9655886143445969,1.0215989649295807,0.11665248284835955
77
+ mxfp8,1.1549221277236938,0.9599421600500743,1.0024317981825888,0.8513269167241319,0.9903554618358612,1.0098696947097778,0.9678680896759033,artifact_grid_boundary_ratio_32,0.4989204406738281,30,0.9596565067768097,1.0138724148273468,0.13526229564695805
78
+ nvfp4,1.3504304885864258,1.0145842552185058,1.0365834214521037,0.9978347709892026,0.9950121343135834,1.007063627243042,0.9865113496780396,artifact_grid_boundary_ratio_32,0.7020969390869141,30,0.9838045388460159,1.0131991505622864,0.10743534351928993
79
+ int4_convrot,1.2417999505996704,0.9919917980829874,1.021684103900537,0.951177054122138,0.9896667897701263,1.0121053457260132,0.9608948528766632,artifact_grid_boundary_ratio_32,0.7358554005622864,30,0.9591702073812485,1.022790104150772,0.09746269820943829
80
+ gguf_q8_0,1.2355178594589233,0.9896698276201884,1.0243929060731296,0.9139543890886462,0.9978970289230347,1.0099062323570251,0.9795172810554504,artifact_grid_boundary_ratio_32,0.6310885548591614,30,0.9762020260095596,1.023921012878418,0.11613121153528931
81
+ gguf_q4_k_m,1.2136894464492798,0.9645553827285767,1.0016362157510155,0.8341458859533583,0.9940384924411774,1.0000395774841309,0.9672141671180725,artifact_grid_boundary_ratio_32,0.4876493215560913,30,0.9565983712673187,1.002862274646759,0.14560724056507085
82
+ bf16,1.7820409536361694,1.0122021993001302,1.0889268862132098,0.9818153446747677,0.9941430985927582,1.0006558895111084,0.9841523766517639,artifact_grid_boundary_ratio_8,0.8372174501419067,30,0.9797354936599731,1.0009718537330627,0.15303746960452702
83
+ fp8_scaled,1.0370781421661377,0.9766763130823771,0.9975304071103379,0.9346566929110104,0.9937796294689178,0.99673792719841,0.9822983145713806,artifact_grid_boundary_ratio_8,0.6835401654243469,30,0.9782261848449707,1.0023436844348907,0.06956089564901081
84
+ int8_convrot,1.3303442001342773,1.0031312664349874,1.0579479620849672,0.9803757598408545,0.99241703748703,1.0007754266262054,0.9833051562309265,artifact_grid_boundary_ratio_8,0.8404008150100708,30,0.9766575247049332,1.0063539445400238,0.0770690924429621
85
+ mxfp8,1.2602901458740234,0.9853387792905172,0.99938624063939,0.9491026783678941,0.9932082295417786,1.0011764466762543,0.9804414510726929,artifact_grid_boundary_ratio_8,0.6638944745063782,30,0.9795538187026978,1.0084186494350433,0.09293145789930513
86
+ nvfp4,1.3248720169067383,0.9853103339672089,0.9980577417956071,0.9558828226571301,0.9893903136253357,0.9983897507190704,0.9791535139083862,artifact_grid_boundary_ratio_8,0.7003074288368225,30,0.9786079376935959,1.006067544221878,0.09081610119986813
87
+ int4_convrot,1.1410318613052368,0.9777599354585012,0.9944827165194895,0.9432556350679434,0.9945836067199707,0.9990337491035461,0.9883492290973663,artifact_grid_boundary_ratio_8,0.6062940359115601,30,0.987682044506073,1.002305030822754,0.08744066590396239
88
+ gguf_q8_0,1.781701922416687,1.0181077500184377,1.1192366981833946,0.9820714801375738,0.9943583011627197,1.0078791379928589,0.9818511605262756,artifact_grid_boundary_ratio_8,0.832146406173706,30,0.9797182232141495,1.0208684802055359,0.1510653929905551
89
+ gguf_q4_k_m,1.0432273149490356,0.954969565073649,0.9921201348858019,0.8367274647440843,0.9895613491535187,0.9940472543239594,0.9794762134552002,artifact_grid_boundary_ratio_8,0.5367638468742371,30,0.9795505106449127,0.9981547594070435,0.1219365283161697
90
+ bf16,0.031559523195028305,0.0064735145075246695,0.012856337351555062,0.004115967913413494,0.005311400163918734,0.006391802337020636,0.0018934495165012777,artifact_high_frequency_power_ratio,0.001192638766951859,30,0.0018877777911256999,0.006658871774561703,0.007328949212130287
91
+ fp8_scaled,0.031355783343315125,0.006476964879160126,0.011779683224263164,0.004189043458572942,0.005249088630080223,0.006370231043547392,0.0018408752512186766,artifact_high_frequency_power_ratio,0.0011659483425319195,30,0.001846569066401571,0.007510064169764519,0.006901406391241682
92
+ int8_convrot,0.02969740703701973,0.0065337488466563325,0.01196315308321744,0.004213736151305724,0.005146111128851771,0.006715714931488037,0.0018497201381251216,artifact_high_frequency_power_ratio,0.0011473443591967225,30,0.0018189831753261387,0.0077858156291767955,0.006933389429983453
93
+ mxfp8,0.03157830238342285,0.006602075016902139,0.012096691487330469,0.004230684438138656,0.005066586658358574,0.006683299783617258,0.0018839709809981287,artifact_high_frequency_power_ratio,0.0012652649311348796,30,0.001857430295785889,0.007654394372366369,0.007022572197051972
94
+ nvfp4,0.0306825190782547,0.006704863568302244,0.01227315852865413,0.0043056496893159974,0.005577087635174394,0.006991913542151451,0.00184023124165833,artifact_high_frequency_power_ratio,0.001274063135497272,30,0.0018215342715848237,0.00757640996016562,0.007038282253146066
95
+ int4_convrot,0.04586603865027428,0.007314004062209278,0.015899252801415274,0.0043400867496825755,0.005280724028125405,0.0073582211043685675,0.0017220808658748865,artifact_high_frequency_power_ratio,0.0013197808293625712,30,0.0018514917173888534,0.007662221440114081,0.00958808541114139
96
+ gguf_q8_0,0.030865032225847244,0.006620116023502002,0.012592124824629628,0.00417099951798546,0.005522502586245537,0.006224115379154682,0.0018535609706304967,artifact_high_frequency_power_ratio,0.0012060038279742002,30,0.001840314333094284,0.007155864615924656,0.007335684618756065
97
+ gguf_q4_k_m,0.02481986954808235,0.0063915894250385465,0.010663697102113212,0.0042876809707496875,0.005875828908756375,0.0074288370087742805,0.0018979055457748473,artifact_high_frequency_power_ratio,0.0011761856731027365,30,0.0018837178649846464,0.008191455970518291,0.005913968458300964
98
+ bf16,0.027782432734966278,0.0053362832996450985,0.010931008999574646,0.003126965205006945,0.003395178122445941,0.00559955439530313,0.001374211278744042,artifact_laplacian_variance,8.004248957149684e-05,30,0.001399801200022921,0.006332668359391391,0.006654903275292051
99
+ fp8_scaled,0.02867905981838703,0.005425079094129615,0.010633012559619542,0.003200288070852164,0.003414097474887967,0.005817532539367676,0.0014249489759095013,artifact_laplacian_variance,7.772165554342791e-05,30,0.0014136020035948604,0.006825885968282819,0.0066070968702255034
100
+ int8_convrot,0.028111876919865608,0.00541458202302844,0.011094380493483696,0.0031884498154262286,0.0033844446297734976,0.005581424804404378,0.0014178546844050288,artifact_laplacian_variance,7.867597742006183e-05,30,0.0014246410864870995,0.006812799721956253,0.00675362272172227
101
+ mxfp8,0.028923794627189636,0.005612394586448014,0.01120932660012211,0.0032631005504077347,0.0034550182754173875,0.0056879278272390366,0.001412491430528462,artifact_laplacian_variance,8.621600136393681e-05,30,0.001438404928194359,0.006638265214860439,0.006930931305939735
102
+ nvfp4,0.027543842792510986,0.005553710185874176,0.011135576826954183,0.003224420099830522,0.0036439052782952785,0.006389327347278595,0.0011907730950042605,artifact_laplacian_variance,7.635269139427692e-05,30,0.0012419656559359282,0.00649238598998636,0.006828000006716776
103
+ int4_convrot,0.04334253445267677,0.006671625649566219,0.016055518361271615,0.003519634686417628,0.004131814930588007,0.005568139022216201,0.0014032002072781324,artifact_laplacian_variance,8.046215225476772e-05,30,0.0014637659187428653,0.005691013182513416,0.00997481904667202
104
+ gguf_q8_0,0.028385788202285767,0.005506425480659042,0.011391177539390923,0.0032223718660604394,0.0033818166702985764,0.005857042269781232,0.0014617599081248045,artifact_laplacian_variance,7.923326484160498e-05,30,0.0014686746580991894,0.006151831243187189,0.0069373406775490925
105
+ gguf_q4_k_m,0.02669985219836235,0.005469658804940991,0.01088054349352149,0.003224998686032983,0.0035049604484811425,0.005919574061408639,0.0014749863184988499,artifact_laplacian_variance,7.890939014032483e-05,30,0.0014749126276001334,0.00691052817273885,0.0065977417587513515
106
+ bf16,0.8287761211395264,0.47474102502067883,0.5855684697013582,0.36616417486168407,0.4818723201751709,0.5673525035381317,0.2734641134738922,artifact_luminance_mean,0.12227670103311539,30,0.29137982428073883,0.6666537672281265,0.22245731239671693
107
+ fp8_scaled,0.8275262117385864,0.4760946253935496,0.5854010230617677,0.36517532163261385,0.4847806692123413,0.564379870891571,0.27260375022888184,artifact_luminance_mean,0.12329041957855225,30,0.29098669439554214,0.6661370992660522,0.2221189775115306
108
+ int8_convrot,0.8290361166000366,0.47413557867209116,0.5838446449553758,0.3655914608642292,0.48251913487911224,0.5668830275535583,0.2752035856246948,artifact_luminance_mean,0.1225673109292984,30,0.2927829548716545,0.6650997698307037,0.22119951841336072
109
+ mxfp8,0.8272250890731812,0.47249420881271365,0.5801964004374296,0.36348922225769514,0.48022058606147766,0.5639391541481018,0.2797144651412964,artifact_luminance_mean,0.12252219021320343,30,0.2956392541527748,0.6592095792293549,0.22000155515524206
110
+ nvfp4,0.8154351115226746,0.4781216373046239,0.5868717580467111,0.3683860676603783,0.4895312786102295,0.5763062238693237,0.2722606062889099,artifact_luminance_mean,0.12202876806259155,30,0.29260285198688507,0.6778658777475357,0.22109535376215295
111
+ int4_convrot,0.8123236298561096,0.4670408323407173,0.5770297183676517,0.357864995640348,0.4724118262529373,0.5384710431098938,0.2560005187988281,artifact_luminance_mean,0.12938399612903595,30,0.27572591602802277,0.6458188146352768,0.21938194808477232
112
+ gguf_q8_0,0.8275871276855469,0.47456475694974265,0.5853191427857007,0.365012702739316,0.4829190820455551,0.5671161115169525,0.2734183967113495,artifact_luminance_mean,0.12270329892635345,30,0.29170335084199905,0.6660377979278564,0.2223044209314004
113
+ gguf_q4_k_m,0.8349631428718567,0.4686392615238825,0.5804270630639243,0.36068915937057455,0.478660523891449,0.5536926686763763,0.2686625123023987,artifact_luminance_mean,0.11951406300067902,30,0.2874821722507477,0.6539942920207977,0.22119087309912783
114
+ bf16,0.29011160135269165,0.21992382928729057,0.24338478096525684,0.18369106430764195,0.24474745988845825,0.25892728567123413,0.1800270974636078,artifact_luminance_std,0.07326649874448776,30,0.1816285066306591,0.2615939676761627,0.05855414473314542
115
+ fp8_scaled,0.293201208114624,0.220692940056324,0.2437686786905207,0.18439023410427105,0.24421841651201248,0.25936856865882874,0.18172059953212738,artifact_luminance_std,0.07360288500785828,30,0.18372415378689766,0.26235271245241165,0.058123737993796436
116
+ int8_convrot,0.2897592782974243,0.22030811284979185,0.2435378264585187,0.18406782781742922,0.24509183317422867,0.2589303106069565,0.1781918704509735,artifact_luminance_std,0.07315973937511444,30,0.18125183880329132,0.26139361411333084,0.0586937316382405
117
+ mxfp8,0.29982978105545044,0.22149013926585515,0.24548043596442287,0.1847547937114461,0.2470528706908226,0.2577151358127594,0.17928209900856018,artifact_luminance_std,0.0733739584684372,30,0.18124116584658623,0.26193416863679886,0.05967059698460225
118
+ nvfp4,0.28884589672088623,0.21807041441400846,0.23992520120636127,0.18191302501344855,0.23719629645347595,0.2506242170929909,0.18501295149326324,artifact_luminance_std,0.07255903631448746,30,0.1872648522257805,0.25252117961645126,0.055867771197170416
119
+ int4_convrot,0.3059524893760681,0.22635182390610378,0.2497052281058263,0.19160771176065036,0.2501652091741562,0.2598147988319397,0.19474434852600098,artifact_luminance_std,0.0798766016960144,30,0.19777939841151237,0.2616719380021095,0.05760632831356761
120
+ gguf_q8_0,0.29463905096054077,0.2199059230585893,0.24389052072093304,0.18397595287918408,0.2445196807384491,0.25902682542800903,0.18055520951747894,artifact_luminance_std,0.07341570407152176,30,0.1829400509595871,0.261923186480999,0.05902985628256024
121
+ gguf_q4_k_m,0.2900227904319763,0.218133195489645,0.24238954146499975,0.18147827704668573,0.24350182712078094,0.2608356326818466,0.1679830104112625,artifact_luminance_std,0.06974280625581741,30,0.1708824709057808,0.261458158493042,0.060295940438234885
122
+ bf16,0.34344542026519775,0.11398565527051688,0.16696308684822603,0.07771300006242284,0.10549644008278847,0.14687331020832062,0.04665585793554783,artifact_saturation_mean,0.008430104702711105,30,0.04829507227987051,0.16222890466451645,0.08755793359108803
123
+ fp8_scaled,0.34116125106811523,0.11448063325757782,0.16768593572547466,0.07760366802414773,0.10298968479037285,0.14753016829490662,0.045853324234485626,artifact_saturation_mean,0.00894435029476881,30,0.047263165935873985,0.1612839177250862,0.08896540188546719
124
+ int8_convrot,0.34348899126052856,0.11391610754653811,0.1666612907931083,0.07733725022017388,0.10668217018246651,0.14877855777740479,0.04557467997074127,artifact_saturation_mean,0.008413145318627357,30,0.04681415855884552,0.16164465248584747,0.08733128433565733
125
+ mxfp8,0.34628283977508545,0.11385334435229501,0.16802519049190143,0.07739906067396624,0.10478852689266205,0.1456046849489212,0.04750455170869827,artifact_saturation_mean,0.009984525851905346,30,0.04804812744259834,0.1575765237212181,0.08859439675565352
126
+ nvfp4,0.33353155851364136,0.11345184243594607,0.1655775372575092,0.0772886519864879,0.11028828471899033,0.13931508362293243,0.045858390629291534,artifact_saturation_mean,0.0062842704355716705,30,0.047630670480430126,0.15444738790392876,0.08686385198765167
127
+ int4_convrot,0.3071558475494385,0.11184075785179932,0.15920755588291252,0.07872708669026071,0.10528886318206787,0.135818712413311,0.05382675677537918,artifact_saturation_mean,0.011135261505842209,30,0.05300867650657892,0.14621388539671898,0.0787107043861786
128
+ gguf_q8_0,0.3433770537376404,0.11396450434500972,0.16822325180400108,0.07771461461124589,0.10565118491649628,0.1462012082338333,0.04757782816886902,artifact_saturation_mean,0.008971265517175198,30,0.04831772856414318,0.16119711101055145,0.08809218125720855
129
+ gguf_q4_k_m,0.3525537848472595,0.11171482006708781,0.16617374907250057,0.07528712737293067,0.0994982197880745,0.13324643671512604,0.04594610631465912,artifact_saturation_mean,0.008324021473526955,30,0.046329863369464874,0.15637607872486115,0.08925505369411138
130
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,delta_e_2000_mean,0.0,30,0.0,0.0,0.0
131
+ fp8_scaled,11.483121871948242,3.966377484798431,5.887792585883809,2.573259945478504,2.5886929035186768,4.748284816741943,1.3150166273117065,delta_e_2000_mean,0.42607879638671875,30,1.2700645327568054,4.9170098304748535,3.3691278175130255
132
+ int8_convrot,9.37054443359375,2.3873159204920134,3.697525820513594,1.6053033537811214,1.234503149986267,2.6648285388946533,0.6395715475082397,delta_e_2000_mean,0.23851720988750458,30,0.6368480324745178,3.561531722545624,2.2612009545558043
133
+ mxfp8,10.63775634765625,3.3460651487112045,4.956765392325992,2.2204938924048565,2.6430084705352783,3.6377205848693848,0.9271849393844604,delta_e_2000_mean,0.44776690006256104,30,0.9909160435199738,4.94148850440979,2.8674949537710908
134
+ nvfp4,19.292980194091797,6.659375993410746,8.47782459714621,5.03495832873238,6.313443660736084,8.464838981628418,3.4050838947296143,delta_e_2000_mean,0.7552700042724609,30,3.1281118392944336,9.676307439804077,4.2145226468747214
135
+ int4_convrot,24.21453094482422,10.267134523391723,13.635003135455003,7.6227921267134615,9.150108337402344,12.856962203979492,5.294098377227783,delta_e_2000_mean,1.3954126834869385,30,5.111790657043457,13.351920127868652,6.281755222751914
136
+ gguf_q8_0,9.947036743164062,2.3953464051087696,3.8271838812035424,1.5427439046065117,1.862764835357666,2.8841936588287354,0.7818159461021423,delta_e_2000_mean,0.22240394353866577,30,0.6313264071941376,3.2199647426605225,2.331150896568802
137
+ gguf_q4_k_m,14.697423934936523,5.656645333766937,7.340707254998892,4.01791214310432,5.339750289916992,7.664797782897949,2.6376092433929443,delta_e_2000_mean,0.6819735765457153,30,2.491503417491913,8.239952564239502,3.638060617631283
138
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,delta_e_2000_p95,0.0,30,0.0,0.0,0.0
139
+ fp8_scaled,60.031036376953125,17.211933064460755,25.901402774038253,10.639616981734177,11.545272827148438,21.604257583618164,4.131968021392822,delta_e_2000_p95,1.0401486158370972,30,4.10766863822937,25.547958374023438,16.98805428704481
140
+ int8_convrot,60.92300796508789,11.434780442714692,18.447402891931173,6.689456756203022,4.601085424423218,11.373390674591064,1.6462477445602417,delta_e_2000_p95,0.5516780614852905,30,1.6362426578998566,14.727276802062988,14.514765819904927
141
+ mxfp8,60.938411712646484,15.235675468047459,22.915436998729355,9.587153557405967,11.239513874053955,18.10616683959961,3.312631845474243,delta_e_2000_p95,0.7117034792900085,30,3.1227405667304993,20.36545753479004,15.725032370916187
142
+ nvfp4,61.69163513183594,27.125506460666656,34.61912026801719,19.959955988980607,28.628643035888672,33.81364822387695,12.64588451385498,delta_e_2000_p95,1.7622984647750854,30,12.146420001983643,36.15382385253906,17.380972841306836
143
+ int4_convrot,71.36679077148438,35.17800121307373,45.34740610582393,25.978001685070623,32.64629936218262,47.97770690917969,16.7833309173584,delta_e_2000_p95,3.4165215492248535,30,15.341195106506348,48.65043640136719,20.145533572392875
144
+ gguf_q8_0,50.0253791809082,11.235154736042023,18.3577128150845,6.42395185247403,6.505018949508667,11.220423221588135,1.775044560432434,delta_e_2000_p95,0.53924560546875,30,1.7028608918190002,13.635668516159058,13.529021417607778
145
+ gguf_q4_k_m,62.333892822265625,22.869729046026865,30.12990367256274,15.547161075256417,23.28391456604004,31.25609302520752,7.517449378967285,delta_e_2000_p95,1.3479758501052856,30,7.308003902435303,33.111852169036865,17.123298183086835
146
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,edge_mae,0.0,30,0.0,0.0,0.0
147
+ fp8_scaled,0.33001643419265747,0.07532161632552743,0.13930944568898426,0.04544289823106702,0.04912411421537399,0.0703529343008995,0.022591352462768555,edge_mae,0.0046882363967597485,30,0.021705199498683214,0.08493299782276154,0.08448712712844918
148
+ int8_convrot,0.3080732226371765,0.05368041183489065,0.10695981163220979,0.030531610619935146,0.026883888989686966,0.04516151547431946,0.013133929576724768,edge_mae,0.0034100841730833054,30,0.012441205559298396,0.05733771622180939,0.07038598169635805
149
+ mxfp8,0.30713704228401184,0.06807803912088276,0.12814387849338352,0.04004108847891134,0.04082764685153961,0.0697740912437439,0.018377656117081642,edge_mae,0.004183486104011536,30,0.018760444596409798,0.0701916553080082,0.08038695349965973
150
+ nvfp4,0.35786503553390503,0.09647003185624878,0.15483449089777032,0.06345773019514597,0.0685483030974865,0.10237939655780792,0.03989491984248161,edge_mae,0.005974304862320423,30,0.03622992895543575,0.11117053590714931,0.0889229575086993
151
+ int4_convrot,0.3905501365661621,0.11340232094128927,0.17996652714610817,0.07650563967501191,0.09093757346272469,0.11818301305174828,0.04553857073187828,edge_mae,0.008837084285914898,30,0.046125506050884724,0.1272311583161354,0.09772767409600709
152
+ gguf_q8_0,0.31240805983543396,0.05398907176374147,0.1073184148380044,0.030537550662396794,0.027585715055465698,0.05935930833220482,0.012097450904548168,edge_mae,0.0032236482948064804,30,0.011087994556874037,0.06009658984839916,0.06980598636659784
153
+ gguf_q4_k_m,0.32147520780563354,0.09083299962803722,0.14735934505032453,0.05742135074146099,0.05791335366666317,0.09847811236977577,0.03130633756518364,edge_mae,0.005259406752884388,30,0.03156483732163906,0.10800106450915337,0.08617770943787374
154
  bf16,1.0000000000000002,1.0,0.9999999999999999,0.9999999999999999,1.0,0.9999999999999998,0.9999999999999998,final_latent_cosine,0.9999999999999998,30,1.0,1.0000000000000002,1.6748780794631286e-16
155
+ fp8_scaled,0.9990132257394989,0.95768181308319,0.9758015967812483,0.9320701545133961,0.974916844990766,0.9918454746848921,0.9381547628183944,final_latent_cosine,0.8440704265372225,30,0.9322940696767154,0.9947484577846772,0.0457573571854162
156
+ int8_convrot,0.9996738629611984,0.9794700450363916,0.9880697196571017,0.9687830959453048,0.9911894084839659,0.996725111071858,0.9718072555648413,final_latent_cosine,0.9143871625882631,30,0.9675368644940532,0.9981169210243355,0.024724095004720455
157
+ mxfp8,0.9997066815818643,0.9669332757282731,0.9809209349843624,0.9493300047550072,0.9796811619102106,0.9974308978066833,0.9536419144488646,final_latent_cosine,0.8904270511857791,30,0.9432470155029122,0.9977857851759111,0.03638925130596308
158
+ nvfp4,0.997225161488146,0.9169226004348068,0.9430073738776198,0.8870893496791321,0.9268460079540761,0.9646389444149731,0.8799963143377532,final_latent_cosine,0.6775479449230533,30,0.8705420260770691,0.9741240532265472,0.07239929399554912
159
+ int4_convrot,0.9942978377811718,0.8568672418596085,0.9053446369823137,0.7923442905925553,0.8799561457916107,0.9588744477501203,0.812125658351456,final_latent_cosine,0.5797442112408234,30,0.8029939583040128,0.9618171494830972,0.11895712471807912
160
+ gguf_q8_0,0.9998941607419957,0.9791950350136175,0.9886014185287781,0.9661664053731657,0.9894186168284973,0.9984581787120179,0.9720523338401579,final_latent_cosine,0.9101157105713021,30,0.9667533005227373,0.9990276717041361,0.025461362100022825
161
+ gguf_q4_k_m,0.9981401529920513,0.9352926861711494,0.9586248535655357,0.909468213440802,0.9413276251567192,0.9798217867390568,0.9020750026096842,final_latent_cosine,0.7813621720442112,30,0.8964234869991148,0.9828233163784796,0.056263771827828386
162
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_mae,0.0,30,0.0,0.0,0.0
163
+ fp8_scaled,0.43088059438190385,0.16253725938964295,0.22715095437524913,0.11321061010565234,0.14401144072247973,0.21486968391621275,0.0632440157585279,final_latent_mae,0.0344473923613009,30,0.0590217649642355,0.22904379459394875,0.11869481578535535
164
+ int8_convrot,0.34459674727068546,0.09785262226524007,0.13963517745498366,0.06740705046487842,0.061628942384125196,0.12062073918534111,0.0372752012475317,final_latent_mae,0.01399631493463005,30,0.03373658026252713,0.1379440010756241,0.084615045960451
165
+ mxfp8,0.42524115449811006,0.1403025753338118,0.19699613292580115,0.09696245674126595,0.11666390966887263,0.1718260712149089,0.046522255345173846,final_latent_mae,0.019534103462888197,30,0.04567510139770903,0.20301869442146625,0.10845983560431778
166
+ nvfp4,0.5718134701574229,0.26427991591832456,0.3139038223244819,0.20841331566114615,0.26637238939211727,0.35794007712409837,0.1643270599488389,final_latent_mae,0.06821991900285695,30,0.14772310937533106,0.3591660619070538,0.12819963476138754
167
+ int4_convrot,0.9256390626047448,0.39127930287687795,0.4891188569047702,0.30725895976115214,0.3724110698090328,0.48519457055221693,0.21330140454653446,final_latent_mae,0.11867898339986027,30,0.20917506493182358,0.508577043020999,0.1939872803869709
168
+ gguf_q8_0,0.3762036819663308,0.09737802843484218,0.14553122744565838,0.06540253486914249,0.0720067853011841,0.1285228941222485,0.028097455035144492,final_latent_mae,0.014520777250524475,30,0.02562061307255803,0.1541437467128155,0.08882674189409348
169
+ gguf_q4_k_m,0.47341706981895015,0.22653762967202104,0.27878303939289395,0.17375335386811994,0.21923339227981842,0.30025952487883956,0.12343858348850745,final_latent_mae,0.0580937166544544,30,0.12214031422626448,0.31285614405080153,0.1186786086377116
170
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_max_abs,0.0,30,0.0,0.0,0.0
171
+ fp8_scaled,6.810203313827515,3.4788162966569263,4.097296363331234,2.798106687790829,3.94640189409256,4.331535577774048,2.2962564826011658,final_latent_max_abs,1.1445398926734924,30,2.2158609330654144,4.389311924576759,1.4032367657749338
172
+ int8_convrot,6.822402715682983,3.0971722836295763,3.682247978961108,2.467355995287729,3.4214413315057755,3.803535223007202,2.2851668000221252,final_latent_max_abs,0.8671616911888123,30,2.1549638360738754,3.8457661867141724,1.4207052177754584
173
+ mxfp8,6.87958025932312,3.235787672797839,3.815696778941891,2.5642663800002206,3.606418550014496,4.035384714603424,2.1296051666140556,final_latent_max_abs,1.0756072998046875,30,2.1120776124298573,4.108494818210602,1.3975605219273086
174
+ nvfp4,7.554713249206543,4.248068203032017,4.906162958036151,3.5443328441428514,4.420087456703186,4.746770858764648,3.782839208841324,final_latent_max_abs,1.5216014385223389,30,3.7823924124240875,4.86954802274704,1.4433200460136069
175
+ int4_convrot,7.238463401794434,4.719983108341694,5.335783853105764,3.9879637545622937,4.894056797027588,5.422322511672974,3.9202542901039124,final_latent_max_abs,1.6942468285560608,30,4.001815557479858,5.626847267150879,1.382328329598143
176
+ gguf_q8_0,6.812732458114624,3.0068762322266895,3.555599342684809,2.374542998980838,3.396212935447693,3.844132900238037,1.5516021251678467,final_latent_max_abs,0.5595033764839172,30,1.4381099045276642,3.9919084310531616,1.50100610740487
177
+ gguf_q4_k_m,6.930643081665039,3.9185338402787844,4.4638349068493595,3.2391134315918357,4.0794040858745575,4.752050161361694,3.3161949813365936,final_latent_max_abs,1.2339977025985718,30,3.12244476377964,4.866068780422211,1.3370910805422387
178
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_nonfinite_count,0.0,30,0.0,0.0,0.0
179
  fp8_scaled,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_nonfinite_count,0.0,30,0.0,0.0,0.0
180
  int8_convrot,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_nonfinite_count,0.0,30,0.0,0.0,0.0
181
  mxfp8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_nonfinite_count,0.0,30,0.0,0.0,0.0
182
  nvfp4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_nonfinite_count,0.0,30,0.0,0.0,0.0
183
+ int4_convrot,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_nonfinite_count,0.0,30,0.0,0.0,0.0
184
+ gguf_q8_0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_nonfinite_count,0.0,30,0.0,0.0,0.0
185
+ gguf_q4_k_m,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_nonfinite_count,0.0,30,0.0,0.0,0.0
186
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_relative_l2,0.0,30,0.0,0.0,0.0
187
+ fp8_scaled,0.561867670817564,0.24611432114340853,0.32696396301732966,0.17604227412491427,0.22361785798622946,0.3219189353695148,0.10801230172947905,final_latent_relative_l2,0.04513061589334775,30,0.102422355026235,0.3656132232745428,0.15942733762085928
188
+ int8_convrot,0.4117376784326574,0.16570607353080016,0.21651452013016817,0.11671402921201494,0.13257123231998846,0.22416861101912317,0.0627901055265302,final_latent_relative_l2,0.025538385579491816,30,0.06153399646256064,0.25466554422273574,0.11833088525091065
189
+ mxfp8,0.4726395015778749,0.2139005903192808,0.28148279953520944,0.14956514729315284,0.2018998584626961,0.2638497962771371,0.06504099210841373,final_latent_relative_l2,0.024725070144718423,30,0.06670065480556368,0.3338293852941963,0.14614951286698435
190
+ nvfp4,0.7917400959936337,0.3659206445697244,0.436471044439881,0.28650029461980436,0.3813605818588721,0.4402367225121656,0.248114629784772,final_latent_relative_l2,0.07451581635116171,30,0.2262810394511847,0.504546459842452,0.17796772156389645
191
+ int4_convrot,0.9227312819644936,0.4890777530246518,0.6014069540833724,0.3815084684474934,0.4908681550551591,0.6100007128966033,0.2787427363787042,final_latent_relative_l2,0.10665512765983909,30,0.2756452002924681,0.6293111864258787,0.2297482326723181
192
+ gguf_q8_0,0.42728122762362286,0.16393504464305175,0.22345513884101062,0.11495066044641478,0.14568786445950718,0.2143112544891126,0.049409051936206635,final_latent_relative_l2,0.014568130156638937,30,0.04386807552129296,0.2580509126138479,0.1237939272566236
193
+ gguf_q4_k_m,0.6524379262376564,0.3214413120784904,0.39422056465558014,0.24454299011582564,0.3406162532589876,0.4323342302220082,0.20304566240569139,final_latent_relative_l2,0.06097064346235551,30,0.20002878821824743,0.45595169537672436,0.16318124270193038
194
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,final_latent_rmse,0.0,30,0.0,0.0,0.0
195
+ fp8_scaled,0.7377951901563011,0.2997290529280748,0.4022459704916589,0.21206202939269,0.27677320547453743,0.3869242548141378,0.11625437725379603,final_latent_rmse,0.05394278418661119,30,0.11010036654942262,0.4128623872869279,0.20276907999996566
196
+ int8_convrot,0.7580860692740139,0.2053203749685123,0.2839154881727243,0.14371563045293265,0.1698773768622126,0.24011047247945894,0.07045042082196983,final_latent_rmse,0.029828283805020377,30,0.06929466972765312,0.2893305781935036,0.1687018116212049
197
+ mxfp8,0.7843178276372679,0.2597711335533564,0.3525011325362048,0.1821404723873839,0.22786624558258123,0.29046383484470384,0.0874775293548552,final_latent_rmse,0.0359873609126252,30,0.08383933366756499,0.3597845159935686,0.193874026271923
198
+ nvfp4,0.9401643557820462,0.43986440201573745,0.5321936476087231,0.3472321003586412,0.4359448089334799,0.5840122423774203,0.2859338339372067,final_latent_rmse,0.11212599804958107,30,0.24795566698553517,0.5929091233624896,0.21494028630006545
199
+ int4_convrot,1.542125200772799,0.5967536484008615,0.7674184982553053,0.46523753435924126,0.5612961832335543,0.7488224454966103,0.3059412809557831,final_latent_rmse,0.16658225829951387,30,0.30358793519153926,0.7634363836381748,0.3129486995372591
200
+ gguf_q8_0,0.7056793078399555,0.20093004999263106,0.2814116839765029,0.1398926389658149,0.16931596988120343,0.2153697879695872,0.05536208227988816,final_latent_rmse,0.02681345623388868,30,0.053082294630554624,0.27815297762228797,0.17224270622135318
201
+ gguf_q4_k_m,0.7810297255896639,0.3854159512354935,0.46771375849321206,0.29542667478880824,0.3996497247636932,0.47827015564906183,0.21855690364827957,final_latent_rmse,0.09522868427223442,30,0.22019667734477066,0.5141323614627847,0.1929172769491478
202
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,luminance_histogram_js,0.0,30,0.0,0.0,0.0
203
+ fp8_scaled,0.33825114263452427,0.01945370763599984,0.06419561154879448,0.00652599941186096,0.00332612580094384,0.009885450498588884,0.0018722693641762779,luminance_histogram_js,0.0003761274468946634,30,0.0017676893450690196,0.012086350192003482,0.061153551829226126
204
+ int8_convrot,0.2956382769436881,0.015576551361549248,0.06156914673581835,0.0031481184940420973,0.001579743705753635,0.0035642993122832678,0.0006561202953513216,luminance_histogram_js,0.00016029276910201263,30,0.0005123360598632729,0.004623427479476562,0.054033804935340435
205
+ mxfp8,0.44879910510342297,0.03632349678009688,0.13192153369376958,0.00896494629482139,0.0023263563025843147,0.00572349126291466,0.001028710297362082,luminance_histogram_js,0.000311245546924982,30,0.000990672817108278,0.00839515983478614,0.09573689993782084
206
+ nvfp4,0.2975578595152799,0.04419635920423148,0.08227298936966453,0.020849029726129863,0.012406239554403987,0.03667384142878227,0.006629875881504943,luminance_histogram_js,0.0026423989324661206,30,0.006316367910987301,0.04494439882821958,0.07304364824761002
207
+ int4_convrot,0.42010054105036787,0.07652814052661103,0.16516641632394755,0.03696543003424891,0.018489322025153417,0.0559455453569553,0.010649411408757366,luminance_histogram_js,0.0040292838655711545,30,0.01021398374269627,0.07303051244622785,0.11766822122071828
208
+ gguf_q8_0,0.25138216675930614,0.014654057279504579,0.04693086170751659,0.00472115319831668,0.001609429856380643,0.0035255798682941797,0.0005012685990991685,luminance_histogram_js,0.00011283360412319066,30,0.0004663616799831969,0.00603834052580851,0.046018251739517534
209
+ gguf_q4_k_m,0.36436111233164126,0.04953146865956312,0.11928328290985944,0.01648602021461974,0.012259774049683345,0.02068615512718905,0.005158513420213879,luminance_histogram_js,0.00295501141167707,30,0.0050048307868443,0.029185822843959507,0.09355219437920609
210
  bf16,1.0000000000000002,1.0,1.0,1.0,1.0,0.9999999999999999,0.9999999999999999,pixel_cosine,0.9999999999999998,30,0.9999999999999999,1.0000000000000002,1.4723000231259014e-16
211
+ fp8_scaled,0.9997174101836451,0.977177909784758,0.9879025784982869,0.963932187099867,0.9887227846325779,0.9982173979477897,0.9631982979465751,pixel_cosine,0.920929753854715,30,0.9613772315572804,0.9986170235867041,0.02546210798368741
212
+ int8_convrot,0.9999191637627433,0.9886657918554602,0.993482300389649,0.9811533242725664,0.9953487300694817,0.9987661159080022,0.9851095801009797,pixel_cosine,0.9483690245205272,30,0.9806195740889176,0.9992983581745922,0.013768144113868737
213
+ mxfp8,0.999908597658179,0.983809107885415,0.9906932696070647,0.9750051357077075,0.9867104253517991,0.9987344837314194,0.9737984215809845,pixel_cosine,0.9462661755937913,30,0.9732533670824269,0.9990265944457568,0.016655771843030468
214
+ nvfp4,0.9993925868579964,0.9571523024286236,0.9735301526020309,0.9361149762926662,0.9703988935282456,0.9896606417752621,0.9321832728578532,pixel_cosine,0.8589949462434774,30,0.9313707413549633,0.9907761836811553,0.04152474355923369
215
+ int4_convrot,0.9971954680960409,0.9262337503347184,0.9550056779400973,0.8868227144278665,0.9552145264345422,0.9833523518057155,0.9015752013748606,pixel_cosine,0.7247752992103546,30,0.9010896653952006,0.9835810375673184,0.07116705390677375
216
+ gguf_q8_0,0.9999414432659867,0.9883925568678423,0.9936567569168349,0.9801678137884207,0.9947484196099656,0.9995033836897472,0.9825087566892895,pixel_cosine,0.9474815000141574,30,0.9821883607603519,0.9996922175537619,0.01381749638708261
217
+ gguf_q4_k_m,0.9995382135549459,0.9612657248335854,0.9774404858111346,0.9257889463547536,0.9755657054418756,0.9938986872229765,0.9542060250782674,pixel_cosine,0.7877257482454687,30,0.9505312138842634,0.9947785215344808,0.047854772806016604
218
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,pixel_mae,0.0,30,0.0,0.0,0.0
219
+ fp8_scaled,0.12151041816029344,0.039640880672782756,0.05906300826028225,0.02614573828974821,0.030032288642511652,0.048271662036881935,0.014071846091686286,pixel_mae,0.0035665421485949387,30,0.012675566307128369,0.04856900256260133,0.033664231274267785
220
+ int8_convrot,0.10591174032151685,0.02391713974267936,0.03888277777649966,0.016087678592611926,0.013695026543246058,0.028048601296935278,0.0065201610242032375,pixel_mae,0.0018026253486217076,30,0.006405253760211356,0.034092428643456664,0.02377175939197411
221
+ mxfp8,0.12146794873660838,0.033667628081583544,0.051363375007687534,0.022587771551908317,0.02887947293072557,0.03703606275701077,0.00874234130272574,pixel_mae,0.003720539321875549,30,0.009623546750996564,0.045891529829380794,0.0296620873935028
222
+ nvfp4,0.21235614602725641,0.06762622004486428,0.08660770580638986,0.0508139566504121,0.061716821261446356,0.08697530288956538,0.0345933651303009,pixel_mae,0.006045911217370303,30,0.03389306059197376,0.09413492140710862,0.044578856460581115
223
+ int4_convrot,0.24330646071098272,0.10269503816140665,0.13634399872637204,0.07686891440598713,0.08755048082525718,0.13124022963294615,0.053372013998947906,pixel_mae,0.014090844700452484,30,0.0505897861877429,0.13952849795886854,0.062012287065229196
224
+ gguf_q8_0,0.11332421623819755,0.023879413112813885,0.039969577478454504,0.01537696796126933,0.01833712969221324,0.028385645947423654,0.006900609470752292,pixel_mae,0.0015720843590922111,30,0.006141384129477956,0.03325665250105203,0.024452914857575614
225
+ gguf_q4_k_m,0.16389446544530983,0.05739326747999359,0.07591082990466566,0.041206945676203525,0.05575683301515255,0.07329752542750612,0.027670659927177137,pixel_mae,0.00597069366449432,30,0.024590198471211504,0.07533340573801676,0.03839857369616954
226
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,pixel_max_abs,0.0,30,0.0,0.0,0.0
227
+ fp8_scaled,0.990234375,0.7890787760416667,0.8719401041666667,0.6928548177083333,0.8828125,0.939453125,0.631591796875,pixel_max_abs,0.435546875,30,0.6004638671875,0.94091796875,0.1888034494224353
228
+ int8_convrot,1.0,0.7360188802083333,0.8275829904384466,0.623828125,0.8291015625,0.90625,0.564453125,pixel_max_abs,0.32763671875,30,0.53955078125,0.91796875,0.22603839516476007
229
+ mxfp8,0.984375,0.7773111979166667,0.8583984375,0.6554505490397109,0.873046875,0.91015625,0.68359375,pixel_max_abs,0.2666015625,30,0.68701171875,0.92724609375,0.21088690152917955
230
+ nvfp4,1.0,0.84287109375,0.901171875,0.7489094319317616,0.9140625,0.931640625,0.7919921875,pixel_max_abs,0.44091796875,30,0.77294921875,0.94580078125,0.1528960264293414
231
+ int4_convrot,1.0,0.8854654947916667,0.9353515625,0.7909083909651501,0.9423828125,0.96484375,0.849609375,pixel_max_abs,0.470703125,30,0.8544921875,0.966796875,0.13634093347906132
232
+ gguf_q8_0,1.0,0.7337117513020833,0.827616677135163,0.6241848868032336,0.8291015625,0.9169921875,0.5498046875,pixel_max_abs,0.33447265625,30,0.526123046875,0.92919921875,0.23005091199516395
233
+ gguf_q4_k_m,0.994140625,0.8361002604166666,0.8948134158794552,0.7444151305046794,0.8984375,0.9384765625,0.8076171875,pixel_max_abs,0.41015625,30,0.80615234375,0.94677734375,0.15619086538700447
234
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,pixel_mse,0.0,30,0.0,0.0,0.0
235
+ fp8_scaled,0.046511166947092286,0.010874053185823435,0.0189599065061854,0.006095181723487172,0.007374139768811962,0.010979984319647914,0.0008209186663342537,pixel_mse,4.59174526192691e-05,30,0.000852767009862472,0.013948382328004525,0.012795916764529496
236
+ int8_convrot,0.03842447766786728,0.006120242625723652,0.01217492815324518,0.0033275772128469536,0.0020879989336654303,0.00588155706080402,0.0003753197210690483,pixel_mse,2.1041879600397727e-05,30,0.0002952857566630708,0.00718952757875772,0.009096091239460636
237
+ mxfp8,0.04611362986137035,0.008537968649407087,0.01585505533493698,0.004790083230145829,0.005077824795080722,0.007273513210324675,0.0005246900834412403,pixel_mse,7.53721164840869e-05,30,0.0005367923152941142,0.010257589766284816,0.011171156109163626
238
+ nvfp4,0.08448238408001447,0.020066265895179992,0.028309935414635685,0.013388327566512932,0.01676510825490242,0.022131470451559748,0.005129129271544126,pixel_mse,0.00015960568907131406,30,0.004101960813450619,0.030228655747281733,0.018740534296128174
239
+ int4_convrot,0.10966270520278175,0.035462206958996906,0.053908361044356125,0.0221988674500555,0.023956278593986097,0.04868999446064779,0.008990714826063293,pixel_mse,0.0005065721451857885,30,0.009463978488066623,0.05558737746307039,0.03276640409085106
240
+ gguf_q8_0,0.04224698943996122,0.006084113056624834,0.012546890309027867,0.0032126671962391354,0.0032267241388587733,0.00535753783029843,0.00018873858208390105,pixel_mse,1.0346624360637463e-05,30,0.00016711356790888226,0.006232682232722279,0.009222189905145867
241
+ gguf_q4_k_m,0.05410322656455432,0.015988204455365276,0.02298823886850115,0.010055979277549197,0.013484952925808629,0.02159108579938171,0.0027473493818909603,pixel_mse,8.974452157370014e-05,30,0.002742936379368872,0.02360484531762232,0.014507896405886843
242
  bf16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,pixel_rmse,0.0,30,0.0,0.0,0.0
243
+ fp8_scaled,0.21566447771270142,0.08551863220535331,0.11803884160886993,0.059246730721562946,0.08585596062258541,0.10460753085335903,0.029723176883719483,pixel_rmse,0.006776241776919497,30,0.029187427565051216,0.11802769274312241,0.06069099289716499
244
+ int8_convrot,0.19602162551072594,0.0605931022400491,0.08699692835372667,0.042165733712456695,0.045686307281696814,0.07669131020398608,0.01937317013472623,pixel_rmse,0.004587142858076008,30,0.01713523582174047,0.08474941534403135,0.05033047941957317
245
+ mxfp8,0.21474084348667896,0.07425315291442554,0.10409143136110337,0.051802989341558955,0.07125237252473124,0.08511686264605975,0.024019798834631994,pixel_rmse,0.008681711610280942,30,0.023115811369805367,0.10109378242848045,0.05593504174339372
246
+ nvfp4,0.2906585351920953,0.12526690155312523,0.1526859822661448,0.0952640210061375,0.129479922655383,0.1487664964014403,0.07308798585884464,pixel_rmse,0.01263351451779409,30,0.06365347923449301,0.17380182099892122,0.06727044699127928
247
+ int4_convrot,0.3311535975990322,0.16701950298968368,0.21192818209130662,0.12649684752687093,0.15477683332471937,0.22065809402930994,0.09481938001307166,pixel_rmse,0.022507157643420646,30,0.09719586151229953,0.23561163247815953,0.08847379845960979
248
+ gguf_q8_0,0.2055407245291337,0.05989122814657812,0.0876641776819657,0.041248686695683635,0.05667796446803827,0.07304838730542187,0.013738216117236657,pixel_rmse,0.00321661691232224,30,0.012918577004340922,0.07894397648612052,0.05082580644799446
249
+ gguf_q4_k_m,0.23260100293110156,0.11093333250893217,0.1390401667028396,0.081085591426681,0.11609699090666219,0.14678054077366665,0.052415096044658646,pixel_rmse,0.009473358516054384,30,0.05237299936970141,0.15363868300349118,0.06171681875917674
250
  bf16,1.0,1.0,1.0,1.0,1.0,1.0,1.0,ssim_luminance,1.0,30,1.0,1.0,0.0
251
+ fp8_scaled,0.9947213409839686,0.8495422321157533,0.9062598247238408,0.7716002865871747,0.8714935187035986,0.9598562235679247,0.8041937490377443,ssim_luminance,0.5374379639887356,30,0.8035385577103054,0.9663904945389548,0.13608721815065564
252
+ int8_convrot,0.9972517586996246,0.9111058857313673,0.945425006417867,0.8511607674730113,0.9482424712836082,0.9778833355656921,0.876726818935421,ssim_luminance,0.5770211169880319,30,0.8709708878893548,0.986583532170725,0.09798492932033326
253
+ mxfp8,0.9945743645380596,0.8730140327040307,0.9207223625572418,0.7991857799330204,0.9013037337013577,0.9759980211249115,0.8475112634561334,ssim_luminance,0.5457123650284678,30,0.8394579106397722,0.9817830528659783,0.12381098549546848
254
+ nvfp4,0.9906649380505849,0.7731607227537941,0.840461719461983,0.7063214650665696,0.7997759755317175,0.8746571129294994,0.6444890235190676,ssim_luminance,0.5126984077941714,30,0.6430643514080403,0.8805074212911161,0.149463063738976
255
+ int4_convrot,0.9816022060130221,0.7019620353808745,0.7874713065226747,0.6209851362711211,0.6674100672053789,0.8444254285628936,0.5637628799606004,ssim_luminance,0.429950505228912,30,0.5589832905284916,0.8573397476319746,0.17065306085374024
256
+ gguf_q8_0,0.9977254449120735,0.9104189379877191,0.9470661638497989,0.8441187251164576,0.9441790416683957,0.9868257556785974,0.879068387855165,ssim_luminance,0.5582122449800988,30,0.8706624657582591,0.9890242876553007,0.10210790490582666
257
+ gguf_q4_k_m,0.9932246167317273,0.8006335780079745,0.8670279274239481,0.7296118463942242,0.8265484820162927,0.9211802067999066,0.7147146499760747,ssim_luminance,0.5281362865692519,30,0.6725067515434904,0.930582858610245,0.14397464848722236
258
  bf16,1.0,1.0,1.0,1.0,1.0,1.0,1.0,ssim_rgb,1.0,30,1.0,1.0,0.0
259
+ fp8_scaled,0.9919694066047668,0.8482623716195424,0.9043818093206002,0.7683190470289246,0.8743238747119904,0.9592909216880798,0.7988818287849426,ssim_rgb,0.5347716212272644,30,0.7983435392379761,0.9660519659519196,0.1373303919003205
260
+ int8_convrot,0.9962493777275085,0.9105293810367584,0.9449910359654691,0.8521181271628765,0.9480270147323608,0.9772445559501648,0.8792413771152496,ssim_rgb,0.5750747323036194,30,0.8703338503837585,0.9863479137420654,0.09835773558757431
261
+ mxfp8,0.9942013621330261,0.8716254810492198,0.9199688293958901,0.7978358702691973,0.9016529023647308,0.9762930870056152,0.8465492129325867,ssim_rgb,0.5429816842079163,30,0.8388548493385315,0.980877161026001,0.12433808969369654
262
+ nvfp4,0.985677182674408,0.770771857102712,0.8368322263305347,0.7041574133808767,0.7963234782218933,0.8719966411590576,0.6420286297798157,ssim_rgb,0.5119650363922119,30,0.6388882994651794,0.8811187148094177,0.14975735526647088
263
+ int4_convrot,0.9573716521263123,0.6957410534222921,0.779200343023506,0.6140394005768359,0.6623322665691376,0.8305498957633972,0.555009126663208,ssim_rgb,0.4275805950164795,30,0.5456289052963257,0.8421603292226791,0.16863765113291782
264
+ gguf_q8_0,0.997218132019043,0.9098504861195882,0.9464978386195159,0.8439580584385631,0.9440278708934784,0.9865734875202179,0.8837575912475586,ssim_rgb,0.5561327338218689,30,0.8704406023025513,0.9891497045755386,0.1026313186430599
265
+ gguf_q4_k_m,0.9891679883003235,0.7988339940706889,0.8645451080713356,0.7273717896400881,0.8255289196968079,0.9204159080982208,0.7132329940795898,ssim_rgb,0.5271547436714172,30,0.6718244701623917,0.9301868230104446,0.14483328455984115
metrics/latency_components.csv CHANGED
@@ -4,148 +4,238 @@ fp8_scaled,p01_portrait,0,p01_portrait__r0__fp8_scaled,19.518150000003516,2.4397
4
  int8_convrot,p01_portrait,0,p01_portrait__r0__int8_convrot,12.41274020000128,1.55159252500016,0.34310439999535447
5
  mxfp8,p01_portrait,0,p01_portrait__r0__mxfp8,31.934214000000793,3.991776750000099,0.3437412999992375
6
  nvfp4,p01_portrait,0,p01_portrait__r0__nvfp4,24.997657799998706,3.124707224999838,0.3422749000019394
 
 
 
7
  bf16,p01_portrait,1,p01_portrait__r1__bf16,25.766126800001075,3.2207658500001344,0.36054710000462364
8
  fp8_scaled,p01_portrait,1,p01_portrait__r1__fp8_scaled,19.507955900000525,2.4384944875000656,0.3419565000003786
9
  int8_convrot,p01_portrait,1,p01_portrait__r1__int8_convrot,12.415675199998077,1.5519593999997596,0.34560680000140565
10
  mxfp8,p01_portrait,1,p01_portrait__r1__mxfp8,31.931189099996118,3.9913986374995147,0.3470567000040319
11
  nvfp4,p01_portrait,1,p01_portrait__r1__nvfp4,24.91491429999587,3.114364287499484,0.3429709999982151
 
 
 
12
  bf16,p02_hands_group,0,p02_hands_group__r0__bf16,26.55899060000229,3.319873825000286,0.3593129000000772
13
  fp8_scaled,p02_hands_group,0,p02_hands_group__r0__fp8_scaled,19.829203200002667,2.4786504000003333,0.3649491999967722
14
  int8_convrot,p02_hands_group,0,p02_hands_group__r0__int8_convrot,12.800082400004612,1.6000103000005765,0.37219619999814313
15
  mxfp8,p02_hands_group,0,p02_hands_group__r0__mxfp8,32.05036200000177,4.006295250000221,0.343833300001279
16
  nvfp4,p02_hands_group,0,p02_hands_group__r0__nvfp4,25.075064699994982,3.1343830874993728,0.36645429999771295
 
 
 
17
  bf16,p02_hands_group,1,p02_hands_group__r1__bf16,25.73294419999729,3.2166180249996614,0.35790699999779463
18
  fp8_scaled,p02_hands_group,1,p02_hands_group__r1__fp8_scaled,19.440449700006866,2.4300562125008582,0.3421442999970168
19
  int8_convrot,p02_hands_group,1,p02_hands_group__r1__int8_convrot,12.393452299998899,1.5491815374998623,0.34263020000071265
20
  mxfp8,p02_hands_group,1,p02_hands_group__r1__mxfp8,31.90537680000125,3.988172100000156,0.3467912000051001
21
  nvfp4,p02_hands_group,1,p02_hands_group__r1__nvfp4,24.88655359999393,3.1108191999992414,0.34178569999494357
 
 
 
22
  bf16,p03_package_text,0,p03_package_text__r0__bf16,26.428096400006325,3.3035120500007906,0.35971660000359407
23
  fp8_scaled,p03_package_text,0,p03_package_text__r0__fp8_scaled,19.86523429999943,2.4831542874999286,0.364295300001686
24
  int8_convrot,p03_package_text,0,p03_package_text__r0__int8_convrot,12.833145600001444,1.6041432000001805,0.36185370000021067
25
  mxfp8,p03_package_text,0,p03_package_text__r0__mxfp8,32.122544700003345,4.015318087500418,0.34582419999787817
26
  nvfp4,p03_package_text,0,p03_package_text__r0__nvfp4,25.11859700000059,3.139824625000074,0.36579490000440273
 
 
 
27
  bf16,p03_package_text,1,p03_package_text__r1__bf16,25.754473699998925,3.2193092124998657,0.3597641000014846
28
  fp8_scaled,p03_package_text,1,p03_package_text__r1__fp8_scaled,19.477579200000037,2.4346974000000046,0.3415906000009272
29
  int8_convrot,p03_package_text,1,p03_package_text__r1__int8_convrot,12.415656699995452,1.5519570874994315,0.3418060999974841
30
  mxfp8,p03_package_text,1,p03_package_text__r1__mxfp8,31.926340099998924,3.9907925124998656,0.3444383000023663
31
  nvfp4,p03_package_text,1,p03_package_text__r1__nvfp4,24.92009930000495,3.1150124125006187,0.34373210000194376
 
 
 
32
  bf16,p04_storefront_text,0,p04_storefront_text__r0__bf16,26.43898760000593,3.3048734500007413,0.3620234999980312
33
  fp8_scaled,p04_storefront_text,0,p04_storefront_text__r0__fp8_scaled,19.808458699997573,2.4760573374996966,0.3645692999998573
34
  int8_convrot,p04_storefront_text,0,p04_storefront_text__r0__int8_convrot,12.824930000002496,1.603116250000312,0.3721417999986443
35
  mxfp8,p04_storefront_text,0,p04_storefront_text__r0__mxfp8,32.046656300000905,4.005832037500113,0.34455769999476615
36
  nvfp4,p04_storefront_text,0,p04_storefront_text__r0__nvfp4,25.166546899999958,3.1458183624999947,0.36426750000100583
 
 
 
37
  bf16,p04_storefront_text,1,p04_storefront_text__r1__bf16,25.749647199998435,3.2187058999998044,0.3618012999941129
38
  fp8_scaled,p04_storefront_text,1,p04_storefront_text__r1__fp8_scaled,19.497219400000176,2.437152425000022,0.34386569999333005
39
  int8_convrot,p04_storefront_text,1,p04_storefront_text__r1__int8_convrot,12.419003399998473,1.5523754249998092,0.3552319999944302
40
  mxfp8,p04_storefront_text,1,p04_storefront_text__r1__mxfp8,31.927101900000707,3.9908877375000884,0.34623740000097314
41
  nvfp4,p04_storefront_text,1,p04_storefront_text__r1__nvfp4,24.982380599998578,3.1227975749998222,0.3431907999984105
 
 
 
42
  bf16,p05_architecture,0,p05_architecture__r0__bf16,26.42644499999733,3.303305624999666,0.36065249999955995
43
  fp8_scaled,p05_architecture,0,p05_architecture__r0__fp8_scaled,19.84195870000258,2.4802448375003223,0.361715599996387
44
  int8_convrot,p05_architecture,0,p05_architecture__r0__int8_convrot,12.811952299998666,1.6014940374998332,0.3728253000008408
45
  mxfp8,p05_architecture,0,p05_architecture__r0__mxfp8,32.058604599995306,4.007325574999413,0.3451121999969473
46
  nvfp4,p05_architecture,0,p05_architecture__r0__nvfp4,25.076200399998925,3.1345250499998656,0.39036050000140676
 
 
 
47
  bf16,p05_architecture,1,p05_architecture__r1__bf16,25.747276499998407,3.218409562499801,0.3594087000019499
48
  fp8_scaled,p05_architecture,1,p05_architecture__r1__fp8_scaled,19.482401900000696,2.435300237500087,0.3413265999988653
49
  int8_convrot,p05_architecture,1,p05_architecture__r1__int8_convrot,12.398516900000686,1.5498146125000858,0.34373239999695215
50
  mxfp8,p05_architecture,1,p05_architecture__r1__mxfp8,31.906311900005676,3.9882889875007095,0.346149000004516
51
  nvfp4,p05_architecture,1,p05_architecture__r1__nvfp4,24.887610999998287,3.110951374999786,0.3414497999983723
 
 
 
52
  bf16,p06_reflections,0,p06_reflections__r0__bf16,26.413289600001008,3.301661200000126,0.36045620000368217
53
  fp8_scaled,p06_reflections,0,p06_reflections__r0__fp8_scaled,19.807194799999706,2.4758993499999633,0.3622964000023785
54
  int8_convrot,p06_reflections,0,p06_reflections__r0__int8_convrot,12.805317400001513,1.6006646750001892,0.36017700000229524
55
  mxfp8,p06_reflections,0,p06_reflections__r0__mxfp8,32.03812069999549,4.004765087499436,0.3443392999979551
56
  nvfp4,p06_reflections,0,p06_reflections__r0__nvfp4,25.104682299999695,3.138085287499962,0.3658103000052506
 
 
 
57
  bf16,p06_reflections,1,p06_reflections__r1__bf16,25.7696350000042,3.221204375000525,0.3624214999945252
58
  fp8_scaled,p06_reflections,1,p06_reflections__r1__fp8_scaled,19.45394440000382,2.4317430500004775,0.34223780000320403
59
  int8_convrot,p06_reflections,1,p06_reflections__r1__int8_convrot,12.377740899995842,1.5472176124994803,0.34203720000368776
60
  mxfp8,p06_reflections,1,p06_reflections__r1__mxfp8,31.907638199998473,3.988454774999809,0.34380390000296757
61
  nvfp4,p06_reflections,1,p06_reflections__r1__nvfp4,24.88203130000329,3.1102539125004114,0.34354329999769107
 
 
 
62
  bf16,p07_foliage_bird,0,p07_foliage_bird__r0__bf16,26.3315333999999,3.2914416749999873,0.36088089999975637
63
  fp8_scaled,p07_foliage_bird,0,p07_foliage_bird__r0__fp8_scaled,19.66935349999403,2.458669187499254,0.36557429999811575
64
  int8_convrot,p07_foliage_bird,0,p07_foliage_bird__r0__int8_convrot,12.718108300003223,1.589763537500403,0.3733365000007325
65
  mxfp8,p07_foliage_bird,0,p07_foliage_bird__r0__mxfp8,32.311203999997815,4.038900499999727,0.3433459000007133
66
  nvfp4,p07_foliage_bird,0,p07_foliage_bird__r0__nvfp4,24.98653000000195,3.1233162500002436,0.3638533000048483
 
 
 
67
  bf16,p07_foliage_bird,1,p07_foliage_bird__r1__bf16,25.66702929999883,3.208378662499854,0.3615896000046632
68
  fp8_scaled,p07_foliage_bird,1,p07_foliage_bird__r1__fp8_scaled,19.346259199999622,2.4182823999999528,0.34041009999782545
69
  int8_convrot,p07_foliage_bird,1,p07_foliage_bird__r1__int8_convrot,12.30146319999767,1.5376828999997088,0.35326789999817265
70
  mxfp8,p07_foliage_bird,1,p07_foliage_bird__r1__mxfp8,31.822317199999816,3.977789649999977,0.3452991000012844
71
  nvfp4,p07_foliage_bird,1,p07_foliage_bird__r1__nvfp4,24.88409369999863,3.1105117124998287,0.34237080000457354
 
 
 
72
  bf16,p08_fog_neon,0,p08_fog_neon__r0__bf16,26.342836100004206,3.2928545125005257,0.3599956999969436
73
  fp8_scaled,p08_fog_neon,0,p08_fog_neon__r0__fp8_scaled,19.73903650000284,2.467379562500355,0.36486839999997756
74
  int8_convrot,p08_fog_neon,0,p08_fog_neon__r0__int8_convrot,12.660384799994063,1.5825480999992578,0.3578401999984635
75
  mxfp8,p08_fog_neon,0,p08_fog_neon__r0__mxfp8,32.0215584999969,4.0026948124996125,0.3458612999966135
76
  nvfp4,p08_fog_neon,0,p08_fog_neon__r0__nvfp4,24.983396399999037,3.1229245499998797,0.3660890999963158
 
 
 
77
  bf16,p08_fog_neon,1,p08_fog_neon__r1__bf16,25.73160349999671,3.2164504374995886,0.3584536999987904
78
  fp8_scaled,p08_fog_neon,1,p08_fog_neon__r1__fp8_scaled,19.452148899996246,2.4315186124995307,0.34226489999855403
79
  int8_convrot,p08_fog_neon,1,p08_fog_neon__r1__int8_convrot,12.371107699997083,1.5463884624996354,0.34410080000088783
80
  mxfp8,p08_fog_neon,1,p08_fog_neon__r1__mxfp8,31.901877699994657,3.987734712499332,0.3437627000021166
81
  nvfp4,p08_fog_neon,1,p08_fog_neon__r1__nvfp4,24.880305899998348,3.1100382374997935,0.3463271000000532
 
 
 
82
  bf16,p09_material_macro,0,p09_material_macro__r0__bf16,26.355002300006163,3.2943752875007704,0.36106889999791747
83
  fp8_scaled,p09_material_macro,0,p09_material_macro__r0__fp8_scaled,19.70316059999459,2.4628950749993237,0.36208410000108415
84
  int8_convrot,p09_material_macro,0,p09_material_macro__r0__int8_convrot,12.728351700003259,1.5910439625004074,0.3715217999997549
85
  mxfp8,p09_material_macro,0,p09_material_macro__r0__mxfp8,32.009764800000994,4.001220600000124,0.34393160000036005
86
  nvfp4,p09_material_macro,0,p09_material_macro__r0__nvfp4,25.076785599994764,3.1345981999993455,0.3656614999999874
 
 
 
87
  bf16,p09_material_macro,1,p09_material_macro__r1__bf16,25.69524629999796,3.211905787499745,0.35989620000327704
88
  fp8_scaled,p09_material_macro,1,p09_material_macro__r1__fp8_scaled,19.360541899994132,2.4200677374992665,0.3411396000010427
89
  int8_convrot,p09_material_macro,1,p09_material_macro__r1__int8_convrot,12.321569399995496,1.540196174999437,0.34455739999975776
90
  mxfp8,p09_material_macro,1,p09_material_macro__r1__mxfp8,31.863198700004432,3.982899837500554,0.3462238999927649
91
  nvfp4,p09_material_macro,1,p09_material_macro__r1__nvfp4,24.835008399997605,3.1043760499997006,0.34106790000078036
 
 
 
92
  bf16,p10_vector_gradient,0,p10_vector_gradient__r0__bf16,26.41063660000509,3.3013295750006364,0.3622260999982245
93
  fp8_scaled,p10_vector_gradient,0,p10_vector_gradient__r0__fp8_scaled,19.791433999998844,2.4739292499998555,0.3632878999997047
94
  int8_convrot,p10_vector_gradient,0,p10_vector_gradient__r0__int8_convrot,12.803664499995648,1.600458062499456,0.37378200000239303
95
  mxfp8,p10_vector_gradient,0,p10_vector_gradient__r0__mxfp8,32.07423589999962,4.009279487499953,0.3469769000002998
96
  nvfp4,p10_vector_gradient,0,p10_vector_gradient__r0__nvfp4,25.130464199995913,3.141308024999489,0.3634611000015866
 
 
 
97
  bf16,p10_vector_gradient,1,p10_vector_gradient__r1__bf16,25.740654799999902,3.2175818499999878,0.3583937000003061
98
  fp8_scaled,p10_vector_gradient,1,p10_vector_gradient__r1__fp8_scaled,19.49589990000095,2.4369874875001187,0.340949700002966
99
  int8_convrot,p10_vector_gradient,1,p10_vector_gradient__r1__int8_convrot,12.38974589999998,1.5487182374999975,0.35242319999815663
100
  mxfp8,p10_vector_gradient,1,p10_vector_gradient__r1__mxfp8,31.892903699997987,3.9866129624997484,0.34392099999968195
101
  nvfp4,p10_vector_gradient,1,p10_vector_gradient__r1__nvfp4,24.889698499995575,3.111212312499447,0.34209610000107205
 
 
 
102
  bf16,p11_retro_anime,0,p11_retro_anime__r0__bf16,26.427372999998624,3.303421624999828,0.36001230000692885
103
  fp8_scaled,p11_retro_anime,0,p11_retro_anime__r0__fp8_scaled,19.82015749999846,2.4775196874998073,0.3625553999954718
104
  int8_convrot,p11_retro_anime,0,p11_retro_anime__r0__int8_convrot,12.793321099998138,1.5991651374997673,0.37392710000131046
105
  mxfp8,p11_retro_anime,0,p11_retro_anime__r0__mxfp8,32.069333699997514,4.008666712499689,0.34537339999951655
106
  nvfp4,p11_retro_anime,0,p11_retro_anime__r0__nvfp4,25.071917300003406,3.1339896625004258,0.36412510000081966
 
 
 
107
  bf16,p11_retro_anime,1,p11_retro_anime__r1__bf16,25.738796300000104,3.217349537500013,0.3581162999980734
108
  fp8_scaled,p11_retro_anime,1,p11_retro_anime__r1__fp8_scaled,19.491088599999784,2.436386074999973,0.3423934000020381
109
  int8_convrot,p11_retro_anime,1,p11_retro_anime__r1__int8_convrot,12.400373699994816,1.550046712499352,0.3561979000005522
110
  mxfp8,p11_retro_anime,1,p11_retro_anime__r1__mxfp8,31.915469100000337,3.989433637500042,0.34709660000225995
111
  nvfp4,p11_retro_anime,1,p11_retro_anime__r1__nvfp4,24.91180919999897,3.1139761499998713,0.3412951999998768
 
 
 
112
  bf16,p12_watercolor,0,p12_watercolor__r0__bf16,26.340583699995477,3.2925729624994347,0.3605783999955747
113
  fp8_scaled,p12_watercolor,0,p12_watercolor__r0__fp8_scaled,19.71092110000609,2.463865137500761,0.36248039999918547
114
  int8_convrot,p12_watercolor,0,p12_watercolor__r0__int8_convrot,12.736942100003944,1.592117762500493,0.37184930000512395
115
  mxfp8,p12_watercolor,0,p12_watercolor__r0__mxfp8,31.99003079999966,3.9987538499999573,0.3437904000020353
116
  nvfp4,p12_watercolor,0,p12_watercolor__r0__nvfp4,25.040403200000583,3.130050400000073,0.3656928000054904
 
 
 
117
  bf16,p12_watercolor,1,p12_watercolor__r1__bf16,25.708062799996696,3.213507849999587,0.35866660000465345
118
  fp8_scaled,p12_watercolor,1,p12_watercolor__r1__fp8_scaled,19.33984490000148,2.417480612500185,0.34357749999617226
119
  int8_convrot,p12_watercolor,1,p12_watercolor__r1__int8_convrot,12.33782169999904,1.54222771249988,0.3531944999995176
120
  mxfp8,p12_watercolor,1,p12_watercolor__r1__mxfp8,31.847633999997925,3.9809542499997406,0.34513710000464926
121
  nvfp4,p12_watercolor,1,p12_watercolor__r1__nvfp4,24.82736699999805,3.103420874999756,0.3418500999978278
 
 
 
122
  bf16,p13_food,0,p13_food__r0__bf16,26.28882750000048,3.28610343750006,0.359178200000315
123
  fp8_scaled,p13_food,0,p13_food__r0__fp8_scaled,19.57829430000129,2.447286787500161,0.36358910000126343
124
  int8_convrot,p13_food,0,p13_food__r0__int8_convrot,12.59504530000413,1.5743806625005163,0.3585473999992246
125
  mxfp8,p13_food,0,p13_food__r0__mxfp8,31.915211999999883,3.9894014999999854,0.3469457999963197
126
  nvfp4,p13_food,0,p13_food__r0__nvfp4,24.89938080000138,3.1124226000001727,0.36475969999446534
 
 
 
127
  bf16,p13_food,1,p13_food__r1__bf16,25.687490700001945,3.210936337500243,0.3574178000053507
128
  fp8_scaled,p13_food,1,p13_food__r1__fp8_scaled,19.317986800000654,2.4147483500000817,0.3451076999990619
129
  int8_convrot,p13_food,1,p13_food__r1__int8_convrot,12.318170099999406,1.5397712624999258,0.3425465999971493
130
  mxfp8,p13_food,1,p13_food__r1__mxfp8,31.82090210000024,3.97761276250003,0.3468256000051042
131
  nvfp4,p13_food,1,p13_food__r1__nvfp4,24.812316700001247,3.101539587500156,0.3419875999970827
 
 
 
132
  bf16,p14_spatial_counts,0,p14_spatial_counts__r0__bf16,26.303392399997392,3.287924049999674,0.3585942000063369
133
  fp8_scaled,p14_spatial_counts,0,p14_spatial_counts__r0__fp8_scaled,19.04544380000152,2.38068047500019,0.33408699999563396
134
  int8_convrot,p14_spatial_counts,0,p14_spatial_counts__r0__int8_convrot,12.620540500000061,1.5775675625000076,0.3720668999958434
135
  mxfp8,p14_spatial_counts,0,p14_spatial_counts__r0__mxfp8,31.957430399997975,3.994678799999747,0.3476455999989412
136
  nvfp4,p14_spatial_counts,0,p14_spatial_counts__r0__nvfp4,24.93046460000187,3.1163080750002337,0.3636112000021967
 
 
 
137
  bf16,p14_spatial_counts,1,p14_spatial_counts__r1__bf16,25.75583330000518,3.2194791625006474,0.3613586999999825
138
  fp8_scaled,p14_spatial_counts,1,p14_spatial_counts__r1__fp8_scaled,19.16530440000497,2.3956630500006213,0.34405169999809004
139
  int8_convrot,p14_spatial_counts,1,p14_spatial_counts__r1__int8_convrot,12.32397349999519,1.5404966874993988,0.3424712999985786
140
  mxfp8,p14_spatial_counts,1,p14_spatial_counts__r1__mxfp8,31.860219800000777,3.982527475000097,0.34347580000030575
141
  nvfp4,p14_spatial_counts,1,p14_spatial_counts__r1__nvfp4,24.90657089999877,3.113321362499846,0.3416189999989001
 
 
 
142
  bf16,p15_scientific_poster,0,p15_scientific_poster__r0__bf16,26.389044000003196,3.2986305000003995,0.3583375000016531
143
  fp8_scaled,p15_scientific_poster,0,p15_scientific_poster__r0__fp8_scaled,19.766978100000415,2.470872262500052,0.36253020000003744
144
  int8_convrot,p15_scientific_poster,0,p15_scientific_poster__r0__int8_convrot,12.658317000001261,1.5822896250001577,0.3722353000048315
145
  mxfp8,p15_scientific_poster,0,p15_scientific_poster__r0__mxfp8,32.03057660000195,4.003822075000244,0.343433100002585
146
  nvfp4,p15_scientific_poster,0,p15_scientific_poster__r0__nvfp4,24.988446399998793,3.123555799999849,0.3658660000000964
 
 
 
147
  bf16,p15_scientific_poster,1,p15_scientific_poster__r1__bf16,25.796780199998466,3.2245975249998082,0.3632294999988517
148
  fp8_scaled,p15_scientific_poster,1,p15_scientific_poster__r1__fp8_scaled,19.49097730000358,2.4363721625004473,0.3413591999997152
149
  int8_convrot,p15_scientific_poster,1,p15_scientific_poster__r1__int8_convrot,12.39311440000165,1.5491393000002063,0.3534289000017452
150
  mxfp8,p15_scientific_poster,1,p15_scientific_poster__r1__mxfp8,31.907068100001197,3.9883835125001497,0.3435710999983712
151
  nvfp4,p15_scientific_poster,1,p15_scientific_poster__r1__nvfp4,24.887707000001683,3.1109633750002104,0.34383209999941755
 
 
 
 
4
  int8_convrot,p01_portrait,0,p01_portrait__r0__int8_convrot,12.41274020000128,1.55159252500016,0.34310439999535447
5
  mxfp8,p01_portrait,0,p01_portrait__r0__mxfp8,31.934214000000793,3.991776750000099,0.3437412999992375
6
  nvfp4,p01_portrait,0,p01_portrait__r0__nvfp4,24.997657799998706,3.124707224999838,0.3422749000019394
7
+ int4_convrot,p01_portrait,0,p01_portrait__r0__int4_convrot,9.540271999998367,1.192533999999796,0.35004749999643536
8
+ gguf_q8_0,p01_portrait,0,p01_portrait__r0__gguf_q8_0,27.486214800002926,3.435776850000366,0.8310684999960358
9
+ gguf_q4_k_m,p01_portrait,0,p01_portrait__r0__gguf_q4_k_m,31.345965000000433,3.918245625000054,0.3419159999975818
10
  bf16,p01_portrait,1,p01_portrait__r1__bf16,25.766126800001075,3.2207658500001344,0.36054710000462364
11
  fp8_scaled,p01_portrait,1,p01_portrait__r1__fp8_scaled,19.507955900000525,2.4384944875000656,0.3419565000003786
12
  int8_convrot,p01_portrait,1,p01_portrait__r1__int8_convrot,12.415675199998077,1.5519593999997596,0.34560680000140565
13
  mxfp8,p01_portrait,1,p01_portrait__r1__mxfp8,31.931189099996118,3.9913986374995147,0.3470567000040319
14
  nvfp4,p01_portrait,1,p01_portrait__r1__nvfp4,24.91491429999587,3.114364287499484,0.3429709999982151
15
+ int4_convrot,p01_portrait,1,p01_portrait__r1__int4_convrot,9.558170700001938,1.1947713375002422,0.3441594000032637
16
+ gguf_q8_0,p01_portrait,1,p01_portrait__r1__gguf_q8_0,27.500255200000538,3.4375319000000673,0.808678699999291
17
+ gguf_q4_k_m,p01_portrait,1,p01_portrait__r1__gguf_q4_k_m,31.383951399999205,3.9229939249999006,0.3405791999975918
18
  bf16,p02_hands_group,0,p02_hands_group__r0__bf16,26.55899060000229,3.319873825000286,0.3593129000000772
19
  fp8_scaled,p02_hands_group,0,p02_hands_group__r0__fp8_scaled,19.829203200002667,2.4786504000003333,0.3649491999967722
20
  int8_convrot,p02_hands_group,0,p02_hands_group__r0__int8_convrot,12.800082400004612,1.6000103000005765,0.37219619999814313
21
  mxfp8,p02_hands_group,0,p02_hands_group__r0__mxfp8,32.05036200000177,4.006295250000221,0.343833300001279
22
  nvfp4,p02_hands_group,0,p02_hands_group__r0__nvfp4,25.075064699994982,3.1343830874993728,0.36645429999771295
23
+ int4_convrot,p02_hands_group,0,p02_hands_group__r0__int4_convrot,9.970703500002855,1.246337937500357,0.36170720000518486
24
+ gguf_q8_0,p02_hands_group,0,p02_hands_group__r0__gguf_q8_0,28.543118599998706,3.5678898249998383,0.774508299997251
25
+ gguf_q4_k_m,p02_hands_group,0,p02_hands_group__r0__gguf_q4_k_m,31.889467799999693,3.9861834749999616,0.3573049000042374
26
  bf16,p02_hands_group,1,p02_hands_group__r1__bf16,25.73294419999729,3.2166180249996614,0.35790699999779463
27
  fp8_scaled,p02_hands_group,1,p02_hands_group__r1__fp8_scaled,19.440449700006866,2.4300562125008582,0.3421442999970168
28
  int8_convrot,p02_hands_group,1,p02_hands_group__r1__int8_convrot,12.393452299998899,1.5491815374998623,0.34263020000071265
29
  mxfp8,p02_hands_group,1,p02_hands_group__r1__mxfp8,31.90537680000125,3.988172100000156,0.3467912000051001
30
  nvfp4,p02_hands_group,1,p02_hands_group__r1__nvfp4,24.88655359999393,3.1108191999992414,0.34178569999494357
31
+ int4_convrot,p02_hands_group,1,p02_hands_group__r1__int4_convrot,9.513311799993971,1.1891639749992464,0.3426818000007188
32
+ gguf_q8_0,p02_hands_group,1,p02_hands_group__r1__gguf_q8_0,27.440405000001192,3.430050625000149,0.748263900000893
33
+ gguf_q4_k_m,p02_hands_group,1,p02_hands_group__r1__gguf_q4_k_m,31.32009249999828,3.915011562499785,0.34318550000170944
34
  bf16,p03_package_text,0,p03_package_text__r0__bf16,26.428096400006325,3.3035120500007906,0.35971660000359407
35
  fp8_scaled,p03_package_text,0,p03_package_text__r0__fp8_scaled,19.86523429999943,2.4831542874999286,0.364295300001686
36
  int8_convrot,p03_package_text,0,p03_package_text__r0__int8_convrot,12.833145600001444,1.6041432000001805,0.36185370000021067
37
  mxfp8,p03_package_text,0,p03_package_text__r0__mxfp8,32.122544700003345,4.015318087500418,0.34582419999787817
38
  nvfp4,p03_package_text,0,p03_package_text__r0__nvfp4,25.11859700000059,3.139824625000074,0.36579490000440273
39
+ int4_convrot,p03_package_text,0,p03_package_text__r0__int4_convrot,9.98690959999658,1.2483636999995724,0.3623985000012908
40
+ gguf_q8_0,p03_package_text,0,p03_package_text__r0__gguf_q8_0,28.459787399995548,3.5574734249994435,0.77522759999556
41
+ gguf_q4_k_m,p03_package_text,0,p03_package_text__r0__gguf_q4_k_m,31.88404879999871,3.9855060999998386,0.36111369999707676
42
  bf16,p03_package_text,1,p03_package_text__r1__bf16,25.754473699998925,3.2193092124998657,0.3597641000014846
43
  fp8_scaled,p03_package_text,1,p03_package_text__r1__fp8_scaled,19.477579200000037,2.4346974000000046,0.3415906000009272
44
  int8_convrot,p03_package_text,1,p03_package_text__r1__int8_convrot,12.415656699995452,1.5519570874994315,0.3418060999974841
45
  mxfp8,p03_package_text,1,p03_package_text__r1__mxfp8,31.926340099998924,3.9907925124998656,0.3444383000023663
46
  nvfp4,p03_package_text,1,p03_package_text__r1__nvfp4,24.92009930000495,3.1150124125006187,0.34373210000194376
47
+ int4_convrot,p03_package_text,1,p03_package_text__r1__int4_convrot,9.564303999999538,1.1955379999999423,0.3426225000002887
48
+ gguf_q8_0,p03_package_text,1,p03_package_text__r1__gguf_q8_0,27.469022599994787,3.4336278249993484,0.747886599994672
49
+ gguf_q4_k_m,p03_package_text,1,p03_package_text__r1__gguf_q4_k_m,31.395732999997563,3.9244666249996953,0.3406795000046259
50
  bf16,p04_storefront_text,0,p04_storefront_text__r0__bf16,26.43898760000593,3.3048734500007413,0.3620234999980312
51
  fp8_scaled,p04_storefront_text,0,p04_storefront_text__r0__fp8_scaled,19.808458699997573,2.4760573374996966,0.3645692999998573
52
  int8_convrot,p04_storefront_text,0,p04_storefront_text__r0__int8_convrot,12.824930000002496,1.603116250000312,0.3721417999986443
53
  mxfp8,p04_storefront_text,0,p04_storefront_text__r0__mxfp8,32.046656300000905,4.005832037500113,0.34455769999476615
54
  nvfp4,p04_storefront_text,0,p04_storefront_text__r0__nvfp4,25.166546899999958,3.1458183624999947,0.36426750000100583
55
+ int4_convrot,p04_storefront_text,0,p04_storefront_text__r0__int4_convrot,9.988875500006543,1.2486094375008179,0.3644720000011148
56
+ gguf_q8_0,p04_storefront_text,0,p04_storefront_text__r0__gguf_q8_0,28.462883399995917,3.5578604249994896,0.7737066000045161
57
+ gguf_q4_k_m,p04_storefront_text,0,p04_storefront_text__r0__gguf_q4_k_m,31.930641200000537,3.991330150000067,0.35846200000378303
58
  bf16,p04_storefront_text,1,p04_storefront_text__r1__bf16,25.749647199998435,3.2187058999998044,0.3618012999941129
59
  fp8_scaled,p04_storefront_text,1,p04_storefront_text__r1__fp8_scaled,19.497219400000176,2.437152425000022,0.34386569999333005
60
  int8_convrot,p04_storefront_text,1,p04_storefront_text__r1__int8_convrot,12.419003399998473,1.5523754249998092,0.3552319999944302
61
  mxfp8,p04_storefront_text,1,p04_storefront_text__r1__mxfp8,31.927101900000707,3.9908877375000884,0.34623740000097314
62
  nvfp4,p04_storefront_text,1,p04_storefront_text__r1__nvfp4,24.982380599998578,3.1227975749998222,0.3431907999984105
63
+ int4_convrot,p04_storefront_text,1,p04_storefront_text__r1__int4_convrot,9.53329500000109,1.1916618750001362,0.34437590000015916
64
+ gguf_q8_0,p04_storefront_text,1,p04_storefront_text__r1__gguf_q8_0,27.48239879999892,3.435299849999865,0.7503400999994483
65
+ gguf_q4_k_m,p04_storefront_text,1,p04_storefront_text__r1__gguf_q4_k_m,31.418690999998944,3.927336374999868,0.3425829999978305
66
  bf16,p05_architecture,0,p05_architecture__r0__bf16,26.42644499999733,3.303305624999666,0.36065249999955995
67
  fp8_scaled,p05_architecture,0,p05_architecture__r0__fp8_scaled,19.84195870000258,2.4802448375003223,0.361715599996387
68
  int8_convrot,p05_architecture,0,p05_architecture__r0__int8_convrot,12.811952299998666,1.6014940374998332,0.3728253000008408
69
  mxfp8,p05_architecture,0,p05_architecture__r0__mxfp8,32.058604599995306,4.007325574999413,0.3451121999969473
70
  nvfp4,p05_architecture,0,p05_architecture__r0__nvfp4,25.076200399998925,3.1345250499998656,0.39036050000140676
71
+ int4_convrot,p05_architecture,0,p05_architecture__r0__int4_convrot,9.984325500001432,1.248040687500179,0.36482599999726517
72
+ gguf_q8_0,p05_architecture,0,p05_architecture__r0__gguf_q8_0,28.434705899999244,3.5543382374999055,0.8038803000017651
73
+ gguf_q4_k_m,p05_architecture,0,p05_architecture__r0__gguf_q4_k_m,31.819020300004922,3.9773775375006153,0.3584393999990425
74
  bf16,p05_architecture,1,p05_architecture__r1__bf16,25.747276499998407,3.218409562499801,0.3594087000019499
75
  fp8_scaled,p05_architecture,1,p05_architecture__r1__fp8_scaled,19.482401900000696,2.435300237500087,0.3413265999988653
76
  int8_convrot,p05_architecture,1,p05_architecture__r1__int8_convrot,12.398516900000686,1.5498146125000858,0.34373239999695215
77
  mxfp8,p05_architecture,1,p05_architecture__r1__mxfp8,31.906311900005676,3.9882889875007095,0.346149000004516
78
  nvfp4,p05_architecture,1,p05_architecture__r1__nvfp4,24.887610999998287,3.110951374999786,0.3414497999983723
79
+ int4_convrot,p05_architecture,1,p05_architecture__r1__int4_convrot,9.541054199995415,1.1926317749994269,0.3442944999987958
80
+ gguf_q8_0,p05_architecture,1,p05_architecture__r1__gguf_q8_0,27.448105999996187,3.4310132499995234,0.8277547999969102
81
+ gguf_q4_k_m,p05_architecture,1,p05_architecture__r1__gguf_q4_k_m,31.32703169999877,3.9158789624998462,0.34380550000059884
82
  bf16,p06_reflections,0,p06_reflections__r0__bf16,26.413289600001008,3.301661200000126,0.36045620000368217
83
  fp8_scaled,p06_reflections,0,p06_reflections__r0__fp8_scaled,19.807194799999706,2.4758993499999633,0.3622964000023785
84
  int8_convrot,p06_reflections,0,p06_reflections__r0__int8_convrot,12.805317400001513,1.6006646750001892,0.36017700000229524
85
  mxfp8,p06_reflections,0,p06_reflections__r0__mxfp8,32.03812069999549,4.004765087499436,0.3443392999979551
86
  nvfp4,p06_reflections,0,p06_reflections__r0__nvfp4,25.104682299999695,3.138085287499962,0.3658103000052506
87
+ int4_convrot,p06_reflections,0,p06_reflections__r0__int4_convrot,9.989767999999458,1.2487209999999322,0.3629326000009314
88
+ gguf_q8_0,p06_reflections,0,p06_reflections__r0__gguf_q8_0,28.404644800000824,3.550580600000103,0.7900146999963908
89
+ gguf_q4_k_m,p06_reflections,0,p06_reflections__r0__gguf_q4_k_m,31.835729799997353,3.979466224999669,0.35985070000606356
90
  bf16,p06_reflections,1,p06_reflections__r1__bf16,25.7696350000042,3.221204375000525,0.3624214999945252
91
  fp8_scaled,p06_reflections,1,p06_reflections__r1__fp8_scaled,19.45394440000382,2.4317430500004775,0.34223780000320403
92
  int8_convrot,p06_reflections,1,p06_reflections__r1__int8_convrot,12.377740899995842,1.5472176124994803,0.34203720000368776
93
  mxfp8,p06_reflections,1,p06_reflections__r1__mxfp8,31.907638199998473,3.988454774999809,0.34380390000296757
94
  nvfp4,p06_reflections,1,p06_reflections__r1__nvfp4,24.88203130000329,3.1102539125004114,0.34354329999769107
95
+ int4_convrot,p06_reflections,1,p06_reflections__r1__int4_convrot,9.523634800003492,1.1904543500004365,0.3413371999995434
96
+ gguf_q8_0,p06_reflections,1,p06_reflections__r1__gguf_q8_0,27.44960120000178,3.4312001500002225,0.748744100004842
97
+ gguf_q4_k_m,p06_reflections,1,p06_reflections__r1__gguf_q4_k_m,31.367689799997606,3.920961224999701,0.34132940000563394
98
  bf16,p07_foliage_bird,0,p07_foliage_bird__r0__bf16,26.3315333999999,3.2914416749999873,0.36088089999975637
99
  fp8_scaled,p07_foliage_bird,0,p07_foliage_bird__r0__fp8_scaled,19.66935349999403,2.458669187499254,0.36557429999811575
100
  int8_convrot,p07_foliage_bird,0,p07_foliage_bird__r0__int8_convrot,12.718108300003223,1.589763537500403,0.3733365000007325
101
  mxfp8,p07_foliage_bird,0,p07_foliage_bird__r0__mxfp8,32.311203999997815,4.038900499999727,0.3433459000007133
102
  nvfp4,p07_foliage_bird,0,p07_foliage_bird__r0__nvfp4,24.98653000000195,3.1233162500002436,0.3638533000048483
103
+ int4_convrot,p07_foliage_bird,0,p07_foliage_bird__r0__int4_convrot,9.915689399997063,1.239461174999633,0.3636465000017779
104
+ gguf_q8_0,p07_foliage_bird,0,p07_foliage_bird__r0__gguf_q8_0,28.32509630000277,3.540637037500346,0.7763994999986608
105
+ gguf_q4_k_m,p07_foliage_bird,0,p07_foliage_bird__r0__gguf_q4_k_m,31.77119529999618,3.9713994124995224,0.3591720000040368
106
  bf16,p07_foliage_bird,1,p07_foliage_bird__r1__bf16,25.66702929999883,3.208378662499854,0.3615896000046632
107
  fp8_scaled,p07_foliage_bird,1,p07_foliage_bird__r1__fp8_scaled,19.346259199999622,2.4182823999999528,0.34041009999782545
108
  int8_convrot,p07_foliage_bird,1,p07_foliage_bird__r1__int8_convrot,12.30146319999767,1.5376828999997088,0.35326789999817265
109
  mxfp8,p07_foliage_bird,1,p07_foliage_bird__r1__mxfp8,31.822317199999816,3.977789649999977,0.3452991000012844
110
  nvfp4,p07_foliage_bird,1,p07_foliage_bird__r1__nvfp4,24.88409369999863,3.1105117124998287,0.34237080000457354
111
+ int4_convrot,p07_foliage_bird,1,p07_foliage_bird__r1__int4_convrot,9.485797300003469,1.1857246625004336,0.34157060000143247
112
+ gguf_q8_0,p07_foliage_bird,1,p07_foliage_bird__r1__gguf_q8_0,27.325094699997862,3.415636837499733,0.8244144999989658
113
+ gguf_q4_k_m,p07_foliage_bird,1,p07_foliage_bird__r1__gguf_q4_k_m,31.348175700004504,3.918521962500563,0.35404990000097314
114
  bf16,p08_fog_neon,0,p08_fog_neon__r0__bf16,26.342836100004206,3.2928545125005257,0.3599956999969436
115
  fp8_scaled,p08_fog_neon,0,p08_fog_neon__r0__fp8_scaled,19.73903650000284,2.467379562500355,0.36486839999997756
116
  int8_convrot,p08_fog_neon,0,p08_fog_neon__r0__int8_convrot,12.660384799994063,1.5825480999992578,0.3578401999984635
117
  mxfp8,p08_fog_neon,0,p08_fog_neon__r0__mxfp8,32.0215584999969,4.0026948124996125,0.3458612999966135
118
  nvfp4,p08_fog_neon,0,p08_fog_neon__r0__nvfp4,24.983396399999037,3.1229245499998797,0.3660890999963158
119
+ int4_convrot,p08_fog_neon,0,p08_fog_neon__r0__int4_convrot,9.527445500003523,1.1909306875004404,0.36525909999909345
120
+ gguf_q8_0,p08_fog_neon,0,p08_fog_neon__r0__gguf_q8_0,28.30532760000642,3.5381659500008027,0.7769578999941587
121
+ gguf_q4_k_m,p08_fog_neon,0,p08_fog_neon__r0__gguf_q4_k_m,31.807442099998298,3.975930262499787,0.35795040000084555
122
  bf16,p08_fog_neon,1,p08_fog_neon__r1__bf16,25.73160349999671,3.2164504374995886,0.3584536999987904
123
  fp8_scaled,p08_fog_neon,1,p08_fog_neon__r1__fp8_scaled,19.452148899996246,2.4315186124995307,0.34226489999855403
124
  int8_convrot,p08_fog_neon,1,p08_fog_neon__r1__int8_convrot,12.371107699997083,1.5463884624996354,0.34410080000088783
125
  mxfp8,p08_fog_neon,1,p08_fog_neon__r1__mxfp8,31.901877699994657,3.987734712499332,0.3437627000021166
126
  nvfp4,p08_fog_neon,1,p08_fog_neon__r1__nvfp4,24.880305899998348,3.1100382374997935,0.3463271000000532
127
+ int4_convrot,p08_fog_neon,1,p08_fog_neon__r1__int4_convrot,9.526920600001176,1.190865075000147,0.34329649999563117
128
+ gguf_q8_0,p08_fog_neon,1,p08_fog_neon__r1__gguf_q8_0,27.36883250000392,3.42110406250049,0.8276694000014686
129
+ gguf_q4_k_m,p08_fog_neon,1,p08_fog_neon__r1__gguf_q4_k_m,31.325291399996786,3.9156614249995982,0.34057219999522204
130
  bf16,p09_material_macro,0,p09_material_macro__r0__bf16,26.355002300006163,3.2943752875007704,0.36106889999791747
131
  fp8_scaled,p09_material_macro,0,p09_material_macro__r0__fp8_scaled,19.70316059999459,2.4628950749993237,0.36208410000108415
132
  int8_convrot,p09_material_macro,0,p09_material_macro__r0__int8_convrot,12.728351700003259,1.5910439625004074,0.3715217999997549
133
  mxfp8,p09_material_macro,0,p09_material_macro__r0__mxfp8,32.009764800000994,4.001220600000124,0.34393160000036005
134
  nvfp4,p09_material_macro,0,p09_material_macro__r0__nvfp4,25.076785599994764,3.1345981999993455,0.3656614999999874
135
+ int4_convrot,p09_material_macro,0,p09_material_macro__r0__int4_convrot,9.892751899998984,1.236593987499873,0.36523359999409877
136
+ gguf_q8_0,p09_material_macro,0,p09_material_macro__r0__gguf_q8_0,28.314560499995423,3.539320062499428,0.8206292999966536
137
+ gguf_q4_k_m,p09_material_macro,0,p09_material_macro__r0__gguf_q4_k_m,31.804133799996634,3.9755167249995793,0.3585677000010037
138
  bf16,p09_material_macro,1,p09_material_macro__r1__bf16,25.69524629999796,3.211905787499745,0.35989620000327704
139
  fp8_scaled,p09_material_macro,1,p09_material_macro__r1__fp8_scaled,19.360541899994132,2.4200677374992665,0.3411396000010427
140
  int8_convrot,p09_material_macro,1,p09_material_macro__r1__int8_convrot,12.321569399995496,1.540196174999437,0.34455739999975776
141
  mxfp8,p09_material_macro,1,p09_material_macro__r1__mxfp8,31.863198700004432,3.982899837500554,0.3462238999927649
142
  nvfp4,p09_material_macro,1,p09_material_macro__r1__nvfp4,24.835008399997605,3.1043760499997006,0.34106790000078036
143
+ int4_convrot,p09_material_macro,1,p09_material_macro__r1__int4_convrot,9.499239699995087,1.1874049624993859,0.34260809999977937
144
+ gguf_q8_0,p09_material_macro,1,p09_material_macro__r1__gguf_q8_0,27.369021099999372,3.4211276374999215,0.7993760000026668
145
+ gguf_q4_k_m,p09_material_macro,1,p09_material_macro__r1__gguf_q4_k_m,31.274367999998503,3.909295999999813,0.3417509999999311
146
  bf16,p10_vector_gradient,0,p10_vector_gradient__r0__bf16,26.41063660000509,3.3013295750006364,0.3622260999982245
147
  fp8_scaled,p10_vector_gradient,0,p10_vector_gradient__r0__fp8_scaled,19.791433999998844,2.4739292499998555,0.3632878999997047
148
  int8_convrot,p10_vector_gradient,0,p10_vector_gradient__r0__int8_convrot,12.803664499995648,1.600458062499456,0.37378200000239303
149
  mxfp8,p10_vector_gradient,0,p10_vector_gradient__r0__mxfp8,32.07423589999962,4.009279487499953,0.3469769000002998
150
  nvfp4,p10_vector_gradient,0,p10_vector_gradient__r0__nvfp4,25.130464199995913,3.141308024999489,0.3634611000015866
151
+ int4_convrot,p10_vector_gradient,0,p10_vector_gradient__r0__int4_convrot,9.948575100002927,1.2435718875003658,0.3612795000008191
152
+ gguf_q8_0,p10_vector_gradient,0,p10_vector_gradient__r0__gguf_q8_0,28.394874799996614,3.549359349999577,0.7773340999992797
153
+ gguf_q4_k_m,p10_vector_gradient,0,p10_vector_gradient__r0__gguf_q4_k_m,31.813586500000383,3.976698312500048,0.35644289999618195
154
  bf16,p10_vector_gradient,1,p10_vector_gradient__r1__bf16,25.740654799999902,3.2175818499999878,0.3583937000003061
155
  fp8_scaled,p10_vector_gradient,1,p10_vector_gradient__r1__fp8_scaled,19.49589990000095,2.4369874875001187,0.340949700002966
156
  int8_convrot,p10_vector_gradient,1,p10_vector_gradient__r1__int8_convrot,12.38974589999998,1.5487182374999975,0.35242319999815663
157
  mxfp8,p10_vector_gradient,1,p10_vector_gradient__r1__mxfp8,31.892903699997987,3.9866129624997484,0.34392099999968195
158
  nvfp4,p10_vector_gradient,1,p10_vector_gradient__r1__nvfp4,24.889698499995575,3.111212312499447,0.34209610000107205
159
+ int4_convrot,p10_vector_gradient,1,p10_vector_gradient__r1__int4_convrot,9.549842699998408,1.193730337499801,0.3424897000004421
160
+ gguf_q8_0,p10_vector_gradient,1,p10_vector_gradient__r1__gguf_q8_0,27.350974999993923,3.4188718749992404,0.7968674000003375
161
+ gguf_q4_k_m,p10_vector_gradient,1,p10_vector_gradient__r1__gguf_q4_k_m,31.343910000003234,3.9179887500004043,0.35485480000352254
162
  bf16,p11_retro_anime,0,p11_retro_anime__r0__bf16,26.427372999998624,3.303421624999828,0.36001230000692885
163
  fp8_scaled,p11_retro_anime,0,p11_retro_anime__r0__fp8_scaled,19.82015749999846,2.4775196874998073,0.3625553999954718
164
  int8_convrot,p11_retro_anime,0,p11_retro_anime__r0__int8_convrot,12.793321099998138,1.5991651374997673,0.37392710000131046
165
  mxfp8,p11_retro_anime,0,p11_retro_anime__r0__mxfp8,32.069333699997514,4.008666712499689,0.34537339999951655
166
  nvfp4,p11_retro_anime,0,p11_retro_anime__r0__nvfp4,25.071917300003406,3.1339896625004258,0.36412510000081966
167
+ int4_convrot,p11_retro_anime,0,p11_retro_anime__r0__int4_convrot,9.938519400006044,1.2423149250007555,0.3625169000006281
168
+ gguf_q8_0,p11_retro_anime,0,p11_retro_anime__r0__gguf_q8_0,28.361656900000526,3.5452071125000657,0.8082552999985637
169
+ gguf_q4_k_m,p11_retro_anime,0,p11_retro_anime__r0__gguf_q4_k_m,31.851024399999005,3.9813780499998757,0.3565096000020276
170
  bf16,p11_retro_anime,1,p11_retro_anime__r1__bf16,25.738796300000104,3.217349537500013,0.3581162999980734
171
  fp8_scaled,p11_retro_anime,1,p11_retro_anime__r1__fp8_scaled,19.491088599999784,2.436386074999973,0.3423934000020381
172
  int8_convrot,p11_retro_anime,1,p11_retro_anime__r1__int8_convrot,12.400373699994816,1.550046712499352,0.3561979000005522
173
  mxfp8,p11_retro_anime,1,p11_retro_anime__r1__mxfp8,31.915469100000337,3.989433637500042,0.34709660000225995
174
  nvfp4,p11_retro_anime,1,p11_retro_anime__r1__nvfp4,24.91180919999897,3.1139761499998713,0.3412951999998768
175
+ int4_convrot,p11_retro_anime,1,p11_retro_anime__r1__int4_convrot,9.51476960000582,1.1893462000007275,0.34137059999920893
176
+ gguf_q8_0,p11_retro_anime,1,p11_retro_anime__r1__gguf_q8_0,27.459316400003445,3.4324145500004306,0.8112834999992629
177
+ gguf_q4_k_m,p11_retro_anime,1,p11_retro_anime__r1__gguf_q4_k_m,31.380225699998846,3.9225282124998557,0.3407459999943967
178
  bf16,p12_watercolor,0,p12_watercolor__r0__bf16,26.340583699995477,3.2925729624994347,0.3605783999955747
179
  fp8_scaled,p12_watercolor,0,p12_watercolor__r0__fp8_scaled,19.71092110000609,2.463865137500761,0.36248039999918547
180
  int8_convrot,p12_watercolor,0,p12_watercolor__r0__int8_convrot,12.736942100003944,1.592117762500493,0.37184930000512395
181
  mxfp8,p12_watercolor,0,p12_watercolor__r0__mxfp8,31.99003079999966,3.9987538499999573,0.3437904000020353
182
  nvfp4,p12_watercolor,0,p12_watercolor__r0__nvfp4,25.040403200000583,3.130050400000073,0.3656928000054904
183
+ int4_convrot,p12_watercolor,0,p12_watercolor__r0__int4_convrot,9.875884900000528,1.234485612500066,0.3643586999969557
184
+ gguf_q8_0,p12_watercolor,0,p12_watercolor__r0__gguf_q8_0,28.388148400001228,3.5485185500001535,0.8432290999990073
185
+ gguf_q4_k_m,p12_watercolor,0,p12_watercolor__r0__gguf_q4_k_m,31.813851700004307,3.9767314625005383,0.3582428000008804
186
  bf16,p12_watercolor,1,p12_watercolor__r1__bf16,25.708062799996696,3.213507849999587,0.35866660000465345
187
  fp8_scaled,p12_watercolor,1,p12_watercolor__r1__fp8_scaled,19.33984490000148,2.417480612500185,0.34357749999617226
188
  int8_convrot,p12_watercolor,1,p12_watercolor__r1__int8_convrot,12.33782169999904,1.54222771249988,0.3531944999995176
189
  mxfp8,p12_watercolor,1,p12_watercolor__r1__mxfp8,31.847633999997925,3.9809542499997406,0.34513710000464926
190
  nvfp4,p12_watercolor,1,p12_watercolor__r1__nvfp4,24.82736699999805,3.103420874999756,0.3418500999978278
191
+ int4_convrot,p12_watercolor,1,p12_watercolor__r1__int4_convrot,9.455161900004896,1.181895237500612,0.3419293999977526
192
+ gguf_q8_0,p12_watercolor,1,p12_watercolor__r1__gguf_q8_0,27.390198200002487,3.423774775000311,0.7497471999959089
193
+ gguf_q4_k_m,p12_watercolor,1,p12_watercolor__r1__gguf_q4_k_m,31.2819559999989,3.9102444999998625,0.3548501000041142
194
  bf16,p13_food,0,p13_food__r0__bf16,26.28882750000048,3.28610343750006,0.359178200000315
195
  fp8_scaled,p13_food,0,p13_food__r0__fp8_scaled,19.57829430000129,2.447286787500161,0.36358910000126343
196
  int8_convrot,p13_food,0,p13_food__r0__int8_convrot,12.59504530000413,1.5743806625005163,0.3585473999992246
197
  mxfp8,p13_food,0,p13_food__r0__mxfp8,31.915211999999883,3.9894014999999854,0.3469457999963197
198
  nvfp4,p13_food,0,p13_food__r0__nvfp4,24.89938080000138,3.1124226000001727,0.36475969999446534
199
+ int4_convrot,p13_food,0,p13_food__r0__int4_convrot,9.477282799998648,1.184660349999831,0.36286390000168467
200
+ gguf_q8_0,p13_food,0,p13_food__r0__gguf_q8_0,28.354598399993847,3.544324799999231,0.8509674000015366
201
+ gguf_q4_k_m,p13_food,0,p13_food__r0__gguf_q4_k_m,31.69334220000019,3.9616677750000235,0.3569444000022486
202
  bf16,p13_food,1,p13_food__r1__bf16,25.687490700001945,3.210936337500243,0.3574178000053507
203
  fp8_scaled,p13_food,1,p13_food__r1__fp8_scaled,19.317986800000654,2.4147483500000817,0.3451076999990619
204
  int8_convrot,p13_food,1,p13_food__r1__int8_convrot,12.318170099999406,1.5397712624999258,0.3425465999971493
205
  mxfp8,p13_food,1,p13_food__r1__mxfp8,31.82090210000024,3.97761276250003,0.3468256000051042
206
  nvfp4,p13_food,1,p13_food__r1__nvfp4,24.812316700001247,3.101539587500156,0.3419875999970827
207
+ int4_convrot,p13_food,1,p13_food__r1__int4_convrot,9.463287099999434,1.1829108874999292,0.3415798999994877
208
+ gguf_q8_0,p13_food,1,p13_food__r1__gguf_q8_0,27.301244700000098,3.412655587500012,0.827067199999874
209
+ gguf_q4_k_m,p13_food,1,p13_food__r1__gguf_q4_k_m,31.28079080000316,3.910098850000395,0.3431720000007772
210
  bf16,p14_spatial_counts,0,p14_spatial_counts__r0__bf16,26.303392399997392,3.287924049999674,0.3585942000063369
211
  fp8_scaled,p14_spatial_counts,0,p14_spatial_counts__r0__fp8_scaled,19.04544380000152,2.38068047500019,0.33408699999563396
212
  int8_convrot,p14_spatial_counts,0,p14_spatial_counts__r0__int8_convrot,12.620540500000061,1.5775675625000076,0.3720668999958434
213
  mxfp8,p14_spatial_counts,0,p14_spatial_counts__r0__mxfp8,31.957430399997975,3.994678799999747,0.3476455999989412
214
  nvfp4,p14_spatial_counts,0,p14_spatial_counts__r0__nvfp4,24.93046460000187,3.1163080750002337,0.3636112000021967
215
+ int4_convrot,p14_spatial_counts,0,p14_spatial_counts__r0__int4_convrot,9.494005199994717,1.1867506499993397,0.3617510000040056
216
+ gguf_q8_0,p14_spatial_counts,0,p14_spatial_counts__r0__gguf_q8_0,28.412769300004584,3.551596162500573,0.7972765000013169
217
+ gguf_q4_k_m,p14_spatial_counts,0,p14_spatial_counts__r0__gguf_q4_k_m,31.819547999999486,3.9774434999999357,0.35713440000108676
218
  bf16,p14_spatial_counts,1,p14_spatial_counts__r1__bf16,25.75583330000518,3.2194791625006474,0.3613586999999825
219
  fp8_scaled,p14_spatial_counts,1,p14_spatial_counts__r1__fp8_scaled,19.16530440000497,2.3956630500006213,0.34405169999809004
220
  int8_convrot,p14_spatial_counts,1,p14_spatial_counts__r1__int8_convrot,12.32397349999519,1.5404966874993988,0.3424712999985786
221
  mxfp8,p14_spatial_counts,1,p14_spatial_counts__r1__mxfp8,31.860219800000777,3.982527475000097,0.34347580000030575
222
  nvfp4,p14_spatial_counts,1,p14_spatial_counts__r1__nvfp4,24.90657089999877,3.113321362499846,0.3416189999989001
223
+ int4_convrot,p14_spatial_counts,1,p14_spatial_counts__r1__int4_convrot,9.467384100003983,1.1834230125004979,0.34098570000060135
224
+ gguf_q8_0,p14_spatial_counts,1,p14_spatial_counts__r1__gguf_q8_0,27.332138300000224,3.416517287500028,0.8224743999962811
225
+ gguf_q4_k_m,p14_spatial_counts,1,p14_spatial_counts__r1__gguf_q4_k_m,31.338417499995558,3.9173021874994447,0.3408006999961799
226
  bf16,p15_scientific_poster,0,p15_scientific_poster__r0__bf16,26.389044000003196,3.2986305000003995,0.3583375000016531
227
  fp8_scaled,p15_scientific_poster,0,p15_scientific_poster__r0__fp8_scaled,19.766978100000415,2.470872262500052,0.36253020000003744
228
  int8_convrot,p15_scientific_poster,0,p15_scientific_poster__r0__int8_convrot,12.658317000001261,1.5822896250001577,0.3722353000048315
229
  mxfp8,p15_scientific_poster,0,p15_scientific_poster__r0__mxfp8,32.03057660000195,4.003822075000244,0.343433100002585
230
  nvfp4,p15_scientific_poster,0,p15_scientific_poster__r0__nvfp4,24.988446399998793,3.123555799999849,0.3658660000000964
231
+ int4_convrot,p15_scientific_poster,0,p15_scientific_poster__r0__int4_convrot,9.521497399997315,1.1901871749996644,0.36434409999492345
232
+ gguf_q8_0,p15_scientific_poster,0,p15_scientific_poster__r0__gguf_q8_0,28.340977699997893,3.5426222124997366,0.8526356999936979
233
+ gguf_q4_k_m,p15_scientific_poster,0,p15_scientific_poster__r0__gguf_q4_k_m,31.841837799998757,3.9802297249998446,0.3609359999973094
234
  bf16,p15_scientific_poster,1,p15_scientific_poster__r1__bf16,25.796780199998466,3.2245975249998082,0.3632294999988517
235
  fp8_scaled,p15_scientific_poster,1,p15_scientific_poster__r1__fp8_scaled,19.49097730000358,2.4363721625004473,0.3413591999997152
236
  int8_convrot,p15_scientific_poster,1,p15_scientific_poster__r1__int8_convrot,12.39311440000165,1.5491393000002063,0.3534289000017452
237
  mxfp8,p15_scientific_poster,1,p15_scientific_poster__r1__mxfp8,31.907068100001197,3.9883835125001497,0.3435710999983712
238
  nvfp4,p15_scientific_poster,1,p15_scientific_poster__r1__nvfp4,24.887707000001683,3.1109633750002104,0.34383209999941755
239
+ int4_convrot,p15_scientific_poster,1,p15_scientific_poster__r1__int4_convrot,9.512926700001117,1.1891158375001396,0.34091730000363896
240
+ gguf_q8_0,p15_scientific_poster,1,p15_scientific_poster__r1__gguf_q8_0,27.387443100000382,3.423430387500048,0.8275820999988355
241
+ gguf_q4_k_m,p15_scientific_poster,1,p15_scientific_poster__r1__gguf_q4_k_m,31.333686999998463,3.916710874999808,0.34274770000047283
metrics/performance_bridge.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ absolute_drift_percent,base_session_median_seconds,extension_repeats,extension_session_median_seconds,format_id,relative_drift,within_5_percent
2
+ 0.16640869773795197,25.783207600001333,5,25.7403020999991,bf16,-0.0016640869773795197,True
3
+ 5.591205839134483,12.417339299998275,5,13.11161830000492,int8_convrot,0.05591205839134483,False
metrics/performance_bridge.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "direct_cross_session_comparison_allowed": false,
3
+ "threshold_percent": 5.0,
4
+ "rows": [
5
+ {
6
+ "format_id": "bf16",
7
+ "base_session_median_seconds": 25.783207600001333,
8
+ "extension_session_median_seconds": 25.7403020999991,
9
+ "relative_drift": -0.0016640869773795197,
10
+ "absolute_drift_percent": 0.16640869773795197,
11
+ "within_5_percent": true,
12
+ "extension_repeats": 5
13
+ },
14
+ {
15
+ "format_id": "int8_convrot",
16
+ "base_session_median_seconds": 12.417339299998275,
17
+ "extension_session_median_seconds": 13.11161830000492,
18
+ "relative_drift": 0.05591205839134483,
19
+ "absolute_drift_percent": 5.591205839134483,
20
+ "within_5_percent": false,
21
+ "extension_repeats": 5
22
+ }
23
+ ]
24
+ }
metrics/performance_runs.csv CHANGED
@@ -149,3 +149,93 @@ api_end_to_end_seconds,format_id,gpu_energy_joules,gpu_gpu_utilization_percent_m
149
  20.63272976875305,fp8_scaled,2980.2670343637465,95.41176470588235,100.0,8891.374331550802,10001.0,46.23529411764706,61.0,144.9174331550802,158.5,187,2738.342245989305,2880.0,70.48663101604278,73.0,16380.0,16380.0,13886.657754010695,14367.0,1.1233736687499913,p14_spatial_counts,1,p14_spatial_counts__r1__fp8_scaled,19.16530440000497,2423345856.688172,2461822976.0,186,15.063978494623655,76.3,38124753050.150536,38638673920.0,12514717541.849463,14150074368.0,0.34405169999809004
150
  22.13890051841736,fp8_scaled,3059.594058661461,92.50980392156863,100.0,8751.0,8751.0,44.4264705882353,73.0,138.02176470588236,151.93,204,2724.5588235294117,2745.0,69.00980392156863,73.0,16380.0,16380.0,14496.725490196079,15231.0,2.009392218416906,p15_scientific_poster,0,p15_scientific_poster__r0__fp8_scaled,19.766978100000415,2412646481.92,2450333696.0,200,19.695999999999998,95.7,36238464348.16,36468563968.0,14401006243.84,14570975232.0,0.36253020000003744
151
  20.685534715652466,fp8_scaled,2980.44233582139,95.72727272727273,100.0,8751.0,8751.0,46.6951871657754,73.0,145.09823529411767,152.1,187,2705.4545454545455,2745.0,69.6524064171123,72.0,16380.0,16380.0,13947.919786096256,14399.0,0.8531982156491722,p15_scientific_poster,1,p15_scientific_poster__r1__fp8_scaled,19.49097730000358,2425604706.0425534,2464296960.0,188,12.483510638297872,58.0,36320744578.723404,36507766784.0,14318726013.276596,14670999552.0,0.3413591999997152
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  20.63272976875305,fp8_scaled,2980.2670343637465,95.41176470588235,100.0,8891.374331550802,10001.0,46.23529411764706,61.0,144.9174331550802,158.5,187,2738.342245989305,2880.0,70.48663101604278,73.0,16380.0,16380.0,13886.657754010695,14367.0,1.1233736687499913,p14_spatial_counts,1,p14_spatial_counts__r1__fp8_scaled,19.16530440000497,2423345856.688172,2461822976.0,186,15.063978494623655,76.3,38124753050.150536,38638673920.0,12514717541.849463,14150074368.0,0.34405169999809004
150
  22.13890051841736,fp8_scaled,3059.594058661461,92.50980392156863,100.0,8751.0,8751.0,44.4264705882353,73.0,138.02176470588236,151.93,204,2724.5588235294117,2745.0,69.00980392156863,73.0,16380.0,16380.0,14496.725490196079,15231.0,2.009392218416906,p15_scientific_poster,0,p15_scientific_poster__r0__fp8_scaled,19.766978100000415,2412646481.92,2450333696.0,200,19.695999999999998,95.7,36238464348.16,36468563968.0,14401006243.84,14570975232.0,0.36253020000003744
151
  20.685534715652466,fp8_scaled,2980.44233582139,95.72727272727273,100.0,8751.0,8751.0,46.6951871657754,73.0,145.09823529411767,152.1,187,2705.4545454545455,2745.0,69.6524064171123,72.0,16380.0,16380.0,13947.919786096256,14399.0,0.8531982156491722,p15_scientific_poster,1,p15_scientific_poster__r1__fp8_scaled,19.49097730000358,2425604706.0425534,2464296960.0,188,12.483510638297872,58.0,36320744578.723404,36507766784.0,14318726013.276596,14670999552.0,0.3413591999997152
152
+ 32.624999046325684,gguf_q4_k_m,4500.240898193121,96.35714285714286,100.0,8751.0,8751.0,59.98979591836735,80.0,138.16081632653058,142.52,294,2730.0,2730.0,69.0374149659864,71.0,16380.0,16380.0,13646.700680272108,13691.0,0.9371180463276687,p01_portrait,0,p01_portrait__r0__gguf_q4_k_m,31.345965000000433,2413946183.4013605,2445586432.0,294,10.28265306122449,59.8,40144792513.30612,40169885696.0,10494678078.693878,10586525696.0,0.3419159999975818
153
+ 32.61030983924866,gguf_q4_k_m,4466.003321002721,97.86734693877551,100.0,8751.0,8751.0,60.96938775510204,76.0,137.14159863945576,142.55,294,2730.0,2730.0,69.18367346938776,71.0,16380.0,16380.0,13651.598639455782,13691.0,0.8857792392518604,p01_portrait,1,p01_portrait__r1__gguf_q4_k_m,31.383951399999205,2414273644.341297,2446942208.0,293,10.01023890784983,62.3,40130427879.535835,40146657280.0,10509042712.464165,10573766656.0,0.3405791999975918
154
+ 34.27973437309265,gguf_q4_k_m,4536.6031018161775,94.41100323624596,100.0,8751.0,8751.0,57.53721682847896,76.0,132.49514563106797,142.49,309,2730.9223300970875,2745.0,67.71197411003236,70.0,16380.0,16380.0,14148.320388349515,14395.0,2.032961673088721,p02_hands_group,0,p02_hands_group__r0__gguf_q4_k_m,31.889467799999693,2485638445.566343,4895232000.0,309,11.102588996763753,56.6,39668989832.69903,40112488448.0,10970480759.30097,13476704256.0,0.3573049000042374
155
+ 32.72465229034424,gguf_q4_k_m,4461.9577013599865,96.75254237288135,100.0,8751.0,8751.0,60.4,72.0,136.9156271186441,142.71,295,2730.406779661017,2745.0,68.87457627118644,71.0,16380.0,16380.0,14102.33559322034,14139.0,1.0613742903442471,p02_hands_group,1,p02_hands_group__r1__gguf_q4_k_m,31.32009249999828,2423820993.7297297,2457886720.0,296,10.293581081081081,58.8,39738338013.4054,39780155392.0,10901132578.594595,10990313472.0,0.34318550000170944
156
+ 34.2070255279541,gguf_q4_k_m,4541.605580688715,93.97749196141478,100.0,8751.0,8751.0,58.5016077170418,84.0,132.6307395498392,142.61,311,2731.1093247588424,2745.0,68.11575562700965,71.0,16380.0,16380.0,14232.118971061092,14427.0,1.9618630279583158,p03_package_text,0,p03_package_text__r0__gguf_q4_k_m,31.88404879999871,2483139722.7354836,4823388160.0,310,10.310322580645161,55.4,39733895855.07097,39818878976.0,10905574736.929031,13323923456.0,0.36111369999707676
157
+ 32.63993525505066,gguf_q4_k_m,4457.504675649405,96.00337837837837,100.0,8751.0,8751.0,59.46283783783784,70.0,136.70817567567565,142.54,296,2730.152027027027,2745.0,69.0945945945946,71.0,16380.0,16380.0,14166.351351351352,14203.0,0.9035227550484706,p03_package_text,1,p03_package_text__r1__gguf_q4_k_m,31.395732999997563,2433921452.972973,2464337920.0,296,9.83918918918919,59.8,39805382047.13513,39844147200.0,10834088544.864864,10929119232.0,0.3406795000046259
158
+ 33.957298278808594,gguf_q4_k_m,4522.395874404907,95.55700325732899,100.0,8751.0,8751.0,58.77198697068404,77.0,133.5442671009772,142.59,307,2723.843648208469,2730.0,68.62540716612378,71.0,16380.0,16380.0,14226.035830618892,14395.0,1.668195078804274,p04_storefront_text,0,p04_storefront_text__r0__gguf_q4_k_m,31.930641200000537,2482328699.4136806,4831035392.0,307,10.963192182410424,56.6,39734287663.530945,39829839872.0,10905182928.469055,13300363264.0,0.35846200000378303
159
+ 32.69083571434021,gguf_q4_k_m,4462.737187436819,97.40202702702703,100.0,8751.0,8751.0,60.62837837837838,92.0,136.75790540540538,142.17,296,2717.3310810810813,2730.0,69.0608108108108,71.0,16380.0,16380.0,14110.135135135135,14139.0,0.9295617143434356,p04_storefront_text,1,p04_storefront_text__r1__gguf_q4_k_m,31.418690999998944,2434218772.756757,2465644544.0,296,10.015202702702704,58.0,39810962750.27027,39845482496.0,10828507841.72973,10936795136.0,0.3425829999978305
160
+ 33.831385135650635,gguf_q4_k_m,4509.4816792535785,95.8360655737705,100.0,8751.0,8751.0,58.678688524590164,92.0,133.5288524590164,142.49,305,2730.0,2730.0,68.18032786885246,71.0,16380.0,16380.0,14203.419672131147,14395.0,1.65392543564667,p05_architecture,0,p05_architecture__r0__gguf_q4_k_m,31.819020300004922,2482195110.190164,4832043008.0,305,10.342295081967213,59.8,39775361393.31148,39865389056.0,10864109198.688524,13307912192.0,0.3584393999990425
161
+ 32.67165493965149,gguf_q4_k_m,4461.031937019825,97.10847457627119,100.0,8751.0,8751.0,60.20677966101695,71.0,137.06559322033897,142.61,295,2730.0,2730.0,69.15254237288136,71.0,16380.0,16380.0,14170.240677966101,14203.0,1.0008177396521205,p05_architecture,1,p05_architecture__r1__gguf_q4_k_m,31.32703169999877,2434383456.864865,2467368960.0,296,10.684459459459461,61.4,39804778592.86487,39869153280.0,10834691999.135136,10944155648.0,0.34380550000059884
162
+ 33.90240955352783,gguf_q4_k_m,4518.207064623833,94.67752442996742,100.0,8751.0,8751.0,58.8957654723127,79.0,133.3582736156352,142.58,307,2730.6351791530947,2745.0,68.3029315960912,71.0,16380.0,16380.0,14197.267100977198,14459.0,1.706829053524416,p06_reflections,0,p06_reflections__r0__gguf_q4_k_m,31.835729799997353,2486058137.9346404,4833001472.0,306,10.179411764705883,57.5,39764566658.5098,39845224448.0,10874903933.490196,13286412288.0,0.35985070000606356
163
+ 32.71915578842163,gguf_q4_k_m,4475.513499873876,97.73400673400674,100.0,8751.0,8751.0,61.89225589225589,79.0,136.88333333333335,142.72,297,2730.0,2730.0,68.8080808080808,71.0,16380.0,16380.0,14266.784511784512,14331.0,1.0101365884183906,p06_reflections,1,p06_reflections__r1__gguf_q4_k_m,31.367689799997606,2435822547.178451,2470776832.0,297,10.095959595959597,64.9,39793418543.40741,39833927680.0,10846052048.592592,10965598208.0,0.34132940000563394
164
+ 33.73352932929993,gguf_q4_k_m,4498.97065196991,93.70163934426229,100.0,8751.0,8751.0,57.80655737704918,74.0,133.68334426229507,142.79,305,2730.44262295082,2745.0,68.45245901639345,71.0,16380.0,16380.0,14182.960655737705,14395.0,1.6031620292997104,p07_foliage_bird,0,p07_foliage_bird__r0__gguf_q4_k_m,31.77119529999618,2483673511.029508,4834795520.0,305,10.24393442622951,55.7,39741125668.931145,39828869120.0,10898344923.068853,13229674496.0,0.3591720000040368
165
+ 32.586942195892334,gguf_q4_k_m,4451.890701195001,97.45423728813559,100.0,8751.0,8751.0,60.58305084745763,76.0,136.9867118644068,142.19,295,2718.4576271186443,2730.0,69.19322033898305,71.0,16380.0,16380.0,14251.271186440677,14299.0,0.8847165958868572,p07_foliage_bird,1,p07_foliage_bird__r1__gguf_q4_k_m,31.348175700004504,2438350688.3254237,2472968192.0,295,9.880677966101695,61.4,39796667728.705086,39818297344.0,10842802863.294916,10915950592.0,0.35404990000097314
166
+ 34.04420256614685,gguf_q4_k_m,4530.727517895699,95.16504854368932,100.0,8751.0,8751.0,58.2168284789644,72.0,133.52692556634304,142.19,309,2730.0,2730.0,68.31067961165049,71.0,16380.0,16380.0,14173.278317152104,14395.0,1.8788100661477074,p08_fog_neon,0,p08_fog_neon__r0__gguf_q4_k_m,31.807442099998298,2486050313.9096775,4838092800.0,310,10.7141935483871,54.5,39751598185.703224,39839428608.0,10887872406.296774,13292216320.0,0.35795040000084555
167
+ 32.74682021141052,gguf_q4_k_m,4465.197700694799,97.12121212121212,100.0,8751.0,8751.0,60.60942760942761,79.0,136.24619528619527,142.26,297,2730.2020202020203,2745.0,68.83838383838383,71.0,16380.0,16380.0,14261.936026936028,14331.0,1.0809566114185145,p08_fog_neon,1,p08_fog_neon__r1__gguf_q4_k_m,31.325291399996786,2439809010.1621623,2473336832.0,296,9.788513513513516,62.3,39800975899.675674,39841280000.0,10838494692.324324,10907230208.0,0.34057219999522204
168
+ 33.822670221328735,gguf_q4_k_m,4507.951265132427,94.79804560260587,100.0,8751.0,8751.0,58.74918566775244,78.0,133.51713355048858,142.39,307,2730.0,2730.0,68.13680781758957,71.0,16380.0,16380.0,14191.951140065146,14427.0,1.6599687213310972,p09_material_macro,0,p09_material_macro__r0__gguf_q4_k_m,31.804133799996634,2490202652.3517914,4838948864.0,307,10.352442996742672,56.6,39761793304.18241,39843966976.0,10877677287.817589,13287899136.0,0.3585677000010037
169
+ 32.58439040184021,gguf_q4_k_m,4453.238290597201,96.07094594594595,100.0,8751.0,8751.0,60.3445945945946,72.0,136.88297297297296,142.47,296,2730.0,2730.0,68.87837837837837,71.0,16380.0,16380.0,14110.135135135135,14139.0,0.9682714018417755,p09_material_macro,1,p09_material_macro__r1__gguf_q4_k_m,31.274367999998503,2440944653.8378377,2475528192.0,296,10.246283783783785,59.3,39797031756.10811,39824773120.0,10842438835.891891,10969489408.0,0.3417509999999311
170
+ 33.83801817893982,gguf_q4_k_m,4507.658850803376,93.46579804560261,100.0,8751.0,8751.0,57.469055374592834,71.0,133.4930618892508,142.11,307,2730.488599348534,2745.0,68.38110749185668,71.0,16380.0,16380.0,14208.98697068404,14397.0,1.6679887789432541,p10_vector_gradient,0,p10_vector_gradient__r0__gguf_q4_k_m,31.813586500000383,2492808815.7394137,4840300544.0,307,10.064495114006515,54.0,39771895601.1987,39847526400.0,10867574990.801304,13274333184.0,0.35644289999618195
171
+ 32.73998951911926,gguf_q4_k_m,4460.14028083682,96.4625850340136,100.0,8751.0,8751.0,60.71768707482993,72.0,136.61574829931973,142.38,294,2730.0,2730.0,68.81292517006803,71.0,16380.0,16380.0,14235.585034013606,14301.0,1.0412247191125061,p10_vector_gradient,1,p10_vector_gradient__r1__gguf_q4_k_m,31.343910000003234,2445719788.8435373,2480279552.0,294,10.427210884353743,59.3,39817935697.85034,39847215104.0,10821534894.14966,10920779776.0,0.35485480000352254
172
+ 34.06812262535095,gguf_q4_k_m,4531.2527582001685,94.72903225806452,100.0,8751.0,8751.0,57.89677419354839,74.0,133.13322580645163,142.55,310,2730.1935483870966,2745.0,68.37096774193549,71.0,16380.0,16380.0,14189.161290322581,14399.0,1.8605886253499193,p11_retro_anime,0,p11_retro_anime__r0__gguf_q4_k_m,31.851024399999005,2498012444.0774193,4844371968.0,310,10.061290322580644,56.1,39761015259.66451,39845900288.0,10878455332.335484,13328347136.0,0.3565096000020276
173
+ 32.64662718772888,gguf_q4_k_m,4459.972086691856,95.87118644067796,100.0,8751.0,8751.0,59.03389830508475,72.0,136.701593220339,142.71,295,2730.0,2730.0,69.03050847457627,71.0,16380.0,16380.0,14146.037288135592,14175.0,0.9256554877356393,p11_retro_anime,1,p11_retro_anime__r1__gguf_q4_k_m,31.380225699998846,2449913252.0135593,2482896896.0,295,9.767457627118645,58.9,39807366994.44068,39833374720.0,10832103597.559322,10907987968.0,0.3407459999943967
174
+ 33.96431803703308,gguf_q4_k_m,4510.683847123384,94.66013071895425,100.0,8751.0,8751.0,57.59803921568628,70.0,133.07849673202617,142.14,306,2730.6862745098038,2745.0,68.22549019607843,71.0,16380.0,16380.0,14136.307189542484,14399.0,1.792223537027894,p12_watercolor,0,p12_watercolor__r0__gguf_q4_k_m,31.813851700004307,2495022929.986928,4848406528.0,306,10.981372549019609,54.0,39739555317.960785,39850778624.0,10899915274.039215,13300269056.0,0.3582428000008804
175
+ 32.482709646224976,gguf_q4_k_m,4434.336318608523,97.5068493150685,100.0,8751.0,8751.0,60.20205479452055,69.0,137.01496575342466,142.23,292,2730.0,2730.0,69.04794520547945,71.0,16380.0,16380.0,14260.260273972603,14335.0,0.8459035462219617,p12_watercolor,1,p12_watercolor__r1__gguf_q4_k_m,31.2819559999989,2448765501.1604095,2483838976.0,293,9.914334470989761,65.8,39788296031.2355,39834484736.0,10851174560.764505,10912235520.0,0.3548501000041142
176
+ 33.718127965927124,gguf_q4_k_m,4514.848746486902,95.875,100.0,8751.0,8751.0,59.2796052631579,77.0,134.0052302631579,142.41,304,2730.0,2730.0,68.75,71.0,16380.0,16380.0,14149.947368421053,14399.0,1.6678413659246871,p13_food,0,p13_food__r0__gguf_q4_k_m,31.69334220000019,2496439069.570957,4848287744.0,303,10.962706270627063,56.6,39744867608.50165,39826972672.0,10894602983.49835,13307211776.0,0.3569444000022486
177
+ 32.44497871398926,gguf_q4_k_m,4439.32042984724,95.86986301369863,100.0,8751.0,8751.0,59.63356164383562,79.0,137.19373287671235,142.54,292,2730.0,2730.0,68.96575342465754,71.0,16380.0,16380.0,14217.849315068494,14303.0,0.8210159139853204,p13_food,1,p13_food__r1__gguf_q4_k_m,31.28079080000316,2450193299.658703,2484391936.0,293,9.796245733788396,54.5,39805318224.382256,39834124288.0,10834152367.617748,10868838400.0,0.3431720000007772
178
+ 33.86608576774597,gguf_q4_k_m,4520.526780371667,95.2084690553746,100.0,8751.0,8751.0,58.78175895765472,92.0,133.5444951140065,142.09,307,2717.5895765472314,2730.0,68.18241042345277,71.0,16380.0,16380.0,14172.602605863192,14399.0,1.689403367745399,p14_spatial_counts,0,p14_spatial_counts__r0__gguf_q4_k_m,31.819547999999486,2498126814.535948,4849307648.0,306,10.09640522875817,54.8,39745526188.33987,39830499328.0,10893944403.660131,13330173952.0,0.35713440000108676
179
+ 32.73414635658264,gguf_q4_k_m,4461.967519928217,97.78716216216216,100.0,8751.0,8751.0,61.233108108108105,92.0,136.67138513513513,142.35,296,2718.2939189189187,2730.0,69.14189189189189,71.0,16380.0,16380.0,14211.432432432432,14303.0,1.054928156590904,p14_spatial_counts,1,p14_spatial_counts__r1__gguf_q4_k_m,31.338417499995558,2449544579.4594593,2482520064.0,296,10.23277027027027,58.4,39750420064.86487,39794700288.0,10889050527.135136,10960642048.0,0.3408006999961799
180
+ 33.83817172050476,gguf_q4_k_m,4500.28043872714,94.36807817589576,100.0,8751.0,8751.0,58.387622149837135,92.0,133.3644625407166,142.05,307,2720.71661237785,2745.0,68.35179153094462,71.0,16380.0,16380.0,14182.609120521172,14399.0,1.6353979205086944,p15_scientific_poster,0,p15_scientific_poster__r0__gguf_q4_k_m,31.841837799998757,2499108265.5584416,4848926720.0,308,9.931493506493506,52.6,39724344200.31169,39817326592.0,10915126391.688313,13265264640.0,0.3609359999973094
181
+ 32.60507917404175,gguf_q4_k_m,4462.4561034250255,97.80743243243244,100.0,8751.0,8751.0,61.277027027027025,92.0,137.20706081081082,142.77,296,2730.2027027027025,2745.0,69.17567567567568,71.0,16380.0,16380.0,14180.081081081082,14207.0,0.9286444740428124,p15_scientific_poster,1,p15_scientific_poster__r1__gguf_q4_k_m,31.333686999998463,2452166406.918919,2485075968.0,296,10.18141891891892,61.9,39637350815.13513,39751180288.0,11002119776.864864,11096039424.0,0.34274770000047283
182
+ 29.15261960029602,gguf_q8_0,3970.7698875987535,94.33969465648855,100.0,8751.0,8751.0,51.721374045801525,66.0,136.6931679389313,145.71,262,2717.9198473282445,2745.0,69.19465648854961,72.0,16380.0,16380.0,14119.335877862595,14267.0,0.8353363002970582,p01_portrait,0,p01_portrait__r0__gguf_q8_0,27.486214800002926,2526917168.6692014,5867495424.0,263,7.791254752851712,59.6,39200669929.61217,39385686016.0,11438800662.387833,14777761792.0,0.8310684999960358
183
+ 29.412740468978882,gguf_q8_0,4005.9367029440405,95.88721804511279,100.0,8751.0,8751.0,52.8609022556391,90.0,136.04176691729324,145.55,266,2719.003759398496,2745.0,69.0375939849624,71.0,16380.0,16380.0,14060.443609022557,14267.0,1.1038065689790528,p01_portrait,1,p01_portrait__r1__gguf_q8_0,27.500255200000538,2544882282.264151,5867483136.0,265,8.071320754716982,70.5,39160244154.44528,39349186560.0,11479226437.554716,14780284928.0,0.808678699999291
184
+ 34.478352069854736,gguf_q8_0,4156.015704643727,85.9903536977492,100.0,8751.0,8751.0,44.41800643086817,82.0,120.78324758842443,145.59,311,2685.6752411575562,2745.0,66.04180064308682,71.0,16380.0,16380.0,13246.909967845659,14267.0,5.160725169858779,p02_hands_group,0,p02_hands_group__r0__gguf_q8_0,28.543118599998706,3781280152.282958,11906785280.0,311,8.894533762057879,57.1,38630467458.88103,40136679424.0,12009003133.11897,20809920512.0,0.774508299997251
185
+ 29.01713466644287,gguf_q8_0,3971.854596873522,95.15648854961832,100.0,8751.0,8751.0,52.33206106870229,64.0,136.9091603053435,145.62,262,2717.3473282442746,2745.0,69.31679389312977,71.0,16380.0,16380.0,14113.106870229007,14267.0,0.828465766440786,p02_hands_group,1,p02_hands_group__r1__gguf_q8_0,27.440405000001192,2523650423.2061067,5882929152.0,262,7.888549618320611,52.7,39986795168.24428,40142417920.0,10652675423.755726,14025912320.0,0.748263900000893
186
+ 34.45592737197876,gguf_q8_0,4178.017946757078,86.38263665594856,100.0,8690.710610932476,8751.0,45.51125401929261,86.0,121.52881028938909,146.13,311,2670.7234726688102,2745.0,66.40514469453376,72.0,16380.0,16380.0,13251.025723472669,14267.0,5.220912371987652,p03_package_text,0,p03_package_text__r0__gguf_q8_0,28.459787399995548,3819369448.9517684,11918176256.0,311,8.455305466237943,56.1,38708995549.42765,40170934272.0,11930475042.572348,20179603456.0,0.77522759999556
187
+ 29.037580490112305,gguf_q8_0,3981.008054367304,94.68702290076335,100.0,8751.0,8751.0,52.16030534351145,63.0,137.33221374045803,146.1,262,2722.7862595419847,2745.0,69.36259541984732,72.0,16380.0,16380.0,14117.625954198473,14267.0,0.8206712901228457,p03_package_text,1,p03_package_text__r1__gguf_q8_0,27.469022599994787,2527416069.8625956,5880852480.0,262,8.787786259541985,58.0,39985127220.76336,40169803776.0,10654343371.23664,14005358592.0,0.747886599994672
188
+ 34.1831636428833,gguf_q8_0,4173.1383625328535,85.85436893203884,100.0,8751.0,8751.0,45.13592233009709,68.0,122.04721682847895,146.0,309,2670.145631067961,2745.0,66.3915857605178,71.0,16380.0,16380.0,13278.313915857605,14267.0,4.946573642882868,p04_storefront_text,0,p04_storefront_text__r0__gguf_q8_0,28.462883399995917,3796698108.6860843,11926142976.0,309,8.348220064724917,53.1,38714795455.37864,40154382336.0,11924675136.621359,20099784704.0,0.7737066000045161
189
+ 29.06551456451416,gguf_q8_0,3985.700191360712,96.31417624521073,100.0,8751.0,8751.0,53.0,95.0,137.6415325670498,145.9,261,2717.7586206896553,2745.0,69.37547892720306,72.0,16380.0,16380.0,14120.977011494253,14267.0,0.8327756645157933,p04_storefront_text,1,p04_storefront_text__r1__gguf_q8_0,27.48239879999892,2537779512.671756,5886242816.0,262,8.17824427480916,63.7,39971502080.0,40138723328.0,10667968512.0,14008365056.0,0.7503400999994483
190
+ 34.12699317932129,gguf_q8_0,4160.489858524798,87.79935275080906,100.0,8690.320388349515,8751.0,46.10032362459547,95.0,121.91093851132685,145.98,309,2671.5048543689322,2745.0,66.52427184466019,71.0,16380.0,16380.0,13279.970873786408,14267.0,4.88840697932028,p05_architecture,0,p05_architecture__r0__gguf_q8_0,28.434705899999244,3769012849.038961,11927306240.0,308,8.597727272727273,57.5,38729913184.41558,40145108992.0,11909557407.584415,20152238080.0,0.8038803000017651
191
+ 29.09514832496643,gguf_q8_0,3979.782118655443,94.4885496183206,100.0,8751.0,8751.0,51.91984732824427,70.0,137.11152671755727,145.77,262,2719.9236641221373,2745.0,69.3969465648855,72.0,16380.0,16380.0,14113.595419847328,14267.0,0.8192875249733333,p05_architecture,1,p05_architecture__r1__gguf_q8_0,27.448105999996187,2543861760.0,5886541824.0,263,7.941825095057035,58.0,39970680660.68441,40165613568.0,10668789931.31559,14014468096.0,0.8277547999969102
192
+ 34.04203391075134,gguf_q8_0,4161.0214805591095,86.38636363636364,100.0,8751.0,8751.0,44.87662337662338,64.0,122.18954545454547,146.27,308,2675.211038961039,2745.0,66.51948051948052,72.0,16380.0,16380.0,13289.961038961039,14267.0,4.847374410754128,p06_reflections,0,p06_reflections__r0__gguf_q8_0,28.404644800000824,3760472224.1042347,11927621632.0,307,8.59869706840391,61.1,38771760524.92508,40174903296.0,11867710067.074919,20085903360.0,0.7900146999963908
193
+ 29.014566659927368,gguf_q8_0,3972.7007721996306,94.96934865900383,100.0,8751.0,8751.0,52.31417624521073,66.0,137.28858237547897,145.75,261,2718.6206896551726,2730.0,69.34865900383141,71.0,16380.0,16380.0,14121.590038314176,14267.0,0.8162213599207462,p06_reflections,1,p06_reflections__r1__gguf_q8_0,27.44960120000178,2540217820.8244276,5888626688.0,262,8.07824427480916,62.5,40011681369.89313,40171909120.0,10627789222.10687,13981278208.0,0.748744100004842
194
+ 33.996763467788696,gguf_q8_0,4144.978467909097,86.2214983713355,100.0,8702.14006514658,8751.0,44.70358306188925,68.0,121.9227687296417,146.32,307,2673.7622149837134,2745.0,66.51465798045602,71.0,16380.0,16380.0,13292.302931596092,14267.0,4.895267667787266,p07_foliage_bird,0,p07_foliage_bird__r0__gguf_q8_0,28.32509630000277,3767748728.470588,11929710592.0,306,8.044117647058824,52.2,38769262551.84314,40167309312.0,11870208040.156862,20092252160.0,0.7763994999986608
195
+ 28.99225687980652,gguf_q8_0,3964.205646557808,94.56106870229007,100.0,8751.0,8751.0,51.74809160305343,66.0,136.76347328244273,145.87,262,2725.1335877862593,2745.0,69.1412213740458,72.0,16380.0,16380.0,14107.854961832061,14267.0,0.8427476798096905,p07_foliage_bird,1,p07_foliage_bird__r1__gguf_q8_0,27.325094699997862,2544576746.5038166,5891387392.0,262,9.0,68.4,39975307326.53435,40154849280.0,10664163265.465649,14014406656.0,0.8244144999989658
196
+ 34.10619068145752,gguf_q8_0,4154.336338661909,86.25974025974025,100.0,8641.422077922078,8751.0,45.12012987012987,64.0,121.99152597402598,145.85,308,2667.37012987013,2745.0,66.51298701298701,71.0,16380.0,16380.0,13259.103896103896,14267.0,5.023905181456939,p08_fog_neon,0,p08_fog_neon__r0__gguf_q8_0,28.30532760000642,3805450958.12987,11932631040.0,308,8.182467532467534,56.9,38728899251.53247,40180002816.0,11910571340.467533,20122099712.0,0.7769578999941587
197
+ 29.04573345184326,gguf_q8_0,3978.0699204075336,95.33969465648855,100.0,8751.0,8751.0,51.770992366412216,64.0,137.19545801526718,146.12,262,2730.0,2730.0,69.3206106870229,72.0,16380.0,16380.0,14109.687022900764,14267.0,0.8492315518378746,p08_fog_neon,1,p08_fog_neon__r1__gguf_q8_0,27.36883250000392,2540646337.4656487,5874286592.0,262,8.075190839694656,63.2,39990304236.458015,40150515712.0,10649166355.541985,14000742400.0,0.8276694000014686
198
+ 34.08698892593384,gguf_q8_0,4144.088609688282,86.78571428571429,100.0,8702.298701298701,8751.0,45.62337662337662,92.0,121.92422077922079,145.89,308,2672.62987012987,2745.0,66.5,72.0,16380.0,16380.0,13274.272727272728,14267.0,4.951799125941761,p09_material_macro,0,p09_material_macro__r0__gguf_q8_0,28.314560499995423,3789500256.4155846,11933184000.0,308,11.497727272727273,54.0,38696565560.51948,40161103872.0,11942905031.48052,20099936256.0,0.8206292999966536
199
+ 29.2754545211792,gguf_q8_0,3989.334303154945,95.76779026217228,100.0,8751.0,8751.0,52.9063670411985,92.0,136.64288389513106,145.81,267,2722.808988764045,2730.0,69.33707865168539,72.0,16380.0,16380.0,14074.280898876405,14267.0,1.10705742117716,p09_material_macro,1,p09_material_macro__r1__gguf_q8_0,27.369021099999372,2576501341.090909,5877063680.0,264,8.935227272727273,59.8,39845661618.42424,40099086336.0,10793808973.575758,14107336704.0,0.7993760000026668
200
+ 34.28426170349121,gguf_q8_0,4161.242841901779,85.29392971246007,100.0,8751.0,8751.0,44.64856230031949,66.0,121.21172523961663,145.53,313,2680.495207667732,2745.0,66.49520766773163,72.0,16380.0,16380.0,13270.479233226837,14269.0,5.112052803495317,p10_vector_gradient,0,p10_vector_gradient__r0__gguf_q8_0,28.394874799996614,3779187668.919094,11935961088.0,309,10.120711974110034,70.2,38438811031.61165,39957114880.0,12200659560.38835,20286484480.0,0.7773340999992797
201
+ 28.948162317276,gguf_q8_0,3967.382634272575,95.98850574712644,100.0,8751.0,8751.0,52.45977011494253,85.0,137.49693486590039,145.85,261,2730.632183908046,2745.0,69.18773946360153,71.0,16380.0,16380.0,14126.900383141763,14269.0,0.8003199172817403,p10_vector_gradient,1,p10_vector_gradient__r1__gguf_q8_0,27.350974999993923,2540153106.6360154,5878837248.0,261,8.650191570881224,60.7,39618406878.651344,39782010880.0,11021063713.34866,14376501248.0,0.7968674000003375
202
+ 34.173441648483276,gguf_q8_0,4167.345314033031,88.29545454545455,100.0,8641.422077922078,8751.0,46.1525974025974,85.0,121.93788961038959,145.96,308,2670.0487012987014,2745.0,66.71103896103897,72.0,16380.0,16380.0,13273.25974025974,14269.0,5.003529448484187,p11_retro_anime,0,p11_retro_anime__r0__gguf_q8_0,28.361656900000526,3782376377.954397,11939852288.0,307,8.315309446254073,59.5,38432904582.254074,39881773056.0,12206566009.745928,20491341824.0,0.8082552999985637
203
+ 29.120723962783813,gguf_q8_0,3971.7104798805713,94.74904942965779,100.0,8751.0,8751.0,51.93155893536122,63.0,136.66901140684413,145.7,263,2717.6235741444866,2730.0,69.21673003802282,72.0,16380.0,16380.0,14112.77186311787,14269.0,0.8501240627811057,p11_retro_anime,1,p11_retro_anime__r1__gguf_q8_0,27.459316400003445,2553164870.3511453,5902229504.0,262,9.122137404580153,69.0,39704496518.83969,39904952320.0,10934974073.160305,14326530048.0,0.8112834999992629
204
+ 34.073426723480225,gguf_q8_0,4149.105085773468,85.56493506493507,100.0,8751.0,8751.0,44.814935064935064,65.0,121.63827922077924,145.64,308,2680.12987012987,2745.0,66.46428571428571,72.0,16380.0,16380.0,13285.727272727272,14271.0,4.8420492234799895,p12_watercolor,0,p12_watercolor__r0__gguf_q8_0,28.388148400001228,3787534789.6286645,11943292928.0,307,7.98827361563518,53.7,38502102633.068405,39918055424.0,12137367958.931597,20321112064.0,0.8432290999990073
205
+ 29.007791757583618,gguf_q8_0,3962.7340880715847,95.47509578544062,100.0,8751.0,8751.0,51.934865900383144,63.0,137.11900383141761,145.57,261,2719.080459770115,2730.0,69.54022988505747,72.0,16380.0,16380.0,14114.92337164751,14271.0,0.867846357585222,p12_watercolor,1,p12_watercolor__r1__gguf_q8_0,27.390198200002487,2562041871.633588,5892849664.0,262,8.294274809160306,62.8,39750318017.46565,39929217024.0,10889152574.534351,14300086272.0,0.7497471999959089
206
+ 34.00878620147705,gguf_q8_0,4149.265066922903,85.57142857142857,100.0,8751.0,8751.0,44.76623376623377,65.0,121.86844155844157,146.45,308,2682.029220779221,2745.0,66.63311688311688,72.0,16380.0,16380.0,13285.12987012987,14271.0,4.803220401481667,p13_food,0,p13_food__r0__gguf_q8_0,28.354598399993847,3786500916.534202,11943448576.0,307,9.43941368078176,59.3,38546052045.96743,39991881728.0,12093418546.032574,20250263552.0,0.8509674000015366
207
+ 29.040045261383057,gguf_q8_0,3978.6833687126637,94.32442748091603,100.0,8751.0,8751.0,51.13358778625954,59.0,137.223893129771,146.46,262,2730.0,2730.0,69.36259541984732,72.0,16380.0,16380.0,14099.885496183206,14271.0,0.9117333613830851,p13_food,1,p13_food__r1__gguf_q8_0,27.301244700000098,2560908702.2900763,5903306752.0,262,8.075954198473283,64.0,39780999699.541985,39946588160.0,10858470892.458015,14259568640.0,0.827067199999874
208
+ 34.17028331756592,gguf_q8_0,4160.050494105816,86.73051948051948,100.0,8641.422077922078,8751.0,45.324675324675326,65.0,122.00357142857142,146.3,308,2670.2435064935066,2745.0,66.56818181818181,72.0,16380.0,16380.0,13263.207792207791,14271.0,4.960237517560017,p14_spatial_counts,0,p14_spatial_counts__r0__gguf_q8_0,28.412769300004584,3816775799.6883116,11944464384.0,308,8.083766233766234,51.9,38554181618.7013,40004349952.0,12085288973.298702,20298678272.0,0.7972765000013169
209
+ 28.984143018722534,gguf_q8_0,3980.9299034464357,96.32442748091603,100.0,8751.0,8751.0,52.912213740458014,92.0,137.44690839694655,146.29,262,2730.0,2730.0,69.32442748091603,72.0,16380.0,16380.0,14103.91603053435,14271.0,0.8295303187260288,p14_spatial_counts,1,p14_spatial_counts__r1__gguf_q8_0,27.332138300000224,2555337813.9847326,5903069184.0,262,8.78206106870229,69.6,39792275784.30534,39967977472.0,10847194807.694656,14163546112.0,0.8224743999962811
210
+ 34.111560583114624,gguf_q8_0,4174.406489849091,88.58116883116882,100.0,8690.123376623376,8751.0,46.6525974025974,93.0,122.42474025974026,146.5,308,2674.237012987013,2745.0,66.67857142857143,72.0,16380.0,16380.0,13283.987012987012,14271.0,4.917947183123033,p15_scientific_poster,0,p15_scientific_poster__r0__gguf_q8_0,28.340977699997893,3787611322.181818,11944136704.0,308,8.348701298701297,56.2,38634086067.53247,40045146112.0,12005384524.467533,20259655680.0,0.8526356999936979
211
+ 29.051227569580078,gguf_q8_0,3984.3079877710343,95.06488549618321,100.0,8751.0,8751.0,52.31297709923664,93.0,137.46248091603053,146.48,262,2730.5152671755727,2745.0,69.32442748091603,72.0,16380.0,16380.0,14116.007633587786,14271.0,0.8362023695808602,p15_scientific_poster,1,p15_scientific_poster__r1__gguf_q8_0,27.387443100000382,2550807966.2900763,5903233024.0,262,8.026335877862596,59.8,39862211294.778625,40016642048.0,10777259297.221375,14116204544.0,0.8275820999988355
212
+ 10.892805337905884,int4_convrot,1443.8683541965484,91.71717171717172,100.0,8751.0,8751.0,65.20202020202021,76.0,132.7530303030303,143.92,99,2727.2727272727275,2730.0,68.20202020202021,71.0,16380.0,16380.0,13869.10101010101,14619.0,1.002485837911081,p01_portrait,0,p01_portrait__r0__int4_convrot,9.540271999998367,2416029571.878788,2454241280.0,99,15.173737373737374,61.9,39579404722.42424,39622000640.0,11060065869.575758,11142533120.0,0.35004749999643536
213
+ 10.853043556213379,int4_convrot,1416.5871467256547,89.24489795918367,100.0,8751.0,8751.0,63.52040816326531,88.0,131.40836734693875,144.07,98,2730.765306122449,2745.0,68.13265306122449,71.0,16380.0,16380.0,13880.714285714286,14619.0,0.9507134562081774,p01_portrait,1,p01_portrait__r1__int4_convrot,9.558170700001938,2416279635.591837,2453721088.0,98,14.66938775510204,52.7,39544091710.69388,39587295232.0,11095378881.306122,11153383424.0,0.3441594000032637
214
+ 11.875679731369019,int4_convrot,1526.5264807212352,86.75,100.0,8751.0,8751.0,62.97222222222222,97.0,129.20777777777778,143.91,108,2730.6944444444443,2745.0,67.19444444444444,70.0,16380.0,16380.0,14683.0,15227.0,1.5432690313609783,p02_hands_group,0,p02_hands_group__r0__int4_convrot,9.970703500002855,2412924131.5555553,2450919424.0,108,13.840740740740742,66.7,39464284349.62963,39568445440.0,11175186242.37037,11201626112.0,0.36170720000518486
215
+ 10.835985660552979,int4_convrot,1416.7014524257183,92.3061224489796,100.0,8751.0,8751.0,65.95918367346938,83.0,132.1488775510204,143.94,98,2730.0,2730.0,68.07142857142857,71.0,16380.0,16380.0,13752.714285714286,14491.0,0.9799920605582884,p02_hands_group,1,p02_hands_group__r1__int4_convrot,9.513311799993971,2426317176.163265,2464174080.0,98,14.259183673469387,58.9,39462085861.87755,39495221248.0,11177384730.12245,11233075200.0,0.3426818000007188
216
+ 11.876558303833008,int4_convrot,1534.0378441619876,83.4074074074074,100.0,8751.0,8751.0,59.648148148148145,100.0,129.59046296296296,145.54,108,2726.1111111111113,2745.0,67.13888888888889,71.0,16380.0,16380.0,14615.74074074074,15163.0,1.5272502038351377,p03_package_text,0,p03_package_text__r0__int4_convrot,9.98690959999658,2421370197.3333335,2458587136.0,108,13.726851851851851,63.7,39368040713.48148,39484162048.0,11271429878.518518,11313999872.0,0.3623985000012908
217
+ 10.830047845840454,int4_convrot,1420.3020593810081,87.94897959183673,100.0,8751.0,8751.0,62.58163265306123,76.0,131.5277551020408,143.84,98,2730.0,2730.0,67.41836734693878,70.0,16380.0,16380.0,13811.816326530612,14555.0,0.9231213458406273,p03_package_text,1,p03_package_text__r1__int4_convrot,9.564303999999538,2433996591.020408,2470891520.0,98,14.271428571428569,58.9,39358998653.38776,39401594880.0,11280471938.612246,11335176192.0,0.3426225000002887
218
+ 11.833503484725952,int4_convrot,1533.6693140399454,91.79245283018868,100.0,8751.0,8751.0,64.84905660377359,76.0,131.08858490566038,148.54,106,2724.3396226415093,2745.0,67.80188679245283,70.0,16380.0,16380.0,14637.11320754717,15163.0,1.4801559847182943,p04_storefront_text,0,p04_storefront_text__r0__int4_convrot,9.988875500006543,2422469986.093458,2459746304.0,107,13.562616822429904,64.4,39372573303.62617,39403036672.0,11266897288.373833,11337306112.0,0.3644720000011148
219
+ 10.795163869857788,int4_convrot,1417.4297244548798,91.27551020408163,100.0,8751.0,8751.0,65.05102040816327,83.0,132.00418367346938,143.74,98,2730.612244897959,2745.0,67.04081632653062,69.0,16380.0,16380.0,13816.714285714286,14555.0,0.9174929698565393,p04_storefront_text,1,p04_storefront_text__r1__int4_convrot,9.53329500000109,2435452301.0612245,2473611264.0,98,14.487755102040818,58.9,39375377052.734695,39400767488.0,11264093539.265306,11325214720.0,0.34437590000015916
220
+ 11.548455715179443,int4_convrot,1514.399022912979,91.45714285714286,100.0,8751.0,8751.0,63.8,83.0,131.53104761904763,147.61,105,2714.1428571428573,2730.0,67.64761904761905,71.0,16380.0,16380.0,14656.485714285714,15163.0,1.1993042151807458,p05_architecture,0,p05_architecture__r0__int4_convrot,9.984325500001432,2422458643.6923075,2459840512.0,104,14.131730769230767,60.2,39362518803.69231,39385296896.0,11276951788.307692,11323301888.0,0.36482599999726517
221
+ 10.830365419387817,int4_convrot,1424.8560005891322,88.27551020408163,100.0,8751.0,8751.0,62.38775510204081,74.0,132.50030612244896,144.19,98,2723.5714285714284,2745.0,67.48979591836735,71.0,16380.0,16380.0,13811.816326530612,14555.0,0.9450167193936068,p05_architecture,1,p05_architecture__r1__int4_convrot,9.541054199995415,2434976788.897959,2472394752.0,98,15.827551020408162,58.4,39311041974.85714,39353634816.0,11328428617.142857,11415298048.0,0.3442944999987958
222
+ 11.821701288223267,int4_convrot,1537.7865590691567,92.29906542056075,100.0,8751.0,8751.0,64.73831775700934,92.0,131.06644859813085,149.83,107,2710.5140186915887,2745.0,67.40186915887851,70.0,16380.0,16380.0,14627.971962616823,15163.0,1.4690006882228772,p06_reflections,0,p06_reflections__r0__int4_convrot,9.989767999999458,2423726914.3703704,2461224960.0,108,13.597222222222221,61.9,39336805110.51852,39371071488.0,11302665481.481482,11380379648.0,0.3629326000009314
223
+ 10.902329921722412,int4_convrot,1431.3645324838158,90.11111111111111,100.0,8751.0,8751.0,64.64646464646465,88.0,131.20383838383842,143.83,99,2730.0,2730.0,67.68686868686869,71.0,16380.0,16380.0,13852.29292929293,14555.0,1.0373579217193765,p06_reflections,1,p06_reflections__r1__int4_convrot,9.523634800003492,2436397014.2040815,2474360832.0,98,13.974489795918368,55.4,39332026200.81633,39349907456.0,11307444391.183674,11356086272.0,0.3413371999995434
224
+ 11.813991785049438,int4_convrot,1513.3274575603011,85.48113207547169,100.0,8751.0,8751.0,60.68867924528302,78.0,129.1784905660377,143.25,106,2730.0,2730.0,67.12264150943396,70.0,16380.0,16380.0,14628.358490566037,15163.0,1.5346558850505971,p07_foliage_bird,0,p07_foliage_bird__r0__int4_convrot,9.915689399997063,2425722995.924528,2462007296.0,106,13.91981132075472,64.0,39333725628.37736,39383764992.0,11305744963.62264,11370369024.0,0.3636465000017779
225
+ 10.863217830657959,int4_convrot,1416.2101963388918,90.93877551020408,100.0,8751.0,8751.0,64.40816326530613,76.0,131.24571428571429,142.99,98,2730.0,2730.0,67.89795918367346,71.0,16380.0,16380.0,13836.632653061224,14555.0,1.0358499306530575,p07_foliage_bird,1,p07_foliage_bird__r1__int4_convrot,9.485797300003469,2438808834.585859,2477752320.0,99,14.29191919191919,59.8,39349293180.121216,39395135488.0,11290177411.878788,11342479360.0,0.34157060000143247
226
+ 11.365527629852295,int4_convrot,1466.442738939524,89.25242718446601,100.0,8751.0,8751.0,64.42718446601941,82.0,129.71252427184473,144.01,103,2730.0,2730.0,67.12621359223301,70.0,16380.0,16380.0,14730.533980582524,15099.0,1.4728230298496783,p08_fog_neon,0,p08_fog_neon__r0__int4_convrot,9.527445500003523,2427138883.1067963,2463825920.0,103,14.243689320388354,58.0,39372149252.97087,39396077568.0,11267321339.029127,11326590976.0,0.36525909999909345
227
+ 10.770723104476929,int4_convrot,1414.2694702458382,89.61224489795919,100.0,8751.0,8751.0,63.826530612244895,74.0,131.41204081632657,144.03,98,2731.377551020408,2745.0,67.25510204081633,71.0,16380.0,16380.0,13890.836734693878,14587.0,0.9005060044801212,p08_fog_neon,1,p08_fog_neon__r1__int4_convrot,9.526920600001176,2439856938.6666665,2478108672.0,96,23.79895833333333,94.8,39135326080.0,39393013760.0,11504144512.0,11643637760.0,0.34329649999563117
228
+ 11.437673330307007,int4_convrot,1503.9007397460934,92.6504854368932,100.0,8751.0,8751.0,65.14563106796116,83.0,132.8959223300971,149.72,103,2723.1553398058254,2745.0,67.75728155339806,70.0,16380.0,16380.0,14702.57281553398,15163.0,1.1796878303139238,p09_material_macro,0,p09_material_macro__r0__int4_convrot,9.892751899998984,2428182803.6923075,2465202176.0,104,16.264423076923077,68.1,39131581321.84615,39179272192.0,11507889270.153847,11588472832.0,0.36523359999409877
229
+ 10.816426038742065,int4_convrot,1433.2277675640582,92.94949494949495,100.0,8751.0,8751.0,66.97979797979798,83.0,132.00636363636363,143.98,99,2730.0,2730.0,67.70707070707071,71.0,16380.0,16380.0,13836.454545454546,14555.0,0.9745782387471991,p09_material_macro,1,p09_material_macro__r1__int4_convrot,9.499239699995087,2440955026.285714,2478804992.0,98,14.27551020408163,55.8,39104202752.0,39129825280.0,11535267840.0,11574624256.0,0.34260809999977937
230
+ 11.470159530639648,int4_convrot,1499.4184445166586,87.51456310679612,100.0,8751.0,8751.0,63.76699029126213,100.0,132.37000000000003,144.83,103,2730.5825242718447,2745.0,67.86407766990291,71.0,16380.0,16380.0,14673.42718446602,15165.0,1.1603049306359026,p10_vector_gradient,0,p10_vector_gradient__r0__int4_convrot,9.948575100002927,2432503965.5384617,2469601280.0,104,14.129807692307692,59.8,39108182646.15385,39151513600.0,11531287945.846153,11611328512.0,0.3612795000008191
231
+ 10.824965238571167,int4_convrot,1426.9367250406742,90.65656565656566,100.0,8751.0,8751.0,64.58585858585859,94.0,132.26131313131316,143.9,99,2720.3030303030305,2745.0,67.8989898989899,71.0,16380.0,16380.0,13812.59595959596,14557.0,0.9326328385723173,p10_vector_gradient,1,p10_vector_gradient__r1__int4_convrot,9.549842699998408,2446442579.591837,2484416512.0,98,14.968367346938777,63.7,39097637072.97959,39129550848.0,11541833519.020409,11607875584.0,0.3424897000004421
232
+ 11.446319341659546,int4_convrot,1505.4108378469946,91.13592233009709,100.0,8751.0,8751.0,64.59223300970874,94.0,132.52815533980578,147.64,103,2728.5436893203882,2745.0,68.4368932038835,71.0,16380.0,16380.0,14661.446601941747,15167.0,1.145283041652874,p11_retro_anime,0,p11_retro_anime__r0__int4_convrot,9.938519400006044,2436678665.9417477,2473033728.0,103,13.472815533980581,58.1,39107076851.572815,39134699520.0,11532393740.427185,11583328256.0,0.3625169000006281
233
+ 10.847766160964966,int4_convrot,1437.6610841751099,93.96969696969697,100.0,8751.0,8751.0,66.55555555555556,78.0,132.46747474747474,144.3,99,2730.0,2730.0,67.86868686868686,71.0,16380.0,16380.0,13833.666666666666,14559.0,0.9916259609599365,p11_retro_anime,1,p11_retro_anime__r1__int4_convrot,9.51476960000582,2449740603.4747477,2487738368.0,99,14.54848484848485,59.8,39090980967.43434,39130587136.0,11548489624.565657,11601944576.0,0.34137059999920893
234
+ 11.426031589508057,int4_convrot,1497.0818059742446,89.67961165048544,100.0,8751.0,8751.0,64.77669902912622,100.0,132.38757281553399,145.59,103,2724.1747572815534,2730.0,68.12621359223301,71.0,16380.0,16380.0,14730.805825242718,15167.0,1.1857879895105725,p12_watercolor,0,p12_watercolor__r0__int4_convrot,9.875884900000528,2436413062.213592,2474340352.0,103,15.60485436893204,59.3,39084426130.64078,39112572928.0,11555044461.359222,11613163520.0,0.3643586999969557
235
+ 10.871360063552856,int4_convrot,1435.3093654775619,88.72277227722772,100.0,8751.0,8751.0,63.73267326732673,76.0,131.77970297029702,144.27,101,2730.0,2730.0,67.67326732673267,71.0,16380.0,16380.0,13831.554455445545,14559.0,1.074268763550208,p12_watercolor,1,p12_watercolor__r1__int4_convrot,9.455161900004896,2449500428.929293,2488119296.0,99,15.065656565656566,79.6,39066987468.28283,39116181504.0,11572483123.717173,11632529408.0,0.3419293999977526
236
+ 11.330016851425171,int4_convrot,1448.2967799401283,86.92233009708738,100.0,8751.0,8751.0,60.53398058252427,76.0,129.26038834951453,143.34,103,2730.0,2730.0,67.54368932038835,71.0,16380.0,16380.0,14703.155339805826,15103.0,1.4898701514248387,p13_food,0,p13_food__r0__int4_convrot,9.477282799998648,2437646674.0194173,2474352640.0,103,16.03300970873786,64.6,39117617251.41747,39157506048.0,11521853340.582523,11575046144.0,0.36286390000168467
237
+ 10.888928890228271,int4_convrot,1407.638592554331,89.34693877551021,100.0,8751.0,8751.0,63.13265306122449,76.0,130.02948979591835,144.09,98,2730.1530612244896,2745.0,67.86734693877551,71.0,16380.0,16380.0,13872.30612244898,14591.0,1.08406189022935,p13_food,1,p13_food__r1__int4_convrot,9.463287099999434,2450595923.591837,2488623104.0,98,14.243877551020407,52.3,39142718484.89796,39185911808.0,11496752107.102041,11543248896.0,0.3415798999994877
238
+ 11.006526470184326,int4_convrot,1445.4404319131372,87.64,100.0,8751.0,8751.0,63.02,76.0,130.85299999999998,143.49,100,2730.6,2745.0,67.65,70.0,16380.0,16380.0,14741.72,15103.0,1.1507702701856033,p14_spatial_counts,0,p14_spatial_counts__r0__int4_convrot,9.494005199994717,2438021575.111111,2475556864.0,99,14.411111111111111,60.2,39191456550.78788,39221858304.0,11448014041.212122,11541700608.0,0.3617510000040056
239
+ 10.847119808197021,int4_convrot,1431.3608118605614,91.83673469387755,100.0,8751.0,8751.0,66.77551020408163,91.0,132.83061224489796,144.67,98,2730.0,2730.0,67.95918367346938,70.0,16380.0,16380.0,13878.510204081633,14623.0,1.0387500081924372,p14_spatial_counts,1,p14_spatial_counts__r1__int4_convrot,9.467384100003983,2450228328.4897957,2491527168.0,98,15.144897959183673,61.9,39172995531.755104,39205146624.0,11466475060.244898,11538173952.0,0.34098570000060135
240
+ 11.330769777297974,int4_convrot,1464.4796273064612,89.38235294117646,100.0,8751.0,8751.0,61.57843137254902,76.0,130.63313725490198,143.41,102,2730.0,2730.0,67.50980392156863,70.0,16380.0,16380.0,14733.43137254902,15103.0,1.4449282773057348,p15_scientific_poster,0,p15_scientific_poster__r0__int4_convrot,9.521497399997315,2439839227.029126,2476457984.0,103,13.776699029126213,54.4,39201519556.34952,39230373888.0,11437951035.650486,11527647232.0,0.36434409999492345
241
+ 10.934831857681274,int4_convrot,1424.9292417538165,91.1010101010101,100.0,8751.0,8751.0,63.656565656565654,76.0,130.69060606060606,143.79,99,2730.0,2730.0,67.93939393939394,71.0,16380.0,16380.0,13873.424242424242,14623.0,1.0809878576765186,p15_scientific_poster,1,p15_scientific_poster__r1__int4_convrot,9.512926700001117,2451664060.0816326,2489516032.0,98,14.12551020408163,69.6,39172250394.12245,39205695488.0,11467220197.87755,11519954944.0,0.34091730000363896
metrics/performance_summary.csv CHANGED
@@ -154,3 +154,96 @@ nvfp4,3983480509.5489364,3965599188.0092707,3967184673.955049,system_comfy_proce
154
  nvfp4,4021751808.0,4003605572.266667,4005060608.0,system_comfy_process_tree_rss_bytes_peak,3981561856.0,30,4020414259.2,11333821.435588103
155
  nvfp4,16.470588235294116,10.359975704291026,10.359897846983294,system_system_cpu_percent_mean,8.171914893617021,30,12.7184960443038,1.7346398680713704
156
  nvfp4,87.5,65.08333333333333,65.0,system_system_cpu_percent_peak,54.5,30,81.17499999999998,7.775562218649655
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  nvfp4,4021751808.0,4003605572.266667,4005060608.0,system_comfy_process_tree_rss_bytes_peak,3981561856.0,30,4020414259.2,11333821.435588103
155
  nvfp4,16.470588235294116,10.359975704291026,10.359897846983294,system_system_cpu_percent_mean,8.171914893617021,30,12.7184960443038,1.7346398680713704
156
  nvfp4,87.5,65.08333333333333,65.0,system_system_cpu_percent_peak,54.5,30,81.17499999999998,7.775562218649655
157
+ int4_convrot,11.876558303833008,11.172933181126913,10.918580889701843,api_end_to_end_seconds,10.770723104476929,30,11.856700420379639,0.39396405429368964
158
+ int4_convrot,9.989767999999458,9.658720196667128,9.536783499999729,sampling_seconds,9.455161900004896,30,9.98799084500206,0.21179360911924522
159
+ int4_convrot,0.36525909999909345,0.35246187333323176,0.34721169999829726,vae_decode_seconds,0.34091730000363896,30,0.36505017999552364,0.010567669292316496
160
+ int4_convrot,1.5432690313609783,1.1617511111265533,1.0825248739529343,pre_and_post_sampling_seconds,0.9005060044801212,30,1.5313233285036403,0.22122019249988858
161
+ int4_convrot,1537.7865590691567,1459.6290203305484,1440.764719185829,gpu_energy_joules,1407.638592554331,30,1533.8720056070686,43.82380829172034
162
+ int4_convrot,108.0,101.23333333333333,99.5,gpu_samples,98.0,30,107.55,3.3700847562587826
163
+ int4_convrot,93.96969696969697,89.8459476801922,89.89536138079828,gpu_gpu_utilization_percent_mean,83.4074074074074,30,92.81494066882416,2.386409233993605
164
+ int4_convrot,100.0,100.0,100.0,gpu_gpu_utilization_percent_peak,100.0,30,100.0,0.0
165
+ int4_convrot,66.97979797979798,63.917978894401124,64.11734693877551,gpu_memory_utilization_percent_mean,59.648148148148145,30,66.67653061224489,1.758202154125237
166
+ int4_convrot,100.0,83.5,82.5,gpu_memory_utilization_percent_peak,74.0,30,100.0,8.70097101200344
167
+ int4_convrot,14741.72,14232.897142311636,13885.775510204083,gpu_vram_used_mib_mean,13752.714285714286,30,14732.249876261183,427.57107636148817
168
+ int4_convrot,15227.0,14842.333333333334,14623.0,gpu_vram_used_mib_peak,14491.0,30,15167.0,295.63973104897906
169
+ int4_convrot,16380.0,16380.0,16380.0,gpu_vram_total_mib_mean,16380.0,30,16380.0,0.0
170
+ int4_convrot,16380.0,16380.0,16380.0,gpu_vram_total_mib_peak,16380.0,30,16380.0,0.0
171
+ int4_convrot,132.8959223300971,131.35243963210047,131.4698979591837,gpu_power_w_mean,129.1784905660377,30,132.7957003710575,1.1413826691763753
172
+ int4_convrot,149.83,144.80866666666668,144.01999999999998,gpu_power_w_peak,142.99,30,149.189,1.885095320618056
173
+ int4_convrot,68.4368932038835,67.68101577954376,67.6969696969697,gpu_temperature_c_mean,67.04081632653062,30,68.17080498866213,0.3589246492933961
174
+ int4_convrot,71.0,70.6,71.0,gpu_temperature_c_peak,69.0,30,71.0,0.563241847975046
175
+ int4_convrot,2731.377551020408,2727.563790470788,2730.0,gpu_sm_clock_mhz_mean,2710.5140186915887,30,2730.733418367347,5.017297336259666
176
+ int4_convrot,2745.0,2737.0,2730.0,gpu_sm_clock_mhz_peak,2730.0,30,2745.0,7.611243951073873
177
+ int4_convrot,8751.0,8751.0,8751.0,gpu_memory_clock_mhz_mean,8751.0,30,8751.0,0.0
178
+ int4_convrot,8751.0,8751.0,8751.0,gpu_memory_clock_mhz_peak,8751.0,30,8751.0,0.0
179
+ int4_convrot,108.0,101.1,99.0,system_samples,96.0,30,108.0,3.707866753548321
180
+ int4_convrot,11572483123.717173,11377891406.018337,11383189826.396671,system_system_ram_used_bytes_mean,11060065869.575758,30,11552094784.802118,149255233.15805525
181
+ int4_convrot,11643637760.0,11441983214.933332,11467626496.0,system_system_ram_used_bytes_peak,11142533120.0,30,11623814758.4,154108817.47108322
182
+ int4_convrot,39579404722.42424,39261579185.98167,39256280765.60333,system_system_ram_available_bytes_mean,39066987468.28283,30,39508178398.214966,149255233.1580552
183
+ int4_convrot,39622000640.0,39309370709.333336,39351771136.0,system_system_ram_available_bytes_peak,39112572928.0,30,39578812825.6,154491230.63887027
184
+ int4_convrot,2451664060.0816326,2434077984.2712355,2435924657.632653,system_comfy_process_tree_rss_bytes_mean,2412924131.5555553,30,2450430505.7959185,10997904.381014029
185
+ int4_convrot,2491527168.0,2471756595.2,2473322496.0,system_comfy_process_tree_rss_bytes_peak,2450919424.0,30,2489114214.4,11391187.677265441
186
+ int4_convrot,23.79895833333333,14.794736635518065,14.2734693877551,system_system_cpu_percent_mean,13.472815533980581,30,16.16028706123973,1.8516017532756541
187
+ int4_convrot,94.8,62.193333333333335,60.0,system_system_cpu_percent_peak,52.3,30,75.09999999999997,8.190614196721771
188
+ gguf_q8_0,34.478352069854736,31.451967231432597,29.34409749507904,api_end_to_end_seconds,28.948162317276,30,34.378677821159364,2.583708636855329
189
+ gguf_q8_0,28.543118599998706,27.868780586666254,27.493235000001732,sampling_seconds,27.301244700000098,30,28.46149019999575,0.5029437184310763
190
+ gguf_q8_0,0.8526356999936979,0.799008023332135,0.801628150002216,vae_decode_seconds,0.747886599994672,30,0.8474851650003984,0.032001868284193435
191
+ gguf_q8_0,5.220912371987652,2.784178621434209,1.1054319950781064,pre_and_post_sampling_seconds,0.8003199172817403,30,5.13882260499522,2.081951427298606
192
+ gguf_q8_0,4178.017946757078,4062.6204239379163,3997.6355030494924,gpu_energy_joules,3962.7340880715847,30,4173.835832556784,92.81007669203726
193
+ gguf_q8_0,313.0,284.06666666666666,266.5,gpu_samples,261.0,30,311.0,23.64381282825321
194
+ gguf_q8_0,96.32442748091603,91.17183028371248,94.33206106870229,gpu_gpu_utilization_percent_mean,85.29392971246007,30,96.1676245210728,4.475133009834527
195
+ gguf_q8_0,100.0,100.0,100.0,gpu_gpu_utilization_percent_peak,100.0,30,100.0,0.0
196
+ gguf_q8_0,53.0,48.97559704908819,51.42748091603053,gpu_memory_utilization_percent_mean,44.41800643086817,30,52.90958272579123,3.56862403264008
197
+ gguf_q8_0,95.0,74.96666666666667,67.0,gpu_memory_utilization_percent_peak,59.0,30,94.1,12.904111436051032
198
+ gguf_q8_0,14126.900383141763,13718.885147974157,14067.36225394948,gpu_vram_used_mib_mean,13246.909967845659,30,14121.31417624521,423.7197889607346
199
+ gguf_q8_0,14271.0,14268.333333333334,14267.0,gpu_vram_used_mib_peak,14267.0,30,14271.0,1.7681732894739688
200
+ gguf_q8_0,16380.0,16380.0,16380.0,gpu_vram_total_mib_mean,16380.0,30,16380.0,0.0
201
+ gguf_q8_0,16380.0,16380.0,16380.0,gpu_vram_total_mib_peak,16380.0,30,16380.0,0.0
202
+ gguf_q8_0,137.6415325670498,129.94736399248185,136.34232540621215,gpu_power_w_mean,120.78324758842443,30,137.48143058845895,7.7498178667862705
203
+ gguf_q8_0,146.5,145.9653333333333,145.89499999999998,gpu_power_w_peak,145.53,30,146.471,0.3057577735593219
204
+ gguf_q8_0,69.54022988505747,67.99160385640576,69.08940767950409,gpu_temperature_c_mean,66.04180064308682,30,69.3872861279284,1.4283854113769199
205
+ gguf_q8_0,72.0,71.7,72.0,gpu_temperature_c_peak,71.0,30,72.0,0.466091599699399
206
+ gguf_q8_0,2730.632183908046,2700.445340103085,2717.4854511943804,gpu_sm_clock_mhz_mean,2667.37012987013,30,2730.283396946565,25.174157260707425
207
+ gguf_q8_0,2745.0,2741.5,2745.0,gpu_sm_clock_mhz_peak,2730.0,30,2745.0,6.452746007281145
208
+ gguf_q8_0,8751.0,8730.728645870562,8751.0,gpu_memory_clock_mhz_mean,8641.422077922078,30,8751.0,36.895017783694946
209
+ gguf_q8_0,8751.0,8751.0,8751.0,gpu_memory_clock_mhz_peak,8751.0,30,8751.0,0.0
210
+ gguf_q8_0,311.0,283.73333333333335,264.5,system_samples,261.0,30,310.1,23.254118409187345
211
+ gguf_q8_0,12206566009.745928,11390621276.176657,11459013549.971275,system_system_ram_used_bytes_mean,10627789222.10687,30,12172178339.732811,621493723.9400743
212
+ gguf_q8_0,20809920512.0,17026920857.6,14779023360.0,system_system_ram_used_bytes_peak,13981278208.0,30,20414738432.0,3078315011.44823
213
+ gguf_q8_0,40011681369.89313,39248849315.82333,39180457042.028725,system_system_ram_available_bytes_mean,38432904582.254074,30,39988725155.76183,621493723.940074
214
+ gguf_q8_0,40180002816.0,40018797499.73333,40117882880.0,system_system_ram_available_bytes_peak,39349186560.0,30,40173555916.8,209452038.65877545
215
+ gguf_q8_0,3819369448.9517684,3125279446.4910254,2569271606.3622484,system_comfy_process_tree_rss_bytes_mean,2523650423.2061067,30,3811679620.987013,630534165.4579133
216
+ gguf_q8_0,11944464384.0,8707971618.133333,5903269888.0,system_comfy_process_tree_rss_bytes_peak,5867483136.0,30,11943827046.4,3067699818.7391067
217
+ gguf_q8_0,11.497727272727273,8.553785680261418,8.331764755489495,system_system_cpu_percent_mean,7.791254752851712,30,9.814127742112309,0.7588747674996354
218
+ gguf_q8_0,70.5,60.03666666666667,59.55,system_system_cpu_percent_peak,51.9,30,69.92999999999999,5.507454718040301
219
+ gguf_q4_k_m,34.27973437309265,33.244144185384116,32.74340486526489,api_end_to_end_seconds,32.44497871398926,30,34.14451922178269,0.6684373419682171
220
+ gguf_q4_k_m,31.930641200000537,31.568028206666106,31.407211999998253,sampling_seconds,31.274367999998503,30,31.88702924999925,0.2508109106036725
221
+ gguf_q4_k_m,0.36111369999707676,0.35082311333389954,0.3548524500038184,vae_decode_seconds,0.34057219999522204,30,0.3604476150012488,0.008165497282462145
222
+ gguf_q4_k_m,2.032961673088721,1.325292865384108,1.0711654508813808,pre_and_post_sampling_seconds,0.8210159139853204,30,1.9244891951435419,0.4164577443118349
223
+ gguf_q4_k_m,4541.605580688715,4487.490093661944,4487.242075921893,gpu_energy_joules,4434.336318608523,30,4534.195447188973,32.03845711041177
224
+ gguf_q4_k_m,311.0,300.7,297.0,gpu_samples,292.0,30,309.55,6.428117115856898
225
+ gguf_q4_k_m,97.86734693877551,95.92022409470023,95.87309322033897,gpu_gpu_utilization_percent_mean,93.46579804560261,30,97.79831081081082,1.335159247105995
226
+ gguf_q4_k_m,100.0,100.0,100.0,gpu_gpu_utilization_percent_peak,100.0,30,100.0,0.0
227
+ gguf_q4_k_m,61.89225589225589,59.45848458797319,59.371221550497864,gpu_memory_utilization_percent_mean,57.469055374592834,30,61.25726351351351,1.2560891730500952
228
+ gguf_q4_k_m,92.0,78.36666666666666,76.5,gpu_memory_utilization_percent_peak,69.0,30,92.0,7.765899523062274
229
+ gguf_q4_k_m,14266.784511784512,14152.790032794943,14182.784888129438,gpu_vram_used_mib_mean,13646.700680272108,30,14261.181938102487,143.90980097442858
230
+ gguf_q4_k_m,14459.0,14282.333333333334,14333.0,gpu_vram_used_mib_peak,13691.0,30,14427.0,187.31300253730447
231
+ gguf_q4_k_m,16380.0,16380.0,16380.0,gpu_vram_total_mib_mean,16380.0,30,16380.0,0.0
232
+ gguf_q4_k_m,16380.0,16380.0,16380.0,gpu_vram_total_mib_peak,16380.0,30,16380.0,0.0
233
+ gguf_q4_k_m,138.16081632653058,135.26856900066574,136.4309717927575,gpu_power_w_mean,132.49514563106797,30,137.2010632404665,1.8679998588265416
234
+ gguf_q4_k_m,142.79,142.44,142.49,gpu_power_w_peak,142.05,30,142.7475,0.21774708517784921
235
+ gguf_q4_k_m,69.19322033898305,68.6798161963011,68.81050298907442,gpu_temperature_c_mean,67.71197411003236,30,69.18007446221732,0.4154547626965787
236
+ gguf_q4_k_m,71.0,70.96666666666667,71.0,gpu_temperature_c_peak,70.0,30,71.0,0.18257418583505536
237
+ gguf_q4_k_m,2731.1093247588424,2728.055795768342,2730.0,gpu_sm_clock_mhz_mean,2717.3310810810813,30,2730.81610508281,4.545407612220637
238
+ gguf_q4_k_m,2745.0,2736.0,2730.0,gpu_sm_clock_mhz_peak,2730.0,30,2745.0,7.474093186836597
239
+ gguf_q4_k_m,8751.0,8751.0,8751.0,gpu_memory_clock_mhz_mean,8751.0,30,8751.0,0.0
240
+ gguf_q4_k_m,8751.0,8751.0,8751.0,gpu_memory_clock_mhz_peak,8751.0,30,8751.0,0.0
241
+ gguf_q4_k_m,310.0,300.7,296.5,system_samples,293.0,30,310.0,6.298056624180137
242
+ gguf_q4_k_m,11002119776.864864,10851194382.32537,10871239462.14575,system_system_ram_used_bytes_mean,10494678078.693878,30,10945571293.875275,103409190.25968654
243
+ gguf_q4_k_m,13476704256.0,12023205751.466667,11043176448.0,system_system_ram_used_bytes_peak,10573766656.0,30,13329351884.8,1226638867.2608023
244
+ gguf_q4_k_m,40144792513.30612,39788276209.67463,39768231129.85425,system_system_ram_available_bytes_mean,39637350815.13513,30,39989806397.77736,103409190.2596869
245
+ gguf_q4_k_m,40169885696.0,39862397610.666664,39836956672.0,system_system_ram_available_bytes_peak,39751180288.0,30,40131281305.6,98213056.24234322
246
+ gguf_q4_k_m,2499108265.5584416,2462153305.474195,2451179853.2888107,system_comfy_process_tree_rss_bytes_mean,2413946183.4013605,30,2498075347.82961,28148949.075524148
247
+ gguf_q4_k_m,4895232000.0,3578183953.0666666,2484733952.0,system_comfy_process_tree_rss_bytes_peak,2445586432.0,30,4849136230.4,1203722096.7394643
248
+ gguf_q4_k_m,11.102588996763753,10.25874472452141,10.207094594594595,system_system_cpu_percent_mean,9.767457627118645,30,10.973191384045476,0.3782148832592143
249
+ gguf_q4_k_m,65.8,58.25333333333333,58.2,system_system_cpu_percent_peak,52.6,30,63.73,3.3020091410860886
metrics/trajectory.csv CHANGED
The diff for this file is too large to render. See raw diff
 
metrics/weight_parameters_all.csv CHANGED
The diff for this file is too large to render. See raw diff
 
metrics/weight_parameters_gguf_q4_k_m.csv ADDED
The diff for this file is too large to render. See raw diff
 
metrics/weight_parameters_gguf_q8_0.csv ADDED
The diff for this file is too large to render. See raw diff
 
metrics/weight_parameters_int4_convrot.csv ADDED
The diff for this file is too large to render. See raw diff
 
metrics/weight_summary.json CHANGED
@@ -121,8 +121,9 @@
121
  }
122
  },
123
  "cosine_similarity": 0.9996529010738076,
124
- "duration_seconds": 150.40063571929932,
125
  "elements": 12820073036,
 
126
  "mae": 0.0007221511287122498,
127
  "max_abs_error": 0.1875,
128
  "mean_signed_error": -1.7097521164784048e-08,
@@ -132,6 +133,384 @@
132
  "rmse": 0.0011656168880298245,
133
  "snr_db": 31.585775009825397
134
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  "int8_convrot": {
136
  "by_subsystem": {
137
  "conditioning_projection": {
@@ -244,8 +623,9 @@
244
  }
245
  },
246
  "cosine_similarity": 0.9999616932502176,
247
- "duration_seconds": 155.4965341091156,
248
  "elements": 12820073036,
 
249
  "mae": 0.00027700770906245584,
250
  "max_abs_error": 0.09144210815429688,
251
  "mean_signed_error": -2.9359767514719938e-09,
@@ -367,8 +747,9 @@
367
  }
368
  },
369
  "cosine_similarity": 0.9996544344285291,
370
- "duration_seconds": 144.0989978313446,
371
  "elements": 12820073036,
 
372
  "mae": 0.0007206635599192692,
373
  "max_abs_error": 0.25,
374
  "mean_signed_error": -4.560345027480555e-09,
@@ -490,8 +871,9 @@
490
  }
491
  },
492
  "cosine_similarity": 0.9956460249627785,
493
- "duration_seconds": 131.3556411266327,
494
  "elements": 12820073036,
 
495
  "mae": 0.002923020604905625,
496
  "max_abs_error": 0.53125,
497
  "mean_signed_error": -3.2054579078459146e-08,
 
121
  }
122
  },
123
  "cosine_similarity": 0.9996529010738076,
124
+ "duration_seconds": 151.73180055618286,
125
  "elements": 12820073036,
126
+ "ignored_storage_tensors": [],
127
  "mae": 0.0007221511287122498,
128
  "max_abs_error": 0.1875,
129
  "mean_signed_error": -1.7097521164784048e-08,
 
133
  "rmse": 0.0011656168880298245,
134
  "snr_db": 31.585775009825397
135
  },
136
+ "gguf_q4_k_m": {
137
+ "by_subsystem": {
138
+ "conditioning_projection": {
139
+ "cosine_similarity": 0.998542795998989,
140
+ "elements": 319355392,
141
+ "mae": 0.0014137924444587173,
142
+ "max_abs_error": 0.0611572265625,
143
+ "mean_signed_error": -8.947125903756868e-06,
144
+ "parameter_tensors": 11,
145
+ "quantized_parameter_tensors": 5,
146
+ "relative_l2": 0.05398259166942421,
147
+ "rmse": 0.0018678053548080364,
148
+ "snr_db": 25.35492538161783
149
+ },
150
+ "input_projection": {
151
+ "cosine_similarity": 1.0000000000000002,
152
+ "elements": 399360,
153
+ "mae": 4.695557902614849e-12,
154
+ "max_abs_error": 2.9802322387695312e-08,
155
+ "mean_signed_error": 4.500832754927568e-13,
156
+ "parameter_tensors": 2,
157
+ "quantized_parameter_tensors": 0,
158
+ "relative_l2": 6.08811294876608e-09,
159
+ "rmse": 3.486301532826088e-10,
160
+ "snr_db": 164.31034597964185
161
+ },
162
+ "main_blocks.attention": {
163
+ "cosine_similarity": 0.9973240206364141,
164
+ "elements": 3699383296,
165
+ "mae": 0.002568357393643567,
166
+ "max_abs_error": 0.138671875,
167
+ "mean_signed_error": -1.3328916643942039e-05,
168
+ "parameter_tensors": 196,
169
+ "quantized_parameter_tensors": 140,
170
+ "relative_l2": 0.07315902426312257,
171
+ "rmse": 0.0033311914237642887,
172
+ "snr_db": 22.714641908627424
173
+ },
174
+ "main_blocks.mlp": {
175
+ "cosine_similarity": 0.9973599090749964,
176
+ "elements": 8455716864,
177
+ "mae": 0.0024722698362152117,
178
+ "max_abs_error": 0.08447265625,
179
+ "mean_signed_error": -1.2817199341448363e-05,
180
+ "parameter_tensors": 84,
181
+ "quantized_parameter_tensors": 84,
182
+ "relative_l2": 0.07266586067903143,
183
+ "rmse": 0.003127590200983132,
184
+ "snr_db": 22.7733915630141
185
+ },
186
+ "main_blocks.norm_modulation": {
187
+ "cosine_similarity": 1.0,
188
+ "elements": 1376256,
189
+ "mae": 0.0,
190
+ "max_abs_error": 0.0,
191
+ "mean_signed_error": 0.0,
192
+ "parameter_tensors": 84,
193
+ "quantized_parameter_tensors": 0,
194
+ "relative_l2": 0.0,
195
+ "rmse": 0.0,
196
+ "snr_db": 3050.108798383143
197
+ },
198
+ "output_projection": {
199
+ "cosine_similarity": 0.9999712995810531,
200
+ "elements": 411712,
201
+ "mae": 0.0006235895456945607,
202
+ "max_abs_error": 0.0059356689453125,
203
+ "mean_signed_error": -7.82611844837317e-06,
204
+ "parameter_tensors": 4,
205
+ "quantized_parameter_tensors": 1,
206
+ "relative_l2": 0.007576314383283036,
207
+ "rmse": 0.0008688767889975702,
208
+ "snr_db": 42.41084024690614
209
+ },
210
+ "text_fusion.layerwise": {
211
+ "cosine_similarity": 0.9993414970444116,
212
+ "elements": 171715072,
213
+ "mae": 0.0017481417326751154,
214
+ "max_abs_error": 0.126953125,
215
+ "mean_signed_error": -1.6725864401713022e-05,
216
+ "parameter_tensors": 24,
217
+ "quantized_parameter_tensors": 16,
218
+ "relative_l2": 0.036287394361328995,
219
+ "rmse": 0.0021239222140335516,
220
+ "snr_db": 28.804884309245313
221
+ },
222
+ "text_fusion.other": {
223
+ "cosine_similarity": 1.0,
224
+ "elements": 12,
225
+ "mae": 0.0,
226
+ "max_abs_error": 0.0,
227
+ "mean_signed_error": 0.0,
228
+ "parameter_tensors": 1,
229
+ "quantized_parameter_tensors": 0,
230
+ "relative_l2": 0.0,
231
+ "rmse": 0.0,
232
+ "snr_db": 3006.7581460869505
233
+ },
234
+ "text_fusion.refiner": {
235
+ "cosine_similarity": 0.999343269757319,
236
+ "elements": 171715072,
237
+ "mae": 0.0018937822910336242,
238
+ "max_abs_error": 0.14453125,
239
+ "mean_signed_error": -1.8258252007669958e-05,
240
+ "parameter_tensors": 24,
241
+ "quantized_parameter_tensors": 16,
242
+ "relative_l2": 0.03623853000543447,
243
+ "rmse": 0.0022813201904568776,
244
+ "snr_db": 28.816588550741375
245
+ }
246
+ },
247
+ "cosine_similarity": 0.9974786609607174,
248
+ "duration_seconds": 136.3004047870636,
249
+ "elements": 12820073036,
250
+ "ignored_storage_tensors": [
251
+ "last.down.weight",
252
+ "last.up.weight"
253
+ ],
254
+ "mae": 0.002455780425259344,
255
+ "max_abs_error": 0.14453125,
256
+ "mean_signed_error": -1.2991752450588011e-05,
257
+ "parameter_tensors": 430,
258
+ "quantized_parameter_tensors": 262,
259
+ "relative_l2": 0.0710125690367638,
260
+ "rmse": 0.003141809192617999,
261
+ "snr_db": 22.973295510070223
262
+ },
263
+ "gguf_q8_0": {
264
+ "by_subsystem": {
265
+ "conditioning_projection": {
266
+ "cosine_similarity": 0.9999837507449222,
267
+ "elements": 319355392,
268
+ "mae": 0.00013491587098365796,
269
+ "max_abs_error": 0.0107421875,
270
+ "mean_signed_error": 2.675754794320165e-09,
271
+ "parameter_tensors": 11,
272
+ "quantized_parameter_tensors": 5,
273
+ "relative_l2": 0.005700935225421867,
274
+ "rmse": 0.00019725317018241448,
275
+ "snr_db": 44.88107786927594
276
+ },
277
+ "input_projection": {
278
+ "cosine_similarity": 0.999991083564938,
279
+ "elements": 399360,
280
+ "mae": 0.00014939745649196714,
281
+ "max_abs_error": 0.0023193359375,
282
+ "mean_signed_error": 1.7241960123124628e-07,
283
+ "parameter_tensors": 2,
284
+ "quantized_parameter_tensors": 1,
285
+ "relative_l2": 0.004222922984305062,
286
+ "rmse": 0.00024182177625619021,
287
+ "snr_db": 47.48773677925145
288
+ },
289
+ "main_blocks.attention": {
290
+ "cosine_similarity": 0.9999830690224252,
291
+ "elements": 3699383296,
292
+ "mae": 0.00020615894512743252,
293
+ "max_abs_error": 0.013275146484375,
294
+ "mean_signed_error": -3.631881148076906e-10,
295
+ "parameter_tensors": 196,
296
+ "quantized_parameter_tensors": 140,
297
+ "relative_l2": 0.005819297578828324,
298
+ "rmse": 0.00026497338342300363,
299
+ "snr_db": 44.70258867830517
300
+ },
301
+ "main_blocks.mlp": {
302
+ "cosine_similarity": 0.9999834231717171,
303
+ "elements": 8455716864,
304
+ "mae": 0.00019832189616551238,
305
+ "max_abs_error": 0.009796142578125,
306
+ "mean_signed_error": 3.1393706782188504e-09,
307
+ "parameter_tensors": 84,
308
+ "quantized_parameter_tensors": 84,
309
+ "relative_l2": 0.005758113121927985,
310
+ "rmse": 0.0002478332742226924,
311
+ "snr_db": 44.79439614745494
312
+ },
313
+ "main_blocks.norm_modulation": {
314
+ "cosine_similarity": 1.0,
315
+ "elements": 1376256,
316
+ "mae": 0.0,
317
+ "max_abs_error": 0.0,
318
+ "mean_signed_error": 0.0,
319
+ "parameter_tensors": 84,
320
+ "quantized_parameter_tensors": 0,
321
+ "relative_l2": 0.0,
322
+ "rmse": 0.0,
323
+ "snr_db": 3050.108798383143
324
+ },
325
+ "output_projection": {
326
+ "cosine_similarity": 0.9999987752139242,
327
+ "elements": 411712,
328
+ "mae": 0.00012409773523115722,
329
+ "max_abs_error": 0.00119781494140625,
330
+ "mean_signed_error": 1.6081549542889621e-07,
331
+ "parameter_tensors": 4,
332
+ "quantized_parameter_tensors": 1,
333
+ "relative_l2": 0.0015651122163907513,
334
+ "rmse": 0.00017949224493627553,
335
+ "snr_db": 56.10909037369729
336
+ },
337
+ "text_fusion.layerwise": {
338
+ "cosine_similarity": 0.9999854153412445,
339
+ "elements": 171715072,
340
+ "mae": 0.0002585110267057105,
341
+ "max_abs_error": 0.0224609375,
342
+ "mean_signed_error": -4.990591998030052e-09,
343
+ "parameter_tensors": 24,
344
+ "quantized_parameter_tensors": 16,
345
+ "relative_l2": 0.005401054087652545,
346
+ "rmse": 0.0003161268246966472,
347
+ "snr_db": 45.350429471034445
348
+ },
349
+ "text_fusion.other": {
350
+ "cosine_similarity": 1.0,
351
+ "elements": 12,
352
+ "mae": 0.0,
353
+ "max_abs_error": 0.0,
354
+ "mean_signed_error": 0.0,
355
+ "parameter_tensors": 1,
356
+ "quantized_parameter_tensors": 0,
357
+ "relative_l2": 0.0,
358
+ "rmse": 0.0,
359
+ "snr_db": 3006.7581460869505
360
+ },
361
+ "text_fusion.refiner": {
362
+ "cosine_similarity": 0.9999855006206199,
363
+ "elements": 171715072,
364
+ "mae": 0.00027996860020756086,
365
+ "max_abs_error": 0.021484375,
366
+ "mean_signed_error": 1.7290972529928118e-08,
367
+ "parameter_tensors": 24,
368
+ "quantized_parameter_tensors": 16,
369
+ "relative_l2": 0.005385246275741568,
370
+ "rmse": 0.0003390168160129445,
371
+ "snr_db": 45.37588861890805
372
+ }
373
+ },
374
+ "cosine_similarity": 0.9999834944004572,
375
+ "duration_seconds": 119.64006972312927,
376
+ "elements": 12820073036,
377
+ "ignored_storage_tensors": [
378
+ "last.down.weight",
379
+ "last.up.weight"
380
+ ],
381
+ "mae": 0.00020087847294371136,
382
+ "max_abs_error": 0.0224609375,
383
+ "mean_signed_error": 2.2077723014960327e-09,
384
+ "parameter_tensors": 430,
385
+ "quantized_parameter_tensors": 263,
386
+ "relative_l2": 0.00574572896772914,
387
+ "rmse": 0.0002542082948690009,
388
+ "snr_db": 44.81309728005863
389
+ },
390
+ "int4_convrot": {
391
+ "by_subsystem": {
392
+ "conditioning_projection": {
393
+ "cosine_similarity": 0.9999999976184496,
394
+ "elements": 319355392,
395
+ "mae": 1.7287236929836516e-08,
396
+ "max_abs_error": 0.0034865140914916992,
397
+ "mean_signed_error": 7.192898047947793e-11,
398
+ "parameter_tensors": 11,
399
+ "quantized_parameter_tensors": 0,
400
+ "relative_l2": 6.901522860145525e-05,
401
+ "rmse": 2.3879367321690096e-06,
402
+ "snr_db": 83.22110138297938
403
+ },
404
+ "input_projection": {
405
+ "cosine_similarity": 0.9999998901437815,
406
+ "elements": 399360,
407
+ "mae": 1.9007779610041425e-06,
408
+ "max_abs_error": 0.0019971132278442383,
409
+ "mean_signed_error": 7.166376832355963e-08,
410
+ "parameter_tensors": 2,
411
+ "quantized_parameter_tensors": 0,
412
+ "relative_l2": 0.00046873793047304453,
413
+ "rmse": 2.6841843757729727e-05,
414
+ "snr_db": 66.58139803526593
415
+ },
416
+ "main_blocks.attention": {
417
+ "cosine_similarity": 0.9861827858890125,
418
+ "elements": 3699383296,
419
+ "mae": 0.00576227620322385,
420
+ "max_abs_error": 0.306396484375,
421
+ "mean_signed_error": -8.970037601355553e-10,
422
+ "parameter_tensors": 196,
423
+ "quantized_parameter_tensors": 140,
424
+ "relative_l2": 0.1679811691618738,
425
+ "rmse": 0.007648782029314184,
426
+ "snr_db": 15.494788006846845
427
+ },
428
+ "main_blocks.mlp": {
429
+ "cosine_similarity": 0.9866806928421401,
430
+ "elements": 8455716864,
431
+ "mae": 0.005441999676527018,
432
+ "max_abs_error": 0.130126953125,
433
+ "mean_signed_error": -2.2808240833008065e-08,
434
+ "parameter_tensors": 84,
435
+ "quantized_parameter_tensors": 84,
436
+ "relative_l2": 0.1648675112573264,
437
+ "rmse": 0.0070960146601233825,
438
+ "snr_db": 15.657298357309823
439
+ },
440
+ "main_blocks.norm_modulation": {
441
+ "cosine_similarity": 0.9999986007489284,
442
+ "elements": 1376256,
443
+ "mae": 0.00023834820980872385,
444
+ "max_abs_error": 0.007808685302734375,
445
+ "mean_signed_error": 1.4483564371176993e-07,
446
+ "parameter_tensors": 84,
447
+ "quantized_parameter_tensors": 0,
448
+ "relative_l2": 0.0016728806914812408,
449
+ "rmse": 0.00045662036304823815,
450
+ "snr_db": 55.53070062939527
451
+ },
452
+ "output_projection": {
453
+ "cosine_similarity": 0.999998909474157,
454
+ "elements": 411712,
455
+ "mae": 2.402910053058515e-05,
456
+ "max_abs_error": 0.003760814666748047,
457
+ "mean_signed_error": 4.9163160610134996e-06,
458
+ "parameter_tensors": 4,
459
+ "quantized_parameter_tensors": 0,
460
+ "relative_l2": 0.0015185388631484408,
461
+ "rmse": 0.0001741510587643663,
462
+ "snr_db": 56.371481778767595
463
+ },
464
+ "text_fusion.layerwise": {
465
+ "cosine_similarity": 0.9880668301337865,
466
+ "elements": 171715072,
467
+ "mae": 0.007144065240706154,
468
+ "max_abs_error": 0.44921875,
469
+ "mean_signed_error": -5.982641936566729e-07,
470
+ "parameter_tensors": 24,
471
+ "quantized_parameter_tensors": 16,
472
+ "relative_l2": 0.15589166329038226,
473
+ "rmse": 0.009124429363766399,
474
+ "snr_db": 16.143542184201692
475
+ },
476
+ "text_fusion.other": {
477
+ "cosine_similarity": 1.0,
478
+ "elements": 12,
479
+ "mae": 0.0,
480
+ "max_abs_error": 0.0,
481
+ "mean_signed_error": 0.0,
482
+ "parameter_tensors": 1,
483
+ "quantized_parameter_tensors": 0,
484
+ "relative_l2": 0.0,
485
+ "rmse": 0.0,
486
+ "snr_db": 3006.7581460869505
487
+ },
488
+ "text_fusion.refiner": {
489
+ "cosine_similarity": 0.9880994509854643,
490
+ "elements": 171715072,
491
+ "mae": 0.0077177796957948975,
492
+ "max_abs_error": 0.625,
493
+ "mean_signed_error": -4.2521455634075404e-07,
494
+ "parameter_tensors": 24,
495
+ "quantized_parameter_tensors": 16,
496
+ "relative_l2": 0.1556740084892165,
497
+ "rmse": 0.009800128720523335,
498
+ "snr_db": 16.15567783367078
499
+ }
500
+ },
501
+ "cosine_similarity": 0.9868549812820883,
502
+ "duration_seconds": 179.341810464859,
503
+ "elements": 12820073036,
504
+ "ignored_storage_tensors": [],
505
+ "mae": 0.005451234446949422,
506
+ "max_abs_error": 0.625,
507
+ "mean_signed_error": -2.8833695860603948e-08,
508
+ "parameter_tensors": 430,
509
+ "quantized_parameter_tensors": 256,
510
+ "relative_l2": 0.16376262090993607,
511
+ "rmse": 0.007245349869199733,
512
+ "snr_db": 15.715704394012345
513
+ },
514
  "int8_convrot": {
515
  "by_subsystem": {
516
  "conditioning_projection": {
 
623
  }
624
  },
625
  "cosine_similarity": 0.9999616932502176,
626
+ "duration_seconds": 154.16607093811035,
627
  "elements": 12820073036,
628
+ "ignored_storage_tensors": [],
629
  "mae": 0.00027700770906245584,
630
  "max_abs_error": 0.09144210815429688,
631
  "mean_signed_error": -2.9359767514719938e-09,
 
747
  }
748
  },
749
  "cosine_similarity": 0.9996544344285291,
750
+ "duration_seconds": 146.24986243247986,
751
  "elements": 12820073036,
752
+ "ignored_storage_tensors": [],
753
  "mae": 0.0007206635599192692,
754
  "max_abs_error": 0.25,
755
  "mean_signed_error": -4.560345027480555e-09,
 
871
  }
872
  },
873
  "cosine_similarity": 0.9956460249627785,
874
+ "duration_seconds": 133.35166215896606,
875
  "elements": 12820073036,
876
+ "ignored_storage_tensors": [],
877
  "mae": 0.002923020604905625,
878
  "max_abs_error": 0.53125,
879
  "mean_signed_error": -3.2054579078459146e-08,
metrics/weight_summary_fp8_scaled.json CHANGED
@@ -110,8 +110,9 @@
110
  }
111
  },
112
  "cosine_similarity": 0.9996529010738076,
113
- "duration_seconds": 150.40063571929932,
114
  "elements": 12820073036,
 
115
  "mae": 0.0007221511287122498,
116
  "max_abs_error": 0.1875,
117
  "mean_signed_error": -1.7097521164784048e-08,
 
110
  }
111
  },
112
  "cosine_similarity": 0.9996529010738076,
113
+ "duration_seconds": 151.73180055618286,
114
  "elements": 12820073036,
115
+ "ignored_storage_tensors": [],
116
  "mae": 0.0007221511287122498,
117
  "max_abs_error": 0.1875,
118
  "mean_signed_error": -1.7097521164784048e-08,
metrics/weight_summary_gguf_q4_k_m.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "by_subsystem": {
3
+ "conditioning_projection": {
4
+ "cosine_similarity": 0.998542795998989,
5
+ "elements": 319355392,
6
+ "mae": 0.0014137924444587173,
7
+ "max_abs_error": 0.0611572265625,
8
+ "mean_signed_error": -8.947125903756868e-06,
9
+ "parameter_tensors": 11,
10
+ "quantized_parameter_tensors": 5,
11
+ "relative_l2": 0.05398259166942421,
12
+ "rmse": 0.0018678053548080364,
13
+ "snr_db": 25.35492538161783
14
+ },
15
+ "input_projection": {
16
+ "cosine_similarity": 1.0000000000000002,
17
+ "elements": 399360,
18
+ "mae": 4.695557902614849e-12,
19
+ "max_abs_error": 2.9802322387695312e-08,
20
+ "mean_signed_error": 4.500832754927568e-13,
21
+ "parameter_tensors": 2,
22
+ "quantized_parameter_tensors": 0,
23
+ "relative_l2": 6.08811294876608e-09,
24
+ "rmse": 3.486301532826088e-10,
25
+ "snr_db": 164.31034597964185
26
+ },
27
+ "main_blocks.attention": {
28
+ "cosine_similarity": 0.9973240206364141,
29
+ "elements": 3699383296,
30
+ "mae": 0.002568357393643567,
31
+ "max_abs_error": 0.138671875,
32
+ "mean_signed_error": -1.3328916643942039e-05,
33
+ "parameter_tensors": 196,
34
+ "quantized_parameter_tensors": 140,
35
+ "relative_l2": 0.07315902426312257,
36
+ "rmse": 0.0033311914237642887,
37
+ "snr_db": 22.714641908627424
38
+ },
39
+ "main_blocks.mlp": {
40
+ "cosine_similarity": 0.9973599090749964,
41
+ "elements": 8455716864,
42
+ "mae": 0.0024722698362152117,
43
+ "max_abs_error": 0.08447265625,
44
+ "mean_signed_error": -1.2817199341448363e-05,
45
+ "parameter_tensors": 84,
46
+ "quantized_parameter_tensors": 84,
47
+ "relative_l2": 0.07266586067903143,
48
+ "rmse": 0.003127590200983132,
49
+ "snr_db": 22.7733915630141
50
+ },
51
+ "main_blocks.norm_modulation": {
52
+ "cosine_similarity": 1.0,
53
+ "elements": 1376256,
54
+ "mae": 0.0,
55
+ "max_abs_error": 0.0,
56
+ "mean_signed_error": 0.0,
57
+ "parameter_tensors": 84,
58
+ "quantized_parameter_tensors": 0,
59
+ "relative_l2": 0.0,
60
+ "rmse": 0.0,
61
+ "snr_db": 3050.108798383143
62
+ },
63
+ "output_projection": {
64
+ "cosine_similarity": 0.9999712995810531,
65
+ "elements": 411712,
66
+ "mae": 0.0006235895456945607,
67
+ "max_abs_error": 0.0059356689453125,
68
+ "mean_signed_error": -7.82611844837317e-06,
69
+ "parameter_tensors": 4,
70
+ "quantized_parameter_tensors": 1,
71
+ "relative_l2": 0.007576314383283036,
72
+ "rmse": 0.0008688767889975702,
73
+ "snr_db": 42.41084024690614
74
+ },
75
+ "text_fusion.layerwise": {
76
+ "cosine_similarity": 0.9993414970444116,
77
+ "elements": 171715072,
78
+ "mae": 0.0017481417326751154,
79
+ "max_abs_error": 0.126953125,
80
+ "mean_signed_error": -1.6725864401713022e-05,
81
+ "parameter_tensors": 24,
82
+ "quantized_parameter_tensors": 16,
83
+ "relative_l2": 0.036287394361328995,
84
+ "rmse": 0.0021239222140335516,
85
+ "snr_db": 28.804884309245313
86
+ },
87
+ "text_fusion.other": {
88
+ "cosine_similarity": 1.0,
89
+ "elements": 12,
90
+ "mae": 0.0,
91
+ "max_abs_error": 0.0,
92
+ "mean_signed_error": 0.0,
93
+ "parameter_tensors": 1,
94
+ "quantized_parameter_tensors": 0,
95
+ "relative_l2": 0.0,
96
+ "rmse": 0.0,
97
+ "snr_db": 3006.7581460869505
98
+ },
99
+ "text_fusion.refiner": {
100
+ "cosine_similarity": 0.999343269757319,
101
+ "elements": 171715072,
102
+ "mae": 0.0018937822910336242,
103
+ "max_abs_error": 0.14453125,
104
+ "mean_signed_error": -1.8258252007669958e-05,
105
+ "parameter_tensors": 24,
106
+ "quantized_parameter_tensors": 16,
107
+ "relative_l2": 0.03623853000543447,
108
+ "rmse": 0.0022813201904568776,
109
+ "snr_db": 28.816588550741375
110
+ }
111
+ },
112
+ "cosine_similarity": 0.9974786609607174,
113
+ "duration_seconds": 136.3004047870636,
114
+ "elements": 12820073036,
115
+ "ignored_storage_tensors": [
116
+ "last.down.weight",
117
+ "last.up.weight"
118
+ ],
119
+ "mae": 0.002455780425259344,
120
+ "max_abs_error": 0.14453125,
121
+ "mean_signed_error": -1.2991752450588011e-05,
122
+ "parameter_tensors": 430,
123
+ "quantized_parameter_tensors": 262,
124
+ "relative_l2": 0.0710125690367638,
125
+ "rmse": 0.003141809192617999,
126
+ "snr_db": 22.973295510070223
127
+ }
metrics/weight_summary_gguf_q8_0.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "by_subsystem": {
3
+ "conditioning_projection": {
4
+ "cosine_similarity": 0.9999837507449222,
5
+ "elements": 319355392,
6
+ "mae": 0.00013491587098365796,
7
+ "max_abs_error": 0.0107421875,
8
+ "mean_signed_error": 2.675754794320165e-09,
9
+ "parameter_tensors": 11,
10
+ "quantized_parameter_tensors": 5,
11
+ "relative_l2": 0.005700935225421867,
12
+ "rmse": 0.00019725317018241448,
13
+ "snr_db": 44.88107786927594
14
+ },
15
+ "input_projection": {
16
+ "cosine_similarity": 0.999991083564938,
17
+ "elements": 399360,
18
+ "mae": 0.00014939745649196714,
19
+ "max_abs_error": 0.0023193359375,
20
+ "mean_signed_error": 1.7241960123124628e-07,
21
+ "parameter_tensors": 2,
22
+ "quantized_parameter_tensors": 1,
23
+ "relative_l2": 0.004222922984305062,
24
+ "rmse": 0.00024182177625619021,
25
+ "snr_db": 47.48773677925145
26
+ },
27
+ "main_blocks.attention": {
28
+ "cosine_similarity": 0.9999830690224252,
29
+ "elements": 3699383296,
30
+ "mae": 0.00020615894512743252,
31
+ "max_abs_error": 0.013275146484375,
32
+ "mean_signed_error": -3.631881148076906e-10,
33
+ "parameter_tensors": 196,
34
+ "quantized_parameter_tensors": 140,
35
+ "relative_l2": 0.005819297578828324,
36
+ "rmse": 0.00026497338342300363,
37
+ "snr_db": 44.70258867830517
38
+ },
39
+ "main_blocks.mlp": {
40
+ "cosine_similarity": 0.9999834231717171,
41
+ "elements": 8455716864,
42
+ "mae": 0.00019832189616551238,
43
+ "max_abs_error": 0.009796142578125,
44
+ "mean_signed_error": 3.1393706782188504e-09,
45
+ "parameter_tensors": 84,
46
+ "quantized_parameter_tensors": 84,
47
+ "relative_l2": 0.005758113121927985,
48
+ "rmse": 0.0002478332742226924,
49
+ "snr_db": 44.79439614745494
50
+ },
51
+ "main_blocks.norm_modulation": {
52
+ "cosine_similarity": 1.0,
53
+ "elements": 1376256,
54
+ "mae": 0.0,
55
+ "max_abs_error": 0.0,
56
+ "mean_signed_error": 0.0,
57
+ "parameter_tensors": 84,
58
+ "quantized_parameter_tensors": 0,
59
+ "relative_l2": 0.0,
60
+ "rmse": 0.0,
61
+ "snr_db": 3050.108798383143
62
+ },
63
+ "output_projection": {
64
+ "cosine_similarity": 0.9999987752139242,
65
+ "elements": 411712,
66
+ "mae": 0.00012409773523115722,
67
+ "max_abs_error": 0.00119781494140625,
68
+ "mean_signed_error": 1.6081549542889621e-07,
69
+ "parameter_tensors": 4,
70
+ "quantized_parameter_tensors": 1,
71
+ "relative_l2": 0.0015651122163907513,
72
+ "rmse": 0.00017949224493627553,
73
+ "snr_db": 56.10909037369729
74
+ },
75
+ "text_fusion.layerwise": {
76
+ "cosine_similarity": 0.9999854153412445,
77
+ "elements": 171715072,
78
+ "mae": 0.0002585110267057105,
79
+ "max_abs_error": 0.0224609375,
80
+ "mean_signed_error": -4.990591998030052e-09,
81
+ "parameter_tensors": 24,
82
+ "quantized_parameter_tensors": 16,
83
+ "relative_l2": 0.005401054087652545,
84
+ "rmse": 0.0003161268246966472,
85
+ "snr_db": 45.350429471034445
86
+ },
87
+ "text_fusion.other": {
88
+ "cosine_similarity": 1.0,
89
+ "elements": 12,
90
+ "mae": 0.0,
91
+ "max_abs_error": 0.0,
92
+ "mean_signed_error": 0.0,
93
+ "parameter_tensors": 1,
94
+ "quantized_parameter_tensors": 0,
95
+ "relative_l2": 0.0,
96
+ "rmse": 0.0,
97
+ "snr_db": 3006.7581460869505
98
+ },
99
+ "text_fusion.refiner": {
100
+ "cosine_similarity": 0.9999855006206199,
101
+ "elements": 171715072,
102
+ "mae": 0.00027996860020756086,
103
+ "max_abs_error": 0.021484375,
104
+ "mean_signed_error": 1.7290972529928118e-08,
105
+ "parameter_tensors": 24,
106
+ "quantized_parameter_tensors": 16,
107
+ "relative_l2": 0.005385246275741568,
108
+ "rmse": 0.0003390168160129445,
109
+ "snr_db": 45.37588861890805
110
+ }
111
+ },
112
+ "cosine_similarity": 0.9999834944004572,
113
+ "duration_seconds": 119.64006972312927,
114
+ "elements": 12820073036,
115
+ "ignored_storage_tensors": [
116
+ "last.down.weight",
117
+ "last.up.weight"
118
+ ],
119
+ "mae": 0.00020087847294371136,
120
+ "max_abs_error": 0.0224609375,
121
+ "mean_signed_error": 2.2077723014960327e-09,
122
+ "parameter_tensors": 430,
123
+ "quantized_parameter_tensors": 263,
124
+ "relative_l2": 0.00574572896772914,
125
+ "rmse": 0.0002542082948690009,
126
+ "snr_db": 44.81309728005863
127
+ }
metrics/weight_summary_int4_convrot.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "by_subsystem": {
3
+ "conditioning_projection": {
4
+ "cosine_similarity": 0.9999999976184496,
5
+ "elements": 319355392,
6
+ "mae": 1.7287236929836516e-08,
7
+ "max_abs_error": 0.0034865140914916992,
8
+ "mean_signed_error": 7.192898047947793e-11,
9
+ "parameter_tensors": 11,
10
+ "quantized_parameter_tensors": 0,
11
+ "relative_l2": 6.901522860145525e-05,
12
+ "rmse": 2.3879367321690096e-06,
13
+ "snr_db": 83.22110138297938
14
+ },
15
+ "input_projection": {
16
+ "cosine_similarity": 0.9999998901437815,
17
+ "elements": 399360,
18
+ "mae": 1.9007779610041425e-06,
19
+ "max_abs_error": 0.0019971132278442383,
20
+ "mean_signed_error": 7.166376832355963e-08,
21
+ "parameter_tensors": 2,
22
+ "quantized_parameter_tensors": 0,
23
+ "relative_l2": 0.00046873793047304453,
24
+ "rmse": 2.6841843757729727e-05,
25
+ "snr_db": 66.58139803526593
26
+ },
27
+ "main_blocks.attention": {
28
+ "cosine_similarity": 0.9861827858890125,
29
+ "elements": 3699383296,
30
+ "mae": 0.00576227620322385,
31
+ "max_abs_error": 0.306396484375,
32
+ "mean_signed_error": -8.970037601355553e-10,
33
+ "parameter_tensors": 196,
34
+ "quantized_parameter_tensors": 140,
35
+ "relative_l2": 0.1679811691618738,
36
+ "rmse": 0.007648782029314184,
37
+ "snr_db": 15.494788006846845
38
+ },
39
+ "main_blocks.mlp": {
40
+ "cosine_similarity": 0.9866806928421401,
41
+ "elements": 8455716864,
42
+ "mae": 0.005441999676527018,
43
+ "max_abs_error": 0.130126953125,
44
+ "mean_signed_error": -2.2808240833008065e-08,
45
+ "parameter_tensors": 84,
46
+ "quantized_parameter_tensors": 84,
47
+ "relative_l2": 0.1648675112573264,
48
+ "rmse": 0.0070960146601233825,
49
+ "snr_db": 15.657298357309823
50
+ },
51
+ "main_blocks.norm_modulation": {
52
+ "cosine_similarity": 0.9999986007489284,
53
+ "elements": 1376256,
54
+ "mae": 0.00023834820980872385,
55
+ "max_abs_error": 0.007808685302734375,
56
+ "mean_signed_error": 1.4483564371176993e-07,
57
+ "parameter_tensors": 84,
58
+ "quantized_parameter_tensors": 0,
59
+ "relative_l2": 0.0016728806914812408,
60
+ "rmse": 0.00045662036304823815,
61
+ "snr_db": 55.53070062939527
62
+ },
63
+ "output_projection": {
64
+ "cosine_similarity": 0.999998909474157,
65
+ "elements": 411712,
66
+ "mae": 2.402910053058515e-05,
67
+ "max_abs_error": 0.003760814666748047,
68
+ "mean_signed_error": 4.9163160610134996e-06,
69
+ "parameter_tensors": 4,
70
+ "quantized_parameter_tensors": 0,
71
+ "relative_l2": 0.0015185388631484408,
72
+ "rmse": 0.0001741510587643663,
73
+ "snr_db": 56.371481778767595
74
+ },
75
+ "text_fusion.layerwise": {
76
+ "cosine_similarity": 0.9880668301337865,
77
+ "elements": 171715072,
78
+ "mae": 0.007144065240706154,
79
+ "max_abs_error": 0.44921875,
80
+ "mean_signed_error": -5.982641936566729e-07,
81
+ "parameter_tensors": 24,
82
+ "quantized_parameter_tensors": 16,
83
+ "relative_l2": 0.15589166329038226,
84
+ "rmse": 0.009124429363766399,
85
+ "snr_db": 16.143542184201692
86
+ },
87
+ "text_fusion.other": {
88
+ "cosine_similarity": 1.0,
89
+ "elements": 12,
90
+ "mae": 0.0,
91
+ "max_abs_error": 0.0,
92
+ "mean_signed_error": 0.0,
93
+ "parameter_tensors": 1,
94
+ "quantized_parameter_tensors": 0,
95
+ "relative_l2": 0.0,
96
+ "rmse": 0.0,
97
+ "snr_db": 3006.7581460869505
98
+ },
99
+ "text_fusion.refiner": {
100
+ "cosine_similarity": 0.9880994509854643,
101
+ "elements": 171715072,
102
+ "mae": 0.0077177796957948975,
103
+ "max_abs_error": 0.625,
104
+ "mean_signed_error": -4.2521455634075404e-07,
105
+ "parameter_tensors": 24,
106
+ "quantized_parameter_tensors": 16,
107
+ "relative_l2": 0.1556740084892165,
108
+ "rmse": 0.009800128720523335,
109
+ "snr_db": 16.15567783367078
110
+ }
111
+ },
112
+ "cosine_similarity": 0.9868549812820883,
113
+ "duration_seconds": 179.341810464859,
114
+ "elements": 12820073036,
115
+ "ignored_storage_tensors": [],
116
+ "mae": 0.005451234446949422,
117
+ "max_abs_error": 0.625,
118
+ "mean_signed_error": -2.8833695860603948e-08,
119
+ "parameter_tensors": 430,
120
+ "quantized_parameter_tensors": 256,
121
+ "relative_l2": 0.16376262090993607,
122
+ "rmse": 0.007245349869199733,
123
+ "snr_db": 15.715704394012345
124
+ }
metrics/weight_summary_int8_convrot.json CHANGED
@@ -110,8 +110,9 @@
110
  }
111
  },
112
  "cosine_similarity": 0.9999616932502176,
113
- "duration_seconds": 155.4965341091156,
114
  "elements": 12820073036,
 
115
  "mae": 0.00027700770906245584,
116
  "max_abs_error": 0.09144210815429688,
117
  "mean_signed_error": -2.9359767514719938e-09,
 
110
  }
111
  },
112
  "cosine_similarity": 0.9999616932502176,
113
+ "duration_seconds": 154.16607093811035,
114
  "elements": 12820073036,
115
+ "ignored_storage_tensors": [],
116
  "mae": 0.00027700770906245584,
117
  "max_abs_error": 0.09144210815429688,
118
  "mean_signed_error": -2.9359767514719938e-09,
metrics/weight_summary_mxfp8.json CHANGED
@@ -110,8 +110,9 @@
110
  }
111
  },
112
  "cosine_similarity": 0.9996544344285291,
113
- "duration_seconds": 144.0989978313446,
114
  "elements": 12820073036,
 
115
  "mae": 0.0007206635599192692,
116
  "max_abs_error": 0.25,
117
  "mean_signed_error": -4.560345027480555e-09,
 
110
  }
111
  },
112
  "cosine_similarity": 0.9996544344285291,
113
+ "duration_seconds": 146.24986243247986,
114
  "elements": 12820073036,
115
+ "ignored_storage_tensors": [],
116
  "mae": 0.0007206635599192692,
117
  "max_abs_error": 0.25,
118
  "mean_signed_error": -4.560345027480555e-09,
metrics/weight_summary_nvfp4.json CHANGED
@@ -110,8 +110,9 @@
110
  }
111
  },
112
  "cosine_similarity": 0.9956460249627785,
113
- "duration_seconds": 131.3556411266327,
114
  "elements": 12820073036,
 
115
  "mae": 0.002923020604905625,
116
  "max_abs_error": 0.53125,
117
  "mean_signed_error": -3.2054579078459146e-08,
 
110
  }
111
  },
112
  "cosine_similarity": 0.9956460249627785,
113
+ "duration_seconds": 133.35166215896606,
114
  "elements": 12820073036,
115
+ "ignored_storage_tensors": [],
116
  "mae": 0.002923020604905625,
117
  "max_abs_error": 0.53125,
118
  "mean_signed_error": -3.2054579078459146e-08,
provenance/environment-lock.json CHANGED
@@ -127,12 +127,20 @@
127
  "commit_date": "2026-07-12T09:43:30-07:00",
128
  "commit_subject": "Support PID 1.5 models. (#14894)"
129
  },
 
 
 
 
130
  "gpu": {
131
  "compute_capability": "8.9",
132
  "driver_version": "610.74",
133
  "memory_total_mib": 16380,
134
  "name": "NVIDIA GeForce RTX 4060 Ti"
135
  },
 
 
 
 
136
  "platform": {
137
  "machine": "AMD64",
138
  "release": "11",
@@ -147,6 +155,7 @@
147
  "comfy_kitchen": "0.2.18",
148
  "cuda": "13.0",
149
  "device": "NVIDIA GeForce RTX 4060 Ti",
 
150
  "numpy": "2.5.1",
151
  "python": "3.13.12 (tags/v3.13.12:1cbe481, Feb 3 2026, 18:22:25) [MSC v.1944 64 bit (AMD64)]",
152
  "torch": "2.13.0+cu130",
 
127
  "commit_date": "2026-07-12T09:43:30-07:00",
128
  "commit_subject": "Support PID 1.5 models. (#14894)"
129
  },
130
+ "comfyui_gguf": {
131
+ "commit": "6ea2651e7df66d7585f6ffee804b20e92fb38b8a",
132
+ "gguf_python": "0.19.0"
133
+ },
134
  "gpu": {
135
  "compute_capability": "8.9",
136
  "driver_version": "610.74",
137
  "memory_total_mib": 16380,
138
  "name": "NVIDIA GeForce RTX 4060 Ti"
139
  },
140
+ "lineage": {
141
+ "base_manifest_sha256": "9ead63e38a39f9341180ce4c06f5883ef28442fb56b1f3a03bdfa0576162acdf",
142
+ "base_results_dir": "results/krea2_formats_v1"
143
+ },
144
  "platform": {
145
  "machine": "AMD64",
146
  "release": "11",
 
155
  "comfy_kitchen": "0.2.18",
156
  "cuda": "13.0",
157
  "device": "NVIDIA GeForce RTX 4060 Ti",
158
+ "gguf": "0.19.0",
159
  "numpy": "2.5.1",
160
  "python": "3.13.12 (tags/v3.13.12:1cbe481, Feb 3 2026, 18:22:25) [MSC v.1944 64 bit (AMD64)]",
161
  "torch": "2.13.0+cu130",
provenance/manifest.json CHANGED
@@ -128,9 +128,23 @@
128
  "commit_date": "2026-07-12T09:43:30-07:00",
129
  "commit_subject": "Support PID 1.5 models. (#14894)"
130
  },
 
 
 
 
131
  "configuration": {
132
  "benchmark_id": "krea2-format-benchmark-v1",
133
  "campaign": {
 
 
 
 
 
 
 
 
 
 
134
  "capture_steps": true,
135
  "format_order_seed": 20260712,
136
  "replicates": 2,
@@ -163,6 +177,36 @@
163
  "checkpoint": "krea2_turbo_fp8_scaled.safetensors",
164
  "label": "FP8 Scaled"
165
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  "int8_convrot": {
167
  "checkpoint": "krea2_turbo_int8_convrot.safetensors",
168
  "label": "INT8 ConvRot"
@@ -178,8 +222,11 @@
178
  },
179
  "integrity": {
180
  "expected_sha256": {
 
 
181
  "krea2_turbo_bf16.safetensors": "78bbf8f4165eda19cea3cb06c78089221932a39e2eed8af9da741f942c47ffb3",
182
  "krea2_turbo_fp8_scaled.safetensors": "eb4dd8c612cfd10f64f25b057e6e6bbcb5737c94a7372177e456dbf7579502f1",
 
183
  "krea2_turbo_int8_convrot.safetensors": "8e4eeda70dd5037ab1ba2bef6b417f9f901e26093117cf397f741fc1fdaaf3f1",
184
  "krea2_turbo_mxfp8.safetensors": "4c09131a442c3a01e95f934b43c76c1e691b9f683694a7b68d6fc707d5ecfce3",
185
  "krea2_turbo_nvfp4.safetensors": "61527003b2d537055494d01bc8efe51d6e86e64192ba23e3721a5647231fe394",
@@ -192,7 +239,7 @@
192
  "paths": {
193
  "models_dir": "<KREA_MODEL_DIRECTORY>",
194
  "portable_root": "<COMFYUI_PORTABLE_ROOT>",
195
- "results_dir": "results/krea2_formats_v1"
196
  },
197
  "prompts": [
198
  {
@@ -287,7 +334,7 @@
287
  "text": "Clean scientific cutaway poster of a compact greenhouse system on a white background, precise pipes, roots, vents and sunlight paths, four simple arrows with clearly readable uppercase labels ‘AIR’, ‘WATER’, ‘ROOTS’, and ‘LIGHT’, restrained green and blue palette, thin technical linework, balanced educational infographic layout."
288
  }
289
  ],
290
- "schema_version": 1,
291
  "server": {
292
  "host": "127.0.0.1",
293
  "memory_mode": "default",
@@ -297,17 +344,102 @@
297
  "telemetry_interval_seconds": 0.1
298
  }
299
  },
300
- "created_unix": 1783884868.513142,
301
  "gpu": {
302
  "compute_capability": "8.9",
303
  "driver_version": "610.74",
304
  "memory_total_mib": 16380,
305
  "name": "NVIDIA GeForce RTX 4060 Ti"
306
  },
 
 
 
 
307
  "models": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
308
  "krea2_turbo_bf16.safetensors": {
309
  "bytes": 26283332608,
310
  "expected_sha256": "78bbf8f4165eda19cea3cb06c78089221932a39e2eed8af9da741f942c47ffb3",
 
311
  "gib": 24.47826099395752,
312
  "publisher_hash_match": true,
313
  "safetensors": {
@@ -336,6 +468,7 @@
336
  "krea2_turbo_fp8_scaled.safetensors": {
337
  "bytes": 13141730784,
338
  "expected_sha256": "eb4dd8c612cfd10f64f25b057e6e6bbcb5737c94a7372177e456dbf7579502f1",
 
339
  "gib": 12.239190548658371,
340
  "publisher_hash_match": true,
341
  "safetensors": {
@@ -368,9 +501,51 @@
368
  },
369
  "sha256": "eb4dd8c612cfd10f64f25b057e6e6bbcb5737c94a7372177e456dbf7579502f1"
370
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
371
  "krea2_turbo_int8_convrot.safetensors": {
372
  "bytes": 13492686496,
373
  "expected_sha256": "8e4eeda70dd5037ab1ba2bef6b417f9f901e26093117cf397f741fc1fdaaf3f1",
 
374
  "gib": 12.56604352593422,
375
  "publisher_hash_match": true,
376
  "safetensors": {
@@ -401,6 +576,7 @@
401
  "krea2_turbo_mxfp8.safetensors": {
402
  "bytes": 13532318080,
403
  "expected_sha256": "4c09131a442c3a01e95f934b43c76c1e691b9f683694a7b68d6fc707d5ecfce3",
 
404
  "gib": 12.602953314781189,
405
  "publisher_hash_match": true,
406
  "safetensors": {
@@ -436,6 +612,7 @@
436
  "krea2_turbo_nvfp4.safetensors": {
437
  "bytes": 7673668448,
438
  "expected_sha256": "61527003b2d537055494d01bc8efe51d6e86e64192ba23e3721a5647231fe394",
 
439
  "gib": 7.146660655736923,
440
  "publisher_hash_match": true,
441
  "safetensors": {
@@ -472,6 +649,7 @@
472
  "qwen3vl_4b_bf16.safetensors": {
473
  "bytes": 8875719384,
474
  "expected_sha256": "36f3ff447ef59201722e8f9ce6020c9819fdcfba6aa2608c4e09b1c0ce114e34",
 
475
  "gib": 8.266157828271389,
476
  "publisher_hash_match": true,
477
  "safetensors": {
@@ -499,6 +677,7 @@
499
  "qwen_image_vae.safetensors": {
500
  "bytes": 253806246,
501
  "expected_sha256": "a70580f0213e67967ee9c95f05bb400e8fb08307e017a924bf3441223e023d1f",
 
502
  "gib": 0.2363754864782095,
503
  "publisher_hash_match": true,
504
  "safetensors": {
@@ -538,11 +717,12 @@
538
  "comfy_kitchen": "0.2.18",
539
  "cuda": "13.0",
540
  "device": "NVIDIA GeForce RTX 4060 Ti",
 
541
  "numpy": "2.5.1",
542
  "python": "3.13.12 (tags/v3.13.12:1cbe481, Feb 3 2026, 18:22:25) [MSC v.1944 64 bit (AMD64)]",
543
  "torch": "2.13.0+cu130",
544
  "transformers": "5.13.1"
545
  },
546
  "schema_version": 1,
547
- "source_config_sha256": "1b9667240220828704056139792a4e3de48300e955a1be94a9b8bdbc0a8b2add"
548
  }
 
128
  "commit_date": "2026-07-12T09:43:30-07:00",
129
  "commit_subject": "Support PID 1.5 models. (#14894)"
130
  },
131
+ "comfyui_gguf": {
132
+ "commit": "6ea2651e7df66d7585f6ffee804b20e92fb38b8a",
133
+ "gguf_python": "0.19.0"
134
+ },
135
  "configuration": {
136
  "benchmark_id": "krea2-format-benchmark-v1",
137
  "campaign": {
138
+ "active_formats": [
139
+ "int4_convrot",
140
+ "gguf_q8_0",
141
+ "gguf_q4_k_m"
142
+ ],
143
+ "bridge_formats": [
144
+ "bf16",
145
+ "int8_convrot"
146
+ ],
147
+ "bridge_repeats": 5,
148
  "capture_steps": true,
149
  "format_order_seed": 20260712,
150
  "replicates": 2,
 
177
  "checkpoint": "krea2_turbo_fp8_scaled.safetensors",
178
  "label": "FP8 Scaled"
179
  },
180
+ "gguf_q4_k_m": {
181
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
182
+ "label": "GGUF Q4_K_M",
183
+ "loader": "gguf",
184
+ "source": {
185
+ "repository": "vantagewithai/Krea-2-Turbo-GGUF",
186
+ "revision": "6658a30c67045ec72799333eb42f3bf10b3d107a",
187
+ "url": "https://huggingface.co/vantagewithai/Krea-2-Turbo-GGUF/resolve/main/krea2_turbo-Q4_K_M.gguf"
188
+ }
189
+ },
190
+ "gguf_q8_0": {
191
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
192
+ "label": "GGUF Q8_0",
193
+ "loader": "gguf",
194
+ "source": {
195
+ "repository": "vantagewithai/Krea-2-Turbo-GGUF",
196
+ "revision": "3ddc3b8a70209d9da1e327701ab96b15bafc4d28",
197
+ "url": "https://huggingface.co/vantagewithai/Krea-2-Turbo-GGUF/resolve/main/krea2_turbo-Q8_0.gguf"
198
+ }
199
+ },
200
+ "int4_convrot": {
201
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
202
+ "label": "INT4 ConvRot W4A4",
203
+ "loader": "unet",
204
+ "source": {
205
+ "repository": "Winnougan/INT4-Convrot-Comfy-Models",
206
+ "revision": "f01ad8da8c799f1da5ffe92f82e2a75a51dd7447",
207
+ "url": "https://huggingface.co/Winnougan/INT4-Convrot-Comfy-Models/resolve/main/krea2_turbo-int4_convrot.safetensors"
208
+ }
209
+ },
210
  "int8_convrot": {
211
  "checkpoint": "krea2_turbo_int8_convrot.safetensors",
212
  "label": "INT8 ConvRot"
 
222
  },
223
  "integrity": {
224
  "expected_sha256": {
225
+ "krea2_turbo-Q4_K_M.gguf": "bc12f539de7a7a6ddf9bac17ec6e5bfecd42c3517190f491131d8464a1034b40",
226
+ "krea2_turbo-Q8_0.gguf": "1fa2da08a7a708827c2100d0af41c8371d79efd9f7c5490c23ebc65408536490",
227
  "krea2_turbo_bf16.safetensors": "78bbf8f4165eda19cea3cb06c78089221932a39e2eed8af9da741f942c47ffb3",
228
  "krea2_turbo_fp8_scaled.safetensors": "eb4dd8c612cfd10f64f25b057e6e6bbcb5737c94a7372177e456dbf7579502f1",
229
+ "krea2_turbo_int4_convrot.safetensors": "4c74e8fc00d121aeb4f75cdf066b70d33f6a59e36f143b0bfd53d6467ffc13bd",
230
  "krea2_turbo_int8_convrot.safetensors": "8e4eeda70dd5037ab1ba2bef6b417f9f901e26093117cf397f741fc1fdaaf3f1",
231
  "krea2_turbo_mxfp8.safetensors": "4c09131a442c3a01e95f934b43c76c1e691b9f683694a7b68d6fc707d5ecfce3",
232
  "krea2_turbo_nvfp4.safetensors": "61527003b2d537055494d01bc8efe51d6e86e64192ba23e3721a5647231fe394",
 
239
  "paths": {
240
  "models_dir": "<KREA_MODEL_DIRECTORY>",
241
  "portable_root": "<COMFYUI_PORTABLE_ROOT>",
242
+ "results_dir": "results/krea2_formats_v2_extended"
243
  },
244
  "prompts": [
245
  {
 
334
  "text": "Clean scientific cutaway poster of a compact greenhouse system on a white background, precise pipes, roots, vents and sunlight paths, four simple arrows with clearly readable uppercase labels ‘AIR’, ‘WATER’, ‘ROOTS’, and ‘LIGHT’, restrained green and blue palette, thin technical linework, balanced educational infographic layout."
335
  }
336
  ],
337
+ "schema_version": 2,
338
  "server": {
339
  "host": "127.0.0.1",
340
  "memory_mode": "default",
 
344
  "telemetry_interval_seconds": 0.1
345
  }
346
  },
347
+ "created_unix": 1783905885.9360926,
348
  "gpu": {
349
  "compute_capability": "8.9",
350
  "driver_version": "610.74",
351
  "memory_total_mib": 16380,
352
  "name": "NVIDIA GeForce RTX 4060 Ti"
353
  },
354
+ "lineage": {
355
+ "base_manifest_sha256": "9ead63e38a39f9341180ce4c06f5883ef28442fb56b1f3a03bdfa0576162acdf",
356
+ "base_results_dir": "results/krea2_formats_v1"
357
+ },
358
  "models": {
359
+ "krea2_turbo-Q4_K_M.gguf": {
360
+ "bytes": 7486289184,
361
+ "expected_sha256": "bc12f539de7a7a6ddf9bac17ec6e5bfecd42c3517190f491131d8464a1034b40",
362
+ "file_format": "gguf",
363
+ "gguf": {
364
+ "first_tensor_keys": [
365
+ "blocks.0.attn.qknorm.knorm.scale",
366
+ "blocks.0.attn.qknorm.qnorm.scale",
367
+ "blocks.0.mod.lin",
368
+ "blocks.0.postnorm.scale",
369
+ "blocks.0.prenorm.scale",
370
+ "blocks.1.attn.qknorm.knorm.scale",
371
+ "blocks.1.attn.qknorm.qnorm.scale",
372
+ "blocks.1.mod.lin",
373
+ "blocks.1.postnorm.scale",
374
+ "blocks.1.prenorm.scale"
375
+ ],
376
+ "metadata": {
377
+ "general.architecture": "unreadable",
378
+ "general.file_type": 15,
379
+ "general.quantization_version": 2
380
+ },
381
+ "metadata_field_count": 10,
382
+ "original_shape_fields": 0,
383
+ "quantization_type_counts": {
384
+ "F16": 1,
385
+ "F32": 167,
386
+ "Q4_K": 201,
387
+ "Q5_K": 63
388
+ },
389
+ "tensor_count": 432
390
+ },
391
+ "gib": 6.97215011715889,
392
+ "publisher_hash_match": true,
393
+ "sha256": "bc12f539de7a7a6ddf9bac17ec6e5bfecd42c3517190f491131d8464a1034b40",
394
+ "source": {
395
+ "repository": "vantagewithai/Krea-2-Turbo-GGUF",
396
+ "revision": "6658a30c67045ec72799333eb42f3bf10b3d107a",
397
+ "url": "https://huggingface.co/vantagewithai/Krea-2-Turbo-GGUF/resolve/main/krea2_turbo-Q4_K_M.gguf"
398
+ }
399
+ },
400
+ "krea2_turbo-Q8_0.gguf": {
401
+ "bytes": 13705958688,
402
+ "expected_sha256": "1fa2da08a7a708827c2100d0af41c8371d79efd9f7c5490c23ebc65408536490",
403
+ "file_format": "gguf",
404
+ "gguf": {
405
+ "first_tensor_keys": [
406
+ "blocks.0.attn.qknorm.knorm.scale",
407
+ "blocks.0.attn.qknorm.qnorm.scale",
408
+ "blocks.0.mod.lin",
409
+ "blocks.0.postnorm.scale",
410
+ "blocks.0.prenorm.scale",
411
+ "blocks.1.attn.qknorm.knorm.scale",
412
+ "blocks.1.attn.qknorm.qnorm.scale",
413
+ "blocks.1.mod.lin",
414
+ "blocks.1.postnorm.scale",
415
+ "blocks.1.prenorm.scale"
416
+ ],
417
+ "metadata": {
418
+ "general.architecture": "unreadable",
419
+ "general.file_type": 7,
420
+ "general.quantization_version": 2
421
+ },
422
+ "metadata_field_count": 10,
423
+ "original_shape_fields": 0,
424
+ "quantization_type_counts": {
425
+ "F32": 167,
426
+ "Q8_0": 265
427
+ },
428
+ "tensor_count": 432
429
+ },
430
+ "gib": 12.764668732881546,
431
+ "publisher_hash_match": true,
432
+ "sha256": "1fa2da08a7a708827c2100d0af41c8371d79efd9f7c5490c23ebc65408536490",
433
+ "source": {
434
+ "repository": "vantagewithai/Krea-2-Turbo-GGUF",
435
+ "revision": "3ddc3b8a70209d9da1e327701ab96b15bafc4d28",
436
+ "url": "https://huggingface.co/vantagewithai/Krea-2-Turbo-GGUF/resolve/main/krea2_turbo-Q8_0.gguf"
437
+ }
438
+ },
439
  "krea2_turbo_bf16.safetensors": {
440
  "bytes": 26283332608,
441
  "expected_sha256": "78bbf8f4165eda19cea3cb06c78089221932a39e2eed8af9da741f942c47ffb3",
442
+ "file_format": "safetensors",
443
  "gib": 24.47826099395752,
444
  "publisher_hash_match": true,
445
  "safetensors": {
 
468
  "krea2_turbo_fp8_scaled.safetensors": {
469
  "bytes": 13141730784,
470
  "expected_sha256": "eb4dd8c612cfd10f64f25b057e6e6bbcb5737c94a7372177e456dbf7579502f1",
471
+ "file_format": "safetensors",
472
  "gib": 12.239190548658371,
473
  "publisher_hash_match": true,
474
  "safetensors": {
 
501
  },
502
  "sha256": "eb4dd8c612cfd10f64f25b057e6e6bbcb5737c94a7372177e456dbf7579502f1"
503
  },
504
+ "krea2_turbo_int4_convrot.safetensors": {
505
+ "bytes": 6899724208,
506
+ "expected_sha256": "4c74e8fc00d121aeb4f75cdf066b70d33f6a59e36f143b0bfd53d6467ffc13bd",
507
+ "file_format": "safetensors",
508
+ "gib": 6.425868913531303,
509
+ "publisher_hash_match": true,
510
+ "safetensors": {
511
+ "dtype_tensor_counts": {
512
+ "BF16": 174,
513
+ "F32": 256,
514
+ "I8": 256
515
+ },
516
+ "first_tensor_keys": [
517
+ "blocks.0.attn.gate.weight",
518
+ "blocks.0.attn.gate.weight_scale",
519
+ "blocks.0.attn.qknorm.knorm.scale",
520
+ "blocks.0.attn.qknorm.qnorm.scale",
521
+ "blocks.0.attn.wk.weight",
522
+ "blocks.0.attn.wk.weight_scale",
523
+ "blocks.0.attn.wo.weight",
524
+ "blocks.0.attn.wo.weight_scale",
525
+ "blocks.0.attn.wq.weight",
526
+ "blocks.0.attn.wq.weight_scale"
527
+ ],
528
+ "metadata_keys": [
529
+ "_quantization_metadata",
530
+ "converted_by"
531
+ ],
532
+ "metadata_value_lengths": {
533
+ "_quantization_metadata": 25973,
534
+ "converted_by": 29
535
+ },
536
+ "tensor_count": 686
537
+ },
538
+ "sha256": "4c74e8fc00d121aeb4f75cdf066b70d33f6a59e36f143b0bfd53d6467ffc13bd",
539
+ "source": {
540
+ "repository": "Winnougan/INT4-Convrot-Comfy-Models",
541
+ "revision": "f01ad8da8c799f1da5ffe92f82e2a75a51dd7447",
542
+ "url": "https://huggingface.co/Winnougan/INT4-Convrot-Comfy-Models/resolve/main/krea2_turbo-int4_convrot.safetensors"
543
+ }
544
+ },
545
  "krea2_turbo_int8_convrot.safetensors": {
546
  "bytes": 13492686496,
547
  "expected_sha256": "8e4eeda70dd5037ab1ba2bef6b417f9f901e26093117cf397f741fc1fdaaf3f1",
548
+ "file_format": "safetensors",
549
  "gib": 12.56604352593422,
550
  "publisher_hash_match": true,
551
  "safetensors": {
 
576
  "krea2_turbo_mxfp8.safetensors": {
577
  "bytes": 13532318080,
578
  "expected_sha256": "4c09131a442c3a01e95f934b43c76c1e691b9f683694a7b68d6fc707d5ecfce3",
579
+ "file_format": "safetensors",
580
  "gib": 12.602953314781189,
581
  "publisher_hash_match": true,
582
  "safetensors": {
 
612
  "krea2_turbo_nvfp4.safetensors": {
613
  "bytes": 7673668448,
614
  "expected_sha256": "61527003b2d537055494d01bc8efe51d6e86e64192ba23e3721a5647231fe394",
615
+ "file_format": "safetensors",
616
  "gib": 7.146660655736923,
617
  "publisher_hash_match": true,
618
  "safetensors": {
 
649
  "qwen3vl_4b_bf16.safetensors": {
650
  "bytes": 8875719384,
651
  "expected_sha256": "36f3ff447ef59201722e8f9ce6020c9819fdcfba6aa2608c4e09b1c0ce114e34",
652
+ "file_format": "safetensors",
653
  "gib": 8.266157828271389,
654
  "publisher_hash_match": true,
655
  "safetensors": {
 
677
  "qwen_image_vae.safetensors": {
678
  "bytes": 253806246,
679
  "expected_sha256": "a70580f0213e67967ee9c95f05bb400e8fb08307e017a924bf3441223e023d1f",
680
+ "file_format": "safetensors",
681
  "gib": 0.2363754864782095,
682
  "publisher_hash_match": true,
683
  "safetensors": {
 
717
  "comfy_kitchen": "0.2.18",
718
  "cuda": "13.0",
719
  "device": "NVIDIA GeForce RTX 4060 Ti",
720
+ "gguf": "0.19.0",
721
  "numpy": "2.5.1",
722
  "python": "3.13.12 (tags/v3.13.12:1cbe481, Feb 3 2026, 18:22:25) [MSC v.1944 64 bit (AMD64)]",
723
  "torch": "2.13.0+cu130",
724
  "transformers": "5.13.1"
725
  },
726
  "schema_version": 1,
727
+ "source_config_sha256": "4e4e711a8f76029bf6afeabda46fb446c80326fbfafaf65ad2e47f1657d14c48"
728
  }
provenance/model_manifest.json CHANGED
@@ -5,69 +5,134 @@
5
  "comfyui_subdirectory": "diffusion_models",
6
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_bf16.safetensors",
7
  "filename": "krea2_turbo_bf16.safetensors",
 
8
  "gib": 24.47826099395752,
 
9
  "repository_path": "diffusion_models/krea2_turbo_bf16.safetensors",
10
- "sha256": "78bbf8f4165eda19cea3cb06c78089221932a39e2eed8af9da741f942c47ffb3"
 
 
11
  },
12
  {
13
  "bytes": 13141730784,
14
  "comfyui_subdirectory": "diffusion_models",
15
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_fp8_scaled.safetensors",
16
  "filename": "krea2_turbo_fp8_scaled.safetensors",
 
17
  "gib": 12.239190548658371,
 
18
  "repository_path": "diffusion_models/krea2_turbo_fp8_scaled.safetensors",
19
- "sha256": "eb4dd8c612cfd10f64f25b057e6e6bbcb5737c94a7372177e456dbf7579502f1"
 
 
20
  },
21
  {
22
  "bytes": 13492686496,
23
  "comfyui_subdirectory": "diffusion_models",
24
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_int8_convrot.safetensors",
25
  "filename": "krea2_turbo_int8_convrot.safetensors",
 
26
  "gib": 12.56604352593422,
 
27
  "repository_path": "diffusion_models/krea2_turbo_int8_convrot.safetensors",
28
- "sha256": "8e4eeda70dd5037ab1ba2bef6b417f9f901e26093117cf397f741fc1fdaaf3f1"
 
 
29
  },
30
  {
31
  "bytes": 13532318080,
32
  "comfyui_subdirectory": "diffusion_models",
33
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_mxfp8.safetensors",
34
  "filename": "krea2_turbo_mxfp8.safetensors",
 
35
  "gib": 12.602953314781189,
 
36
  "repository_path": "diffusion_models/krea2_turbo_mxfp8.safetensors",
37
- "sha256": "4c09131a442c3a01e95f934b43c76c1e691b9f683694a7b68d6fc707d5ecfce3"
 
 
38
  },
39
  {
40
  "bytes": 7673668448,
41
  "comfyui_subdirectory": "diffusion_models",
42
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_nvfp4.safetensors",
43
  "filename": "krea2_turbo_nvfp4.safetensors",
 
44
  "gib": 7.146660655736923,
 
45
  "repository_path": "diffusion_models/krea2_turbo_nvfp4.safetensors",
46
- "sha256": "61527003b2d537055494d01bc8efe51d6e86e64192ba23e3721a5647231fe394"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  },
48
  {
49
  "bytes": 8875719384,
50
  "comfyui_subdirectory": "text_encoders",
51
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/text_encoders/qwen3vl_4b_bf16.safetensors",
52
  "filename": "qwen3vl_4b_bf16.safetensors",
 
53
  "gib": 8.266157828271389,
 
54
  "repository_path": "text_encoders/qwen3vl_4b_bf16.safetensors",
55
- "sha256": "36f3ff447ef59201722e8f9ce6020c9819fdcfba6aa2608c4e09b1c0ce114e34"
 
 
56
  },
57
  {
58
  "bytes": 253806246,
59
  "comfyui_subdirectory": "vae",
60
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/vae/qwen_image_vae.safetensors",
61
  "filename": "qwen_image_vae.safetensors",
 
62
  "gib": 0.2363754864782095,
 
63
  "repository_path": "vae/qwen_image_vae.safetensors",
64
- "sha256": "a70580f0213e67967ee9c95f05bb400e8fb08307e017a924bf3441223e023d1f"
 
 
65
  }
66
  ],
67
  "license": "Krea 2 Community License",
68
  "license_url": "https://huggingface.co/krea/Krea-2-Turbo",
69
- "repository": "Comfy-Org/Krea-2",
70
- "revision": "8038ce89b91b042141541ad0fa51b985ca262c5f",
71
- "schema_version": 1,
72
- "total_bytes": 83253262046
73
  }
 
5
  "comfyui_subdirectory": "diffusion_models",
6
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_bf16.safetensors",
7
  "filename": "krea2_turbo_bf16.safetensors",
8
+ "format_id": "bf16",
9
  "gib": 24.47826099395752,
10
+ "repository": "Comfy-Org/Krea-2",
11
  "repository_path": "diffusion_models/krea2_turbo_bf16.safetensors",
12
+ "revision": "8038ce89b91b042141541ad0fa51b985ca262c5f",
13
+ "sha256": "78bbf8f4165eda19cea3cb06c78089221932a39e2eed8af9da741f942c47ffb3",
14
+ "source_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_bf16.safetensors"
15
  },
16
  {
17
  "bytes": 13141730784,
18
  "comfyui_subdirectory": "diffusion_models",
19
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_fp8_scaled.safetensors",
20
  "filename": "krea2_turbo_fp8_scaled.safetensors",
21
+ "format_id": "fp8_scaled",
22
  "gib": 12.239190548658371,
23
+ "repository": "Comfy-Org/Krea-2",
24
  "repository_path": "diffusion_models/krea2_turbo_fp8_scaled.safetensors",
25
+ "revision": "8038ce89b91b042141541ad0fa51b985ca262c5f",
26
+ "sha256": "eb4dd8c612cfd10f64f25b057e6e6bbcb5737c94a7372177e456dbf7579502f1",
27
+ "source_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_fp8_scaled.safetensors"
28
  },
29
  {
30
  "bytes": 13492686496,
31
  "comfyui_subdirectory": "diffusion_models",
32
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_int8_convrot.safetensors",
33
  "filename": "krea2_turbo_int8_convrot.safetensors",
34
+ "format_id": "int8_convrot",
35
  "gib": 12.56604352593422,
36
+ "repository": "Comfy-Org/Krea-2",
37
  "repository_path": "diffusion_models/krea2_turbo_int8_convrot.safetensors",
38
+ "revision": "8038ce89b91b042141541ad0fa51b985ca262c5f",
39
+ "sha256": "8e4eeda70dd5037ab1ba2bef6b417f9f901e26093117cf397f741fc1fdaaf3f1",
40
+ "source_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_int8_convrot.safetensors"
41
  },
42
  {
43
  "bytes": 13532318080,
44
  "comfyui_subdirectory": "diffusion_models",
45
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_mxfp8.safetensors",
46
  "filename": "krea2_turbo_mxfp8.safetensors",
47
+ "format_id": "mxfp8",
48
  "gib": 12.602953314781189,
49
+ "repository": "Comfy-Org/Krea-2",
50
  "repository_path": "diffusion_models/krea2_turbo_mxfp8.safetensors",
51
+ "revision": "8038ce89b91b042141541ad0fa51b985ca262c5f",
52
+ "sha256": "4c09131a442c3a01e95f934b43c76c1e691b9f683694a7b68d6fc707d5ecfce3",
53
+ "source_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_mxfp8.safetensors"
54
  },
55
  {
56
  "bytes": 7673668448,
57
  "comfyui_subdirectory": "diffusion_models",
58
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_nvfp4.safetensors",
59
  "filename": "krea2_turbo_nvfp4.safetensors",
60
+ "format_id": "nvfp4",
61
  "gib": 7.146660655736923,
62
+ "repository": "Comfy-Org/Krea-2",
63
  "repository_path": "diffusion_models/krea2_turbo_nvfp4.safetensors",
64
+ "revision": "8038ce89b91b042141541ad0fa51b985ca262c5f",
65
+ "sha256": "61527003b2d537055494d01bc8efe51d6e86e64192ba23e3721a5647231fe394",
66
+ "source_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/diffusion_models/krea2_turbo_nvfp4.safetensors"
67
+ },
68
+ {
69
+ "bytes": 6899724208,
70
+ "comfyui_subdirectory": "diffusion_models",
71
+ "download_url": "https://huggingface.co/Winnougan/INT4-Convrot-Comfy-Models/resolve/f01ad8da8c799f1da5ffe92f82e2a75a51dd7447/krea2_turbo-int4_convrot.safetensors",
72
+ "filename": "krea2_turbo_int4_convrot.safetensors",
73
+ "format_id": "int4_convrot",
74
+ "gib": 6.425868913531303,
75
+ "repository": "Winnougan/INT4-Convrot-Comfy-Models",
76
+ "repository_path": "krea2_turbo-int4_convrot.safetensors",
77
+ "revision": "f01ad8da8c799f1da5ffe92f82e2a75a51dd7447",
78
+ "sha256": "4c74e8fc00d121aeb4f75cdf066b70d33f6a59e36f143b0bfd53d6467ffc13bd",
79
+ "source_url": "https://huggingface.co/Winnougan/INT4-Convrot-Comfy-Models/resolve/main/krea2_turbo-int4_convrot.safetensors"
80
+ },
81
+ {
82
+ "bytes": 13705958688,
83
+ "comfyui_subdirectory": "diffusion_models",
84
+ "download_url": "https://huggingface.co/vantagewithai/Krea-2-Turbo-GGUF/resolve/3ddc3b8a70209d9da1e327701ab96b15bafc4d28/krea2_turbo-Q8_0.gguf",
85
+ "filename": "krea2_turbo-Q8_0.gguf",
86
+ "format_id": "gguf_q8_0",
87
+ "gib": 12.764668732881546,
88
+ "repository": "vantagewithai/Krea-2-Turbo-GGUF",
89
+ "repository_path": "krea2_turbo-Q8_0.gguf",
90
+ "revision": "3ddc3b8a70209d9da1e327701ab96b15bafc4d28",
91
+ "sha256": "1fa2da08a7a708827c2100d0af41c8371d79efd9f7c5490c23ebc65408536490",
92
+ "source_url": "https://huggingface.co/vantagewithai/Krea-2-Turbo-GGUF/resolve/main/krea2_turbo-Q8_0.gguf"
93
+ },
94
+ {
95
+ "bytes": 7486289184,
96
+ "comfyui_subdirectory": "diffusion_models",
97
+ "download_url": "https://huggingface.co/vantagewithai/Krea-2-Turbo-GGUF/resolve/6658a30c67045ec72799333eb42f3bf10b3d107a/krea2_turbo-Q4_K_M.gguf",
98
+ "filename": "krea2_turbo-Q4_K_M.gguf",
99
+ "format_id": "gguf_q4_k_m",
100
+ "gib": 6.97215011715889,
101
+ "repository": "vantagewithai/Krea-2-Turbo-GGUF",
102
+ "repository_path": "krea2_turbo-Q4_K_M.gguf",
103
+ "revision": "6658a30c67045ec72799333eb42f3bf10b3d107a",
104
+ "sha256": "bc12f539de7a7a6ddf9bac17ec6e5bfecd42c3517190f491131d8464a1034b40",
105
+ "source_url": "https://huggingface.co/vantagewithai/Krea-2-Turbo-GGUF/resolve/main/krea2_turbo-Q4_K_M.gguf"
106
  },
107
  {
108
  "bytes": 8875719384,
109
  "comfyui_subdirectory": "text_encoders",
110
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/text_encoders/qwen3vl_4b_bf16.safetensors",
111
  "filename": "qwen3vl_4b_bf16.safetensors",
112
+ "format_id": null,
113
  "gib": 8.266157828271389,
114
+ "repository": "Comfy-Org/Krea-2",
115
  "repository_path": "text_encoders/qwen3vl_4b_bf16.safetensors",
116
+ "revision": "8038ce89b91b042141541ad0fa51b985ca262c5f",
117
+ "sha256": "36f3ff447ef59201722e8f9ce6020c9819fdcfba6aa2608c4e09b1c0ce114e34",
118
+ "source_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/text_encoders/qwen3vl_4b_bf16.safetensors"
119
  },
120
  {
121
  "bytes": 253806246,
122
  "comfyui_subdirectory": "vae",
123
  "download_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/vae/qwen_image_vae.safetensors",
124
  "filename": "qwen_image_vae.safetensors",
125
+ "format_id": null,
126
  "gib": 0.2363754864782095,
127
+ "repository": "Comfy-Org/Krea-2",
128
  "repository_path": "vae/qwen_image_vae.safetensors",
129
+ "revision": "8038ce89b91b042141541ad0fa51b985ca262c5f",
130
+ "sha256": "a70580f0213e67967ee9c95f05bb400e8fb08307e017a924bf3441223e023d1f",
131
+ "source_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/8038ce89b91b042141541ad0fa51b985ca262c5f/vae/qwen_image_vae.safetensors"
132
  }
133
  ],
134
  "license": "Krea 2 Community License",
135
  "license_url": "https://huggingface.co/krea/Krea-2-Turbo",
136
+ "schema_version": 2,
137
+ "total_bytes": 111345234126
 
 
138
  }
provenance/release_manifest.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "benchmark_id": "krea2-format-benchmark-v1",
3
- "dataset_rows": 150,
4
  "exclusions": [
5
  "model checkpoints",
6
  "analysis dependency vendor directory",
@@ -19,23 +19,26 @@
19
  "README.md": 1,
20
  "TECHNICAL_REPORT.md": 1,
21
  "comparison_sheets": 93,
22
- "data": 151,
23
- "metrics": 22,
24
  "provenance": 5,
25
- "raw": 600,
26
- "reproduction": 20,
27
  "scripts": 3,
28
  "tables": 4,
29
- "telemetry": 10,
30
  "validation": 3
31
  },
32
  "format_counts": {
33
  "bf16": 30,
34
  "fp8_scaled": 30,
 
 
 
35
  "int8_convrot": 30,
36
  "mxfp8": 30,
37
  "nvfp4": 30
38
  },
39
- "payload_bytes_before_checksums": 4635444416,
40
  "schema_version": 1
41
  }
 
1
  {
2
  "benchmark_id": "krea2-format-benchmark-v1",
3
+ "dataset_rows": 240,
4
  "exclusions": [
5
  "model checkpoints",
6
  "analysis dependency vendor directory",
 
19
  "README.md": 1,
20
  "TECHNICAL_REPORT.md": 1,
21
  "comparison_sheets": 93,
22
+ "data": 241,
23
+ "metrics": 30,
24
  "provenance": 5,
25
+ "raw": 960,
26
+ "reproduction": 21,
27
  "scripts": 3,
28
  "tables": 4,
29
+ "telemetry": 20,
30
  "validation": 3
31
  },
32
  "format_counts": {
33
  "bf16": 30,
34
  "fp8_scaled": 30,
35
+ "gguf_q4_k_m": 30,
36
+ "gguf_q8_0": 30,
37
+ "int4_convrot": 30,
38
  "int8_convrot": 30,
39
  "mxfp8": 30,
40
  "nvfp4": 30
41
  },
42
+ "payload_bytes_before_checksums": 7416350877,
43
  "schema_version": 1
44
  }
provenance/run_matrix.json CHANGED
@@ -44,6 +44,33 @@
44
  "run_id": "p01_portrait__r0__nvfp4",
45
  "seed": 5756281479356970441
46
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  {
48
  "category": "portrait_microdetail",
49
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -89,6 +116,33 @@
89
  "run_id": "p01_portrait__r1__nvfp4",
90
  "seed": 8671169339478777469
91
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  {
93
  "category": "anatomy_occlusion_counting",
94
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -134,6 +188,33 @@
134
  "run_id": "p02_hands_group__r0__nvfp4",
135
  "seed": 7637439512680460746
136
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  {
138
  "category": "anatomy_occlusion_counting",
139
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -179,6 +260,33 @@
179
  "run_id": "p02_hands_group__r1__nvfp4",
180
  "seed": 8824944874703835948
181
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  {
183
  "category": "product_typography",
184
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -224,6 +332,33 @@
224
  "run_id": "p03_package_text__r0__nvfp4",
225
  "seed": 2295827872425194239
226
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  {
228
  "category": "product_typography",
229
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -269,6 +404,33 @@
269
  "run_id": "p03_package_text__r1__nvfp4",
270
  "seed": 5210452214000779619
271
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
272
  {
273
  "category": "environment_typography_lowlight",
274
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -314,6 +476,33 @@
314
  "run_id": "p04_storefront_text__r0__nvfp4",
315
  "seed": 2448090006015106322
316
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  {
318
  "category": "environment_typography_lowlight",
319
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -359,6 +548,33 @@
359
  "run_id": "p04_storefront_text__r1__nvfp4",
360
  "seed": 4506879636662584498
361
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
362
  {
363
  "category": "geometry_repetition",
364
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -404,6 +620,33 @@
404
  "run_id": "p05_architecture__r0__nvfp4",
405
  "seed": 7766307265631312099
406
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
407
  {
408
  "category": "geometry_repetition",
409
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -449,6 +692,33 @@
449
  "run_id": "p05_architecture__r1__nvfp4",
450
  "seed": 879101187012203840
451
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
452
  {
453
  "category": "specular_transparency",
454
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -494,6 +764,33 @@
494
  "run_id": "p06_reflections__r0__nvfp4",
495
  "seed": 1635135919969390338
496
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
497
  {
498
  "category": "specular_transparency",
499
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -539,6 +836,33 @@
539
  "run_id": "p06_reflections__r1__nvfp4",
540
  "seed": 7300635853886063882
541
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
542
  {
543
  "category": "high_frequency_natural",
544
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -584,6 +908,33 @@
584
  "run_id": "p07_foliage_bird__r0__nvfp4",
585
  "seed": 6557182029886441247
586
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
587
  {
588
  "category": "high_frequency_natural",
589
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -629,6 +980,33 @@
629
  "run_id": "p07_foliage_bird__r1__nvfp4",
630
  "seed": 5976130301723434541
631
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
632
  {
633
  "category": "gradients_lowlight",
634
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -674,6 +1052,33 @@
674
  "run_id": "p08_fog_neon__r0__nvfp4",
675
  "seed": 6869449371299968282
676
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
677
  {
678
  "category": "gradients_lowlight",
679
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -707,16 +1112,43 @@
707
  "format_id": "mxfp8",
708
  "prompt_id": "p08_fog_neon",
709
  "replicate": 1,
710
- "run_id": "p08_fog_neon__r1__mxfp8",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
711
  "seed": 4555824190537139246
712
  },
713
  {
714
  "category": "gradients_lowlight",
715
- "checkpoint": "krea2_turbo_nvfp4.safetensors",
716
- "format_id": "nvfp4",
717
  "prompt_id": "p08_fog_neon",
718
  "replicate": 1,
719
- "run_id": "p08_fog_neon__r1__nvfp4",
720
  "seed": 4555824190537139246
721
  },
722
  {
@@ -764,6 +1196,33 @@
764
  "run_id": "p09_material_macro__r0__nvfp4",
765
  "seed": 8187857702739151812
766
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
767
  {
768
  "category": "material_texture",
769
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -809,6 +1268,33 @@
809
  "run_id": "p09_material_macro__r1__nvfp4",
810
  "seed": 8881228419494795267
811
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
812
  {
813
  "category": "flat_graphics_banding",
814
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -854,6 +1340,33 @@
854
  "run_id": "p10_vector_gradient__r0__nvfp4",
855
  "seed": 4848507442380899178
856
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
857
  {
858
  "category": "flat_graphics_banding",
859
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -899,6 +1412,33 @@
899
  "run_id": "p10_vector_gradient__r1__nvfp4",
900
  "seed": 1669115000755510741
901
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
902
  {
903
  "category": "line_art_stylized",
904
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -944,6 +1484,33 @@
944
  "run_id": "p11_retro_anime__r0__nvfp4",
945
  "seed": 2030644839615294554
946
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
947
  {
948
  "category": "line_art_stylized",
949
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -989,6 +1556,33 @@
989
  "run_id": "p11_retro_anime__r1__nvfp4",
990
  "seed": 9074934837129952353
991
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
992
  {
993
  "category": "soft_stylized_gradients",
994
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -1034,6 +1628,33 @@
1034
  "run_id": "p12_watercolor__r0__nvfp4",
1035
  "seed": 7597724225614584111
1036
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1037
  {
1038
  "category": "soft_stylized_gradients",
1039
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -1079,6 +1700,33 @@
1079
  "run_id": "p12_watercolor__r1__nvfp4",
1080
  "seed": 7964074853382766710
1081
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1082
  {
1083
  "category": "commercial_complex_scene",
1084
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -1124,6 +1772,33 @@
1124
  "run_id": "p13_food__r0__nvfp4",
1125
  "seed": 2863365593651082355
1126
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1127
  {
1128
  "category": "commercial_complex_scene",
1129
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -1169,6 +1844,33 @@
1169
  "run_id": "p13_food__r1__nvfp4",
1170
  "seed": 856135879712732494
1171
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
  {
1173
  "category": "spatial_reasoning_counting",
1174
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -1214,6 +1916,33 @@
1214
  "run_id": "p14_spatial_counts__r0__nvfp4",
1215
  "seed": 5121813336553051411
1216
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1217
  {
1218
  "category": "spatial_reasoning_counting",
1219
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -1259,6 +1988,33 @@
1259
  "run_id": "p14_spatial_counts__r1__nvfp4",
1260
  "seed": 4112428825975125414
1261
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1262
  {
1263
  "category": "diagram_labels",
1264
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -1304,6 +2060,33 @@
1304
  "run_id": "p15_scientific_poster__r0__nvfp4",
1305
  "seed": 347302832310731206
1306
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1307
  {
1308
  "category": "diagram_labels",
1309
  "checkpoint": "krea2_turbo_bf16.safetensors",
@@ -1348,5 +2131,32 @@
1348
  "replicate": 1,
1349
  "run_id": "p15_scientific_poster__r1__nvfp4",
1350
  "seed": 6398430367320500084
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1351
  }
1352
  ]
 
44
  "run_id": "p01_portrait__r0__nvfp4",
45
  "seed": 5756281479356970441
46
  },
47
+ {
48
+ "category": "portrait_microdetail",
49
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
50
+ "format_id": "int4_convrot",
51
+ "prompt_id": "p01_portrait",
52
+ "replicate": 0,
53
+ "run_id": "p01_portrait__r0__int4_convrot",
54
+ "seed": 5756281479356970441
55
+ },
56
+ {
57
+ "category": "portrait_microdetail",
58
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
59
+ "format_id": "gguf_q8_0",
60
+ "prompt_id": "p01_portrait",
61
+ "replicate": 0,
62
+ "run_id": "p01_portrait__r0__gguf_q8_0",
63
+ "seed": 5756281479356970441
64
+ },
65
+ {
66
+ "category": "portrait_microdetail",
67
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
68
+ "format_id": "gguf_q4_k_m",
69
+ "prompt_id": "p01_portrait",
70
+ "replicate": 0,
71
+ "run_id": "p01_portrait__r0__gguf_q4_k_m",
72
+ "seed": 5756281479356970441
73
+ },
74
  {
75
  "category": "portrait_microdetail",
76
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
116
  "run_id": "p01_portrait__r1__nvfp4",
117
  "seed": 8671169339478777469
118
  },
119
+ {
120
+ "category": "portrait_microdetail",
121
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
122
+ "format_id": "int4_convrot",
123
+ "prompt_id": "p01_portrait",
124
+ "replicate": 1,
125
+ "run_id": "p01_portrait__r1__int4_convrot",
126
+ "seed": 8671169339478777469
127
+ },
128
+ {
129
+ "category": "portrait_microdetail",
130
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
131
+ "format_id": "gguf_q8_0",
132
+ "prompt_id": "p01_portrait",
133
+ "replicate": 1,
134
+ "run_id": "p01_portrait__r1__gguf_q8_0",
135
+ "seed": 8671169339478777469
136
+ },
137
+ {
138
+ "category": "portrait_microdetail",
139
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
140
+ "format_id": "gguf_q4_k_m",
141
+ "prompt_id": "p01_portrait",
142
+ "replicate": 1,
143
+ "run_id": "p01_portrait__r1__gguf_q4_k_m",
144
+ "seed": 8671169339478777469
145
+ },
146
  {
147
  "category": "anatomy_occlusion_counting",
148
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
188
  "run_id": "p02_hands_group__r0__nvfp4",
189
  "seed": 7637439512680460746
190
  },
191
+ {
192
+ "category": "anatomy_occlusion_counting",
193
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
194
+ "format_id": "int4_convrot",
195
+ "prompt_id": "p02_hands_group",
196
+ "replicate": 0,
197
+ "run_id": "p02_hands_group__r0__int4_convrot",
198
+ "seed": 7637439512680460746
199
+ },
200
+ {
201
+ "category": "anatomy_occlusion_counting",
202
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
203
+ "format_id": "gguf_q8_0",
204
+ "prompt_id": "p02_hands_group",
205
+ "replicate": 0,
206
+ "run_id": "p02_hands_group__r0__gguf_q8_0",
207
+ "seed": 7637439512680460746
208
+ },
209
+ {
210
+ "category": "anatomy_occlusion_counting",
211
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
212
+ "format_id": "gguf_q4_k_m",
213
+ "prompt_id": "p02_hands_group",
214
+ "replicate": 0,
215
+ "run_id": "p02_hands_group__r0__gguf_q4_k_m",
216
+ "seed": 7637439512680460746
217
+ },
218
  {
219
  "category": "anatomy_occlusion_counting",
220
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
260
  "run_id": "p02_hands_group__r1__nvfp4",
261
  "seed": 8824944874703835948
262
  },
263
+ {
264
+ "category": "anatomy_occlusion_counting",
265
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
266
+ "format_id": "int4_convrot",
267
+ "prompt_id": "p02_hands_group",
268
+ "replicate": 1,
269
+ "run_id": "p02_hands_group__r1__int4_convrot",
270
+ "seed": 8824944874703835948
271
+ },
272
+ {
273
+ "category": "anatomy_occlusion_counting",
274
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
275
+ "format_id": "gguf_q8_0",
276
+ "prompt_id": "p02_hands_group",
277
+ "replicate": 1,
278
+ "run_id": "p02_hands_group__r1__gguf_q8_0",
279
+ "seed": 8824944874703835948
280
+ },
281
+ {
282
+ "category": "anatomy_occlusion_counting",
283
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
284
+ "format_id": "gguf_q4_k_m",
285
+ "prompt_id": "p02_hands_group",
286
+ "replicate": 1,
287
+ "run_id": "p02_hands_group__r1__gguf_q4_k_m",
288
+ "seed": 8824944874703835948
289
+ },
290
  {
291
  "category": "product_typography",
292
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
332
  "run_id": "p03_package_text__r0__nvfp4",
333
  "seed": 2295827872425194239
334
  },
335
+ {
336
+ "category": "product_typography",
337
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
338
+ "format_id": "int4_convrot",
339
+ "prompt_id": "p03_package_text",
340
+ "replicate": 0,
341
+ "run_id": "p03_package_text__r0__int4_convrot",
342
+ "seed": 2295827872425194239
343
+ },
344
+ {
345
+ "category": "product_typography",
346
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
347
+ "format_id": "gguf_q8_0",
348
+ "prompt_id": "p03_package_text",
349
+ "replicate": 0,
350
+ "run_id": "p03_package_text__r0__gguf_q8_0",
351
+ "seed": 2295827872425194239
352
+ },
353
+ {
354
+ "category": "product_typography",
355
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
356
+ "format_id": "gguf_q4_k_m",
357
+ "prompt_id": "p03_package_text",
358
+ "replicate": 0,
359
+ "run_id": "p03_package_text__r0__gguf_q4_k_m",
360
+ "seed": 2295827872425194239
361
+ },
362
  {
363
  "category": "product_typography",
364
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
404
  "run_id": "p03_package_text__r1__nvfp4",
405
  "seed": 5210452214000779619
406
  },
407
+ {
408
+ "category": "product_typography",
409
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
410
+ "format_id": "int4_convrot",
411
+ "prompt_id": "p03_package_text",
412
+ "replicate": 1,
413
+ "run_id": "p03_package_text__r1__int4_convrot",
414
+ "seed": 5210452214000779619
415
+ },
416
+ {
417
+ "category": "product_typography",
418
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
419
+ "format_id": "gguf_q8_0",
420
+ "prompt_id": "p03_package_text",
421
+ "replicate": 1,
422
+ "run_id": "p03_package_text__r1__gguf_q8_0",
423
+ "seed": 5210452214000779619
424
+ },
425
+ {
426
+ "category": "product_typography",
427
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
428
+ "format_id": "gguf_q4_k_m",
429
+ "prompt_id": "p03_package_text",
430
+ "replicate": 1,
431
+ "run_id": "p03_package_text__r1__gguf_q4_k_m",
432
+ "seed": 5210452214000779619
433
+ },
434
  {
435
  "category": "environment_typography_lowlight",
436
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
476
  "run_id": "p04_storefront_text__r0__nvfp4",
477
  "seed": 2448090006015106322
478
  },
479
+ {
480
+ "category": "environment_typography_lowlight",
481
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
482
+ "format_id": "int4_convrot",
483
+ "prompt_id": "p04_storefront_text",
484
+ "replicate": 0,
485
+ "run_id": "p04_storefront_text__r0__int4_convrot",
486
+ "seed": 2448090006015106322
487
+ },
488
+ {
489
+ "category": "environment_typography_lowlight",
490
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
491
+ "format_id": "gguf_q8_0",
492
+ "prompt_id": "p04_storefront_text",
493
+ "replicate": 0,
494
+ "run_id": "p04_storefront_text__r0__gguf_q8_0",
495
+ "seed": 2448090006015106322
496
+ },
497
+ {
498
+ "category": "environment_typography_lowlight",
499
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
500
+ "format_id": "gguf_q4_k_m",
501
+ "prompt_id": "p04_storefront_text",
502
+ "replicate": 0,
503
+ "run_id": "p04_storefront_text__r0__gguf_q4_k_m",
504
+ "seed": 2448090006015106322
505
+ },
506
  {
507
  "category": "environment_typography_lowlight",
508
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
548
  "run_id": "p04_storefront_text__r1__nvfp4",
549
  "seed": 4506879636662584498
550
  },
551
+ {
552
+ "category": "environment_typography_lowlight",
553
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
554
+ "format_id": "int4_convrot",
555
+ "prompt_id": "p04_storefront_text",
556
+ "replicate": 1,
557
+ "run_id": "p04_storefront_text__r1__int4_convrot",
558
+ "seed": 4506879636662584498
559
+ },
560
+ {
561
+ "category": "environment_typography_lowlight",
562
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
563
+ "format_id": "gguf_q8_0",
564
+ "prompt_id": "p04_storefront_text",
565
+ "replicate": 1,
566
+ "run_id": "p04_storefront_text__r1__gguf_q8_0",
567
+ "seed": 4506879636662584498
568
+ },
569
+ {
570
+ "category": "environment_typography_lowlight",
571
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
572
+ "format_id": "gguf_q4_k_m",
573
+ "prompt_id": "p04_storefront_text",
574
+ "replicate": 1,
575
+ "run_id": "p04_storefront_text__r1__gguf_q4_k_m",
576
+ "seed": 4506879636662584498
577
+ },
578
  {
579
  "category": "geometry_repetition",
580
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
620
  "run_id": "p05_architecture__r0__nvfp4",
621
  "seed": 7766307265631312099
622
  },
623
+ {
624
+ "category": "geometry_repetition",
625
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
626
+ "format_id": "int4_convrot",
627
+ "prompt_id": "p05_architecture",
628
+ "replicate": 0,
629
+ "run_id": "p05_architecture__r0__int4_convrot",
630
+ "seed": 7766307265631312099
631
+ },
632
+ {
633
+ "category": "geometry_repetition",
634
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
635
+ "format_id": "gguf_q8_0",
636
+ "prompt_id": "p05_architecture",
637
+ "replicate": 0,
638
+ "run_id": "p05_architecture__r0__gguf_q8_0",
639
+ "seed": 7766307265631312099
640
+ },
641
+ {
642
+ "category": "geometry_repetition",
643
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
644
+ "format_id": "gguf_q4_k_m",
645
+ "prompt_id": "p05_architecture",
646
+ "replicate": 0,
647
+ "run_id": "p05_architecture__r0__gguf_q4_k_m",
648
+ "seed": 7766307265631312099
649
+ },
650
  {
651
  "category": "geometry_repetition",
652
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
692
  "run_id": "p05_architecture__r1__nvfp4",
693
  "seed": 879101187012203840
694
  },
695
+ {
696
+ "category": "geometry_repetition",
697
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
698
+ "format_id": "int4_convrot",
699
+ "prompt_id": "p05_architecture",
700
+ "replicate": 1,
701
+ "run_id": "p05_architecture__r1__int4_convrot",
702
+ "seed": 879101187012203840
703
+ },
704
+ {
705
+ "category": "geometry_repetition",
706
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
707
+ "format_id": "gguf_q8_0",
708
+ "prompt_id": "p05_architecture",
709
+ "replicate": 1,
710
+ "run_id": "p05_architecture__r1__gguf_q8_0",
711
+ "seed": 879101187012203840
712
+ },
713
+ {
714
+ "category": "geometry_repetition",
715
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
716
+ "format_id": "gguf_q4_k_m",
717
+ "prompt_id": "p05_architecture",
718
+ "replicate": 1,
719
+ "run_id": "p05_architecture__r1__gguf_q4_k_m",
720
+ "seed": 879101187012203840
721
+ },
722
  {
723
  "category": "specular_transparency",
724
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
764
  "run_id": "p06_reflections__r0__nvfp4",
765
  "seed": 1635135919969390338
766
  },
767
+ {
768
+ "category": "specular_transparency",
769
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
770
+ "format_id": "int4_convrot",
771
+ "prompt_id": "p06_reflections",
772
+ "replicate": 0,
773
+ "run_id": "p06_reflections__r0__int4_convrot",
774
+ "seed": 1635135919969390338
775
+ },
776
+ {
777
+ "category": "specular_transparency",
778
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
779
+ "format_id": "gguf_q8_0",
780
+ "prompt_id": "p06_reflections",
781
+ "replicate": 0,
782
+ "run_id": "p06_reflections__r0__gguf_q8_0",
783
+ "seed": 1635135919969390338
784
+ },
785
+ {
786
+ "category": "specular_transparency",
787
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
788
+ "format_id": "gguf_q4_k_m",
789
+ "prompt_id": "p06_reflections",
790
+ "replicate": 0,
791
+ "run_id": "p06_reflections__r0__gguf_q4_k_m",
792
+ "seed": 1635135919969390338
793
+ },
794
  {
795
  "category": "specular_transparency",
796
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
836
  "run_id": "p06_reflections__r1__nvfp4",
837
  "seed": 7300635853886063882
838
  },
839
+ {
840
+ "category": "specular_transparency",
841
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
842
+ "format_id": "int4_convrot",
843
+ "prompt_id": "p06_reflections",
844
+ "replicate": 1,
845
+ "run_id": "p06_reflections__r1__int4_convrot",
846
+ "seed": 7300635853886063882
847
+ },
848
+ {
849
+ "category": "specular_transparency",
850
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
851
+ "format_id": "gguf_q8_0",
852
+ "prompt_id": "p06_reflections",
853
+ "replicate": 1,
854
+ "run_id": "p06_reflections__r1__gguf_q8_0",
855
+ "seed": 7300635853886063882
856
+ },
857
+ {
858
+ "category": "specular_transparency",
859
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
860
+ "format_id": "gguf_q4_k_m",
861
+ "prompt_id": "p06_reflections",
862
+ "replicate": 1,
863
+ "run_id": "p06_reflections__r1__gguf_q4_k_m",
864
+ "seed": 7300635853886063882
865
+ },
866
  {
867
  "category": "high_frequency_natural",
868
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
908
  "run_id": "p07_foliage_bird__r0__nvfp4",
909
  "seed": 6557182029886441247
910
  },
911
+ {
912
+ "category": "high_frequency_natural",
913
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
914
+ "format_id": "int4_convrot",
915
+ "prompt_id": "p07_foliage_bird",
916
+ "replicate": 0,
917
+ "run_id": "p07_foliage_bird__r0__int4_convrot",
918
+ "seed": 6557182029886441247
919
+ },
920
+ {
921
+ "category": "high_frequency_natural",
922
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
923
+ "format_id": "gguf_q8_0",
924
+ "prompt_id": "p07_foliage_bird",
925
+ "replicate": 0,
926
+ "run_id": "p07_foliage_bird__r0__gguf_q8_0",
927
+ "seed": 6557182029886441247
928
+ },
929
+ {
930
+ "category": "high_frequency_natural",
931
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
932
+ "format_id": "gguf_q4_k_m",
933
+ "prompt_id": "p07_foliage_bird",
934
+ "replicate": 0,
935
+ "run_id": "p07_foliage_bird__r0__gguf_q4_k_m",
936
+ "seed": 6557182029886441247
937
+ },
938
  {
939
  "category": "high_frequency_natural",
940
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
980
  "run_id": "p07_foliage_bird__r1__nvfp4",
981
  "seed": 5976130301723434541
982
  },
983
+ {
984
+ "category": "high_frequency_natural",
985
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
986
+ "format_id": "int4_convrot",
987
+ "prompt_id": "p07_foliage_bird",
988
+ "replicate": 1,
989
+ "run_id": "p07_foliage_bird__r1__int4_convrot",
990
+ "seed": 5976130301723434541
991
+ },
992
+ {
993
+ "category": "high_frequency_natural",
994
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
995
+ "format_id": "gguf_q8_0",
996
+ "prompt_id": "p07_foliage_bird",
997
+ "replicate": 1,
998
+ "run_id": "p07_foliage_bird__r1__gguf_q8_0",
999
+ "seed": 5976130301723434541
1000
+ },
1001
+ {
1002
+ "category": "high_frequency_natural",
1003
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1004
+ "format_id": "gguf_q4_k_m",
1005
+ "prompt_id": "p07_foliage_bird",
1006
+ "replicate": 1,
1007
+ "run_id": "p07_foliage_bird__r1__gguf_q4_k_m",
1008
+ "seed": 5976130301723434541
1009
+ },
1010
  {
1011
  "category": "gradients_lowlight",
1012
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
1052
  "run_id": "p08_fog_neon__r0__nvfp4",
1053
  "seed": 6869449371299968282
1054
  },
1055
+ {
1056
+ "category": "gradients_lowlight",
1057
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1058
+ "format_id": "int4_convrot",
1059
+ "prompt_id": "p08_fog_neon",
1060
+ "replicate": 0,
1061
+ "run_id": "p08_fog_neon__r0__int4_convrot",
1062
+ "seed": 6869449371299968282
1063
+ },
1064
+ {
1065
+ "category": "gradients_lowlight",
1066
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
1067
+ "format_id": "gguf_q8_0",
1068
+ "prompt_id": "p08_fog_neon",
1069
+ "replicate": 0,
1070
+ "run_id": "p08_fog_neon__r0__gguf_q8_0",
1071
+ "seed": 6869449371299968282
1072
+ },
1073
+ {
1074
+ "category": "gradients_lowlight",
1075
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1076
+ "format_id": "gguf_q4_k_m",
1077
+ "prompt_id": "p08_fog_neon",
1078
+ "replicate": 0,
1079
+ "run_id": "p08_fog_neon__r0__gguf_q4_k_m",
1080
+ "seed": 6869449371299968282
1081
+ },
1082
  {
1083
  "category": "gradients_lowlight",
1084
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
1112
  "format_id": "mxfp8",
1113
  "prompt_id": "p08_fog_neon",
1114
  "replicate": 1,
1115
+ "run_id": "p08_fog_neon__r1__mxfp8",
1116
+ "seed": 4555824190537139246
1117
+ },
1118
+ {
1119
+ "category": "gradients_lowlight",
1120
+ "checkpoint": "krea2_turbo_nvfp4.safetensors",
1121
+ "format_id": "nvfp4",
1122
+ "prompt_id": "p08_fog_neon",
1123
+ "replicate": 1,
1124
+ "run_id": "p08_fog_neon__r1__nvfp4",
1125
+ "seed": 4555824190537139246
1126
+ },
1127
+ {
1128
+ "category": "gradients_lowlight",
1129
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1130
+ "format_id": "int4_convrot",
1131
+ "prompt_id": "p08_fog_neon",
1132
+ "replicate": 1,
1133
+ "run_id": "p08_fog_neon__r1__int4_convrot",
1134
+ "seed": 4555824190537139246
1135
+ },
1136
+ {
1137
+ "category": "gradients_lowlight",
1138
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
1139
+ "format_id": "gguf_q8_0",
1140
+ "prompt_id": "p08_fog_neon",
1141
+ "replicate": 1,
1142
+ "run_id": "p08_fog_neon__r1__gguf_q8_0",
1143
  "seed": 4555824190537139246
1144
  },
1145
  {
1146
  "category": "gradients_lowlight",
1147
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1148
+ "format_id": "gguf_q4_k_m",
1149
  "prompt_id": "p08_fog_neon",
1150
  "replicate": 1,
1151
+ "run_id": "p08_fog_neon__r1__gguf_q4_k_m",
1152
  "seed": 4555824190537139246
1153
  },
1154
  {
 
1196
  "run_id": "p09_material_macro__r0__nvfp4",
1197
  "seed": 8187857702739151812
1198
  },
1199
+ {
1200
+ "category": "material_texture",
1201
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1202
+ "format_id": "int4_convrot",
1203
+ "prompt_id": "p09_material_macro",
1204
+ "replicate": 0,
1205
+ "run_id": "p09_material_macro__r0__int4_convrot",
1206
+ "seed": 8187857702739151812
1207
+ },
1208
+ {
1209
+ "category": "material_texture",
1210
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
1211
+ "format_id": "gguf_q8_0",
1212
+ "prompt_id": "p09_material_macro",
1213
+ "replicate": 0,
1214
+ "run_id": "p09_material_macro__r0__gguf_q8_0",
1215
+ "seed": 8187857702739151812
1216
+ },
1217
+ {
1218
+ "category": "material_texture",
1219
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1220
+ "format_id": "gguf_q4_k_m",
1221
+ "prompt_id": "p09_material_macro",
1222
+ "replicate": 0,
1223
+ "run_id": "p09_material_macro__r0__gguf_q4_k_m",
1224
+ "seed": 8187857702739151812
1225
+ },
1226
  {
1227
  "category": "material_texture",
1228
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
1268
  "run_id": "p09_material_macro__r1__nvfp4",
1269
  "seed": 8881228419494795267
1270
  },
1271
+ {
1272
+ "category": "material_texture",
1273
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1274
+ "format_id": "int4_convrot",
1275
+ "prompt_id": "p09_material_macro",
1276
+ "replicate": 1,
1277
+ "run_id": "p09_material_macro__r1__int4_convrot",
1278
+ "seed": 8881228419494795267
1279
+ },
1280
+ {
1281
+ "category": "material_texture",
1282
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
1283
+ "format_id": "gguf_q8_0",
1284
+ "prompt_id": "p09_material_macro",
1285
+ "replicate": 1,
1286
+ "run_id": "p09_material_macro__r1__gguf_q8_0",
1287
+ "seed": 8881228419494795267
1288
+ },
1289
+ {
1290
+ "category": "material_texture",
1291
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1292
+ "format_id": "gguf_q4_k_m",
1293
+ "prompt_id": "p09_material_macro",
1294
+ "replicate": 1,
1295
+ "run_id": "p09_material_macro__r1__gguf_q4_k_m",
1296
+ "seed": 8881228419494795267
1297
+ },
1298
  {
1299
  "category": "flat_graphics_banding",
1300
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
1340
  "run_id": "p10_vector_gradient__r0__nvfp4",
1341
  "seed": 4848507442380899178
1342
  },
1343
+ {
1344
+ "category": "flat_graphics_banding",
1345
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1346
+ "format_id": "int4_convrot",
1347
+ "prompt_id": "p10_vector_gradient",
1348
+ "replicate": 0,
1349
+ "run_id": "p10_vector_gradient__r0__int4_convrot",
1350
+ "seed": 4848507442380899178
1351
+ },
1352
+ {
1353
+ "category": "flat_graphics_banding",
1354
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
1355
+ "format_id": "gguf_q8_0",
1356
+ "prompt_id": "p10_vector_gradient",
1357
+ "replicate": 0,
1358
+ "run_id": "p10_vector_gradient__r0__gguf_q8_0",
1359
+ "seed": 4848507442380899178
1360
+ },
1361
+ {
1362
+ "category": "flat_graphics_banding",
1363
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1364
+ "format_id": "gguf_q4_k_m",
1365
+ "prompt_id": "p10_vector_gradient",
1366
+ "replicate": 0,
1367
+ "run_id": "p10_vector_gradient__r0__gguf_q4_k_m",
1368
+ "seed": 4848507442380899178
1369
+ },
1370
  {
1371
  "category": "flat_graphics_banding",
1372
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
1412
  "run_id": "p10_vector_gradient__r1__nvfp4",
1413
  "seed": 1669115000755510741
1414
  },
1415
+ {
1416
+ "category": "flat_graphics_banding",
1417
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1418
+ "format_id": "int4_convrot",
1419
+ "prompt_id": "p10_vector_gradient",
1420
+ "replicate": 1,
1421
+ "run_id": "p10_vector_gradient__r1__int4_convrot",
1422
+ "seed": 1669115000755510741
1423
+ },
1424
+ {
1425
+ "category": "flat_graphics_banding",
1426
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
1427
+ "format_id": "gguf_q8_0",
1428
+ "prompt_id": "p10_vector_gradient",
1429
+ "replicate": 1,
1430
+ "run_id": "p10_vector_gradient__r1__gguf_q8_0",
1431
+ "seed": 1669115000755510741
1432
+ },
1433
+ {
1434
+ "category": "flat_graphics_banding",
1435
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1436
+ "format_id": "gguf_q4_k_m",
1437
+ "prompt_id": "p10_vector_gradient",
1438
+ "replicate": 1,
1439
+ "run_id": "p10_vector_gradient__r1__gguf_q4_k_m",
1440
+ "seed": 1669115000755510741
1441
+ },
1442
  {
1443
  "category": "line_art_stylized",
1444
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
1484
  "run_id": "p11_retro_anime__r0__nvfp4",
1485
  "seed": 2030644839615294554
1486
  },
1487
+ {
1488
+ "category": "line_art_stylized",
1489
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1490
+ "format_id": "int4_convrot",
1491
+ "prompt_id": "p11_retro_anime",
1492
+ "replicate": 0,
1493
+ "run_id": "p11_retro_anime__r0__int4_convrot",
1494
+ "seed": 2030644839615294554
1495
+ },
1496
+ {
1497
+ "category": "line_art_stylized",
1498
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
1499
+ "format_id": "gguf_q8_0",
1500
+ "prompt_id": "p11_retro_anime",
1501
+ "replicate": 0,
1502
+ "run_id": "p11_retro_anime__r0__gguf_q8_0",
1503
+ "seed": 2030644839615294554
1504
+ },
1505
+ {
1506
+ "category": "line_art_stylized",
1507
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1508
+ "format_id": "gguf_q4_k_m",
1509
+ "prompt_id": "p11_retro_anime",
1510
+ "replicate": 0,
1511
+ "run_id": "p11_retro_anime__r0__gguf_q4_k_m",
1512
+ "seed": 2030644839615294554
1513
+ },
1514
  {
1515
  "category": "line_art_stylized",
1516
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
1556
  "run_id": "p11_retro_anime__r1__nvfp4",
1557
  "seed": 9074934837129952353
1558
  },
1559
+ {
1560
+ "category": "line_art_stylized",
1561
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1562
+ "format_id": "int4_convrot",
1563
+ "prompt_id": "p11_retro_anime",
1564
+ "replicate": 1,
1565
+ "run_id": "p11_retro_anime__r1__int4_convrot",
1566
+ "seed": 9074934837129952353
1567
+ },
1568
+ {
1569
+ "category": "line_art_stylized",
1570
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
1571
+ "format_id": "gguf_q8_0",
1572
+ "prompt_id": "p11_retro_anime",
1573
+ "replicate": 1,
1574
+ "run_id": "p11_retro_anime__r1__gguf_q8_0",
1575
+ "seed": 9074934837129952353
1576
+ },
1577
+ {
1578
+ "category": "line_art_stylized",
1579
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1580
+ "format_id": "gguf_q4_k_m",
1581
+ "prompt_id": "p11_retro_anime",
1582
+ "replicate": 1,
1583
+ "run_id": "p11_retro_anime__r1__gguf_q4_k_m",
1584
+ "seed": 9074934837129952353
1585
+ },
1586
  {
1587
  "category": "soft_stylized_gradients",
1588
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
1628
  "run_id": "p12_watercolor__r0__nvfp4",
1629
  "seed": 7597724225614584111
1630
  },
1631
+ {
1632
+ "category": "soft_stylized_gradients",
1633
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1634
+ "format_id": "int4_convrot",
1635
+ "prompt_id": "p12_watercolor",
1636
+ "replicate": 0,
1637
+ "run_id": "p12_watercolor__r0__int4_convrot",
1638
+ "seed": 7597724225614584111
1639
+ },
1640
+ {
1641
+ "category": "soft_stylized_gradients",
1642
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
1643
+ "format_id": "gguf_q8_0",
1644
+ "prompt_id": "p12_watercolor",
1645
+ "replicate": 0,
1646
+ "run_id": "p12_watercolor__r0__gguf_q8_0",
1647
+ "seed": 7597724225614584111
1648
+ },
1649
+ {
1650
+ "category": "soft_stylized_gradients",
1651
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1652
+ "format_id": "gguf_q4_k_m",
1653
+ "prompt_id": "p12_watercolor",
1654
+ "replicate": 0,
1655
+ "run_id": "p12_watercolor__r0__gguf_q4_k_m",
1656
+ "seed": 7597724225614584111
1657
+ },
1658
  {
1659
  "category": "soft_stylized_gradients",
1660
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
1700
  "run_id": "p12_watercolor__r1__nvfp4",
1701
  "seed": 7964074853382766710
1702
  },
1703
+ {
1704
+ "category": "soft_stylized_gradients",
1705
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1706
+ "format_id": "int4_convrot",
1707
+ "prompt_id": "p12_watercolor",
1708
+ "replicate": 1,
1709
+ "run_id": "p12_watercolor__r1__int4_convrot",
1710
+ "seed": 7964074853382766710
1711
+ },
1712
+ {
1713
+ "category": "soft_stylized_gradients",
1714
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
1715
+ "format_id": "gguf_q8_0",
1716
+ "prompt_id": "p12_watercolor",
1717
+ "replicate": 1,
1718
+ "run_id": "p12_watercolor__r1__gguf_q8_0",
1719
+ "seed": 7964074853382766710
1720
+ },
1721
+ {
1722
+ "category": "soft_stylized_gradients",
1723
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1724
+ "format_id": "gguf_q4_k_m",
1725
+ "prompt_id": "p12_watercolor",
1726
+ "replicate": 1,
1727
+ "run_id": "p12_watercolor__r1__gguf_q4_k_m",
1728
+ "seed": 7964074853382766710
1729
+ },
1730
  {
1731
  "category": "commercial_complex_scene",
1732
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
1772
  "run_id": "p13_food__r0__nvfp4",
1773
  "seed": 2863365593651082355
1774
  },
1775
+ {
1776
+ "category": "commercial_complex_scene",
1777
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1778
+ "format_id": "int4_convrot",
1779
+ "prompt_id": "p13_food",
1780
+ "replicate": 0,
1781
+ "run_id": "p13_food__r0__int4_convrot",
1782
+ "seed": 2863365593651082355
1783
+ },
1784
+ {
1785
+ "category": "commercial_complex_scene",
1786
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
1787
+ "format_id": "gguf_q8_0",
1788
+ "prompt_id": "p13_food",
1789
+ "replicate": 0,
1790
+ "run_id": "p13_food__r0__gguf_q8_0",
1791
+ "seed": 2863365593651082355
1792
+ },
1793
+ {
1794
+ "category": "commercial_complex_scene",
1795
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1796
+ "format_id": "gguf_q4_k_m",
1797
+ "prompt_id": "p13_food",
1798
+ "replicate": 0,
1799
+ "run_id": "p13_food__r0__gguf_q4_k_m",
1800
+ "seed": 2863365593651082355
1801
+ },
1802
  {
1803
  "category": "commercial_complex_scene",
1804
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
1844
  "run_id": "p13_food__r1__nvfp4",
1845
  "seed": 856135879712732494
1846
  },
1847
+ {
1848
+ "category": "commercial_complex_scene",
1849
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1850
+ "format_id": "int4_convrot",
1851
+ "prompt_id": "p13_food",
1852
+ "replicate": 1,
1853
+ "run_id": "p13_food__r1__int4_convrot",
1854
+ "seed": 856135879712732494
1855
+ },
1856
+ {
1857
+ "category": "commercial_complex_scene",
1858
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
1859
+ "format_id": "gguf_q8_0",
1860
+ "prompt_id": "p13_food",
1861
+ "replicate": 1,
1862
+ "run_id": "p13_food__r1__gguf_q8_0",
1863
+ "seed": 856135879712732494
1864
+ },
1865
+ {
1866
+ "category": "commercial_complex_scene",
1867
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1868
+ "format_id": "gguf_q4_k_m",
1869
+ "prompt_id": "p13_food",
1870
+ "replicate": 1,
1871
+ "run_id": "p13_food__r1__gguf_q4_k_m",
1872
+ "seed": 856135879712732494
1873
+ },
1874
  {
1875
  "category": "spatial_reasoning_counting",
1876
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
1916
  "run_id": "p14_spatial_counts__r0__nvfp4",
1917
  "seed": 5121813336553051411
1918
  },
1919
+ {
1920
+ "category": "spatial_reasoning_counting",
1921
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1922
+ "format_id": "int4_convrot",
1923
+ "prompt_id": "p14_spatial_counts",
1924
+ "replicate": 0,
1925
+ "run_id": "p14_spatial_counts__r0__int4_convrot",
1926
+ "seed": 5121813336553051411
1927
+ },
1928
+ {
1929
+ "category": "spatial_reasoning_counting",
1930
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
1931
+ "format_id": "gguf_q8_0",
1932
+ "prompt_id": "p14_spatial_counts",
1933
+ "replicate": 0,
1934
+ "run_id": "p14_spatial_counts__r0__gguf_q8_0",
1935
+ "seed": 5121813336553051411
1936
+ },
1937
+ {
1938
+ "category": "spatial_reasoning_counting",
1939
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
1940
+ "format_id": "gguf_q4_k_m",
1941
+ "prompt_id": "p14_spatial_counts",
1942
+ "replicate": 0,
1943
+ "run_id": "p14_spatial_counts__r0__gguf_q4_k_m",
1944
+ "seed": 5121813336553051411
1945
+ },
1946
  {
1947
  "category": "spatial_reasoning_counting",
1948
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
1988
  "run_id": "p14_spatial_counts__r1__nvfp4",
1989
  "seed": 4112428825975125414
1990
  },
1991
+ {
1992
+ "category": "spatial_reasoning_counting",
1993
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
1994
+ "format_id": "int4_convrot",
1995
+ "prompt_id": "p14_spatial_counts",
1996
+ "replicate": 1,
1997
+ "run_id": "p14_spatial_counts__r1__int4_convrot",
1998
+ "seed": 4112428825975125414
1999
+ },
2000
+ {
2001
+ "category": "spatial_reasoning_counting",
2002
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
2003
+ "format_id": "gguf_q8_0",
2004
+ "prompt_id": "p14_spatial_counts",
2005
+ "replicate": 1,
2006
+ "run_id": "p14_spatial_counts__r1__gguf_q8_0",
2007
+ "seed": 4112428825975125414
2008
+ },
2009
+ {
2010
+ "category": "spatial_reasoning_counting",
2011
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
2012
+ "format_id": "gguf_q4_k_m",
2013
+ "prompt_id": "p14_spatial_counts",
2014
+ "replicate": 1,
2015
+ "run_id": "p14_spatial_counts__r1__gguf_q4_k_m",
2016
+ "seed": 4112428825975125414
2017
+ },
2018
  {
2019
  "category": "diagram_labels",
2020
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
2060
  "run_id": "p15_scientific_poster__r0__nvfp4",
2061
  "seed": 347302832310731206
2062
  },
2063
+ {
2064
+ "category": "diagram_labels",
2065
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
2066
+ "format_id": "int4_convrot",
2067
+ "prompt_id": "p15_scientific_poster",
2068
+ "replicate": 0,
2069
+ "run_id": "p15_scientific_poster__r0__int4_convrot",
2070
+ "seed": 347302832310731206
2071
+ },
2072
+ {
2073
+ "category": "diagram_labels",
2074
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
2075
+ "format_id": "gguf_q8_0",
2076
+ "prompt_id": "p15_scientific_poster",
2077
+ "replicate": 0,
2078
+ "run_id": "p15_scientific_poster__r0__gguf_q8_0",
2079
+ "seed": 347302832310731206
2080
+ },
2081
+ {
2082
+ "category": "diagram_labels",
2083
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
2084
+ "format_id": "gguf_q4_k_m",
2085
+ "prompt_id": "p15_scientific_poster",
2086
+ "replicate": 0,
2087
+ "run_id": "p15_scientific_poster__r0__gguf_q4_k_m",
2088
+ "seed": 347302832310731206
2089
+ },
2090
  {
2091
  "category": "diagram_labels",
2092
  "checkpoint": "krea2_turbo_bf16.safetensors",
 
2131
  "replicate": 1,
2132
  "run_id": "p15_scientific_poster__r1__nvfp4",
2133
  "seed": 6398430367320500084
2134
+ },
2135
+ {
2136
+ "category": "diagram_labels",
2137
+ "checkpoint": "krea2_turbo_int4_convrot.safetensors",
2138
+ "format_id": "int4_convrot",
2139
+ "prompt_id": "p15_scientific_poster",
2140
+ "replicate": 1,
2141
+ "run_id": "p15_scientific_poster__r1__int4_convrot",
2142
+ "seed": 6398430367320500084
2143
+ },
2144
+ {
2145
+ "category": "diagram_labels",
2146
+ "checkpoint": "krea2_turbo-Q8_0.gguf",
2147
+ "format_id": "gguf_q8_0",
2148
+ "prompt_id": "p15_scientific_poster",
2149
+ "replicate": 1,
2150
+ "run_id": "p15_scientific_poster__r1__gguf_q8_0",
2151
+ "seed": 6398430367320500084
2152
+ },
2153
+ {
2154
+ "category": "diagram_labels",
2155
+ "checkpoint": "krea2_turbo-Q4_K_M.gguf",
2156
+ "format_id": "gguf_q4_k_m",
2157
+ "prompt_id": "p15_scientific_poster",
2158
+ "replicate": 1,
2159
+ "run_id": "p15_scientific_poster__r1__gguf_q4_k_m",
2160
+ "seed": 6398430367320500084
2161
  }
2162
  ]
provenance/runs_scored.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
reproduction/README.md CHANGED
@@ -6,7 +6,7 @@
6
  - ComfyUI commit `917faef771a2fd2f14f44af94f17da3d0b2803a3`
7
  - Python 3.13.12, PyTorch 2.13.0+cu130, CUDA runtime 13.0
8
  - comfy-kitchen 0.2.18, transformers 5.13.1, NumPy 2.5.1
9
- - About 77.536 GiB for required model files; at least 110 GiB free is recommended for models, captures, analysis caches, and reports
10
 
11
  Use the pinned ComfyUI commit for a strict reproduction. A newer ComfyUI build may run the workflow but is a different software condition and must be reported as such.
12
 
@@ -19,15 +19,25 @@ hf auth login
19
  python download_models.py --models-dir ../models --all --accept-krea-license
20
  ```
21
 
22
- The downloader uses `Comfy-Org/Krea-2` revision `8038ce89b91b042141541ad0fa51b985ca262c5f` and verifies all seven SHA-256 hashes. It does not place weights in this dataset repository.
23
 
24
  ## 2. Configure ComfyUI
25
 
26
- Change into `reproduction/benchmark`, copy `config.example.json` to `config.json`, and set:
 
 
 
 
 
 
 
 
 
 
27
 
28
  - `paths.portable_root`: root containing `ComfyUI/` and, for Windows portable, `python_embeded/python.exe`
29
  - `paths.models_dir`: directory containing all seven downloaded files
30
- - `paths.results_dir`: a new output directory
31
 
32
  Copy `extra_model_paths.yaml.example` to `extra_model_paths.yaml`, replace the common parent placeholder, and expose `custom_nodes/krea2_benchmark` through that file. Forward slashes are recommended in YAML on Windows.
33
 
@@ -49,7 +59,7 @@ python -m pip install --target .vendor -r requirements-analysis.txt
49
 
50
  ## 4. Execute the campaign
51
 
52
- Run each gate explicitly so failures cannot be hidden:
53
 
54
  ```powershell
55
  .\run_benchmark.ps1 preflight
@@ -61,7 +71,19 @@ Run each gate explicitly so failures cannot be hidden:
61
  .\run_benchmark.ps1 verify
62
  ```
63
 
64
- `all` is available after preflight passes. The campaign performs one unscored warmup and two repeatability checks per format, then generates the 150 scored images. Do not compare formats if the initial-noise hashes, sampler-equivalence check, or completion audit fail.
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
  ## 5. Rebuild this Hugging Face release
67
 
@@ -82,4 +104,4 @@ The builder refuses an existing destination. Move or remove a previous generated
82
  - Artifact probes measure clipping, gradient behavior, grid boundaries, high-frequency power, flat-region noise, and color change.
83
  - Weight reconstruction streams each native quantized layout against BF16 and reports element-weighted error, cosine, and SNR.
84
  - Prompt-alignment and no-reference IQA scores supplement fidelity metrics but do not replace paired BF16 comparisons.
85
- - GPU speed results are hardware/runtime-specific. MXFP8 and NVFP4 used fallback paths on the tested SM 8.9 GPU.
 
6
  - ComfyUI commit `917faef771a2fd2f14f44af94f17da3d0b2803a3`
7
  - Python 3.13.12, PyTorch 2.13.0+cu130, CUDA runtime 13.0
8
  - comfy-kitchen 0.2.18, transformers 5.13.1, NumPy 2.5.1
9
+ - About 104 GiB for required model files; at least 150 GiB free is recommended for models, captures, analysis caches, and reports
10
 
11
  Use the pinned ComfyUI commit for a strict reproduction. A newer ComfyUI build may run the workflow but is a different software condition and must be reported as such.
12
 
 
19
  python download_models.py --models-dir ../models --all --accept-krea-license
20
  ```
21
 
22
+ The downloader uses the exact pinned revisions recorded in `provenance/model_manifest.json`: Comfy-Org for the original checkpoints and shared components, Winnougan for INT4 ConvRot, and vantagewithai for both GGUF files. It verifies all ten SHA-256 hashes and does not place weights in this dataset repository.
23
 
24
  ## 2. Configure ComfyUI
25
 
26
+ Install the pinned GGUF loader into ComfyUI:
27
+
28
+ ```bash
29
+ cd ComfyUI/custom_nodes
30
+ git clone https://github.com/city96/ComfyUI-GGUF.git
31
+ cd ComfyUI-GGUF
32
+ git checkout 6ea2651e7df66d7585f6ffee804b20e92fb38b8a
33
+ python -m pip install gguf==0.19.0
34
+ ```
35
+
36
+ Change into `reproduction/benchmark`, copy `config_base.example.json` to `config.json`, copy `config_extended.example.json` to `config_extended.json`, and set the common paths in `config.json`:
37
 
38
  - `paths.portable_root`: root containing `ComfyUI/` and, for Windows portable, `python_embeded/python.exe`
39
  - `paths.models_dir`: directory containing all seven downloaded files
40
+ - `paths.results_dir`: keep `results/krea2_formats_v1`; the extension imports this immutable base into `results/krea2_formats_v2_extended`
41
 
42
  Copy `extra_model_paths.yaml.example` to `extra_model_paths.yaml`, replace the common parent placeholder, and expose `custom_nodes/krea2_benchmark` through that file. Forward slashes are recommended in YAML on Windows.
43
 
 
59
 
60
  ## 4. Execute the campaign
61
 
62
+ Run the original five-format base campaign first:
63
 
64
  ```powershell
65
  .\run_benchmark.ps1 preflight
 
71
  .\run_benchmark.ps1 verify
72
  ```
73
 
74
+ Then run the three-format extension and unified eight-format analysis:
75
+
76
+ ```powershell
77
+ .\run_benchmark.ps1 preflight -Config .\config_extended.json
78
+ .\run_benchmark.ps1 weights -Config .\config_extended.json
79
+ .\run_benchmark.ps1 generate -Config .\config_extended.json
80
+ .\run_benchmark.ps1 analyze -Config .\config_extended.json
81
+ .\run_benchmark.ps1 sheets -Config .\config_extended.json
82
+ .\run_benchmark.ps1 report -Config .\config_extended.json
83
+ .\run_benchmark.ps1 verify -Config .\config_extended.json
84
+ ```
85
+
86
+ The base campaign produces 150 scored images. The extension hard-links the immutable base captures, runs five BF16 and INT8 bridge repeats, generates 90 new scored images, and analyzes all 240 rows. Do not compare formats if initial-noise hashes, sampler equivalence, bridge evidence, or either completion audit fails.
87
 
88
  ## 5. Rebuild this Hugging Face release
89
 
 
104
  - Artifact probes measure clipping, gradient behavior, grid boundaries, high-frequency power, flat-region noise, and color change.
105
  - Weight reconstruction streams each native quantized layout against BF16 and reports element-weighted error, cosine, and SNR.
106
  - Prompt-alignment and no-reference IQA scores supplement fidelity metrics but do not replace paired BF16 comparisons.
107
+ - GPU speed results are hardware/runtime-specific. MXFP8 and NVFP4 used fallback paths, while GGUF used on-demand dequantized matrix multiplication on the tested SM 8.9 GPU.
reproduction/download_models.py CHANGED
@@ -21,8 +21,8 @@ def main() -> int:
21
  parser = argparse.ArgumentParser(description="Download and verify Krea 2 benchmark models")
22
  parser.add_argument("--models-dir", type=Path, required=True)
23
  parser.add_argument("--manifest", type=Path, default=Path(__file__).resolve().parents[1] / "provenance" / "model_manifest.json")
24
- parser.add_argument("--all", action="store_true", help="Download all five formats plus text encoder and VAE")
25
- parser.add_argument("--format", choices=["bf16", "fp8_scaled", "int8_convrot", "mxfp8", "nvfp4"], action="append")
26
  parser.add_argument("--accept-krea-license", action="store_true")
27
  args = parser.parse_args()
28
  if not args.accept_krea_license:
@@ -33,7 +33,7 @@ def main() -> int:
33
  manifest = json.loads(args.manifest.read_text(encoding="utf-8"))
34
  args.models_dir.mkdir(parents=True, exist_ok=True)
35
  common = {"qwen3vl_4b_bf16.safetensors", "qwen_image_vae.safetensors"}
36
- wanted = common | {f"krea2_turbo_{fmt}.safetensors" for fmt in selected}
37
  if args.all:
38
  wanted = {item["filename"] for item in manifest["files"]}
39
  for item in manifest["files"]:
@@ -43,7 +43,7 @@ def main() -> int:
43
  if destination.exists() and digest(destination) == item["sha256"]:
44
  print(f"verified {destination.name}")
45
  continue
46
- cached = Path(hf_hub_download(repo_id=manifest["repository"], revision=manifest["revision"], filename=item["repository_path"]))
47
  shutil.copy2(cached, destination)
48
  actual = digest(destination)
49
  if actual != item["sha256"]:
 
21
  parser = argparse.ArgumentParser(description="Download and verify Krea 2 benchmark models")
22
  parser.add_argument("--models-dir", type=Path, required=True)
23
  parser.add_argument("--manifest", type=Path, default=Path(__file__).resolve().parents[1] / "provenance" / "model_manifest.json")
24
+ parser.add_argument("--all", action="store_true", help="Download all eight formats plus text encoder and VAE")
25
+ parser.add_argument("--format", choices=["bf16", "fp8_scaled", "int8_convrot", "mxfp8", "nvfp4", "int4_convrot", "gguf_q8_0", "gguf_q4_k_m"], action="append")
26
  parser.add_argument("--accept-krea-license", action="store_true")
27
  args = parser.parse_args()
28
  if not args.accept_krea_license:
 
33
  manifest = json.loads(args.manifest.read_text(encoding="utf-8"))
34
  args.models_dir.mkdir(parents=True, exist_ok=True)
35
  common = {"qwen3vl_4b_bf16.safetensors", "qwen_image_vae.safetensors"}
36
+ wanted = common | {item["filename"] for item in manifest["files"] if item.get("format_id") in selected}
37
  if args.all:
38
  wanted = {item["filename"] for item in manifest["files"]}
39
  for item in manifest["files"]:
 
43
  if destination.exists() and digest(destination) == item["sha256"]:
44
  print(f"verified {destination.name}")
45
  continue
46
+ cached = Path(hf_hub_download(repo_id=item["repository"], revision=item["revision"], filename=item["repository_path"]))
47
  shutil.copy2(cached, destination)
48
  actual = digest(destination)
49
  if actual != item["sha256"]:
scripts/prepare_release.py CHANGED
@@ -11,15 +11,18 @@ from pathlib import Path
11
  from typing import Any, Iterable
12
 
13
 
14
- FORMATS = ("bf16", "fp8_scaled", "int8_convrot", "mxfp8", "nvfp4")
15
  FORMAT_LABELS = {
16
  "bf16": "BF16",
17
  "fp8_scaled": "FP8 Scaled",
18
  "int8_convrot": "INT8 ConvRot",
19
  "mxfp8": "MXFP8",
20
  "nvfp4": "NVFP4",
 
 
 
21
  }
22
- FIDELITY_ORDER = ("bf16", "int8_convrot", "mxfp8", "fp8_scaled", "nvfp4")
23
  MODEL_SUBDIRS = {
24
  "qwen3vl_4b_bf16.safetensors": "text_encoders",
25
  "qwen_image_vae.safetensors": "vae",
@@ -31,9 +34,7 @@ SCORING_TABLES = {
31
  "latency": "latency_components.csv",
32
  }
33
  IDENTIFIER_COLUMNS = {"run_id", "format_id", "prompt_id", "replicate", "seed", "category"}
34
- CAPTURE_RE = re.compile(
35
- r"^(p\d+_.+)__r(\d+)__(bf16|fp8_scaled|int8_convrot|mxfp8|nvfp4)$"
36
- )
37
  ABSOLUTE_WINDOWS_PATH_RE = re.compile(r"[A-Za-z]:\\")
38
  GPU_UUID_RE = re.compile(r"GPU-[0-9a-fA-F-]{8,}")
39
  PCI_BUS_RE = re.compile(r"(?:[0-9A-Fa-f]{8}:)?[0-9A-Fa-f]{2}:[0-9A-Fa-f]{2}\.[0-7]")
@@ -109,12 +110,37 @@ def parse_command_json(command_record: dict[str, Any]) -> dict[str, Any]:
109
  return {}
110
 
111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  def sanitize_configuration(configuration: dict[str, Any]) -> dict[str, Any]:
113
  cleaned = json.loads(json.dumps(configuration))
114
  cleaned["paths"] = {
115
  "portable_root": "<COMFYUI_PORTABLE_ROOT>",
116
  "models_dir": "<KREA_MODEL_DIRECTORY>",
117
- "results_dir": "results/krea2_formats_v1",
118
  }
119
  return cleaned
120
 
@@ -137,6 +163,14 @@ def sanitize_manifest(source: dict[str, Any]) -> dict[str, Any]:
137
  "commit_date": git_lines[1] if len(git_lines) > 1 else None,
138
  "commit_subject": git_lines[2] if len(git_lines) > 2 else None,
139
  },
 
 
 
 
 
 
 
 
140
  "gpu": {
141
  "name": gpu_parts[0] if len(gpu_parts) > 0 else runtime.get("device"),
142
  "driver_version": gpu_parts[2] if len(gpu_parts) > 2 else None,
@@ -154,8 +188,9 @@ def assert_source_complete(results: Path) -> None:
154
  audit = json_load(results / "validation" / "completion_audit.json")
155
  if not audit.get("passed") or audit.get("failures"):
156
  raise RuntimeError("Source completion audit did not pass")
157
- if audit.get("scored_runs") != 150:
158
- raise RuntimeError(f"Expected 150 scored runs, found {audit.get('scored_runs')}")
 
159
  if any(audit.get("format_counts", {}).get(fmt) != 30 for fmt in FORMATS):
160
  raise RuntimeError("Source format counts are incomplete")
161
  if not json_load(results / "validation" / "sampler_equivalence.json").get("image_bit_exact"):
@@ -173,30 +208,43 @@ def copy_tree(source: Path, destination: Path) -> None:
173
 
174
  def build_model_manifest(config: dict[str, Any], manifest: dict[str, Any]) -> dict[str, Any]:
175
  integrity = config["integrity"]
176
- revision = integrity["publisher_revision"]
177
- repo = integrity["publisher_repository"]
178
  names = [item["checkpoint"] for item in config["formats"].values()]
179
  names.extend([config["controls"]["text_encoder"], config["controls"]["vae"]])
 
 
180
  files = []
181
  for name in names:
182
  subdir = MODEL_SUBDIRS.get(name, "diffusion_models")
183
- remote_path = f"{subdir}/{name}"
 
 
 
 
 
 
 
 
 
 
 
184
  entry = manifest["models"][name]
185
  files.append(
186
  {
187
  "filename": name,
 
188
  "comfyui_subdirectory": subdir,
 
 
189
  "repository_path": remote_path,
190
  "download_url": f"https://huggingface.co/{repo}/resolve/{revision}/{remote_path}",
 
191
  "bytes": entry["bytes"],
192
  "gib": entry["gib"],
193
  "sha256": integrity["expected_sha256"][name],
194
  }
195
  )
196
  return {
197
- "schema_version": 1,
198
- "repository": repo,
199
- "revision": revision,
200
  "license": "Krea 2 Community License",
201
  "license_url": "https://huggingface.co/krea/Krea-2-Turbo",
202
  "total_bytes": sum(item["bytes"] for item in files),
@@ -217,12 +265,12 @@ def parse_decision_table(report: Path) -> list[dict[str, str]]:
217
  [
218
  "format",
219
  "file_gib",
220
- "lpips_alex_mean",
221
- "dists_mean",
222
- "dinov2_cosine_mean",
223
- "final_latent_relative_l2_mean",
224
  "weight_snr_db",
225
- "sampling_seconds_mean",
226
  "peak_vram_mib",
227
  "energy_joules_mean",
228
  ],
@@ -230,10 +278,10 @@ def parse_decision_table(report: Path) -> list[dict[str, str]]:
230
  )
231
  )
232
  )
233
- if len(rows) == 5:
234
  break
235
- if len(rows) != 5:
236
- raise RuntimeError("Could not parse five-row decision table from technical report")
237
  return rows
238
 
239
 
@@ -298,6 +346,12 @@ license: cc-by-4.0
298
  pretty_name: Krea 2 Turbo ComfyUI Format Fidelity Benchmark
299
  size_categories:
300
  - n<1K
 
 
 
 
 
 
301
  task_categories:
302
  - text-to-image
303
  tags:
@@ -312,35 +366,41 @@ tags:
312
  - int8
313
  - mxfp8
314
  - nvfp4
 
 
 
 
315
  ---
316
 
317
  # Krea 2 Turbo ComfyUI Format Fidelity Benchmark
318
 
319
- This release is a paired, deterministic comparison of the BF16, FP8 Scaled, INT8 ConvRot, MXFP8, and NVFP4 Krea 2 Turbo checkpoints through native ComfyUI execution. It contains 150 scored 1024×1024 images, all saved float32 decoded tensors and final latents, every denoising trajectory, raw metric tables, scored telemetry, statistical comparisons, and reproducibility code.
320
 
321
- ![Five-format contact sheet](comparison_sheets/contact_sheet_replicate0.png)
322
 
323
  ## Main result
324
 
325
  1. **BF16** is the highest-fidelity reference because it is the unquantized published checkpoint.
326
- 2. **INT8 ConvRot** is the best quantized checkpoint by the preregistered LPIPS-Alex endpoint and also leads the other quantized formats on DISTS, DINO similarity, final-latent relative L2, and reconstructed-weight SNR.
327
- 3. **MXFP8** ranks second among quantized formats for fidelity on this campaign.
328
- 4. **FP8 Scaled** ranks third among quantized formats.
329
- 5. **NVFP4** is the smallest checkpoint, but it has the largest measured fidelity loss.
330
 
331
  No weighted composite score is used. See [the full technical report](TECHNICAL_REPORT.md) and [`tables/decision_table.csv`](tables/decision_table.csv).
332
 
333
  ## Important performance limitation
334
 
335
- The test GPU was an NVIDIA GeForce RTX 4060 Ti 16 GB (SM 8.9). In the tested ComfyUI/comfy-kitchen runtime, MXFP8 and NVFP4 native fast matrix multiplication requires SM 10.0, so their measured Ada timings used fallback/dequantized execution and must not be projected to Blackwell hardware.
 
 
336
 
337
  ## Dataset organization
338
 
339
  - `data/train/metadata.jsonl` is the Hugging Face ImageFolder index. Each row links an image to its prompt, seed, format, checkpoint provenance, raw scientific artifacts, and flattened metric values.
340
  - `raw/` contains `decoded_float32.npy`, `final_latent_float32.npy`, `trajectory.npz`, and capture `metadata.json` for every scored run.
341
  - `metrics/` contains raw per-image, per-parameter, paired-statistics, summary, trajectory, latency, and performance tables.
342
- - `comparison_sheets/` contains five-format sheets, BF16-relative difference maps, and automatically selected detail crops.
343
- - `telemetry/` contains only scored GPU and system telemetry.
344
  - `provenance/` contains sanitized environment, model, run, and release manifests.
345
  - `reproduction/` contains the ComfyUI workflows, custom capture node, benchmark driver, analyzers, model downloader, and exact instructions.
346
 
@@ -349,23 +409,23 @@ Load the image table locally:
349
  ```python
350
  from datasets import load_dataset
351
 
352
- dataset = load_dataset("imagefolder", data_dir="data", split="train")
353
- print(dataset.num_rows) # 150
354
  ```
355
 
356
  ## Fixed inference controls
357
 
358
- - 15 prompts × 2 deterministic seeds × 5 checkpoint formats = 150 scored images
359
  - 1024×1024, batch size 1
360
  - 8 steps, CFG 1.0, Euler sampler, simple scheduler, denoise 1.0
361
  - Shared `qwen3vl_4b_bf16.safetensors` text encoder and `qwen_image_vae.safetensors` VAE
362
  - Zeroed positive conditioning used as negative conditioning
363
  - No prompt rewriting, LoRAs, previews, upscaling, or post-processing
364
- - Identical initial-noise SHA-256 for every five-format prompt/seed group
365
 
366
  ## Reproduce or verify
367
 
368
- Follow [`reproduction/README.md`](reproduction/README.md). A faithful full rerun downloads 77.536 GiB of upstream model files and should have at least 110 GiB of free disk space. The published benchmark was tested on Windows 11 with a 16 GB NVIDIA GPU; lower-memory configurations are not certified.
369
 
370
  Validate this downloaded release:
371
 
@@ -401,7 +461,7 @@ def build_reproduction_readme() -> str:
401
  - ComfyUI commit `917faef771a2fd2f14f44af94f17da3d0b2803a3`
402
  - Python 3.13.12, PyTorch 2.13.0+cu130, CUDA runtime 13.0
403
  - comfy-kitchen 0.2.18, transformers 5.13.1, NumPy 2.5.1
404
- - About 77.536 GiB for required model files; at least 110 GiB free is recommended for models, captures, analysis caches, and reports
405
 
406
  Use the pinned ComfyUI commit for a strict reproduction. A newer ComfyUI build may run the workflow but is a different software condition and must be reported as such.
407
 
@@ -414,15 +474,25 @@ hf auth login
414
  python download_models.py --models-dir ../models --all --accept-krea-license
415
  ```
416
 
417
- The downloader uses `Comfy-Org/Krea-2` revision `8038ce89b91b042141541ad0fa51b985ca262c5f` and verifies all seven SHA-256 hashes. It does not place weights in this dataset repository.
418
 
419
  ## 2. Configure ComfyUI
420
 
421
- Change into `reproduction/benchmark`, copy `config.example.json` to `config.json`, and set:
 
 
 
 
 
 
 
 
 
 
422
 
423
  - `paths.portable_root`: root containing `ComfyUI/` and, for Windows portable, `python_embeded/python.exe`
424
  - `paths.models_dir`: directory containing all seven downloaded files
425
- - `paths.results_dir`: a new output directory
426
 
427
  Copy `extra_model_paths.yaml.example` to `extra_model_paths.yaml`, replace the common parent placeholder, and expose `custom_nodes/krea2_benchmark` through that file. Forward slashes are recommended in YAML on Windows.
428
 
@@ -444,7 +514,7 @@ python -m pip install --target .vendor -r requirements-analysis.txt
444
 
445
  ## 4. Execute the campaign
446
 
447
- Run each gate explicitly so failures cannot be hidden:
448
 
449
  ```powershell
450
  .\run_benchmark.ps1 preflight
@@ -456,7 +526,19 @@ Run each gate explicitly so failures cannot be hidden:
456
  .\run_benchmark.ps1 verify
457
  ```
458
 
459
- `all` is available after preflight passes. The campaign performs one unscored warmup and two repeatability checks per format, then generates the 150 scored images. Do not compare formats if the initial-noise hashes, sampler-equivalence check, or completion audit fail.
 
 
 
 
 
 
 
 
 
 
 
 
460
 
461
  ## 5. Rebuild this Hugging Face release
462
 
@@ -477,7 +559,7 @@ The builder refuses an existing destination. Move or remove a previous generated
477
  - Artifact probes measure clipping, gradient behavior, grid boundaries, high-frequency power, flat-region noise, and color change.
478
  - Weight reconstruction streams each native quantized layout against BF16 and reports element-weighted error, cosine, and SNR.
479
  - Prompt-alignment and no-reference IQA scores supplement fidelity metrics but do not replace paired BF16 comparisons.
480
- - GPU speed results are hardware/runtime-specific. MXFP8 and NVFP4 used fallback paths on the tested SM 8.9 GPU.
481
  """
482
 
483
 
@@ -505,8 +587,8 @@ def main() -> int:
505
  parser = argparse.ArgumentParser(description="Download and verify Krea 2 benchmark models")
506
  parser.add_argument("--models-dir", type=Path, required=True)
507
  parser.add_argument("--manifest", type=Path, default=Path(__file__).resolve().parents[1] / "provenance" / "model_manifest.json")
508
- parser.add_argument("--all", action="store_true", help="Download all five formats plus text encoder and VAE")
509
- parser.add_argument("--format", choices=["bf16", "fp8_scaled", "int8_convrot", "mxfp8", "nvfp4"], action="append")
510
  parser.add_argument("--accept-krea-license", action="store_true")
511
  args = parser.parse_args()
512
  if not args.accept_krea_license:
@@ -517,7 +599,7 @@ def main() -> int:
517
  manifest = json.loads(args.manifest.read_text(encoding="utf-8"))
518
  args.models_dir.mkdir(parents=True, exist_ok=True)
519
  common = {"qwen3vl_4b_bf16.safetensors", "qwen_image_vae.safetensors"}
520
- wanted = common | {f"krea2_turbo_{fmt}.safetensors" for fmt in selected}
521
  if args.all:
522
  wanted = {item["filename"] for item in manifest["files"]}
523
  for item in manifest["files"]:
@@ -527,7 +609,7 @@ def main() -> int:
527
  if destination.exists() and digest(destination) == item["sha256"]:
528
  print(f"verified {destination.name}")
529
  continue
530
- cached = Path(hf_hub_download(repo_id=manifest["repository"], revision=manifest["revision"], filename=item["repository_path"]))
531
  shutil.copy2(cached, destination)
532
  actual = digest(destination)
533
  if actual != item["sha256"]:
@@ -570,7 +652,15 @@ def main() -> int:
570
  return 0
571
  api = HfApi()
572
  api.create_repo(repo_id=args.repo_id, repo_type="dataset", private=args.private, exist_ok=True)
573
- api.upload_folder(repo_id=args.repo_id, repo_type="dataset", folder_path=str(root), commit_message="Publish Krea 2 Turbo format benchmark")
 
 
 
 
 
 
 
 
574
  print(f"https://huggingface.co/datasets/{args.repo_id}")
575
  return 0
576
 
@@ -593,7 +683,7 @@ from pathlib import Path
593
  from urllib.parse import unquote
594
 
595
 
596
- FORMATS = ("bf16", "fp8_scaled", "int8_convrot", "mxfp8", "nvfp4")
597
 
598
 
599
  def checksum(path: Path) -> str:
@@ -618,8 +708,9 @@ def main() -> int:
618
  errors: list[str] = []
619
  metadata_path = root / "data" / "train" / "metadata.jsonl"
620
  rows = [json.loads(line) for line in metadata_path.read_text(encoding="utf-8").splitlines() if line.strip()]
621
- fail(len(rows) != 150, f"metadata rows: expected 150, found {len(rows)}", errors)
622
- fail(len({row["run_id"] for row in rows}) != 150, "run_id values are not unique", errors)
 
623
  counts = Counter(row["format_id"] for row in rows)
624
  for fmt in FORMATS:
625
  fail(counts[fmt] != 30, f"{fmt}: expected 30, found {counts[fmt]}", errors)
@@ -630,25 +721,25 @@ def main() -> int:
630
  path = base / row[key]
631
  required_paths.append(path)
632
  fail(not path.is_file(), f"missing {key}: {path}", errors)
633
- fail(len(list((root / "data" / "train" / "images").rglob("*.png"))) != 150, "expected 150 PNG images", errors)
634
- fail(len(list((root / "raw").rglob("*.npy"))) != 300, "expected 300 NPY files", errors)
635
- fail(len(list((root / "raw").rglob("*.npz"))) != 150, "expected 150 NPZ files", errors)
636
  fail(len(list((root / "comparison_sheets").rglob("*.*"))) != 93, "expected 93 comparison artifacts", errors)
637
- fail(len(list((root / "telemetry").glob("*.csv"))) != 10, "expected 10 scored telemetry files", errors)
638
  expected_metric_rows = {
639
- "image_core.csv": 150,
640
- "image_advanced.csv": 150,
641
- "latency_components.csv": 150,
642
- "performance_runs.csv": 150,
643
- "trajectory.csv": 1920,
644
- "weight_parameters_all.csv": 1720,
645
  }
646
  for filename, expected in expected_metric_rows.items():
647
  with (root / "metrics" / filename).open("r", encoding="utf-8", newline="") as stream:
648
  metric_rows = list(csv.DictReader(stream))
649
  fail(len(metric_rows) != expected, f"{filename}: expected {expected} rows, found {len(metric_rows)}", errors)
650
  if filename in {"image_core.csv", "image_advanced.csv", "latency_components.csv", "performance_runs.csv"}:
651
- fail(len({row["run_id"] for row in metric_rows}) != 150, f"{filename}: run_id values are not unique", errors)
652
  forbidden_names = {".vendor", "advanced_metric_cache", "logs", "comfy_output", "__pycache__", ".cache", "cache"}
653
  for path in root.rglob("*"):
654
  fail(any(part in forbidden_names for part in path.parts), f"forbidden path: {path}", errors)
@@ -706,8 +797,8 @@ def main() -> int:
706
  try:
707
  from datasets import load_dataset
708
 
709
- dataset = load_dataset("imagefolder", data_dir=str(root / "data"), split="train")
710
- fail(dataset.num_rows != 150, f"ImageFolder rows: {dataset.num_rows}", errors)
711
  _ = dataset[0]["image"]
712
  except Exception as exc:
713
  errors.append(f"ImageFolder load failed: {exc}")
@@ -728,33 +819,35 @@ if __name__ == "__main__":
728
  '''
729
 
730
 
731
- def build_release(benchmark_root: Path, destination: Path) -> None:
732
  benchmark_root = benchmark_root.resolve()
733
- results = benchmark_root / "results" / "krea2_formats_v1"
 
 
 
734
  if destination.exists():
735
  raise FileExistsError(f"Destination already exists: {destination}")
736
  assert_source_complete(results)
737
- config = json_load(benchmark_root / "config.json")
738
  source_manifest = json_load(results / "manifest.json")
739
  scored_runs = [row for row in jsonl_load(results / "runs.jsonl") if row.get("scored") and row.get("status") == "complete"]
740
- if len(scored_runs) != 150:
741
- raise RuntimeError(f"Expected 150 successful scored run records, found {len(scored_runs)}")
742
  run_by_id = {row["run_id"]: row for row in scored_runs}
743
  prompt_by_id = {prompt["id"]: prompt for prompt in config["prompts"]}
744
  metric_maps: dict[str, dict[str, dict[str, str]]] = {}
745
  for group, filename in SCORING_TABLES.items():
746
  rows = csv_rows(results / "metrics" / filename)
747
  metric_maps[group] = {row["run_id"]: row for row in rows}
748
- if len(metric_maps[group]) != 150:
749
- raise RuntimeError(f"{filename}: expected 150 run rows")
750
 
751
  destination.mkdir(parents=True)
752
  image_root = destination / "data" / "train" / "images"
753
  raw_root = destination / "raw"
754
  metadata_rows: list[dict[str, Any]] = []
755
  capture_dirs = [path for path in (results / "captures").iterdir() if path.is_dir() and CAPTURE_RE.match(path.name)]
756
- if len(capture_dirs) != 150:
757
- raise RuntimeError(f"Expected 150 scored capture directories, found {len(capture_dirs)}")
758
  for capture in sorted(capture_dirs, key=lambda path: path.name):
759
  match = CAPTURE_RE.match(capture.name)
760
  assert match
@@ -772,6 +865,7 @@ def build_release(benchmark_root: Path, destination: Path) -> None:
772
  for filename in ("decoded_float32.npy", "final_latent_float32.npy", "trajectory.npz", "metadata.json"):
773
  shutil.copy2(capture / filename, release_raw / filename)
774
  checkpoint = config["formats"][fmt]["checkpoint"]
 
775
  row: dict[str, Any] = {
776
  "file_name": image_relative.as_posix(),
777
  "run_id": run_id,
@@ -784,8 +878,9 @@ def build_release(benchmark_root: Path, destination: Path) -> None:
784
  "format_label": FORMAT_LABELS[fmt],
785
  "checkpoint_filename": checkpoint,
786
  "checkpoint_sha256": config["integrity"]["expected_sha256"][checkpoint],
787
- "publisher_repository": config["integrity"]["publisher_repository"],
788
- "publisher_revision": config["integrity"]["publisher_revision"],
 
789
  "width": config["controls"]["width"],
790
  "height": config["controls"]["height"],
791
  "steps": config["controls"]["steps"],
@@ -812,9 +907,9 @@ def build_release(benchmark_root: Path, destination: Path) -> None:
812
  copy_tree(results / "metrics", destination / "metrics")
813
  copy_tree(results / "comparison_sheets", destination / "comparison_sheets")
814
  (destination / "telemetry").mkdir()
815
- for fmt in FORMATS:
816
- for name in (f"{fmt}.csv", f"system_{fmt}.csv"):
817
- shutil.copy2(results / "telemetry" / name, destination / "telemetry" / name)
818
  copy_tree(results / "validation", destination / "validation")
819
  report_text = (results / "TECHNICAL_REPORT.md").read_text(encoding="utf-8")
820
  report_text = re.sub(
@@ -835,6 +930,8 @@ def build_release(benchmark_root: Path, destination: Path) -> None:
835
  provenance / "environment-lock.json",
836
  {
837
  "comfyui": sanitized_manifest["comfyui"],
 
 
838
  "gpu": sanitized_manifest["gpu"],
839
  "platform": sanitized_manifest["platform"],
840
  "runtime": sanitized_manifest["runtime"],
@@ -857,6 +954,8 @@ def build_release(benchmark_root: Path, destination: Path) -> None:
857
 
858
  decision_rows = parse_decision_table(results / "TECHNICAL_REPORT.md")
859
  write_csv(destination / "tables" / "decision_table.csv", decision_rows)
 
 
860
  ranking_rows = [
861
  {
862
  "fidelity_rank": rank,
@@ -865,7 +964,7 @@ def build_release(benchmark_root: Path, destination: Path) -> None:
865
  "scope": "BF16-relative checkpoint fidelity; no aesthetic composite score",
866
  "basis": "BF16 reference" if fmt == "bf16" else "LPIPS-Alex primary endpoint with supporting DISTS, DINOv2, latent, and weight evidence",
867
  }
868
- for rank, fmt in enumerate(FIDELITY_ORDER, 1)
869
  ]
870
  write_csv(destination / "tables" / "format_ranking.csv", ranking_rows)
871
  metric_dictionary = build_metric_dictionary(results / "metrics")
@@ -874,7 +973,7 @@ def build_release(benchmark_root: Path, destination: Path) -> None:
874
  destination / "tables" / "metadata_schema.json",
875
  {
876
  "schema_version": 1,
877
- "rows": 150,
878
  "identifiers": ["run_id", "prompt_id", "replicate", "seed", "format_id"],
879
  "image_field": "file_name",
880
  "raw_artifact_fields": ["decoded_array_path", "final_latent_path", "trajectory_path", "capture_metadata_path"],
@@ -904,7 +1003,11 @@ def build_release(benchmark_root: Path, destination: Path) -> None:
904
  shutil.copy2(benchmark_root / "requirements-analysis.txt", benchmark_release / "requirements-analysis.txt")
905
  (reproduction / "README.md").write_text(build_reproduction_readme(), encoding="utf-8")
906
  (reproduction / "download_models.py").write_text(build_download_script(), encoding="utf-8")
907
- (benchmark_release / "config.example.json").write_text(json.dumps(sanitize_configuration(config), indent=2, ensure_ascii=False) + "\n", encoding="utf-8")
 
 
 
 
908
  (benchmark_release / "extra_model_paths.yaml.example").write_text(
909
  "krea_benchmark:\n base_path: <COMMON_PARENT_DIRECTORY>\n diffusion_models: models\n text_encoders: models\n vae: models\n custom_nodes: Huggingface datasets/reproduction/benchmark/custom_nodes\n",
910
  encoding="utf-8",
@@ -964,7 +1067,7 @@ def build_release(benchmark_root: Path, destination: Path) -> None:
964
  )
965
  (destination / "CITATION.cff").write_text(
966
  "cff-version: 1.2.0\nmessage: If you use this benchmark, please cite it.\ntitle: Krea 2 Turbo ComfyUI Format Fidelity Benchmark\n"
967
- "type: dataset\nversion: 1.0.0\ndate-released: 2026-07-13\nauthors:\n - name: Krea 2 Turbo Formats Benchmark Contributors\n"
968
  "license: CC-BY-4.0\n",
969
  encoding="utf-8",
970
  )
@@ -982,7 +1085,7 @@ def build_release(benchmark_root: Path, destination: Path) -> None:
982
  release_manifest = {
983
  "schema_version": 1,
984
  "benchmark_id": config["benchmark_id"],
985
- "dataset_rows": 150,
986
  "format_counts": dict(Counter(row["format_id"] for row in metadata_rows)),
987
  "file_counts_by_top_level": dict(sorted(category_counts.items())),
988
  "payload_bytes_before_checksums": sum(path.stat().st_size for path in files_before_manifest),
@@ -1012,9 +1115,10 @@ def build_release(benchmark_root: Path, destination: Path) -> None:
1012
  def main() -> int:
1013
  parser = argparse.ArgumentParser(description="Build the clean Hugging Face release for the Krea 2 benchmark")
1014
  parser.add_argument("--benchmark-root", type=Path, default=Path(__file__).resolve().parents[1])
 
1015
  parser.add_argument("--destination", type=Path, required=True)
1016
  args = parser.parse_args()
1017
- build_release(args.benchmark_root, args.destination.resolve())
1018
  print(args.destination.resolve())
1019
  return 0
1020
 
 
11
  from typing import Any, Iterable
12
 
13
 
14
+ FORMATS = ("bf16", "fp8_scaled", "int8_convrot", "mxfp8", "nvfp4", "int4_convrot", "gguf_q8_0", "gguf_q4_k_m")
15
  FORMAT_LABELS = {
16
  "bf16": "BF16",
17
  "fp8_scaled": "FP8 Scaled",
18
  "int8_convrot": "INT8 ConvRot",
19
  "mxfp8": "MXFP8",
20
  "nvfp4": "NVFP4",
21
+ "int4_convrot": "INT4 ConvRot W4A4",
22
+ "gguf_q8_0": "GGUF Q8_0",
23
+ "gguf_q4_k_m": "GGUF Q4_K_M",
24
  }
25
+ FIDELITY_ORDER = ("bf16", "int8_convrot", "gguf_q8_0", "mxfp8", "fp8_scaled", "gguf_q4_k_m", "nvfp4", "int4_convrot")
26
  MODEL_SUBDIRS = {
27
  "qwen3vl_4b_bf16.safetensors": "text_encoders",
28
  "qwen_image_vae.safetensors": "vae",
 
34
  "latency": "latency_components.csv",
35
  }
36
  IDENTIFIER_COLUMNS = {"run_id", "format_id", "prompt_id", "replicate", "seed", "category"}
37
+ CAPTURE_RE = re.compile(rf"^(p\d+_.+)__r(\d+)__({'|'.join(re.escape(fmt) for fmt in FORMATS)})$")
 
 
38
  ABSOLUTE_WINDOWS_PATH_RE = re.compile(r"[A-Za-z]:\\")
39
  GPU_UUID_RE = re.compile(r"GPU-[0-9a-fA-F-]{8,}")
40
  PCI_BUS_RE = re.compile(r"(?:[0-9A-Fa-f]{8}:)?[0-9A-Fa-f]{2}:[0-9A-Fa-f]{2}\.[0-7]")
 
110
  return {}
111
 
112
 
113
+ def deep_merge(base: dict[str, Any], override: dict[str, Any]) -> dict[str, Any]:
114
+ merged = json.loads(json.dumps(base))
115
+ for key, value in override.items():
116
+ if key == "extends":
117
+ continue
118
+ if isinstance(value, dict) and isinstance(merged.get(key), dict):
119
+ merged[key] = deep_merge(merged[key], value)
120
+ else:
121
+ merged[key] = json.loads(json.dumps(value))
122
+ return merged
123
+
124
+
125
+ def load_configuration(path: Path, seen: set[Path] | None = None) -> dict[str, Any]:
126
+ resolved = path.resolve()
127
+ seen = set() if seen is None else seen
128
+ if resolved in seen:
129
+ raise RuntimeError(f"Configuration inheritance cycle: {resolved}")
130
+ seen.add(resolved)
131
+ raw = json_load(resolved)
132
+ parent_name = raw.get("extends")
133
+ if not parent_name:
134
+ return raw
135
+ return deep_merge(load_configuration(resolved.parent / parent_name, seen), raw)
136
+
137
+
138
  def sanitize_configuration(configuration: dict[str, Any]) -> dict[str, Any]:
139
  cleaned = json.loads(json.dumps(configuration))
140
  cleaned["paths"] = {
141
  "portable_root": "<COMFYUI_PORTABLE_ROOT>",
142
  "models_dir": "<KREA_MODEL_DIRECTORY>",
143
+ "results_dir": configuration.get("paths", {}).get("results_dir", "results/krea2_formats_v2_extended"),
144
  }
145
  return cleaned
146
 
 
163
  "commit_date": git_lines[1] if len(git_lines) > 1 else None,
164
  "commit_subject": git_lines[2] if len(git_lines) > 2 else None,
165
  },
166
+ "comfyui_gguf": {
167
+ "commit": source.get("comfyui_gguf", {}).get("stdout") or None,
168
+ "gguf_python": runtime.get("gguf"),
169
+ },
170
+ "lineage": {
171
+ "base_manifest_sha256": source.get("lineage", {}).get("base_manifest_sha256"),
172
+ "base_results_dir": "results/krea2_formats_v1" if source.get("lineage") else None,
173
+ },
174
  "gpu": {
175
  "name": gpu_parts[0] if len(gpu_parts) > 0 else runtime.get("device"),
176
  "driver_version": gpu_parts[2] if len(gpu_parts) > 2 else None,
 
188
  audit = json_load(results / "validation" / "completion_audit.json")
189
  if not audit.get("passed") or audit.get("failures"):
190
  raise RuntimeError("Source completion audit did not pass")
191
+ expected_runs = 30 * len(FORMATS)
192
+ if audit.get("scored_runs") != expected_runs:
193
+ raise RuntimeError(f"Expected {expected_runs} scored runs, found {audit.get('scored_runs')}")
194
  if any(audit.get("format_counts", {}).get(fmt) != 30 for fmt in FORMATS):
195
  raise RuntimeError("Source format counts are incomplete")
196
  if not json_load(results / "validation" / "sampler_equivalence.json").get("image_bit_exact"):
 
208
 
209
  def build_model_manifest(config: dict[str, Any], manifest: dict[str, Any]) -> dict[str, Any]:
210
  integrity = config["integrity"]
 
 
211
  names = [item["checkpoint"] for item in config["formats"].values()]
212
  names.extend([config["controls"]["text_encoder"], config["controls"]["vae"]])
213
+ format_by_checkpoint = {item["checkpoint"]: item for item in config["formats"].values()}
214
+ format_id_by_checkpoint = {item["checkpoint"]: format_id for format_id, item in config["formats"].items()}
215
  files = []
216
  for name in names:
217
  subdir = MODEL_SUBDIRS.get(name, "diffusion_models")
218
+ format_config = format_by_checkpoint.get(name, {})
219
+ source = format_config.get("source")
220
+ if source:
221
+ repo = source["repository"]
222
+ revision = source["revision"]
223
+ remote_path = source["url"].split("/resolve/", 1)[1].split("/", 1)[1]
224
+ source_url = source["url"]
225
+ else:
226
+ repo = integrity["publisher_repository"]
227
+ revision = integrity["publisher_revision"]
228
+ remote_path = f"{subdir}/{name}"
229
+ source_url = f"https://huggingface.co/{repo}/resolve/{revision}/{remote_path}"
230
  entry = manifest["models"][name]
231
  files.append(
232
  {
233
  "filename": name,
234
+ "format_id": format_id_by_checkpoint.get(name),
235
  "comfyui_subdirectory": subdir,
236
+ "repository": repo,
237
+ "revision": revision,
238
  "repository_path": remote_path,
239
  "download_url": f"https://huggingface.co/{repo}/resolve/{revision}/{remote_path}",
240
+ "source_url": source_url,
241
  "bytes": entry["bytes"],
242
  "gib": entry["gib"],
243
  "sha256": integrity["expected_sha256"][name],
244
  }
245
  )
246
  return {
247
+ "schema_version": 2,
 
 
248
  "license": "Krea 2 Community License",
249
  "license_url": "https://huggingface.co/krea/Krea-2-Turbo",
250
  "total_bytes": sum(item["bytes"] for item in files),
 
265
  [
266
  "format",
267
  "file_gib",
268
+ "lpips_alex_median",
269
+ "dists_median",
270
+ "dinov2_cosine_median",
271
+ "final_latent_relative_l2_median",
272
  "weight_snr_db",
273
+ "sampling_seconds_median",
274
  "peak_vram_mib",
275
  "energy_joules_mean",
276
  ],
 
278
  )
279
  )
280
  )
281
+ if len(rows) == len(FORMATS):
282
  break
283
+ if len(rows) != len(FORMATS):
284
+ raise RuntimeError(f"Could not parse {len(FORMATS)}-row decision table from technical report")
285
  return rows
286
 
287
 
 
346
  pretty_name: Krea 2 Turbo ComfyUI Format Fidelity Benchmark
347
  size_categories:
348
  - n<1K
349
+ configs:
350
+ - config_name: default
351
+ default: true
352
+ data_files:
353
+ - split: train
354
+ path: data/train/**
355
  task_categories:
356
  - text-to-image
357
  tags:
 
366
  - int8
367
  - mxfp8
368
  - nvfp4
369
+ - int4
370
+ - gguf
371
+ - q8-0
372
+ - q4-k-m
373
  ---
374
 
375
  # Krea 2 Turbo ComfyUI Format Fidelity Benchmark
376
 
377
+ This release is a paired, deterministic comparison of eight Krea 2 Turbo checkpoint formats in ComfyUI: BF16, FP8 Scaled, INT8 ConvRot, MXFP8, NVFP4, INT4 ConvRot W4A4, GGUF Q8_0, and GGUF Q4_K_M. It contains 240 scored 1024×1024 images, saved float32 decoded tensors and final latents, every denoising trajectory, raw metric tables, telemetry, statistical comparisons, and reproduction code.
378
 
379
+ ![Eight-format contact sheet](comparison_sheets/contact_sheet_replicate0.png)
380
 
381
  ## Main result
382
 
383
  1. **BF16** is the highest-fidelity reference because it is the unquantized published checkpoint.
384
+ 2. **INT8 ConvRot** narrowly leads the preregistered LPIPS-Alex endpoint. **GGUF Q8_0** is statistically tied with it on that endpoint (Holm-adjusted permutation p=0.9067) and leads INT8 on DISTS, DINO similarity, and reconstructed-weight SNR.
385
+ 3. **GGUF Q8_0** is the highest-fidelity of the three added formats.
386
+ 4. **GGUF Q4_K_M** is a storage-quality compromise: 6.972 GiB and much closer to BF16 than INT4 ConvRot, but slow on this Ada GPU under ComfyUI-GGUF dequantized execution.
387
+ 5. **INT4 ConvRot W4A4** is the smallest checkpoint and fastest of the three additions on this RTX 4060 Ti, but has the largest measured fidelity loss.
388
 
389
  No weighted composite score is used. See [the full technical report](TECHNICAL_REPORT.md) and [`tables/decision_table.csv`](tables/decision_table.csv).
390
 
391
  ## Important performance limitation
392
 
393
+ The test GPU was an NVIDIA GeForce RTX 4060 Ti 16 GB (SM 8.9). MXFP8 and NVFP4 native fast matrix multiplication requires SM 10.0 in the tested runtime. GGUF Q8_0 and Q4_K_M use the pinned ComfyUI-GGUF on-demand dequantized matrix-multiplication path. These Ada timings must not be projected to native Blackwell execution.
394
+
395
+ The original five formats and the three additions were measured in separate sessions. Five unscored BF16 and INT8 ConvRot bridge repeats quantify drift. INT8 crossed the preregistered 5% drift threshold, so exact old-versus-new timing comparisons remain caveated; fidelity comparisons remain paired to the same saved BF16 prompt/seed outputs.
396
 
397
  ## Dataset organization
398
 
399
  - `data/train/metadata.jsonl` is the Hugging Face ImageFolder index. Each row links an image to its prompt, seed, format, checkpoint provenance, raw scientific artifacts, and flattened metric values.
400
  - `raw/` contains `decoded_float32.npy`, `final_latent_float32.npy`, `trajectory.npz`, and capture `metadata.json` for every scored run.
401
  - `metrics/` contains raw per-image, per-parameter, paired-statistics, summary, trajectory, latency, and performance tables.
402
+ - `comparison_sheets/` contains eight-format sheets, BF16-relative difference maps, and automatically selected detail crops.
403
+ - `telemetry/` contains scored GPU/system telemetry plus the BF16/INT8 bridge telemetry.
404
  - `provenance/` contains sanitized environment, model, run, and release manifests.
405
  - `reproduction/` contains the ComfyUI workflows, custom capture node, benchmark driver, analyzers, model downloader, and exact instructions.
406
 
 
409
  ```python
410
  from datasets import load_dataset
411
 
412
+ dataset = load_dataset("Merserk/Krea-2-Turbo-Checkpoint-Format-Benchmark", split="train")
413
+ print(dataset.num_rows) # 240
414
  ```
415
 
416
  ## Fixed inference controls
417
 
418
+ - 15 prompts × 2 deterministic seeds × 8 checkpoint formats = 240 scored images
419
  - 1024×1024, batch size 1
420
  - 8 steps, CFG 1.0, Euler sampler, simple scheduler, denoise 1.0
421
  - Shared `qwen3vl_4b_bf16.safetensors` text encoder and `qwen_image_vae.safetensors` VAE
422
  - Zeroed positive conditioning used as negative conditioning
423
  - No prompt rewriting, LoRAs, previews, upscaling, or post-processing
424
+ - Identical initial-noise SHA-256 for every eight-format prompt/seed group
425
 
426
  ## Reproduce or verify
427
 
428
+ Follow [`reproduction/README.md`](reproduction/README.md). A complete rerun downloads about 104 GiB of upstream model files and should have at least 150 GiB free for models, captures, analysis caches, and reports. The published benchmark was tested on Windows 11 with a 16 GB NVIDIA GPU; lower-memory configurations are not certified.
429
 
430
  Validate this downloaded release:
431
 
 
461
  - ComfyUI commit `917faef771a2fd2f14f44af94f17da3d0b2803a3`
462
  - Python 3.13.12, PyTorch 2.13.0+cu130, CUDA runtime 13.0
463
  - comfy-kitchen 0.2.18, transformers 5.13.1, NumPy 2.5.1
464
+ - About 104 GiB for required model files; at least 150 GiB free is recommended for models, captures, analysis caches, and reports
465
 
466
  Use the pinned ComfyUI commit for a strict reproduction. A newer ComfyUI build may run the workflow but is a different software condition and must be reported as such.
467
 
 
474
  python download_models.py --models-dir ../models --all --accept-krea-license
475
  ```
476
 
477
+ The downloader uses the exact pinned revisions recorded in `provenance/model_manifest.json`: Comfy-Org for the original checkpoints and shared components, Winnougan for INT4 ConvRot, and vantagewithai for both GGUF files. It verifies all ten SHA-256 hashes and does not place weights in this dataset repository.
478
 
479
  ## 2. Configure ComfyUI
480
 
481
+ Install the pinned GGUF loader into ComfyUI:
482
+
483
+ ```bash
484
+ cd ComfyUI/custom_nodes
485
+ git clone https://github.com/city96/ComfyUI-GGUF.git
486
+ cd ComfyUI-GGUF
487
+ git checkout 6ea2651e7df66d7585f6ffee804b20e92fb38b8a
488
+ python -m pip install gguf==0.19.0
489
+ ```
490
+
491
+ Change into `reproduction/benchmark`, copy `config_base.example.json` to `config.json`, copy `config_extended.example.json` to `config_extended.json`, and set the common paths in `config.json`:
492
 
493
  - `paths.portable_root`: root containing `ComfyUI/` and, for Windows portable, `python_embeded/python.exe`
494
  - `paths.models_dir`: directory containing all seven downloaded files
495
+ - `paths.results_dir`: keep `results/krea2_formats_v1`; the extension imports this immutable base into `results/krea2_formats_v2_extended`
496
 
497
  Copy `extra_model_paths.yaml.example` to `extra_model_paths.yaml`, replace the common parent placeholder, and expose `custom_nodes/krea2_benchmark` through that file. Forward slashes are recommended in YAML on Windows.
498
 
 
514
 
515
  ## 4. Execute the campaign
516
 
517
+ Run the original five-format base campaign first:
518
 
519
  ```powershell
520
  .\run_benchmark.ps1 preflight
 
526
  .\run_benchmark.ps1 verify
527
  ```
528
 
529
+ Then run the three-format extension and unified eight-format analysis:
530
+
531
+ ```powershell
532
+ .\run_benchmark.ps1 preflight -Config .\config_extended.json
533
+ .\run_benchmark.ps1 weights -Config .\config_extended.json
534
+ .\run_benchmark.ps1 generate -Config .\config_extended.json
535
+ .\run_benchmark.ps1 analyze -Config .\config_extended.json
536
+ .\run_benchmark.ps1 sheets -Config .\config_extended.json
537
+ .\run_benchmark.ps1 report -Config .\config_extended.json
538
+ .\run_benchmark.ps1 verify -Config .\config_extended.json
539
+ ```
540
+
541
+ The base campaign produces 150 scored images. The extension hard-links the immutable base captures, runs five BF16 and INT8 bridge repeats, generates 90 new scored images, and analyzes all 240 rows. Do not compare formats if initial-noise hashes, sampler equivalence, bridge evidence, or either completion audit fails.
542
 
543
  ## 5. Rebuild this Hugging Face release
544
 
 
559
  - Artifact probes measure clipping, gradient behavior, grid boundaries, high-frequency power, flat-region noise, and color change.
560
  - Weight reconstruction streams each native quantized layout against BF16 and reports element-weighted error, cosine, and SNR.
561
  - Prompt-alignment and no-reference IQA scores supplement fidelity metrics but do not replace paired BF16 comparisons.
562
+ - GPU speed results are hardware/runtime-specific. MXFP8 and NVFP4 used fallback paths, while GGUF used on-demand dequantized matrix multiplication on the tested SM 8.9 GPU.
563
  """
564
 
565
 
 
587
  parser = argparse.ArgumentParser(description="Download and verify Krea 2 benchmark models")
588
  parser.add_argument("--models-dir", type=Path, required=True)
589
  parser.add_argument("--manifest", type=Path, default=Path(__file__).resolve().parents[1] / "provenance" / "model_manifest.json")
590
+ parser.add_argument("--all", action="store_true", help="Download all eight formats plus text encoder and VAE")
591
+ parser.add_argument("--format", choices=["bf16", "fp8_scaled", "int8_convrot", "mxfp8", "nvfp4", "int4_convrot", "gguf_q8_0", "gguf_q4_k_m"], action="append")
592
  parser.add_argument("--accept-krea-license", action="store_true")
593
  args = parser.parse_args()
594
  if not args.accept_krea_license:
 
599
  manifest = json.loads(args.manifest.read_text(encoding="utf-8"))
600
  args.models_dir.mkdir(parents=True, exist_ok=True)
601
  common = {"qwen3vl_4b_bf16.safetensors", "qwen_image_vae.safetensors"}
602
+ wanted = common | {item["filename"] for item in manifest["files"] if item.get("format_id") in selected}
603
  if args.all:
604
  wanted = {item["filename"] for item in manifest["files"]}
605
  for item in manifest["files"]:
 
609
  if destination.exists() and digest(destination) == item["sha256"]:
610
  print(f"verified {destination.name}")
611
  continue
612
+ cached = Path(hf_hub_download(repo_id=item["repository"], revision=item["revision"], filename=item["repository_path"]))
613
  shutil.copy2(cached, destination)
614
  actual = digest(destination)
615
  if actual != item["sha256"]:
 
652
  return 0
653
  api = HfApi()
654
  api.create_repo(repo_id=args.repo_id, repo_type="dataset", private=args.private, exist_ok=True)
655
+ api.upload_large_folder(
656
+ repo_id=args.repo_id,
657
+ repo_type="dataset",
658
+ folder_path=str(root),
659
+ private=args.private,
660
+ ignore_patterns=[".cache/**", "**/__pycache__/**", "*.pyc"],
661
+ num_workers=4,
662
+ print_report_every=30,
663
+ )
664
  print(f"https://huggingface.co/datasets/{args.repo_id}")
665
  return 0
666
 
 
683
  from urllib.parse import unquote
684
 
685
 
686
+ FORMATS = ("bf16", "fp8_scaled", "int8_convrot", "mxfp8", "nvfp4", "int4_convrot", "gguf_q8_0", "gguf_q4_k_m")
687
 
688
 
689
  def checksum(path: Path) -> str:
 
708
  errors: list[str] = []
709
  metadata_path = root / "data" / "train" / "metadata.jsonl"
710
  rows = [json.loads(line) for line in metadata_path.read_text(encoding="utf-8").splitlines() if line.strip()]
711
+ expected_rows = 30 * len(FORMATS)
712
+ fail(len(rows) != expected_rows, f"metadata rows: expected {expected_rows}, found {len(rows)}", errors)
713
+ fail(len({row["run_id"] for row in rows}) != expected_rows, "run_id values are not unique", errors)
714
  counts = Counter(row["format_id"] for row in rows)
715
  for fmt in FORMATS:
716
  fail(counts[fmt] != 30, f"{fmt}: expected 30, found {counts[fmt]}", errors)
 
721
  path = base / row[key]
722
  required_paths.append(path)
723
  fail(not path.is_file(), f"missing {key}: {path}", errors)
724
+ fail(len(list((root / "data" / "train" / "images").rglob("*.png"))) != expected_rows, f"expected {expected_rows} PNG images", errors)
725
+ fail(len(list((root / "raw").rglob("*.npy"))) != expected_rows * 2, f"expected {expected_rows * 2} NPY files", errors)
726
+ fail(len(list((root / "raw").rglob("*.npz"))) != expected_rows, f"expected {expected_rows} NPZ files", errors)
727
  fail(len(list((root / "comparison_sheets").rglob("*.*"))) != 93, "expected 93 comparison artifacts", errors)
728
+ fail(len(list((root / "telemetry").glob("*.csv"))) != 20, "expected 20 scored/bridge telemetry files", errors)
729
  expected_metric_rows = {
730
+ "image_core.csv": 240,
731
+ "image_advanced.csv": 240,
732
+ "latency_components.csv": 240,
733
+ "performance_runs.csv": 240,
734
+ "trajectory.csv": 3360,
735
+ "weight_parameters_all.csv": 3010,
736
  }
737
  for filename, expected in expected_metric_rows.items():
738
  with (root / "metrics" / filename).open("r", encoding="utf-8", newline="") as stream:
739
  metric_rows = list(csv.DictReader(stream))
740
  fail(len(metric_rows) != expected, f"{filename}: expected {expected} rows, found {len(metric_rows)}", errors)
741
  if filename in {"image_core.csv", "image_advanced.csv", "latency_components.csv", "performance_runs.csv"}:
742
+ fail(len({row["run_id"] for row in metric_rows}) != expected_rows, f"{filename}: run_id values are not unique", errors)
743
  forbidden_names = {".vendor", "advanced_metric_cache", "logs", "comfy_output", "__pycache__", ".cache", "cache"}
744
  for path in root.rglob("*"):
745
  fail(any(part in forbidden_names for part in path.parts), f"forbidden path: {path}", errors)
 
797
  try:
798
  from datasets import load_dataset
799
 
800
+ dataset = load_dataset(str(root), split="train")
801
+ fail(dataset.num_rows != expected_rows, f"ImageFolder rows: {dataset.num_rows}", errors)
802
  _ = dataset[0]["image"]
803
  except Exception as exc:
804
  errors.append(f"ImageFolder load failed: {exc}")
 
819
  '''
820
 
821
 
822
+ def build_release(benchmark_root: Path, destination: Path, config_path: Path) -> None:
823
  benchmark_root = benchmark_root.resolve()
824
+ config_path = config_path if config_path.is_absolute() else benchmark_root / config_path
825
+ config = load_configuration(config_path)
826
+ results = benchmark_root / config["paths"]["results_dir"]
827
+ expected_rows = len(config["prompts"]) * int(config["campaign"]["replicates"]) * len(FORMATS)
828
  if destination.exists():
829
  raise FileExistsError(f"Destination already exists: {destination}")
830
  assert_source_complete(results)
 
831
  source_manifest = json_load(results / "manifest.json")
832
  scored_runs = [row for row in jsonl_load(results / "runs.jsonl") if row.get("scored") and row.get("status") == "complete"]
833
+ if len(scored_runs) != expected_rows:
834
+ raise RuntimeError(f"Expected {expected_rows} successful scored run records, found {len(scored_runs)}")
835
  run_by_id = {row["run_id"]: row for row in scored_runs}
836
  prompt_by_id = {prompt["id"]: prompt for prompt in config["prompts"]}
837
  metric_maps: dict[str, dict[str, dict[str, str]]] = {}
838
  for group, filename in SCORING_TABLES.items():
839
  rows = csv_rows(results / "metrics" / filename)
840
  metric_maps[group] = {row["run_id"]: row for row in rows}
841
+ if len(metric_maps[group]) != expected_rows:
842
+ raise RuntimeError(f"{filename}: expected {expected_rows} run rows")
843
 
844
  destination.mkdir(parents=True)
845
  image_root = destination / "data" / "train" / "images"
846
  raw_root = destination / "raw"
847
  metadata_rows: list[dict[str, Any]] = []
848
  capture_dirs = [path for path in (results / "captures").iterdir() if path.is_dir() and CAPTURE_RE.match(path.name)]
849
+ if len(capture_dirs) != expected_rows:
850
+ raise RuntimeError(f"Expected {expected_rows} scored capture directories, found {len(capture_dirs)}")
851
  for capture in sorted(capture_dirs, key=lambda path: path.name):
852
  match = CAPTURE_RE.match(capture.name)
853
  assert match
 
865
  for filename in ("decoded_float32.npy", "final_latent_float32.npy", "trajectory.npz", "metadata.json"):
866
  shutil.copy2(capture / filename, release_raw / filename)
867
  checkpoint = config["formats"][fmt]["checkpoint"]
868
+ source = config["formats"][fmt].get("source", {})
869
  row: dict[str, Any] = {
870
  "file_name": image_relative.as_posix(),
871
  "run_id": run_id,
 
878
  "format_label": FORMAT_LABELS[fmt],
879
  "checkpoint_filename": checkpoint,
880
  "checkpoint_sha256": config["integrity"]["expected_sha256"][checkpoint],
881
+ "publisher_repository": source.get("repository", config["integrity"]["publisher_repository"]),
882
+ "publisher_revision": source.get("revision", config["integrity"]["publisher_revision"]),
883
+ "checkpoint_source_url": source.get("url"),
884
  "width": config["controls"]["width"],
885
  "height": config["controls"]["height"],
886
  "steps": config["controls"]["steps"],
 
907
  copy_tree(results / "metrics", destination / "metrics")
908
  copy_tree(results / "comparison_sheets", destination / "comparison_sheets")
909
  (destination / "telemetry").mkdir()
910
+ for source in sorted((results / "telemetry").glob("*.csv")):
911
+ if source.stem in set(FORMATS) | {f"system_{fmt}" for fmt in FORMATS} or source.stem.startswith(("bridge_", "system_bridge_")):
912
+ shutil.copy2(source, destination / "telemetry" / source.name)
913
  copy_tree(results / "validation", destination / "validation")
914
  report_text = (results / "TECHNICAL_REPORT.md").read_text(encoding="utf-8")
915
  report_text = re.sub(
 
930
  provenance / "environment-lock.json",
931
  {
932
  "comfyui": sanitized_manifest["comfyui"],
933
+ "comfyui_gguf": sanitized_manifest["comfyui_gguf"],
934
+ "lineage": sanitized_manifest["lineage"],
935
  "gpu": sanitized_manifest["gpu"],
936
  "platform": sanitized_manifest["platform"],
937
  "runtime": sanitized_manifest["runtime"],
 
954
 
955
  decision_rows = parse_decision_table(results / "TECHNICAL_REPORT.md")
956
  write_csv(destination / "tables" / "decision_table.csv", decision_rows)
957
+ decision_by_label = {row["format"]: row for row in decision_rows}
958
+ fidelity_order = sorted(FORMATS, key=lambda fmt: float(decision_by_label[FORMAT_LABELS[fmt]]["lpips_alex_median"]))
959
  ranking_rows = [
960
  {
961
  "fidelity_rank": rank,
 
964
  "scope": "BF16-relative checkpoint fidelity; no aesthetic composite score",
965
  "basis": "BF16 reference" if fmt == "bf16" else "LPIPS-Alex primary endpoint with supporting DISTS, DINOv2, latent, and weight evidence",
966
  }
967
+ for rank, fmt in enumerate(fidelity_order, 1)
968
  ]
969
  write_csv(destination / "tables" / "format_ranking.csv", ranking_rows)
970
  metric_dictionary = build_metric_dictionary(results / "metrics")
 
973
  destination / "tables" / "metadata_schema.json",
974
  {
975
  "schema_version": 1,
976
+ "rows": expected_rows,
977
  "identifiers": ["run_id", "prompt_id", "replicate", "seed", "format_id"],
978
  "image_field": "file_name",
979
  "raw_artifact_fields": ["decoded_array_path", "final_latent_path", "trajectory_path", "capture_metadata_path"],
 
1003
  shutil.copy2(benchmark_root / "requirements-analysis.txt", benchmark_release / "requirements-analysis.txt")
1004
  (reproduction / "README.md").write_text(build_reproduction_readme(), encoding="utf-8")
1005
  (reproduction / "download_models.py").write_text(build_download_script(), encoding="utf-8")
1006
+ base_config = load_configuration(benchmark_root / "config.json")
1007
+ (benchmark_release / "config_base.example.json").write_text(json.dumps(sanitize_configuration(base_config), indent=2, ensure_ascii=False) + "\n", encoding="utf-8")
1008
+ extended_template = json_load(config_path)
1009
+ extended_template["extends"] = "config.json"
1010
+ (benchmark_release / "config_extended.example.json").write_text(json.dumps(extended_template, indent=2, ensure_ascii=False) + "\n", encoding="utf-8")
1011
  (benchmark_release / "extra_model_paths.yaml.example").write_text(
1012
  "krea_benchmark:\n base_path: <COMMON_PARENT_DIRECTORY>\n diffusion_models: models\n text_encoders: models\n vae: models\n custom_nodes: Huggingface datasets/reproduction/benchmark/custom_nodes\n",
1013
  encoding="utf-8",
 
1067
  )
1068
  (destination / "CITATION.cff").write_text(
1069
  "cff-version: 1.2.0\nmessage: If you use this benchmark, please cite it.\ntitle: Krea 2 Turbo ComfyUI Format Fidelity Benchmark\n"
1070
+ "type: dataset\nversion: 2.0.0\ndate-released: 2026-07-13\nauthors:\n - name: Krea 2 Turbo Formats Benchmark Contributors\n"
1071
  "license: CC-BY-4.0\n",
1072
  encoding="utf-8",
1073
  )
 
1085
  release_manifest = {
1086
  "schema_version": 1,
1087
  "benchmark_id": config["benchmark_id"],
1088
+ "dataset_rows": expected_rows,
1089
  "format_counts": dict(Counter(row["format_id"] for row in metadata_rows)),
1090
  "file_counts_by_top_level": dict(sorted(category_counts.items())),
1091
  "payload_bytes_before_checksums": sum(path.stat().st_size for path in files_before_manifest),
 
1115
  def main() -> int:
1116
  parser = argparse.ArgumentParser(description="Build the clean Hugging Face release for the Krea 2 benchmark")
1117
  parser.add_argument("--benchmark-root", type=Path, default=Path(__file__).resolve().parents[1])
1118
+ parser.add_argument("--config", type=Path, default=Path("config_extended.json"))
1119
  parser.add_argument("--destination", type=Path, required=True)
1120
  args = parser.parse_args()
1121
+ build_release(args.benchmark_root, args.destination.resolve(), args.config)
1122
  print(args.destination.resolve())
1123
  return 0
1124