File size: 30,885 Bytes
2d0d224
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_class_name": "CosmosTransformer3DModel",
  "_diffusers_version": "0.39.0.dev0",
  "_name_or_path": "vladmandic/Anima-1.0-Base",
  "adaln_lora_dim": 256,
  "attention_head_dim": 128,
  "concat_padding_mask": true,
  "controlnet_block_every_n": null,
  "crossattn_proj_in_channels": 1024,
  "encoder_hidden_states_channels": 1024,
  "extra_pos_embed_type": null,
  "img_context_dim_in": null,
  "img_context_dim_out": 2048,
  "img_context_num_tokens": 256,
  "in_channels": 16,
  "max_size": [
    128,
    240,
    240
  ],
  "mlp_ratio": 4.0,
  "num_attention_heads": 16,
  "num_layers": 28,
  "out_channels": 16,
  "patch_size": [
    1,
    2,
    2
  ],
  "quantization_config": {
    "add_skip_keys": true,
    "dequantize_fp32": true,
    "dynamic_loss_threshold": -1,
    "group_size": 0,
    "hadamard_group_size": 256,
    "is_integer": true,
    "is_training": false,
    "modules_dtype_dict": {
      "int5": [
        "transformer_blocks.13.norm2.linear_2.weight",
        "transformer_blocks.7.norm2.linear_2.weight",
        "transformer_blocks.8.norm2.linear_2.weight"
      ],
      "uint4": [
        "transformer_blocks.0.attn1.to_k.weight",
        "transformer_blocks.0.attn1.to_out.0.weight",
        "transformer_blocks.0.attn1.to_q.weight",
        "transformer_blocks.0.attn1.to_v.weight",
        "transformer_blocks.0.attn2.to_k.weight",
        "transformer_blocks.0.attn2.to_out.0.weight",
        "transformer_blocks.0.attn2.to_q.weight",
        "transformer_blocks.0.attn2.to_v.weight",
        "transformer_blocks.0.ff.net.0.proj.weight",
        "transformer_blocks.0.ff.net.2.weight",
        "transformer_blocks.1.attn1.to_k.weight",
        "transformer_blocks.1.attn1.to_out.0.weight",
        "transformer_blocks.1.attn1.to_q.weight",
        "transformer_blocks.1.attn1.to_v.weight",
        "transformer_blocks.1.attn2.to_k.weight",
        "transformer_blocks.1.attn2.to_out.0.weight",
        "transformer_blocks.1.attn2.to_q.weight",
        "transformer_blocks.1.attn2.to_v.weight",
        "transformer_blocks.1.ff.net.0.proj.weight",
        "transformer_blocks.1.ff.net.2.weight",
        "transformer_blocks.1.norm1.linear_1.weight",
        "transformer_blocks.1.norm1.linear_2.weight",
        "transformer_blocks.1.norm2.linear_1.weight",
        "transformer_blocks.1.norm2.linear_2.weight",
        "transformer_blocks.1.norm3.linear_1.weight",
        "transformer_blocks.1.norm3.linear_2.weight",
        "transformer_blocks.10.attn1.to_k.weight",
        "transformer_blocks.10.attn1.to_out.0.weight",
        "transformer_blocks.10.attn1.to_q.weight",
        "transformer_blocks.10.attn1.to_v.weight",
        "transformer_blocks.10.attn2.to_k.weight",
        "transformer_blocks.10.attn2.to_out.0.weight",
        "transformer_blocks.10.attn2.to_q.weight",
        "transformer_blocks.10.attn2.to_v.weight",
        "transformer_blocks.10.ff.net.0.proj.weight",
        "transformer_blocks.10.ff.net.2.weight",
        "transformer_blocks.10.norm1.linear_1.weight",
        "transformer_blocks.10.norm1.linear_2.weight",
        "transformer_blocks.10.norm2.linear_1.weight",
        "transformer_blocks.10.norm2.linear_2.weight",
        "transformer_blocks.10.norm3.linear_1.weight",
        "transformer_blocks.10.norm3.linear_2.weight",
        "transformer_blocks.11.attn1.to_k.weight",
        "transformer_blocks.11.attn1.to_out.0.weight",
        "transformer_blocks.11.attn1.to_q.weight",
        "transformer_blocks.11.attn1.to_v.weight",
        "transformer_blocks.11.attn2.to_k.weight",
        "transformer_blocks.11.attn2.to_out.0.weight",
        "transformer_blocks.11.attn2.to_q.weight",
        "transformer_blocks.11.attn2.to_v.weight",
        "transformer_blocks.11.ff.net.0.proj.weight",
        "transformer_blocks.11.ff.net.2.weight",
        "transformer_blocks.11.norm1.linear_1.weight",
        "transformer_blocks.11.norm1.linear_2.weight",
        "transformer_blocks.11.norm2.linear_1.weight",
        "transformer_blocks.11.norm2.linear_2.weight",
        "transformer_blocks.11.norm3.linear_1.weight",
        "transformer_blocks.11.norm3.linear_2.weight",
        "transformer_blocks.12.attn1.to_k.weight",
        "transformer_blocks.12.attn1.to_out.0.weight",
        "transformer_blocks.12.attn1.to_q.weight",
        "transformer_blocks.12.attn1.to_v.weight",
        "transformer_blocks.12.attn2.to_k.weight",
        "transformer_blocks.12.attn2.to_out.0.weight",
        "transformer_blocks.12.attn2.to_q.weight",
        "transformer_blocks.12.attn2.to_v.weight",
        "transformer_blocks.12.ff.net.0.proj.weight",
        "transformer_blocks.12.ff.net.2.weight",
        "transformer_blocks.12.norm1.linear_1.weight",
        "transformer_blocks.12.norm1.linear_2.weight",
        "transformer_blocks.12.norm2.linear_1.weight",
        "transformer_blocks.12.norm2.linear_2.weight",
        "transformer_blocks.12.norm3.linear_1.weight",
        "transformer_blocks.12.norm3.linear_2.weight",
        "transformer_blocks.13.attn1.to_k.weight",
        "transformer_blocks.13.attn1.to_out.0.weight",
        "transformer_blocks.13.attn1.to_q.weight",
        "transformer_blocks.13.attn1.to_v.weight",
        "transformer_blocks.13.attn2.to_k.weight",
        "transformer_blocks.13.attn2.to_out.0.weight",
        "transformer_blocks.13.attn2.to_q.weight",
        "transformer_blocks.13.attn2.to_v.weight",
        "transformer_blocks.13.ff.net.0.proj.weight",
        "transformer_blocks.13.ff.net.2.weight",
        "transformer_blocks.13.norm1.linear_1.weight",
        "transformer_blocks.13.norm1.linear_2.weight",
        "transformer_blocks.13.norm2.linear_1.weight",
        "transformer_blocks.13.norm3.linear_1.weight",
        "transformer_blocks.13.norm3.linear_2.weight",
        "transformer_blocks.14.attn1.to_k.weight",
        "transformer_blocks.14.attn1.to_out.0.weight",
        "transformer_blocks.14.attn1.to_q.weight",
        "transformer_blocks.14.attn1.to_v.weight",
        "transformer_blocks.14.attn2.to_k.weight",
        "transformer_blocks.14.attn2.to_out.0.weight",
        "transformer_blocks.14.attn2.to_q.weight",
        "transformer_blocks.14.attn2.to_v.weight",
        "transformer_blocks.14.ff.net.0.proj.weight",
        "transformer_blocks.14.ff.net.2.weight",
        "transformer_blocks.14.norm1.linear_1.weight",
        "transformer_blocks.14.norm1.linear_2.weight",
        "transformer_blocks.14.norm2.linear_1.weight",
        "transformer_blocks.14.norm2.linear_2.weight",
        "transformer_blocks.14.norm3.linear_1.weight",
        "transformer_blocks.14.norm3.linear_2.weight",
        "transformer_blocks.15.attn1.to_k.weight",
        "transformer_blocks.15.attn1.to_out.0.weight",
        "transformer_blocks.15.attn1.to_q.weight",
        "transformer_blocks.15.attn1.to_v.weight",
        "transformer_blocks.15.attn2.to_k.weight",
        "transformer_blocks.15.attn2.to_out.0.weight",
        "transformer_blocks.15.attn2.to_q.weight",
        "transformer_blocks.15.attn2.to_v.weight",
        "transformer_blocks.15.ff.net.0.proj.weight",
        "transformer_blocks.15.ff.net.2.weight",
        "transformer_blocks.15.norm1.linear_1.weight",
        "transformer_blocks.15.norm1.linear_2.weight",
        "transformer_blocks.15.norm2.linear_1.weight",
        "transformer_blocks.15.norm2.linear_2.weight",
        "transformer_blocks.15.norm3.linear_1.weight",
        "transformer_blocks.15.norm3.linear_2.weight",
        "transformer_blocks.16.attn1.to_k.weight",
        "transformer_blocks.16.attn1.to_out.0.weight",
        "transformer_blocks.16.attn1.to_q.weight",
        "transformer_blocks.16.attn1.to_v.weight",
        "transformer_blocks.16.attn2.to_k.weight",
        "transformer_blocks.16.attn2.to_out.0.weight",
        "transformer_blocks.16.attn2.to_q.weight",
        "transformer_blocks.16.attn2.to_v.weight",
        "transformer_blocks.16.ff.net.0.proj.weight",
        "transformer_blocks.16.ff.net.2.weight",
        "transformer_blocks.16.norm1.linear_1.weight",
        "transformer_blocks.16.norm1.linear_2.weight",
        "transformer_blocks.16.norm2.linear_1.weight",
        "transformer_blocks.16.norm2.linear_2.weight",
        "transformer_blocks.16.norm3.linear_1.weight",
        "transformer_blocks.16.norm3.linear_2.weight",
        "transformer_blocks.17.attn1.to_k.weight",
        "transformer_blocks.17.attn1.to_out.0.weight",
        "transformer_blocks.17.attn1.to_q.weight",
        "transformer_blocks.17.attn1.to_v.weight",
        "transformer_blocks.17.attn2.to_k.weight",
        "transformer_blocks.17.attn2.to_out.0.weight",
        "transformer_blocks.17.attn2.to_q.weight",
        "transformer_blocks.17.attn2.to_v.weight",
        "transformer_blocks.17.ff.net.0.proj.weight",
        "transformer_blocks.17.ff.net.2.weight",
        "transformer_blocks.17.norm1.linear_1.weight",
        "transformer_blocks.17.norm1.linear_2.weight",
        "transformer_blocks.17.norm2.linear_1.weight",
        "transformer_blocks.17.norm2.linear_2.weight",
        "transformer_blocks.17.norm3.linear_1.weight",
        "transformer_blocks.17.norm3.linear_2.weight",
        "transformer_blocks.18.attn1.to_k.weight",
        "transformer_blocks.18.attn1.to_out.0.weight",
        "transformer_blocks.18.attn1.to_q.weight",
        "transformer_blocks.18.attn1.to_v.weight",
        "transformer_blocks.18.attn2.to_k.weight",
        "transformer_blocks.18.attn2.to_out.0.weight",
        "transformer_blocks.18.attn2.to_q.weight",
        "transformer_blocks.18.attn2.to_v.weight",
        "transformer_blocks.18.ff.net.0.proj.weight",
        "transformer_blocks.18.ff.net.2.weight",
        "transformer_blocks.18.norm1.linear_1.weight",
        "transformer_blocks.18.norm1.linear_2.weight",
        "transformer_blocks.18.norm2.linear_1.weight",
        "transformer_blocks.18.norm2.linear_2.weight",
        "transformer_blocks.18.norm3.linear_1.weight",
        "transformer_blocks.18.norm3.linear_2.weight",
        "transformer_blocks.19.attn1.to_k.weight",
        "transformer_blocks.19.attn1.to_out.0.weight",
        "transformer_blocks.19.attn1.to_q.weight",
        "transformer_blocks.19.attn1.to_v.weight",
        "transformer_blocks.19.attn2.to_k.weight",
        "transformer_blocks.19.attn2.to_out.0.weight",
        "transformer_blocks.19.attn2.to_q.weight",
        "transformer_blocks.19.attn2.to_v.weight",
        "transformer_blocks.19.ff.net.0.proj.weight",
        "transformer_blocks.19.ff.net.2.weight",
        "transformer_blocks.19.norm1.linear_1.weight",
        "transformer_blocks.19.norm1.linear_2.weight",
        "transformer_blocks.19.norm2.linear_1.weight",
        "transformer_blocks.19.norm2.linear_2.weight",
        "transformer_blocks.19.norm3.linear_1.weight",
        "transformer_blocks.19.norm3.linear_2.weight",
        "transformer_blocks.2.attn1.to_k.weight",
        "transformer_blocks.2.attn1.to_out.0.weight",
        "transformer_blocks.2.attn1.to_q.weight",
        "transformer_blocks.2.attn1.to_v.weight",
        "transformer_blocks.2.attn2.to_k.weight",
        "transformer_blocks.2.attn2.to_out.0.weight",
        "transformer_blocks.2.attn2.to_q.weight",
        "transformer_blocks.2.attn2.to_v.weight",
        "transformer_blocks.2.ff.net.0.proj.weight",
        "transformer_blocks.2.ff.net.2.weight",
        "transformer_blocks.2.norm1.linear_1.weight",
        "transformer_blocks.2.norm1.linear_2.weight",
        "transformer_blocks.2.norm2.linear_1.weight",
        "transformer_blocks.2.norm2.linear_2.weight",
        "transformer_blocks.2.norm3.linear_1.weight",
        "transformer_blocks.2.norm3.linear_2.weight",
        "transformer_blocks.20.attn1.to_k.weight",
        "transformer_blocks.20.attn1.to_out.0.weight",
        "transformer_blocks.20.attn1.to_q.weight",
        "transformer_blocks.20.attn1.to_v.weight",
        "transformer_blocks.20.attn2.to_k.weight",
        "transformer_blocks.20.attn2.to_out.0.weight",
        "transformer_blocks.20.attn2.to_q.weight",
        "transformer_blocks.20.attn2.to_v.weight",
        "transformer_blocks.20.ff.net.0.proj.weight",
        "transformer_blocks.20.ff.net.2.weight",
        "transformer_blocks.20.norm1.linear_1.weight",
        "transformer_blocks.20.norm1.linear_2.weight",
        "transformer_blocks.20.norm2.linear_1.weight",
        "transformer_blocks.20.norm2.linear_2.weight",
        "transformer_blocks.20.norm3.linear_1.weight",
        "transformer_blocks.20.norm3.linear_2.weight",
        "transformer_blocks.21.attn1.to_k.weight",
        "transformer_blocks.21.attn1.to_out.0.weight",
        "transformer_blocks.21.attn1.to_q.weight",
        "transformer_blocks.21.attn1.to_v.weight",
        "transformer_blocks.21.attn2.to_k.weight",
        "transformer_blocks.21.attn2.to_out.0.weight",
        "transformer_blocks.21.attn2.to_q.weight",
        "transformer_blocks.21.attn2.to_v.weight",
        "transformer_blocks.21.ff.net.0.proj.weight",
        "transformer_blocks.21.ff.net.2.weight",
        "transformer_blocks.21.norm1.linear_1.weight",
        "transformer_blocks.21.norm1.linear_2.weight",
        "transformer_blocks.21.norm2.linear_1.weight",
        "transformer_blocks.21.norm2.linear_2.weight",
        "transformer_blocks.21.norm3.linear_1.weight",
        "transformer_blocks.21.norm3.linear_2.weight",
        "transformer_blocks.22.attn1.to_k.weight",
        "transformer_blocks.22.attn1.to_out.0.weight",
        "transformer_blocks.22.attn1.to_q.weight",
        "transformer_blocks.22.attn1.to_v.weight",
        "transformer_blocks.22.attn2.to_k.weight",
        "transformer_blocks.22.attn2.to_out.0.weight",
        "transformer_blocks.22.attn2.to_q.weight",
        "transformer_blocks.22.attn2.to_v.weight",
        "transformer_blocks.22.ff.net.0.proj.weight",
        "transformer_blocks.22.ff.net.2.weight",
        "transformer_blocks.22.norm1.linear_1.weight",
        "transformer_blocks.22.norm1.linear_2.weight",
        "transformer_blocks.22.norm2.linear_1.weight",
        "transformer_blocks.22.norm2.linear_2.weight",
        "transformer_blocks.22.norm3.linear_1.weight",
        "transformer_blocks.22.norm3.linear_2.weight",
        "transformer_blocks.23.attn1.to_k.weight",
        "transformer_blocks.23.attn1.to_out.0.weight",
        "transformer_blocks.23.attn1.to_q.weight",
        "transformer_blocks.23.attn1.to_v.weight",
        "transformer_blocks.23.attn2.to_k.weight",
        "transformer_blocks.23.attn2.to_out.0.weight",
        "transformer_blocks.23.attn2.to_q.weight",
        "transformer_blocks.23.attn2.to_v.weight",
        "transformer_blocks.23.ff.net.0.proj.weight",
        "transformer_blocks.23.ff.net.2.weight",
        "transformer_blocks.23.norm1.linear_1.weight",
        "transformer_blocks.23.norm1.linear_2.weight",
        "transformer_blocks.23.norm2.linear_1.weight",
        "transformer_blocks.23.norm2.linear_2.weight",
        "transformer_blocks.23.norm3.linear_1.weight",
        "transformer_blocks.23.norm3.linear_2.weight",
        "transformer_blocks.24.attn1.to_k.weight",
        "transformer_blocks.24.attn1.to_out.0.weight",
        "transformer_blocks.24.attn1.to_q.weight",
        "transformer_blocks.24.attn1.to_v.weight",
        "transformer_blocks.24.attn2.to_k.weight",
        "transformer_blocks.24.attn2.to_out.0.weight",
        "transformer_blocks.24.attn2.to_q.weight",
        "transformer_blocks.24.attn2.to_v.weight",
        "transformer_blocks.24.ff.net.0.proj.weight",
        "transformer_blocks.24.ff.net.2.weight",
        "transformer_blocks.24.norm1.linear_1.weight",
        "transformer_blocks.24.norm1.linear_2.weight",
        "transformer_blocks.24.norm2.linear_1.weight",
        "transformer_blocks.24.norm2.linear_2.weight",
        "transformer_blocks.24.norm3.linear_1.weight",
        "transformer_blocks.24.norm3.linear_2.weight",
        "transformer_blocks.25.attn1.to_k.weight",
        "transformer_blocks.25.attn1.to_out.0.weight",
        "transformer_blocks.25.attn1.to_q.weight",
        "transformer_blocks.25.attn1.to_v.weight",
        "transformer_blocks.25.attn2.to_k.weight",
        "transformer_blocks.25.attn2.to_out.0.weight",
        "transformer_blocks.25.attn2.to_q.weight",
        "transformer_blocks.25.attn2.to_v.weight",
        "transformer_blocks.25.ff.net.0.proj.weight",
        "transformer_blocks.25.ff.net.2.weight",
        "transformer_blocks.25.norm1.linear_1.weight",
        "transformer_blocks.25.norm1.linear_2.weight",
        "transformer_blocks.25.norm2.linear_1.weight",
        "transformer_blocks.25.norm2.linear_2.weight",
        "transformer_blocks.25.norm3.linear_1.weight",
        "transformer_blocks.25.norm3.linear_2.weight",
        "transformer_blocks.26.attn1.to_k.weight",
        "transformer_blocks.26.attn1.to_out.0.weight",
        "transformer_blocks.26.attn1.to_q.weight",
        "transformer_blocks.26.attn1.to_v.weight",
        "transformer_blocks.26.attn2.to_k.weight",
        "transformer_blocks.26.attn2.to_out.0.weight",
        "transformer_blocks.26.attn2.to_q.weight",
        "transformer_blocks.26.attn2.to_v.weight",
        "transformer_blocks.26.ff.net.0.proj.weight",
        "transformer_blocks.26.ff.net.2.weight",
        "transformer_blocks.26.norm1.linear_1.weight",
        "transformer_blocks.26.norm1.linear_2.weight",
        "transformer_blocks.26.norm2.linear_1.weight",
        "transformer_blocks.26.norm2.linear_2.weight",
        "transformer_blocks.26.norm3.linear_1.weight",
        "transformer_blocks.26.norm3.linear_2.weight",
        "transformer_blocks.27.attn1.to_k.weight",
        "transformer_blocks.27.attn1.to_out.0.weight",
        "transformer_blocks.27.attn1.to_q.weight",
        "transformer_blocks.27.attn1.to_v.weight",
        "transformer_blocks.27.attn2.to_k.weight",
        "transformer_blocks.27.attn2.to_out.0.weight",
        "transformer_blocks.27.attn2.to_q.weight",
        "transformer_blocks.27.attn2.to_v.weight",
        "transformer_blocks.27.ff.net.0.proj.weight",
        "transformer_blocks.27.ff.net.2.weight",
        "transformer_blocks.27.norm1.linear_1.weight",
        "transformer_blocks.27.norm1.linear_2.weight",
        "transformer_blocks.27.norm2.linear_1.weight",
        "transformer_blocks.27.norm2.linear_2.weight",
        "transformer_blocks.27.norm3.linear_1.weight",
        "transformer_blocks.27.norm3.linear_2.weight",
        "transformer_blocks.3.attn1.to_k.weight",
        "transformer_blocks.3.attn1.to_out.0.weight",
        "transformer_blocks.3.attn1.to_q.weight",
        "transformer_blocks.3.attn1.to_v.weight",
        "transformer_blocks.3.attn2.to_k.weight",
        "transformer_blocks.3.attn2.to_out.0.weight",
        "transformer_blocks.3.attn2.to_q.weight",
        "transformer_blocks.3.attn2.to_v.weight",
        "transformer_blocks.3.ff.net.0.proj.weight",
        "transformer_blocks.3.ff.net.2.weight",
        "transformer_blocks.3.norm1.linear_1.weight",
        "transformer_blocks.3.norm1.linear_2.weight",
        "transformer_blocks.3.norm2.linear_1.weight",
        "transformer_blocks.3.norm2.linear_2.weight",
        "transformer_blocks.3.norm3.linear_1.weight",
        "transformer_blocks.3.norm3.linear_2.weight",
        "transformer_blocks.4.attn1.to_k.weight",
        "transformer_blocks.4.attn1.to_out.0.weight",
        "transformer_blocks.4.attn1.to_q.weight",
        "transformer_blocks.4.attn1.to_v.weight",
        "transformer_blocks.4.attn2.to_k.weight",
        "transformer_blocks.4.attn2.to_out.0.weight",
        "transformer_blocks.4.attn2.to_q.weight",
        "transformer_blocks.4.attn2.to_v.weight",
        "transformer_blocks.4.ff.net.0.proj.weight",
        "transformer_blocks.4.ff.net.2.weight",
        "transformer_blocks.4.norm1.linear_1.weight",
        "transformer_blocks.4.norm1.linear_2.weight",
        "transformer_blocks.4.norm2.linear_1.weight",
        "transformer_blocks.4.norm2.linear_2.weight",
        "transformer_blocks.4.norm3.linear_1.weight",
        "transformer_blocks.4.norm3.linear_2.weight",
        "transformer_blocks.5.attn1.to_k.weight",
        "transformer_blocks.5.attn1.to_out.0.weight",
        "transformer_blocks.5.attn1.to_q.weight",
        "transformer_blocks.5.attn1.to_v.weight",
        "transformer_blocks.5.attn2.to_k.weight",
        "transformer_blocks.5.attn2.to_out.0.weight",
        "transformer_blocks.5.attn2.to_q.weight",
        "transformer_blocks.5.attn2.to_v.weight",
        "transformer_blocks.5.ff.net.0.proj.weight",
        "transformer_blocks.5.ff.net.2.weight",
        "transformer_blocks.5.norm1.linear_1.weight",
        "transformer_blocks.5.norm1.linear_2.weight",
        "transformer_blocks.5.norm2.linear_1.weight",
        "transformer_blocks.5.norm2.linear_2.weight",
        "transformer_blocks.5.norm3.linear_1.weight",
        "transformer_blocks.5.norm3.linear_2.weight",
        "transformer_blocks.6.attn1.to_k.weight",
        "transformer_blocks.6.attn1.to_out.0.weight",
        "transformer_blocks.6.attn1.to_q.weight",
        "transformer_blocks.6.attn1.to_v.weight",
        "transformer_blocks.6.attn2.to_k.weight",
        "transformer_blocks.6.attn2.to_out.0.weight",
        "transformer_blocks.6.attn2.to_q.weight",
        "transformer_blocks.6.attn2.to_v.weight",
        "transformer_blocks.6.ff.net.0.proj.weight",
        "transformer_blocks.6.ff.net.2.weight",
        "transformer_blocks.6.norm1.linear_1.weight",
        "transformer_blocks.6.norm1.linear_2.weight",
        "transformer_blocks.6.norm2.linear_1.weight",
        "transformer_blocks.6.norm2.linear_2.weight",
        "transformer_blocks.6.norm3.linear_1.weight",
        "transformer_blocks.6.norm3.linear_2.weight",
        "transformer_blocks.7.attn1.to_k.weight",
        "transformer_blocks.7.attn1.to_out.0.weight",
        "transformer_blocks.7.attn1.to_q.weight",
        "transformer_blocks.7.attn1.to_v.weight",
        "transformer_blocks.7.attn2.to_k.weight",
        "transformer_blocks.7.attn2.to_out.0.weight",
        "transformer_blocks.7.attn2.to_q.weight",
        "transformer_blocks.7.attn2.to_v.weight",
        "transformer_blocks.7.ff.net.0.proj.weight",
        "transformer_blocks.7.ff.net.2.weight",
        "transformer_blocks.7.norm1.linear_1.weight",
        "transformer_blocks.7.norm1.linear_2.weight",
        "transformer_blocks.7.norm2.linear_1.weight",
        "transformer_blocks.7.norm3.linear_1.weight",
        "transformer_blocks.7.norm3.linear_2.weight",
        "transformer_blocks.8.attn1.to_k.weight",
        "transformer_blocks.8.attn1.to_out.0.weight",
        "transformer_blocks.8.attn1.to_q.weight",
        "transformer_blocks.8.attn1.to_v.weight",
        "transformer_blocks.8.attn2.to_k.weight",
        "transformer_blocks.8.attn2.to_out.0.weight",
        "transformer_blocks.8.attn2.to_q.weight",
        "transformer_blocks.8.attn2.to_v.weight",
        "transformer_blocks.8.ff.net.0.proj.weight",
        "transformer_blocks.8.ff.net.2.weight",
        "transformer_blocks.8.norm1.linear_1.weight",
        "transformer_blocks.8.norm1.linear_2.weight",
        "transformer_blocks.8.norm2.linear_1.weight",
        "transformer_blocks.8.norm3.linear_1.weight",
        "transformer_blocks.8.norm3.linear_2.weight",
        "transformer_blocks.9.attn1.to_k.weight",
        "transformer_blocks.9.attn1.to_out.0.weight",
        "transformer_blocks.9.attn1.to_q.weight",
        "transformer_blocks.9.attn1.to_v.weight",
        "transformer_blocks.9.attn2.to_k.weight",
        "transformer_blocks.9.attn2.to_out.0.weight",
        "transformer_blocks.9.attn2.to_q.weight",
        "transformer_blocks.9.attn2.to_v.weight",
        "transformer_blocks.9.ff.net.0.proj.weight",
        "transformer_blocks.9.ff.net.2.weight",
        "transformer_blocks.9.norm1.linear_1.weight",
        "transformer_blocks.9.norm1.linear_2.weight",
        "transformer_blocks.9.norm2.linear_1.weight",
        "transformer_blocks.9.norm2.linear_2.weight",
        "transformer_blocks.9.norm3.linear_1.weight",
        "transformer_blocks.9.norm3.linear_2.weight"
      ]
    },
    "modules_quant_config": {},
    "modules_to_not_convert": [
      "time_embed",
      "proj_out",
      "patch_embed",
      "learnable_pos_embed",
      "crossattn_proj",
      "norm_out",
      "transformer_blocks.0.norm*",
      "transformer_blocks.0.attn1.norm_k.weight",
      "transformer_blocks.0.attn1.norm_q.weight",
      "transformer_blocks.0.attn2.norm_k.weight",
      "transformer_blocks.0.attn2.norm_q.weight",
      "transformer_blocks.1.attn1.norm_k.weight",
      "transformer_blocks.1.attn1.norm_q.weight",
      "transformer_blocks.1.attn2.norm_k.weight",
      "transformer_blocks.1.attn2.norm_q.weight",
      "transformer_blocks.10.attn1.norm_k.weight",
      "transformer_blocks.10.attn1.norm_q.weight",
      "transformer_blocks.10.attn2.norm_k.weight",
      "transformer_blocks.10.attn2.norm_q.weight",
      "transformer_blocks.11.attn1.norm_k.weight",
      "transformer_blocks.11.attn1.norm_q.weight",
      "transformer_blocks.11.attn2.norm_k.weight",
      "transformer_blocks.11.attn2.norm_q.weight",
      "transformer_blocks.12.attn1.norm_k.weight",
      "transformer_blocks.12.attn1.norm_q.weight",
      "transformer_blocks.12.attn2.norm_k.weight",
      "transformer_blocks.12.attn2.norm_q.weight",
      "transformer_blocks.13.attn1.norm_k.weight",
      "transformer_blocks.13.attn1.norm_q.weight",
      "transformer_blocks.13.attn2.norm_k.weight",
      "transformer_blocks.13.attn2.norm_q.weight",
      "transformer_blocks.14.attn1.norm_k.weight",
      "transformer_blocks.14.attn1.norm_q.weight",
      "transformer_blocks.14.attn2.norm_k.weight",
      "transformer_blocks.14.attn2.norm_q.weight",
      "transformer_blocks.15.attn1.norm_k.weight",
      "transformer_blocks.15.attn1.norm_q.weight",
      "transformer_blocks.15.attn2.norm_k.weight",
      "transformer_blocks.15.attn2.norm_q.weight",
      "transformer_blocks.16.attn1.norm_k.weight",
      "transformer_blocks.16.attn1.norm_q.weight",
      "transformer_blocks.16.attn2.norm_k.weight",
      "transformer_blocks.16.attn2.norm_q.weight",
      "transformer_blocks.17.attn1.norm_k.weight",
      "transformer_blocks.17.attn1.norm_q.weight",
      "transformer_blocks.17.attn2.norm_k.weight",
      "transformer_blocks.17.attn2.norm_q.weight",
      "transformer_blocks.18.attn1.norm_k.weight",
      "transformer_blocks.18.attn1.norm_q.weight",
      "transformer_blocks.18.attn2.norm_k.weight",
      "transformer_blocks.18.attn2.norm_q.weight",
      "transformer_blocks.19.attn1.norm_k.weight",
      "transformer_blocks.19.attn1.norm_q.weight",
      "transformer_blocks.19.attn2.norm_k.weight",
      "transformer_blocks.19.attn2.norm_q.weight",
      "transformer_blocks.2.attn1.norm_k.weight",
      "transformer_blocks.2.attn1.norm_q.weight",
      "transformer_blocks.2.attn2.norm_k.weight",
      "transformer_blocks.2.attn2.norm_q.weight",
      "transformer_blocks.20.attn1.norm_k.weight",
      "transformer_blocks.20.attn1.norm_q.weight",
      "transformer_blocks.20.attn2.norm_k.weight",
      "transformer_blocks.20.attn2.norm_q.weight",
      "transformer_blocks.21.attn1.norm_k.weight",
      "transformer_blocks.21.attn1.norm_q.weight",
      "transformer_blocks.21.attn2.norm_k.weight",
      "transformer_blocks.21.attn2.norm_q.weight",
      "transformer_blocks.22.attn1.norm_k.weight",
      "transformer_blocks.22.attn1.norm_q.weight",
      "transformer_blocks.22.attn2.norm_k.weight",
      "transformer_blocks.22.attn2.norm_q.weight",
      "transformer_blocks.23.attn1.norm_k.weight",
      "transformer_blocks.23.attn1.norm_q.weight",
      "transformer_blocks.23.attn2.norm_k.weight",
      "transformer_blocks.23.attn2.norm_q.weight",
      "transformer_blocks.24.attn1.norm_k.weight",
      "transformer_blocks.24.attn1.norm_q.weight",
      "transformer_blocks.24.attn2.norm_k.weight",
      "transformer_blocks.24.attn2.norm_q.weight",
      "transformer_blocks.25.attn1.norm_k.weight",
      "transformer_blocks.25.attn1.norm_q.weight",
      "transformer_blocks.25.attn2.norm_k.weight",
      "transformer_blocks.25.attn2.norm_q.weight",
      "transformer_blocks.26.attn1.norm_k.weight",
      "transformer_blocks.26.attn1.norm_q.weight",
      "transformer_blocks.26.attn2.norm_k.weight",
      "transformer_blocks.26.attn2.norm_q.weight",
      "transformer_blocks.27.attn1.norm_k.weight",
      "transformer_blocks.27.attn1.norm_q.weight",
      "transformer_blocks.27.attn2.norm_k.weight",
      "transformer_blocks.27.attn2.norm_q.weight",
      "transformer_blocks.3.attn1.norm_k.weight",
      "transformer_blocks.3.attn1.norm_q.weight",
      "transformer_blocks.3.attn2.norm_k.weight",
      "transformer_blocks.3.attn2.norm_q.weight",
      "transformer_blocks.4.attn1.norm_k.weight",
      "transformer_blocks.4.attn1.norm_q.weight",
      "transformer_blocks.4.attn2.norm_k.weight",
      "transformer_blocks.4.attn2.norm_q.weight",
      "transformer_blocks.5.attn1.norm_k.weight",
      "transformer_blocks.5.attn1.norm_q.weight",
      "transformer_blocks.5.attn2.norm_k.weight",
      "transformer_blocks.5.attn2.norm_q.weight",
      "transformer_blocks.6.attn1.norm_k.weight",
      "transformer_blocks.6.attn1.norm_q.weight",
      "transformer_blocks.6.attn2.norm_k.weight",
      "transformer_blocks.6.attn2.norm_q.weight",
      "transformer_blocks.7.attn1.norm_k.weight",
      "transformer_blocks.7.attn1.norm_q.weight",
      "transformer_blocks.7.attn2.norm_k.weight",
      "transformer_blocks.7.attn2.norm_q.weight",
      "transformer_blocks.8.attn1.norm_k.weight",
      "transformer_blocks.8.attn1.norm_q.weight",
      "transformer_blocks.8.attn2.norm_k.weight",
      "transformer_blocks.8.attn2.norm_q.weight",
      "transformer_blocks.9.attn1.norm_k.weight",
      "transformer_blocks.9.attn1.norm_q.weight",
      "transformer_blocks.9.attn2.norm_k.weight",
      "transformer_blocks.9.attn2.norm_q.weight"
    ],
    "modules_to_not_use_matmul": [],
    "non_blocking": true,
    "quant_conv": false,
    "quant_embedding": false,
    "quant_method": "sdnq",
    "quantization_device": "cuda",
    "quantized_matmul_dtype": null,
    "return_device": "cuda",
    "sdnq_version": "0.2.1",
    "svd_rank": 32,
    "svd_steps": 8,
    "use_dynamic_quantization": true,
    "use_grad_ckpt": true,
    "use_hadamard": true,
    "use_quantized_matmul": true,
    "use_quantized_matmul_conv": true,
    "use_static_quantization": true,
    "use_stochastic_rounding": false,
    "use_svd": false,
    "weights_dtype": "uint4"
  },
  "rope_scale": [
    1.0,
    4.0,
    4.0
  ],
  "text_embed_dim": 1024,
  "use_crossattn_projection": false
}