File size: 117,938 Bytes
e9659b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
[DEBUG] main.cpp:689  - version: stable-diffusion.cpp version master-813-bfbef5b-u13b9d92, commit 13b9d92
ggml_cuda_init: found 1 CUDA devices (Total VRAM: 97249 MiB):
  Device 0: NVIDIA RTX PRO 6000 Blackwell Server Edition, compute capability 12.0, VMM: yes, VRAM: 97249 MiB
[DEBUG] main.cpp:690  - System Info: 
   SSE3 = 1 |    SSSE3 = 1 |    AVX = 1 |    AVX_VNNI = 1 |    AVX2 = 1 |    F16C = 1 |    FMA = 1 |    BMI2 = 1 |    AVX512 = 1 |    AVX512_VBMI = 1 |    AVX512_VNNI = 1 |    AVX512_BF16 = 1 |    AMX_INT8 = 1 |    OPENMP = 1 |    REPACK = 1 | 
[DEBUG] main.cpp:691  - SDCliParams {
  mode: convert,
  output_path: "/tmp/h3-iq1/outputs/minimax_h3_fl2va_pruned-IQ1_S.gguf",
  image_path: "",
  metadata_format: "text",
  verbose: true,
  color: false,
  canny_preprocess: false,
  convert_name: true,
  preview_method: none,
  preview_interval: 1,
  preview_path: "preview.png",
  preview_fps: 16,
  taesd_preview: false,
  preview_noisy: false,
  imatrix_out: "",
  metadata_raw: false,
  metadata_brief: false,
  metadata_all: false
}
[DEBUG] main.cpp:692  - SDContextParams {
  n_threads: 192,
  model_path: "",
  clip_l_path: "",
  clip_g_path: "",
  clip_vision_path: "",
  t5xxl_path: "",
  llm_path: "",
  llm_vision_path: "",
  diffusion_model_path: "/tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors",
  high_noise_diffusion_model_path: "",
  uncond_diffusion_model_path: "",
  embeddings_connectors_path: "",
  vae_path: "",
  vae_format: "auto",
  audio_vae_path: "",
  taesd_path: "",
  esrgan_path: "",
  control_net_path: "",
  embedding_dir: "",
  embeddings: {
  }
  wtype: iq1_s,
  tensor_type_rules: "norm[0-9]*\.weight$=bf16,condition_proj\.weight$=bf16",
  lora_model_dir: ".",
  hires_upscalers_dir: "",
  photo_maker_path: "",
  rng_type: cuda,
  sampler_rng_type: NONE,
  offload_params_to_cpu: false,
  max_vram: "0",
  stream_layers: false,
  eager_load: false,
  backend: "",
  params_backend: "",
  split_mode: "",
  model_args: "",
  auto_fit: false,
  enable_mmap: false,
  control_net_cpu: false,
  clip_on_cpu: false,
  vae_on_cpu: false,
  flash_attn: false,
  diffusion_flash_attn: false,
  diffusion_conv_direct: false,
  vae_conv_direct: false,
  prediction: NONE,
  lora_apply_mode: auto,
  force_sdxl_vae_conv_scale: false
}
[DEBUG] main.cpp:693  - SDGenerationParams {
  loras: "{
  }",
  high_noise_loras: "{
  }",
  prompt: "",
  negative_prompt: "",
  ad_model_path: "",
  ad_prompt: "",
  ad_negative_prompt: "",
  extra_ad_args: "",
  clip_skip: -1,
  width: -1,
  height: -1,
  batch_count: 1,
  qwen_image_layers: 3,
  init_image_path: "",
  end_image_path: "",
  mask_image_path: "",
  control_image_path: "",
  ref_image_paths: [],
  ref_video_paths: [],
  ref_video_audio_paths: [],
  ref_audio_paths: [],
  control_video_path: "",
  auto_resize_ref_image: true,
  increase_ref_index: false,
  pm_id_images_dir: "",
  pm_id_embed_path: "",
  pm_style_strength: 20,
  skip_layers: [7, 8, 9],
  sample_params: (txt_cfg: 7.00, img_cfg: 7.00, distilled_guidance: 3.50, slg.layer_count: 0, slg.layer_start: 0.01, slg.layer_end: 0.20, slg.scale: 0.00, scheduler: NONE, sample_method: NONE, sample_steps: 20, eta: inf, shifted_timestep: 0, flow_shift: inf, extra_sample_args: ),
  high_noise_skip_layers: [7, 8, 9],
  high_noise_sample_params: (txt_cfg: 7.00, img_cfg: 7.00, distilled_guidance: 3.50, slg.layer_count: 0, slg.layer_start: 0.01, slg.layer_end: 0.20, slg.scale: 0.00, scheduler: NONE, sample_method: NONE, sample_steps: 20, eta: inf, shifted_timestep: 0, flow_shift: inf, extra_sample_args: ),
  custom_sigmas: [],
  cache_mode: "",
  cache_option: "",
  cache: disabled (threshold=inf, start=0.15, end=0.95),
  moe_boundary: 0.875,
  video_frames: 1,
  fps: 16,
  vace_strength: 1,
  strength: 0.75,
  control_strength: 0.9,
  seed: 42,
  upscale_repeats: 1,
  upscale_tile_size: 128,
  hires: { enabled: false, upscaler: "Latent", model_path: "", scale: 2, target_width: 0, target_height: 0, steps: 0, denoising_strength: 0.7, custom_sigmas: [], upscale_tile_size: 128 },
  vae_tiling_params: { 0, 0, 0, 0, 0.5, 0, 0, "" },
}
[INFO ] main.cpp:704  - loading imatrix from '/tmp/h3-iq1/outputs/minimax_h3_fl2va_pruned.imatrix'
[INFO ] model_loader.cpp:242  - load /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors using safetensors format
[DEBUG] model_loader.cpp:316  - init from '/tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors', prefix = 'model.diffusion_model.'
[INFO ] convert.cpp:68   - collected 532 tensors for export
[INFO ] gguf_io.cpp:164  - trying to save tensors to /tmp/h3-iq1/outputs/minimax_h3_fl2va_pruned-IQ1_S.gguf
[INFO ] convert.cpp:169  - streaming convert with 192 threads
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#                                                 | 1/532 - 2.84MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#                                                 | 2/532 - 4.32MB/s
  |#                                                 | 3/532 - 19.70MB/s
  |#                                                 | 4/532 - 19.72MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#                                                 | 5/532 - 74.40MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#                                                 | 6/532 - 74.42MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#                                                 | 7/532 - 182.28MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#                                                 | 8/532 - 183.07MB/s
  |#                                                 | 9/532 - 183.86MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#                                                 | 10/532 - 183.91MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##                                                | 11/532 - 183.93MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##                                                | 12/532 - 183.94MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##                                                | 13/532 - 270.12MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##                                                | 14/532 - 270.80MB/s
  |##                                                | 15/532 - 271.49MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##                                                | 16/532 - 266.05MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##                                                | 17/532 - 266.07MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##                                                | 18/532 - 250.43MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##                                                | 19/532 - 337.29MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##                                                | 20/532 - 319.12MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##                                                | 21/532 - 319.69MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] [DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] [DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
odel_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] odel_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] [DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###                                               | 22/532 - 46.04MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###                                               | 23/532 - 44.66MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###                                               | 24/532 - 18.68MB/s
  |###                                               | 25/532 - 18.71MB/s
  |###                                               | 26/532 - 14.23MB/s
  |###                                               | 27/532 - 11.46MB/s
  |###                                               | 28/532 - 11.47MB/s
  |###                                               | 29/532 - 11.44MB/s
  |###                                               | 30/532 - 11.44MB/s
  |###                                               | 31/532 - 11.80MB/s
  |####                                              | 32/532 - 11.82MB/s
  |####                                              | 33/532 - 11.84MB/s
  |####                                              | 34/532 - 11.82MB/s
  |####                                              | 35/532 - 11.82MB/s
  |####                                              | 36/532 - 11.82MB/s
  |####                                              | 37/532 - 11.82MB/s
  |####                                              | 38/532 - 11.80MB/s
  |####                                              | 39/532 - 11.80MB/s
  |####                                              | 40/532 - 11.80MB/s
  |####                                              | 41/532 - 11.80MB/s
  |####                                              | 42/532 - 14.60MB/s
  |#####                                             | 43/532 - 14.60MB/s
  |#####                                             | 44/532 - 14.60MB/s
  |#####                                             | 45/532 - 14.60MB/s
  |#####                                             | 46/532 - 14.59MB/s
  |#####                                             | 47/532 - 14.50MB/s
  |#####                                             | 48/532 - 14.49MB/s
  |#####                                             | 49/532 - 14.51MB/s
  |#####                                             | 50/532 - 14.53MB/s
  |#####                                             | 51/532 - 14.55MB/s
  |#####                                             | 52/532 - 14.57MB/s
  |#####                                             | 53/532 - 14.56MB/s
  |######                                            | 54/532 - 14.58MB/s
  |######                                            | 55/532 - 14.60MB/s
  |######                                            | 56/532 - 14.51MB/s
  |######                                            | 57/532 - 12.55MB/s
  |######                                            | 58/532 - 12.57MB/s
  |######                                            | 59/532 - 12.59MB/s
  |######                                            | 60/532 - 12.86MB/s
  |######                                            | 61/532 - 13.16MB/s
  |######                                            | 62/532 - 13.46MB/s
  |######                                            | 63/532 - 13.76MB/s
  |#######                                           | 64/532 - 14.03MB/s
  |#######                                           | 65/532 - 12.38MB/s
  |#######                                           | 66/532 - 12.62MB/s
  |#######                                           | 67/532 - 14.65MB/s
  |#######                                           | 68/532 - 14.66MB/s
  |#######                                           | 69/532 - 16.44MB/s
  |#######                                           | 70/532 - 18.22MB/s
  |#######                                           | 71/532 - 17.90MB/s
  |#######                                           | 72/532 - 19.47MB/s
  |#######                                           | 73/532 - 21.05MB/s
  |#######                                           | 74/532 - 20.49MB/s[DEBUG] [DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - 
[DEBUG] model_loader.cpp:1042 - 
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] 
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] [DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - [DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########                                          | 75/532 - 18.76MB/s
  |########                                          | 76/532 - 18.68MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########                                          | 77/532 - 18.66MB/s
  |########                                          | 78/532 - 19.97MB/s
  |########                                          | 79/532 - 19.98MB/s
  |########                                          | 80/532 - 19.96MB/s
  |########                                          | 81/532 - 19.97MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########                                          | 82/532 - 19.97MB/s
  |########                                          | 83/532 - 19.98MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########                                          | 84/532 - 19.99MB/s
  |########                                          | 85/532 - 20.13MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########                                         | 86/532 - 20.14MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########                                         | 87/532 - 20.15MB/s
  |#########                                         | 88/532 - 20.16MB/s
  |#########                                         | 89/532 - 20.17MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########                                         | 90/532 - 20.33MB/s
  |#########                                         | 91/532 - 20.34MB/s
  |#########                                         | 92/532 - 20.34MB/s
  |#########                                         | 93/532 - 21.63MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########                                         | 94/532 - 21.64MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########                                         | 95/532 - 21.80MB/s
  |##########                                        | 96/532 - 21.81MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########                                        | 97/532 - 21.81MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########                                        | 98/532 - 21.81MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########                                        | 99/532 - 21.81MB/s
  |##########                                        | 100/532 - 21.97MB/s
  |##########                                        | 101/532 - 21.98MB/s
  |##########                                        | 102/532 - 21.98MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########                                        | 103/532 - 21.97MB/s
  |##########                                        | 104/532 - 22.14MB/s
  |##########                                        | 105/532 - 22.14MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########                                        | 106/532 - 22.13MB/s
  |###########                                       | 107/532 - 23.43MB/s
  |###########                                       | 108/532 - 23.44MB/s
  |###########                                       | 109/532 - 23.44MB/s
  |###########                                       | 110/532 - 23.45MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########                                       | 111/532 - 23.45MB/s
  |###########                                       | 112/532 - 23.62MB/s
  |###########                                       | 113/532 - 23.62MB/s[DEBUG] [DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors


  |###########                                       | 114/532 - 23.62MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########                                       | 115/532 - 24.90MB/s
  |###########                                       | 116/532 - 24.90MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########                                       | 117/532 - 24.90MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############                                      | 118/532 - 26.20MB/s
  |############                                      | 119/532 - 26.20MB/s
  |############                                      | 120/532 - 26.21MB/s
  |############                                      | 121/532 - 26.21MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############                                      | 122/532 - 26.37MB/s
  |############                                      | 123/532 - 26.37MB/s
  |############                                      | 124/532 - 26.37MB/s
  |############                                      | 125/532 - 26.37MB/s
  |############                                      | 126/532 - 26.36MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############                                      | 127/532 - 26.37MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############                                     | 128/532 - 26.37MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############                                     | 129/532 - 26.37MB/s
  |#############                                     | 130/532 - 27.67MB/s
  |#############                                     | 131/532 - 27.83MB/s
  |#############                                     | 132/532 - 27.97MB/s
  |#############                                     | 133/532 - 28.13MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############                                     | 134/532 - 28.14MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############                                     | 135/532 - 28.15MB/s
  |#############                                     | 136/532 - 28.15MB/s
  |#############                                     | 137/532 - 28.15MB/s
  |#############                                     | 138/532 - 28.16MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############                                    | 139/532 - 28.32MB/s
  |##############                                    | 140/532 - 28.32MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############                                    | 141/532 - 29.59MB/s
  |##############                                    | 142/532 - 29.59MB/s
  |##############                                    | 143/532 - 29.60MB/s
  |##############                                    | 144/532 - 29.61MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############                                    | 145/532 - 29.77MB/s
  |##############                                    | 146/532 - 29.77MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############                                    | 147/532 - 29.77MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############                                    | 148/532 - 29.77MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############                                   | 149/532 - 29.94MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############                                   | 150/532 - 29.94MB/s
  |###############                                   | 151/532 - 29.94MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############                                   | 152/532 - 29.93MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############                                   | 153/532 - 31.22MB/s
  |###############                                   | 154/532 - 31.23MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############                                   | 155/532 - 32.50MB/s
  |###############                                   | 156/532 - 30.43MB/s
  |###############                                   | 157/532 - 30.43MB/s
  |###############                                   | 158/532 - 30.58MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############                                   | 159/532 - 30.59MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################                                  | 160/532 - 30.59MB/s
  |################                                  | 161/532 - 30.60MB/s
  |################                                  | 162/532 - 30.72MB/s
  |################                                  | 163/532 - 30.72MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################                                  | 164/532 - 30.73MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################                                  | 165/532 - 30.74MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################                                  | 166/532 - 30.74MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################                                  | 167/532 - 31.93MB/s
  |################                                  | 168/532 - 33.14MB/s
  |################                                  | 169/532 - 33.14MB/s
  |################                                  | 170/532 - 33.14MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#################                                 | 171/532 - 34.33MB/s
  |#################                                 | 172/532 - 34.33MB/s
  |#################                                 | 173/532 - 34.33MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#################                                 | 174/532 - 34.49MB/s
  |#################                                 | 175/532 - 34.49MB/s
  |#################                                 | 176/532 - 34.65MB/s
  |#################                                 | 177/532 - 34.80MB/s
  |#################                                 | 178/532 - 34.80MB/s
  |#################                                 | 179/532 - 34.81MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#################                                 | 180/532 - 35.99MB/s
  |##################                                | 181/532 - 35.99MB/s
  |##################                                | 182/532 - 36.14MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################                                | 183/532 - 36.14MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################                                | 184/532 - 36.15MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################                                | 185/532 - 37.35MB/s
  |##################                                | 186/532 - 38.53MB/s
  |##################                                | 187/532 - 38.54MB/s
  |##################                                | 188/532 - 38.55MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################                                | 189/532 - 38.70MB/s
  |##################                                | 190/532 - 38.70MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################                                | 191/532 - 38.70MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################                               | 192/532 - 38.70MB/s
  |###################                               | 193/532 - 39.91MB/s
  |###################                               | 194/532 - 39.91MB/s
  |###################                               | 195/532 - 39.92MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################                               | 196/532 - 39.89MB/s
  |###################                               | 197/532 - 39.89MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################                               | 198/532 - 39.90MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################                               | 199/532 - 40.05MB/s
  |###################                               | 200/532 - 41.19MB/s
  |###################                               | 201/532 - 42.39MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################                               | 202/532 - 42.33MB/s
  |####################                              | 203/532 - 42.34MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |####################                              | 204/532 - 42.49MB/s
  |####################                              | 205/532 - 42.49MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |####################                              | 206/532 - 43.62MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |####################                              | 207/532 - 43.60MB/s
  |####################                              | 208/532 - 43.60MB/s
  |####################                              | 209/532 - 44.77MB/s
  |####################                              | 210/532 - 44.66MB/s
  |####################                              | 211/532 - 44.67MB/s
  |####################                              | 212/532 - 44.67MB/s
  |#####################                             | 213/532 - 44.67MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#####################                             | 214/532 - 44.68MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#####################                             | 215/532 - 44.64MB/s
  |#####################                             | 216/532 - 45.83MB/s
  |#####################                             | 217/532 - 45.98MB/s
  |#####################                             | 218/532 - 45.98MB/s
  |#####################                             | 219/532 - 46.13MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#####################                             | 220/532 - 46.13MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#####################                             | 221/532 - 46.10MB/s
  |#####################                             | 222/532 - 46.11MB/s
  |#####################                             | 223/532 - 46.11MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################                            | 224/532 - 46.11MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################                            | 225/532 - 47.31MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################                            | 226/532 - 47.46MB/s
  |######################                            | 227/532 - 47.46MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################                            | 228/532 - 48.61MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################                            | 229/532 - 49.80MB/s
  |######################                            | 230/532 - 49.81MB/s
  |######################                            | 231/532 - 49.82MB/s
  |######################                            | 232/532 - 49.97MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################                            | 233/532 - 51.12MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################                            | 234/532 - 51.13MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#######################                           | 235/532 - 51.13MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#######################                           | 236/532 - 52.32MB/s
  |#######################                           | 237/532 - 52.33MB/s
  |#######################                           | 238/532 - 52.48MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#######################                           | 239/532 - 53.63MB/s
  |#######################                           | 240/532 - 53.63MB/s
  |#######################                           | 241/532 - 54.82MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#######################                           | 242/532 - 54.56MB/s
  |#######################                           | 243/532 - 54.57MB/s
  |#######################                           | 244/532 - 54.72MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################                          | 245/532 - 54.67MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################                          | 246/532 - 54.63MB/s
  |########################                          | 247/532 - 54.64MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################                          | 248/532 - 55.78MB/s
  |########################                          | 249/532 - 55.92MB/s
  |########################                          | 250/532 - 55.92MB/s
  |########################                          | 251/532 - 55.93MB/s
  |########################                          | 252/532 - 55.93MB/s
  |########################                          | 253/532 - 55.94MB/s
  |########################                          | 254/532 - 57.12MB/s
  |########################                          | 255/532 - 57.13MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################                         | 256/532 - 57.28MB/s
  |#########################                         | 257/532 - 57.28MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################                         | 258/532 - 57.23MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################                         | 259/532 - 54.28MB/s
  |#########################                         | 260/532 - 55.40MB/s
  |#########################                         | 261/532 - 55.41MB/s
  |#########################                         | 262/532 - 55.42MB/s
  |#########################                         | 263/532 - 55.56MB/s
  |#########################                         | 264/532 - 55.56MB/s
  |#########################                         | 265/532 - 55.57MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] [DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################                        | 266/532 - 55.71MB/s
  |##########################                        | 267/532 - 55.67MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################                        | 268/532 - 55.67MB/s
  |##########################                        | 269/532 - 55.67MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################                        | 270/532 - 56.79MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################                        | 271/532 - 56.50MB/s
  |##########################                        | 272/532 - 56.51MB/s
  |##########################                        | 273/532 - 56.52MB/s
  |##########################                        | 274/532 - 56.52MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################                        | 275/532 - 56.48MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################                        | 276/532 - 57.54MB/s
  |###########################                       | 277/532 - 57.55MB/s
  |###########################                       | 278/532 - 58.66MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########################                       | 279/532 - 58.45MB/s
  |###########################                       | 280/532 - 58.41MB/s
  |###########################                       | 281/532 - 58.41MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########################                       | 282/532 - 58.37MB/s
  |###########################                       | 283/532 - 59.47MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########################                       | 284/532 - 59.08MB/s
  |###########################                       | 285/532 - 59.04MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########################                       | 286/532 - 59.14MB/s
  |###########################                       | 287/532 - 60.23MB/s
  |############################                      | 288/532 - 57.43MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################                      | 289/532 - 57.02MB/s
  |############################                      | 290/532 - 5.23MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################                      | 291/532 - 5.23MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################                      | 292/532 - 5.22MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################                      | 293/532 - 5.22MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################                      | 294/532 - 5.30MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################                      | 295/532 - 5.30MB/s
  |############################                      | 296/532 - 5.62MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################                      | 297/532 - 5.62MB/s
  |#############################                     | 298/532 - 6.01MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################                     | 299/532 - 6.33MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################                     | 300/532 - 6.74MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################                     | 301/532 - 6.71MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################                     | 302/532 - 6.71MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################                     | 303/532 - 6.72MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################                     | 304/532 - 6.80MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################                     | 305/532 - 6.77MB/s
  |#############################                     | 306/532 - 7.17MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################                     | 307/532 - 7.16MB/s
  |#############################                     | 308/532 - 7.53MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################                    | 309/532 - 7.89MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################                    | 310/532 - 8.28MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################                    | 311/532 - 8.27MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################                    | 312/532 - 8.67MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################                    | 313/532 - 9.03MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################                    | 314/532 - 9.03MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################                    | 315/532 - 9.43MB/s
  |##############################                    | 316/532 - 9.43MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################                    | 317/532 - 9.83MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################                    | 318/532 - 9.82MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################                    | 319/532 - 9.83MB/s
  |###############################                   | 320/532 - 9.83MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############################                   | 321/532 - 9.87MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############################                   | 322/532 - 9.86MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############################                   | 323/532 - 9.86MB/s
  |###############################                   | 324/532 - 9.97MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############################                   | 325/532 - 9.97MB/s
  |###############################                   | 326/532 - 9.97MB/s
  |###############################                   | 327/532 - 9.93MB/s
  |###############################                   | 328/532 - 10.31MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############################                   | 329/532 - 10.70MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################################                  | 330/532 - 10.70MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################################                  | 331/532 - 10.70MB/s
  |################################                  | 332/532 - 10.69MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################################                  | 333/532 - 10.66MB/s
  |################################                  | 334/532 - 10.86MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################################                  | 335/532 - 6.88MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################################                  | 336/532 - 7.17MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################################                  | 337/532 - 7.17MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################################                  | 338/532 - 7.17MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################################                  | 339/532 - 7.17MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################################                  | 340/532 - 7.17MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#################################                 | 341/532 - 7.23MB/s
  |#################################                 | 342/532 - 7.59MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#################################                 | 343/532 - 7.97MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#################################                 | 344/532 - 8.37MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#################################                 | 345/532 - 8.72MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#################################                 | 346/532 - 9.15MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#################################                 | 347/532 - 9.55MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#################################                 | 348/532 - 9.74MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#################################                 | 349/532 - 9.88MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#################################                 | 350/532 - 10.08MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#################################                 | 351/532 - 10.25MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################################                | 352/532 - 10.44MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################################                | 353/532 - 10.62MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################################                | 354/532 - 10.80MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################################                | 355/532 - 11.15MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################################                | 356/532 - 11.56MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################################                | 357/532 - 11.77MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################################                | 358/532 - 11.95MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################################                | 359/532 - 12.12MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################################                | 360/532 - 12.33MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################################                | 361/532 - 12.50MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################################               | 362/532 - 12.70MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################################               | 363/532 - 12.76MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################################               | 364/532 - 13.10MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################################               | 365/532 - 13.47MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################################               | 366/532 - 13.88MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################################               | 367/532 - 13.96MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################################               | 368/532 - 14.16MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################################               | 369/532 - 14.39MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################################               | 370/532 - 11.43MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################################               | 371/532 - 11.75MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###################################               | 372/532 - 12.20MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |####################################              | 373/532 - 12.55MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |####################################              | 374/532 - 12.38MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |####################################              | 375/532 - 12.80MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |####################################              | 376/532 - 12.89MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |####################################              | 377/532 - 13.03MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |####################################              | 378/532 - 13.39MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |####################################              | 379/532 - 13.50MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |####################################              | 380/532 - 13.62MB/s
  |####################################              | 381/532 - 13.99MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |####################################              | 382/532 - 14.05MB/s
  |####################################              | 383/532 - 14.44MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#####################################             | 384/532 - 14.49MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#####################################             | 385/532 - 14.59MB/s
  |#####################################             | 386/532 - 14.70MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#####################################             | 387/532 - 14.83MB/s
  |#####################################             | 388/532 - 14.97MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#####################################             | 389/532 - 15.36MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#####################################             | 390/532 - 15.69MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#####################################             | 391/532 - 16.10MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#####################################             | 392/532 - 16.12MB/s
  |#####################################             | 393/532 - 16.19MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################################            | 394/532 - 16.60MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################################            | 395/532 - 16.70MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################################            | 396/532 - 16.81MB/s
  |######################################            | 397/532 - 17.11MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################################            | 398/532 - 17.06MB/s
  |######################################            | 399/532 - 17.46MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################################            | 400/532 - 15.28MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################################            | 401/532 - 15.34MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################################            | 402/532 - 15.70MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################################            | 403/532 - 15.87MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################################            | 404/532 - 16.00MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#######################################           | 405/532 - 16.22MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#######################################           | 406/532 - 16.39MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#######################################           | 407/532 - 16.48MB/s
  |#######################################           | 408/532 - 16.55MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#######################################           | 409/532 - 16.66MB/s
  |#######################################           | 410/532 - 16.67MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#######################################           | 411/532 - 16.84MB/s
  |#######################################           | 412/532 - 17.06MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#######################################           | 413/532 - 17.16MB/s
  |#######################################           | 414/532 - 17.36MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################################          | 415/532 - 17.72MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################################          | 416/532 - 18.07MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################################          | 417/532 - 18.28MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################################          | 418/532 - 18.61MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################################          | 419/532 - 19.01MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################################          | 420/532 - 19.44MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################################          | 421/532 - 19.63MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################################          | 422/532 - 19.85MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################################          | 423/532 - 20.27MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################################          | 424/532 - 20.40MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |########################################          | 425/532 - 20.67MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################################         | 426/532 - 21.09MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################################         | 427/532 - 21.51MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################################         | 428/532 - 21.75MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################################         | 429/532 - 22.17MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################################         | 430/532 - 22.57MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################################         | 431/532 - 22.78MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################################         | 432/532 - 20.05MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################################         | 433/532 - 20.08MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################################         | 434/532 - 20.01MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################################         | 435/532 - 20.19MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#########################################         | 436/532 - 20.34MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################################        | 437/532 - 20.39MB/s
  |##########################################        | 438/532 - 19.42MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################################        | 439/532 - 19.31MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################################        | 440/532 - 19.12MB/s
  |##########################################        | 441/532 - 19.24MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################################        | 442/532 - 19.31MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################################        | 443/532 - 19.27MB/s
  |##########################################        | 444/532 - 19.36MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################################        | 445/532 - 19.57MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################################        | 446/532 - 19.71MB/s
  |###########################################       | 447/532 - 19.84MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########################################       | 448/532 - 20.04MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########################################       | 449/532 - 20.17MB/s
  |###########################################       | 450/532 - 20.34MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########################################       | 451/532 - 20.45MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########################################       | 452/532 - 20.57MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########################################       | 453/532 - 20.68MB/s
  |###########################################       | 454/532 - 20.91MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########################################       | 455/532 - 21.01MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########################################       | 456/532 - 21.15MB/s
  |###########################################       | 457/532 - 21.30MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################################      | 458/532 - 21.44MB/s
  |############################################      | 459/532 - 21.66MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################################      | 460/532 - 21.86MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################################      | 461/532 - 22.01MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################################      | 462/532 - 20.05MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################################      | 463/532 - 20.26MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################################      | 464/532 - 20.35MB/s
  |############################################      | 465/532 - 20.54MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################################      | 466/532 - 20.71MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################################      | 467/532 - 20.82MB/s
  |############################################      | 468/532 - 20.96MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################################     | 469/532 - 21.23MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################################     | 470/532 - 21.41MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################################     | 471/532 - 21.50MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################################     | 472/532 - 21.69MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################################     | 473/532 - 21.80MB/s
  |#############################################     | 474/532 - 21.82MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################################     | 475/532 - 22.09MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################################     | 476/532 - 22.19MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################################     | 477/532 - 22.25MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################################     | 478/532 - 21.18MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################################    | 479/532 - 21.15MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################################    | 480/532 - 21.34MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################################    | 481/532 - 21.55MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################################    | 482/532 - 21.70MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################################    | 483/532 - 21.86MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################################    | 484/532 - 21.93MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################################    | 485/532 - 22.13MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################################    | 486/532 - 22.25MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################################    | 487/532 - 21.44MB/s
  |##############################################    | 488/532 - 21.52MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################################    | 489/532 - 21.69MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############################################   | 490/532 - 21.72MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############################################   | 491/532 - 21.84MB/s
  |###############################################   | 492/532 - 21.96MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############################################   | 493/532 - 22.10MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############################################   | 494/532 - 22.13MB/s
  |###############################################   | 495/532 - 21.62MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############################################   | 496/532 - 22.01MB/s
  |###############################################   | 497/532 - 21.93MB/s
  |###############################################   | 498/532 - 21.95MB/s
  |###############################################   | 499/532 - 22.11MB/s
  |###############################################   | 500/532 - 22.29MB/s
  |################################################  | 501/532 - 22.43MB/s
  |################################################  | 502/532 - 22.55MB/s
  |################################################  | 503/532 - 22.66MB/s
  |################################################  | 504/532 - 22.79MB/s
  |################################################  | 505/532 - 22.98MB/s
  |################################################  | 506/532 - 23.17MB/s
  |################################################  | 507/532 - 23.30MB/s
  |################################################  | 508/532 - 23.43MB/s
  |################################################  | 509/532 - 23.63MB/s
  |################################################  | 510/532 - 23.57MB/s
  |################################################# | 511/532 - 23.10MB/s
  |################################################# | 512/532 - 23.25MB/s
  |################################################# | 513/532 - 23.35MB/s
  |################################################# | 514/532 - 23.55MB/s
  |################################################# | 515/532 - 23.69MB/s
  |################################################# | 516/532 - 23.76MB/s
  |################################################# | 517/532 - 23.95MB/s
  |################################################# | 518/532 - 24.14MB/s
  |################################################# | 519/532 - 24.24MB/s
  |################################################# | 520/532 - 24.31MB/s
  |################################################# | 521/532 - 24.47MB/s
  |##################################################| 522/532 - 23.88MB/s
  |##################################################| 523/532 - 24.05MB/s
  |##################################################| 524/532 - 24.16MB/s
  |##################################################| 525/532 - 24.32MB/s
  |##################################################| 526/532 - 24.42MB/s
  |##################################################| 527/532 - 24.56MB/s
  |##################################################| 528/532 - 24.17MB/s
  |##################################################| 529/532 - 24.34MB/s
  |##################################################| 530/532 - 24.48MB/s
  |##################################################| 531/532 - 24.58MB/s
  |##################################################| 532/532 - 24.74MB/s

[INFO ] convert.cpp:292  - streaming conversion completed, taking 156.64s
[INFO ] main.cpp:729  - convert ''/'' to '/tmp/h3-iq1/outputs/minimax_h3_fl2va_pruned-IQ1_S.gguf' success