File size: 22,123 Bytes
b292728
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
{
  "device": "NVIDIA RTX 6000 Ada Generation",
  "torch": "2.8.0+cu128",
  "cases": [
    {
      "name": "qmm_all_empty_true",
      "enabled_qmm_components": [
        "pe",
        "text_encoder",
        "transformer"
      ],
      "empty_cache": true,
      "load": {
        "seconds": 59.13287413865328,
        "gpu_start_mib": 434,
        "gpu_end_mib": 10006,
        "gpu_peak_mib": 10006,
        "torch_peak_allocated_mib": 9555,
        "torch_peak_reserved_mib": 9572,
        "qmm_states": {
          "pe": {
            "requested": true,
            "actual": true
          },
          "text_encoder": {
            "requested": true,
            "actual": true
          },
          "transformer": {
            "requested": true,
            "actual": true
          }
        }
      },
      "speed_rows": [
        {
          "prompt_id": "00-cyrillic-poster",
          "width": 1024,
          "height": 1024,
          "seconds": 48.675362937152386,
          "gpu_start_mib": 10006,
          "gpu_end_mib": 10658,
          "torch_peak_allocated_mib": 18980,
          "torch_peak_reserved_mib": 48118,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": true,
          "instrument": false
        },
        {
          "prompt_id": "01-long-text-bakery-ad",
          "width": 896,
          "height": 1200,
          "seconds": 25.80502188205719,
          "gpu_start_mib": 10094,
          "gpu_end_mib": 10676,
          "torch_peak_allocated_mib": 19219,
          "torch_peak_reserved_mib": 48118,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": true,
          "instrument": false
        },
        {
          "prompt_id": "02-technical-diagram",
          "width": 1200,
          "height": 896,
          "seconds": 25.88253455609083,
          "gpu_start_mib": 10092,
          "gpu_end_mib": 10696,
          "torch_peak_allocated_mib": 19219,
          "torch_peak_reserved_mib": 48116,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": true,
          "instrument": false
        },
        {
          "prompt_id": "03-four-panel-comic",
          "width": 1024,
          "height": 1024,
          "seconds": 26.319617360830307,
          "gpu_start_mib": 10092,
          "gpu_end_mib": 32080,
          "torch_peak_allocated_mib": 12002,
          "torch_peak_reserved_mib": 48108,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": true,
          "instrument": false
        }
      ],
      "stage_rows": [
        {
          "prompt_id": "00-cyrillic-poster",
          "width": 1024,
          "height": 1024,
          "seconds": 16.900417506694794,
          "gpu_start_mib": 10092,
          "gpu_end_mib": 29120,
          "torch_peak_allocated_mib": 12002,
          "torch_peak_reserved_mib": 48118,
          "stages": {
            "text_encoder.forward": {
              "seconds": 0.080795519053936,
              "calls": 1
            },
            "transformer.forward": {
              "seconds": 16.636043712496758,
              "calls": 8
            },
            "vae.decode": {
              "seconds": 0.14374303817749023,
              "calls": 1
            }
          },
          "stage_seconds_sum": 16.860582269728184,
          "unattributed_seconds": 0.039835236966609955,
          "empty_cache": true,
          "instrument": true
        },
        {
          "prompt_id": "02-technical-diagram",
          "width": 1200,
          "height": 896,
          "seconds": 17.653532460331917,
          "gpu_start_mib": 10094,
          "gpu_end_mib": 20096,
          "torch_peak_allocated_mib": 12063,
          "torch_peak_reserved_mib": 48116,
          "stages": {
            "text_encoder.forward": {
              "seconds": 0.06983215361833572,
              "calls": 1
            },
            "transformer.forward": {
              "seconds": 17.393484614789486,
              "calls": 8
            },
            "vae.decode": {
              "seconds": 0.14451629668474197,
              "calls": 1
            }
          },
          "stage_seconds_sum": 17.607833065092564,
          "unattributed_seconds": 0.04569939523935318,
          "empty_cache": true,
          "instrument": true
        }
      ],
      "summary": {
        "cold_seconds": 48.675362937152386,
        "hot_mean_seconds": 26.00239126632611,
        "hot_median_seconds": 25.88253455609083,
        "hot_min_seconds": 25.80502188205719,
        "hot_max_seconds": 26.319617360830307,
        "hot_max_reserved_mib": 48118,
        "hot_max_allocated_mib": 19219
      }
    },
    {
      "name": "qmm_all_empty_false",
      "enabled_qmm_components": [
        "pe",
        "text_encoder",
        "transformer"
      ],
      "empty_cache": false,
      "load": {
        "seconds": 54.08376982063055,
        "gpu_start_mib": 540,
        "gpu_end_mib": 10092,
        "gpu_peak_mib": 10092,
        "torch_peak_allocated_mib": 9563,
        "torch_peak_reserved_mib": 9572,
        "qmm_states": {
          "pe": {
            "requested": true,
            "actual": true
          },
          "text_encoder": {
            "requested": true,
            "actual": true
          },
          "transformer": {
            "requested": true,
            "actual": true
          }
        }
      },
      "speed_rows": [
        {
          "prompt_id": "00-cyrillic-poster",
          "width": 1024,
          "height": 1024,
          "seconds": 17.728631243109703,
          "gpu_start_mib": 10092,
          "gpu_end_mib": 20200,
          "torch_peak_allocated_mib": 12002,
          "torch_peak_reserved_mib": 48118,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": false,
          "instrument": false
        },
        {
          "prompt_id": "01-long-text-bakery-ad",
          "width": 896,
          "height": 1200,
          "seconds": 18.051423519849777,
          "gpu_start_mib": 20200,
          "gpu_end_mib": 13716,
          "torch_peak_allocated_mib": 12064,
          "torch_peak_reserved_mib": 48118,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": false,
          "instrument": false
        },
        {
          "prompt_id": "02-technical-diagram",
          "width": 1200,
          "height": 896,
          "seconds": 15.653381533920765,
          "gpu_start_mib": 13716,
          "gpu_end_mib": 36456,
          "torch_peak_allocated_mib": 12063,
          "torch_peak_reserved_mib": 48116,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": false,
          "instrument": false
        },
        {
          "prompt_id": "03-four-panel-comic",
          "width": 1024,
          "height": 1024,
          "seconds": 15.864265829324722,
          "gpu_start_mib": 36456,
          "gpu_end_mib": 39720,
          "torch_peak_allocated_mib": 12002,
          "torch_peak_reserved_mib": 48118,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": false,
          "instrument": false
        }
      ],
      "stage_rows": [
        {
          "prompt_id": "00-cyrillic-poster",
          "width": 1024,
          "height": 1024,
          "seconds": 14.801267191767693,
          "gpu_start_mib": 39720,
          "gpu_end_mib": 37980,
          "torch_peak_allocated_mib": 12002,
          "torch_peak_reserved_mib": 48118,
          "stages": {
            "text_encoder.forward": {
              "seconds": 0.07214060425758362,
              "calls": 1
            },
            "transformer.forward": {
              "seconds": 14.541316010057926,
              "calls": 8
            },
            "vae.decode": {
              "seconds": 0.14533011615276337,
              "calls": 1
            }
          },
          "stage_seconds_sum": 14.758786730468273,
          "unattributed_seconds": 0.0424804612994194,
          "empty_cache": false,
          "instrument": true
        },
        {
          "prompt_id": "02-technical-diagram",
          "width": 1200,
          "height": 896,
          "seconds": 16.745930925011635,
          "gpu_start_mib": 37980,
          "gpu_end_mib": 45636,
          "torch_peak_allocated_mib": 12063,
          "torch_peak_reserved_mib": 48116,
          "stages": {
            "text_encoder.forward": {
              "seconds": 0.07216303050518036,
              "calls": 1
            },
            "transformer.forward": {
              "seconds": 16.474046893417835,
              "calls": 8
            },
            "vae.decode": {
              "seconds": 0.1505463719367981,
              "calls": 1
            }
          },
          "stage_seconds_sum": 16.696756295859814,
          "unattributed_seconds": 0.049174629151821136,
          "empty_cache": false,
          "instrument": true
        }
      ],
      "summary": {
        "cold_seconds": 17.728631243109703,
        "hot_mean_seconds": 16.52302362769842,
        "hot_median_seconds": 15.864265829324722,
        "hot_min_seconds": 15.653381533920765,
        "hot_max_seconds": 18.051423519849777,
        "hot_max_reserved_mib": 48118,
        "hot_max_allocated_mib": 12064
      }
    },
    {
      "name": "qmm_transformer_only_empty_true",
      "enabled_qmm_components": [
        "transformer"
      ],
      "empty_cache": true,
      "load": {
        "seconds": 54.33865138143301,
        "gpu_start_mib": 540,
        "gpu_end_mib": 10092,
        "gpu_peak_mib": 10092,
        "torch_peak_allocated_mib": 9563,
        "torch_peak_reserved_mib": 9572,
        "qmm_states": {
          "pe": {
            "requested": false,
            "actual": false
          },
          "text_encoder": {
            "requested": false,
            "actual": false
          },
          "transformer": {
            "requested": true,
            "actual": true
          }
        }
      },
      "speed_rows": [
        {
          "prompt_id": "00-cyrillic-poster",
          "width": 1024,
          "height": 1024,
          "seconds": 22.075800754129887,
          "gpu_start_mib": 10092,
          "gpu_end_mib": 21082,
          "torch_peak_allocated_mib": 12002,
          "torch_peak_reserved_mib": 48098,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": true,
          "instrument": false
        },
        {
          "prompt_id": "01-long-text-bakery-ad",
          "width": 896,
          "height": 1200,
          "seconds": 20.010109677910805,
          "gpu_start_mib": 10096,
          "gpu_end_mib": 34960,
          "torch_peak_allocated_mib": 12064,
          "torch_peak_reserved_mib": 48110,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": true,
          "instrument": false
        },
        {
          "prompt_id": "02-technical-diagram",
          "width": 1200,
          "height": 896,
          "seconds": 16.71645325422287,
          "gpu_start_mib": 10094,
          "gpu_end_mib": 36458,
          "torch_peak_allocated_mib": 12063,
          "torch_peak_reserved_mib": 48116,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": true,
          "instrument": false
        },
        {
          "prompt_id": "03-four-panel-comic",
          "width": 1024,
          "height": 1024,
          "seconds": 17.778217256069183,
          "gpu_start_mib": 10094,
          "gpu_end_mib": 20264,
          "torch_peak_allocated_mib": 12002,
          "torch_peak_reserved_mib": 48108,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": true,
          "instrument": false
        }
      ],
      "stage_rows": [
        {
          "prompt_id": "00-cyrillic-poster",
          "width": 1024,
          "height": 1024,
          "seconds": 16.47866802662611,
          "gpu_start_mib": 10094,
          "gpu_end_mib": 21082,
          "torch_peak_allocated_mib": 12002,
          "torch_peak_reserved_mib": 48098,
          "stages": {
            "text_encoder.forward": {
              "seconds": 0.05702096223831177,
              "calls": 1
            },
            "transformer.forward": {
              "seconds": 16.22751172631979,
              "calls": 8
            },
            "vae.decode": {
              "seconds": 0.146262064576149,
              "calls": 1
            }
          },
          "stage_seconds_sum": 16.43079475313425,
          "unattributed_seconds": 0.047873273491859436,
          "empty_cache": true,
          "instrument": true
        },
        {
          "prompt_id": "02-technical-diagram",
          "width": 1200,
          "height": 896,
          "seconds": 18.242334879934788,
          "gpu_start_mib": 10096,
          "gpu_end_mib": 36458,
          "torch_peak_allocated_mib": 12063,
          "torch_peak_reserved_mib": 48116,
          "stages": {
            "text_encoder.forward": {
              "seconds": 0.05669167637825012,
              "calls": 1
            },
            "transformer.forward": {
              "seconds": 17.962014980614185,
              "calls": 8
            },
            "vae.decode": {
              "seconds": 0.147530660033226,
              "calls": 1
            }
          },
          "stage_seconds_sum": 18.16623731702566,
          "unattributed_seconds": 0.07609756290912628,
          "empty_cache": true,
          "instrument": true
        }
      ],
      "summary": {
        "cold_seconds": 22.075800754129887,
        "hot_mean_seconds": 18.168260062734287,
        "hot_median_seconds": 17.778217256069183,
        "hot_min_seconds": 16.71645325422287,
        "hot_max_seconds": 20.010109677910805,
        "hot_max_reserved_mib": 48116,
        "hot_max_allocated_mib": 12064
      }
    },
    {
      "name": "qmm_none_empty_true",
      "enabled_qmm_components": [],
      "empty_cache": true,
      "load": {
        "seconds": 54.613617569208145,
        "gpu_start_mib": 542,
        "gpu_end_mib": 10094,
        "gpu_peak_mib": 10094,
        "torch_peak_allocated_mib": 9563,
        "torch_peak_reserved_mib": 9572,
        "qmm_states": {
          "pe": {
            "requested": false,
            "actual": false
          },
          "text_encoder": {
            "requested": false,
            "actual": false
          },
          "transformer": {
            "requested": false,
            "actual": false
          }
        }
      },
      "speed_rows": [
        {
          "prompt_id": "00-cyrillic-poster",
          "width": 1024,
          "height": 1024,
          "seconds": 21.959903195500374,
          "gpu_start_mib": 10094,
          "gpu_end_mib": 27822,
          "torch_peak_allocated_mib": 12002,
          "torch_peak_reserved_mib": 48100,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": true,
          "instrument": false
        },
        {
          "prompt_id": "01-long-text-bakery-ad",
          "width": 896,
          "height": 1200,
          "seconds": 19.555034309625626,
          "gpu_start_mib": 10096,
          "gpu_end_mib": 19358,
          "torch_peak_allocated_mib": 12064,
          "torch_peak_reserved_mib": 48098,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": true,
          "instrument": false
        },
        {
          "prompt_id": "02-technical-diagram",
          "width": 1200,
          "height": 896,
          "seconds": 17.357625499367714,
          "gpu_start_mib": 10094,
          "gpu_end_mib": 23640,
          "torch_peak_allocated_mib": 12063,
          "torch_peak_reserved_mib": 48106,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": true,
          "instrument": false
        },
        {
          "prompt_id": "03-four-panel-comic",
          "width": 1024,
          "height": 1024,
          "seconds": 17.224217273294926,
          "gpu_start_mib": 10094,
          "gpu_end_mib": 25464,
          "torch_peak_allocated_mib": 12002,
          "torch_peak_reserved_mib": 48108,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": true,
          "instrument": false
        }
      ],
      "stage_rows": [
        {
          "prompt_id": "00-cyrillic-poster",
          "width": 1024,
          "height": 1024,
          "seconds": 16.347896233201027,
          "gpu_start_mib": 10094,
          "gpu_end_mib": 27822,
          "torch_peak_allocated_mib": 12002,
          "torch_peak_reserved_mib": 48100,
          "stages": {
            "text_encoder.forward": {
              "seconds": 0.054269738495349884,
              "calls": 1
            },
            "transformer.forward": {
              "seconds": 16.09693694859743,
              "calls": 8
            },
            "vae.decode": {
              "seconds": 0.16162345558404922,
              "calls": 1
            }
          },
          "stage_seconds_sum": 16.31283014267683,
          "unattributed_seconds": 0.035066090524196625,
          "empty_cache": true,
          "instrument": true
        },
        {
          "prompt_id": "02-technical-diagram",
          "width": 1200,
          "height": 896,
          "seconds": 17.620373338460922,
          "gpu_start_mib": 10096,
          "gpu_end_mib": 23640,
          "torch_peak_allocated_mib": 12063,
          "torch_peak_reserved_mib": 48106,
          "stages": {
            "text_encoder.forward": {
              "seconds": 0.05568608641624451,
              "calls": 1
            },
            "transformer.forward": {
              "seconds": 17.351328901946545,
              "calls": 8
            },
            "vae.decode": {
              "seconds": 0.16200313717126846,
              "calls": 1
            }
          },
          "stage_seconds_sum": 17.569018125534058,
          "unattributed_seconds": 0.051355212926864624,
          "empty_cache": true,
          "instrument": true
        }
      ],
      "summary": {
        "cold_seconds": 21.959903195500374,
        "hot_mean_seconds": 18.04562569409609,
        "hot_median_seconds": 17.357625499367714,
        "hot_min_seconds": 17.224217273294926,
        "hot_max_seconds": 19.555034309625626,
        "hot_max_reserved_mib": 48108,
        "hot_max_allocated_mib": 12064
      }
    },
    {
      "name": "qmm_text_encoder_off_transformer_off_empty_false",
      "enabled_qmm_components": [],
      "empty_cache": false,
      "load": {
        "seconds": 52.21603240072727,
        "gpu_start_mib": 542,
        "gpu_end_mib": 10094,
        "gpu_peak_mib": 10094,
        "torch_peak_allocated_mib": 9563,
        "torch_peak_reserved_mib": 9572,
        "qmm_states": {
          "pe": {
            "requested": false,
            "actual": false
          },
          "text_encoder": {
            "requested": false,
            "actual": false
          },
          "transformer": {
            "requested": false,
            "actual": false
          }
        }
      },
      "speed_rows": [
        {
          "prompt_id": "00-cyrillic-poster",
          "width": 1024,
          "height": 1024,
          "seconds": 16.301372595131397,
          "gpu_start_mib": 10094,
          "gpu_end_mib": 27822,
          "torch_peak_allocated_mib": 12002,
          "torch_peak_reserved_mib": 48100,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": false,
          "instrument": false
        },
        {
          "prompt_id": "01-long-text-bakery-ad",
          "width": 896,
          "height": 1200,
          "seconds": 20.227899312973022,
          "gpu_start_mib": 27822,
          "gpu_end_mib": 19358,
          "torch_peak_allocated_mib": 12064,
          "torch_peak_reserved_mib": 48116,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": false,
          "instrument": false
        },
        {
          "prompt_id": "02-technical-diagram",
          "width": 1200,
          "height": 896,
          "seconds": 17.426542527973652,
          "gpu_start_mib": 19358,
          "gpu_end_mib": 32300,
          "torch_peak_allocated_mib": 12063,
          "torch_peak_reserved_mib": 48116,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": false,
          "instrument": false
        },
        {
          "prompt_id": "03-four-panel-comic",
          "width": 1024,
          "height": 1024,
          "seconds": 13.776540502905846,
          "gpu_start_mib": 32300,
          "gpu_end_mib": 32362,
          "torch_peak_allocated_mib": 12002,
          "torch_peak_reserved_mib": 48108,
          "stages": {},
          "stage_seconds_sum": 0,
          "unattributed_seconds": null,
          "empty_cache": false,
          "instrument": false
        }
      ],
      "stage_rows": [],
      "summary": {
        "cold_seconds": 16.301372595131397,
        "hot_mean_seconds": 17.143660781284172,
        "hot_median_seconds": 17.426542527973652,
        "hot_min_seconds": 13.776540502905846,
        "hot_max_seconds": 20.227899312973022,
        "hot_max_reserved_mib": 48116,
        "hot_max_allocated_mib": 12064
      }
    }
  ],
  "sdnq": "0.1.9"
}