File size: 117,639 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
[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_M.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_m,
  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_M.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
  |#                                                 | 2/532 - 4.71MB/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

  |#                                                 | 3/532 - 54.46MB/s
  |#                                                 | 4/532 - 68.66MB/s
  |#                                                 | 5/532 - 68.68MB/s
  |#                                                 | 6/532 - 68.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 - [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
  |#                                                 | 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
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#                                                 | 10/532 - 170.74MB/s
  |##                                                | 11/532 - 183.93MB/s
  |##                                                | 12/532 - 171.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

  |##                                                | 13/532 - 253.24MB/s
  |##                                                | 14/532 - 253.88MB/s
  |##                                                | 15/532 - 254.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

  |##                                                | 16/532 - 266.05MB/s
  |##                                                | 17/532 - 250.42MB/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
[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
  |##                                                | 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

  |###                                               | 22/532 - 329.94MB/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] 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 - oading 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] [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
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
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] [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
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 - 
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
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] [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
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] [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

  |###                                               | 23/532 - 18.25MB/s
  |###                                               | 24/532 - 17.95MB/s
  |###                                               | 25/532 - 17.84MB/s
  |###                                               | 26/532 - 17.87MB/s
  |###                                               | 27/532 - 17.87MB/s
  |###                                               | 28/532 - 14.08MB/s
  |###                                               | 29/532 - 11.39MB/s
  |###                                               | 30/532 - 11.39MB/s
  |###                                               | 31/532 - 11.41MB/s
  |####                                              | 32/532 - 11.41MB/s
  |####                                              | 33/532 - 11.39MB/s
  |####                                              | 34/532 - 11.39MB/s
  |####                                              | 35/532 - 11.41MB/s
  |####                                              | 36/532 - 11.41MB/s
  |####                                              | 37/532 - 11.43MB/s
  |####                                              | 38/532 - 11.43MB/s
  |####                                              | 39/532 - 11.40MB/s
  |####                                              | 40/532 - 14.20MB/s
  |####                                              | 41/532 - 14.22MB/s
  |####                                              | 42/532 - 14.22MB/s
  |#####                                             | 43/532 - 16.88MB/s
  |#####                                             | 44/532 - 14.42MB/s
  |#####                                             | 45/532 - 14.42MB/s
  |#####                                             | 46/532 - 14.44MB/s
  |#####                                             | 47/532 - 14.41MB/s
  |#####                                             | 48/532 - 14.41MB/s
  |#####                                             | 49/532 - 16.72MB/s
  |#####                                             | 50/532 - 14.72MB/s
  |#####                                             | 51/532 - 14.69MB/s
  |#####                                             | 52/532 - 14.70MB/s
  |#####                                             | 53/532 - 14.96MB/s
  |######                                            | 54/532 - 13.20MB/s
  |######                                            | 55/532 - 11.93MB/s
  |######                                            | 56/532 - 10.80MB/s
  |######                                            | 57/532 - 10.98MB/s
  |######                                            | 58/532 - 10.98MB/s
  |######                                            | 59/532 - 11.16MB/s
  |######                                            | 60/532 - 11.16MB/s
  |######                                            | 61/532 - 11.33MB/s
  |######                                            | 62/532 - 11.34MB/s
  |######                                            | 63/532 - 11.52MB/s
  |#######                                           | 64/532 - 11.53MB/s
  |#######                                           | 65/532 - 11.54MB/s
  |#######                                           | 66/532 - 11.72MB/s
  |#######                                           | 67/532 - 11.73MB/s
  |#######                                           | 68/532 - 11.70MB/s
  |#######                                           | 69/532 - 13.13MB/s
  |#######                                           | 70/532 - 14.57MB/s
  |#######                                           | 71/532 - 15.99MB/s
  |#######                                           | 72/532 - 17.42MB/s
  |#######                                           | 73/532 - 18.84MB/s
  |#######                                           | 74/532 - 20.28MB/s[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] 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
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 - oading 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
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.safetensorsmodel_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 - oading 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.41MB/s
  |########                                          | 76/532 - 18.57MB/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 - 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

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

  |########                                          | 80/532 - 19.83MB/s
  |########                                          | 81/532 - 19.97MB/s
  |########                                          | 82/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

  |########                                          | 83/532 - 19.99MB/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

  |########                                          | 84/532 - 20.14MB/s
  |########                                          | 85/532 - 20.14MB/s
  |#########                                         | 86/532 - 21.43MB/s
  |#########                                         | 87/532 - 21.44MB/s
  |#########                                         | 88/532 - 21.45MB/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

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

  |#########                                         | 90/532 - 21.59MB/s
  |#########                                         | 91/532 - 21.59MB/s
  |#########                                         | 92/532 - 21.59MB/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

  |#########                                         | 93/532 - 22.89MB/s
  |#########                                         | 94/532 - 22.89MB/s
  |#########                                         | 95/532 - 22.88MB/s
  |##########                                        | 96/532 - 23.04MB/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 - 23.04MB/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

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

  |##########                                        | 100/532 - 23.22MB/s
  |##########                                        | 101/532 - 23.22MB/s
  |##########                                        | 102/532 - 23.22MB/s
  |##########                                        | 103/532 - 23.23MB/s
  |##########                                        | 104/532 - 23.23MB/s
  |##########                                        | 105/532 - 23.24MB/s
  |##########                                        | 106/532 - 23.24MB/s
  |###########                                       | 107/532 - 23.23MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########                                       | 108/532 - 23.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

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

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

  |###########                                       | 114/532 - 23.24MB/s
  |###########                                       | 115/532 - 23.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

  |###########                                       | 116/532 - 23.24MB/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

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

  |############                                      | 119/532 - 23.41MB/s
  |############                                      | 120/532 - 23.42MB/s
  |############                                      | 121/532 - 23.40MB/s
  |############                                      | 122/532 - 23.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

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

  |############                                      | 127/532 - 23.41MB/s
  |#############                                     | 128/532 - 23.41MB/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 - 23.57MB/s
  |#############                                     | 130/532 - 23.58MB/s
  |#############                                     | 131/532 - 23.58MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############                                     | 132/532 - 23.57MB/s
  |#############                                     | 133/532 - 23.58MB/s
  |#############                                     | 134/532 - 23.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

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

  |#############                                     | 137/532 - 23.59MB/s
  |#############                                     | 138/532 - 24.86MB/s
  |##############                                    | 139/532 - 26.15MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############                                    | 140/532 - 24.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

  |##############                                    | 141/532 - 24.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

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

  |##############                                    | 143/532 - 25.11MB/s
  |##############                                    | 144/532 - 25.26MB/s
  |##############                                    | 145/532 - 25.26MB/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

  |##############                                    | 146/532 - 25.39MB/s
  |##############                                    | 147/532 - 25.39MB/s
  |##############                                    | 148/532 - 25.39MB/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 - 26.60MB/s
  |###############                                   | 150/532 - 27.80MB/s
  |###############                                   | 151/532 - 27.78MB/s
  |###############                                   | 152/532 - 27.93MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############                                   | 153/532 - 27.94MB/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

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

  |###############                                   | 155/532 - 30.35MB/s
  |###############                                   | 156/532 - 30.35MB/s
  |###############                                   | 157/532 - 30.35MB/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

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

  |###############                                   | 159/532 - 31.52MB/s
  |################                                  | 160/532 - 31.53MB/s
  |################                                  | 161/532 - 31.54MB/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

  |################                                  | 162/532 - 31.54MB/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

  |################                                  | 163/532 - 32.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 - 33.92MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |################                                  | 165/532 - 34.07MB/s
  |################                                  | 166/532 - 34.08MB/s
  |################                                  | 167/532 - 34.09MB/s
  |################                                  | 168/532 - 34.09MB/s
  |################                                  | 169/532 - 34.09MB/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

  |################                                  | 170/532 - 34.22MB/s
  |#################                                 | 171/532 - 34.22MB/s
  |#################                                 | 172/532 - 34.23MB/s
  |#################                                 | 173/532 - 34.38MB/s
  |#################                                 | 174/532 - 34.38MB/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

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

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

  |#################                                 | 178/532 - 34.36MB/s
  |#################                                 | 179/532 - 34.37MB/s
  |#################                                 | 180/532 - 34.35MB/s
  |##################                                | 181/532 - 34.36MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##################                                | 182/532 - 34.51MB/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 - 35.68MB/s[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.85MB/s
  |##################                                | 185/532 - 36.85MB/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

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

  |##################                                | 187/532 - 36.82MB/s
  |##################                                | 188/532 - 36.80MB/s
  |##################                                | 189/532 - 36.81MB/s
  |##################                                | 190/532 - 36.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

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

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

  |###################                               | 194/532 - 37.04MB/s
  |###################                               | 195/532 - 37.05MB/s
  |###################                               | 196/532 - 37.06MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

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

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

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

  |####################                              | 203/532 - 41.74MB/s
  |####################                              | 204/532 - 41.75MB/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

  |####################                              | 205/532 - 41.75MB/s
  |####################                              | 206/532 - 42.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

  |####################                              | 207/532 - 44.12MB/s
  |####################                              | 208/532 - 44.12MB/s
  |####################                              | 209/532 - 44.13MB/s
  |####################                              | 210/532 - 44.13MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

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

  |#####################                             | 215/532 - 45.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

  |#####################                             | 216/532 - 46.47MB/s
  |#####################                             | 217/532 - 46.47MB/s
  |#####################                             | 218/532 - 46.47MB/s
  |#####################                             | 219/532 - 46.48MB/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.59MB/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.59MB/s
  |#####################                             | 222/532 - 47.78MB/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

  |#####################                             | 223/532 - 48.96MB/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 - 49.11MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |######################                            | 225/532 - 49.22MB/s
  |######################                            | 226/532 - 49.22MB/s
  |######################                            | 227/532 - 49.22MB/s
  |######################                            | 228/532 - 49.37MB/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 - 50.55MB/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

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

  |######################                            | 231/532 - 51.58MB/s
  |######################                            | 232/532 - 51.73MB/s
  |######################                            | 233/532 - 51.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

  |######################                            | 234/532 - 51.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

  |#######################                           | 235/532 - 51.61MB/s
  |#######################                           | 236/532 - 51.62MB/s
  |#######################                           | 237/532 - 51.73MB/s
  |#######################                           | 238/532 - 51.73MB/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 - 52.90MB/s
  |#######################                           | 240/532 - 52.87MB/s
  |#######################                           | 241/532 - 52.87MB/s
  |#######################                           | 242/532 - 53.02MB/s
  |#######################                           | 243/532 - 53.02MB/s
  |#######################                           | 244/532 - 53.02MB/s
  |########################                          | 245/532 - 53.02MB/s
  |########################                          | 246/532 - 53.03MB/s
  |########################                          | 247/532 - 53.00MB/s
  |########################                          | 248/532 - 53.00MB/s
  |########################                          | 249/532 - 53.14MB/s
  |########################                          | 250/532 - 53.10MB/s
  |########################                          | 251/532 - 54.27MB/s
  |########################                          | 252/532 - 54.28MB/s
  |########################                          | 253/532 - 54.12MB/s
  |########################                          | 254/532 - 54.26MB/s
  |########################                          | 255/532 - 54.26MB/s
  |#########################                         | 256/532 - 55.39MB/s
  |#########################                         | 257/532 - 55.30MB/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 - 53.99MB/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

  |#########################                         | 259/532 - 55.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
[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

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

  |#########################                         | 263/532 - 54.71MB/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

  |#########################                         | 264/532 - 54.81MB/s
  |#########################                         | 265/532 - 54.82MB/s
  |##########################                        | 266/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

  |##########################                        | 267/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

  |##########################                        | 268/532 - 54.96MB/s
  |##########################                        | 269/532 - 54.96MB/s
  |##########################                        | 270/532 - 56.03MB/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

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

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

  |##########################                        | 274/532 - 55.80MB/s
  |##########################                        | 275/532 - 55.76MB/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 - 55.73MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

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

  |###########################                       | 278/532 - 56.50MB/s
  |###########################                       | 279/532 - 56.46MB/s
  |###########################                       | 280/532 - 57.50MB/s
  |###########################                       | 281/532 - 57.46MB/s
  |###########################                       | 282/532 - 58.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
[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

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

  |###########################                       | 285/532 - 55.59MB/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 - 55.72MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########################                       | 287/532 - 55.33MB/s
  |############################                      | 288/532 - 55.29MB/s
  |############################                      | 289/532 - 56.27MB/s
  |############################                      | 290/532 - 1.14MB/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

  |############################                      | 291/532 - 1.25MB/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 - 1.35MB/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

  |############################                      | 293/532 - 1.35MB/s
  |############################                      | 294/532 - 1.35MB/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

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

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

  |############################                      | 297/532 - 1.45MB/s
  |#############################                     | 298/532 - 1.47MB/s
  |#############################                     | 299/532 - 1.47MB/s
  |#############################                     | 300/532 - 1.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] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################                     | 301/532 - 1.57MB/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 - 1.57MB/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 - 1.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

  |#############################                     | 304/532 - 1.68MB/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 - 1.70MB/s
  |#############################                     | 306/532 - 1.70MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################                     | 307/532 - 1.70MB/s
  |#############################                     | 308/532 - 1.80MB/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 - 1.90MB/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 - 2.00MB/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

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

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

  |##############################                    | 313/532 - 2.10MB/s
  |##############################                    | 314/532 - 2.10MB/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

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

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

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

  |##############################                    | 318/532 - 2.20MB/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

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

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

  |###############################                   | 321/532 - 2.21MB/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 - 2.24MB/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 - 2.23MB/s
  |###############################                   | 324/532 - 2.23MB/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 - 2.23MB/s
  |###############################                   | 326/532 - 2.33MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

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

  |###############################                   | 328/532 - 2.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

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

  |################################                  | 330/532 - 2.52MB/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 - 2.52MB/s
  |################################                  | 332/532 - 2.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

  |################################                  | 333/532 - 2.62MB/s
  |################################                  | 334/532 - 2.72MB/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 - 1.52MB/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 - 1.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

  |################################                  | 337/532 - 1.62MB/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 - 1.62MB/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 - 1.62MB/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 - 1.62MB/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 - 1.63MB/s
  |#################################                 | 342/532 - 1.73MB/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 - 1.83MB/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 - 1.93MB/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 - 2.03MB/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 - 2.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

  |#################################                 | 347/532 - 2.23MB/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 - 2.28MB/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 - 2.33MB/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 - 2.38MB/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 - 2.43MB/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 - 2.54MB/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 - 2.64MB/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 - 2.69MB/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 - 2.79MB/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 - 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

  |##################################                | 357/532 - 2.89MB/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 - 2.94MB/s
  |##################################                | 359/532 - 2.99MB/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

  |##################################                | 360/532 - 3.04MB/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 - 3.10MB/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 - 3.15MB/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 - 3.25MB/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 - 3.29MB/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 - 3.34MB/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 - 3.38MB/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 - 3.42MB/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 - 2.45MB/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 - 2.54MB/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

  |###################################               | 370/532 - 2.63MB/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

  |###################################               | 371/532 - 2.72MB/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 - 2.83MB/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 - 2.86MB/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 - 2.96MB/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 - 2.99MB/s
  |####################################              | 376/532 - 3.03MB/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 - 3.06MB/s
  |####################################              | 378/532 - 3.16MB/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 - 3.26MB/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 - 3.36MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |####################################              | 381/532 - 3.39MB/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 - 3.43MB/s
  |####################################              | 383/532 - 3.46MB/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 - 3.56MB/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 - 3.60MB/s
  |#####################################             | 386/532 - 3.63MB/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 - 3.66MB/s
  |#####################################             | 388/532 - 3.69MB/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 - 3.80MB/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 - 3.83MB/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 - 3.86MB/s
  |#####################################             | 392/532 - 3.89MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#####################################             | 393/532 - 3.93MB/s
  |######################################            | 394/532 - 3.95MB/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 - 4.06MB/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 - 4.16MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

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

  |######################################            | 399/532 - 3.33MB/s
  |######################################            | 400/532 - 3.35MB/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 - 3.46MB/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 - 3.50MB/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 - 3.56MB/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 - 3.61MB/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 - 3.66MB/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 - 3.71MB/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 - 3.76MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#######################################           | 408/532 - 3.87MB/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 - 3.97MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#######################################           | 410/532 - 4.08MB/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 - 4.13MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

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

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

  |#######################################           | 414/532 - 4.33MB/s
  |########################################          | 415/532 - 4.38MB/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

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

  |########################################          | 417/532 - 4.53MB/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 - 4.64MB/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 - 4.74MB/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 - 4.84MB/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 - 4.94MB/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 - 5.04MB/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 - 5.14MB/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 - 4.32MB/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 - 4.34MB/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 - 4.38MB/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 - 4.41MB/s
  |#########################################         | 428/532 - 4.45MB/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 - 4.48MB/s
  |#########################################         | 430/532 - 4.52MB/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 - 4.54MB/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 - 4.58MB/s
  |#########################################         | 433/532 - 4.62MB/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 - 4.66MB/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 - 4.69MB/s
  |#########################################         | 436/532 - 4.72MB/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 - 4.76MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################################        | 438/532 - 4.80MB/s
  |##########################################        | 439/532 - 4.83MB/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 - 4.31MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################################        | 441/532 - 4.34MB/s
  |##########################################        | 442/532 - 4.38MB/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 - 4.41MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##########################################        | 444/532 - 4.44MB/s
  |##########################################        | 445/532 - 4.47MB/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 - 4.50MB/s
  |###########################################       | 447/532 - 4.53MB/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 - 4.57MB/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 - 4.60MB/s
  |###########################################       | 450/532 - 4.64MB/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 - 4.69MB/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 - 4.73MB/s
  |###########################################       | 453/532 - 4.78MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###########################################       | 454/532 - 4.81MB/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 - 4.86MB/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 - 4.40MB/s
  |###########################################       | 457/532 - 4.45MB/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 - 4.47MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################################      | 459/532 - 4.51MB/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 - 4.55MB/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 - 4.59MB/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 - 4.66MB/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 - 4.71MB/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 - 4.75MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################################      | 465/532 - 4.80MB/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 - 4.82MB/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 - 4.47MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |############################################      | 468/532 - 4.52MB/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 - 4.57MB/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 - 4.62MB/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 - 4.65MB/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 - 4.71MB/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 - 4.77MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |#############################################     | 474/532 - 4.81MB/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 - 4.85MB/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 - 4.89MB/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 - 4.93MB/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 - 4.98MB/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 - 5.02MB/s
  |##############################################    | 480/532 - 5.07MB/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 - 4.77MB/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 - 4.79MB/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 - 4.82MB/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 - 4.85MB/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 - 4.89MB/s
  |##############################################    | 486/532 - 4.92MB/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 - 4.95MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |##############################################    | 488/532 - 4.98MB/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 - 5.00MB/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 - 4.74MB/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 - 4.79MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############################################   | 492/532 - 4.83MB/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 - 4.86MB/s
  |###############################################   | 494/532 - 4.90MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

  |###############################################   | 495/532 - 4.93MB/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 - 4.96MB/s[DEBUG] model_loader.cpp:1042 - loading 1/532 tensors from /tmp/h3-iq1/models/diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors

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

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

  |###############################################   | 500/532 - 5.16MB/s
  |################################################  | 501/532 - 5.19MB/s
  |################################################  | 502/532 - 4.95MB/s
  |################################################  | 503/532 - 4.97MB/s
  |################################################  | 504/532 - 4.99MB/s
  |################################################  | 505/532 - 5.03MB/s
  |################################################  | 506/532 - 5.06MB/s
  |################################################  | 507/532 - 5.09MB/s
  |################################################  | 508/532 - 5.12MB/s
  |################################################  | 509/532 - 5.15MB/s
  |################################################  | 510/532 - 5.19MB/s
  |################################################# | 511/532 - 5.02MB/s
  |################################################# | 512/532 - 5.06MB/s
  |################################################# | 513/532 - 5.10MB/s
  |################################################# | 514/532 - 5.15MB/s
  |################################################# | 515/532 - 5.18MB/s
  |################################################# | 516/532 - 5.22MB/s
  |################################################# | 517/532 - 5.25MB/s
  |################################################# | 518/532 - 5.12MB/s
  |################################################# | 519/532 - 5.15MB/s
  |################################################# | 520/532 - 5.18MB/s
  |################################################# | 521/532 - 5.21MB/s
  |##################################################| 522/532 - 5.25MB/s
  |##################################################| 523/532 - 5.29MB/s
  |##################################################| 524/532 - 5.33MB/s
  |##################################################| 525/532 - 5.36MB/s
  |##################################################| 526/532 - 5.22MB/s
  |##################################################| 527/532 - 5.26MB/s
  |##################################################| 528/532 - 5.29MB/s
  |##################################################| 529/532 - 5.33MB/s
  |##################################################| 530/532 - 5.37MB/s
  |##################################################| 531/532 - 5.41MB/s
  |##################################################| 532/532 - 5.44MB/s

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