OzzyGT HF Staff commited on
Commit
e67e63e
·
verified ·
1 Parent(s): 6bf8940

Upload 19 files

Browse files
LICENSE ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, Any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ license: apache-2.0
6
+ base_model:
7
+ - Qwen/Qwen-Image-2512
8
+ base_model_relation: quantized
9
+ tags:
10
+ - image-generation
11
+ - qwen-image
12
+ - sdnq
13
+ pipeline_tag: text-to-image
14
+ library_name: diffusers
15
+ ---
16
+ # Qwen Image 2512 SDNQ Dynamic INT4
17
+
18
+ This is an int4 quantized version of [Qwen/Qwen-Image-2512](https://huggingface.co/Qwen/Qwen-Image-2512) using [SDNQ](https://github.com/Disty0/sdnq) (SD.Next Quantization) with the dynamic option and Hadamard Rotation.
19
+
20
+ Note: You need SDNQ v0.2.0 or superior
21
+
22
+ ## Usage
23
+
24
+ You can find ready-to-use scripts in the [diffusers-recipes](https://github.com/asomoza/diffusers-recipes/blob/main/models/qwen_image_2512/README.md) repository.
model_index.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "QwenImagePipeline",
3
+ "_diffusers_version": "0.36.0.dev0",
4
+ "scheduler": [
5
+ "diffusers",
6
+ "FlowMatchEulerDiscreteScheduler"
7
+ ],
8
+ "text_encoder": [
9
+ "transformers",
10
+ "Qwen2_5_VLForConditionalGeneration"
11
+ ],
12
+ "tokenizer": [
13
+ "transformers",
14
+ "Qwen2Tokenizer"
15
+ ],
16
+ "transformer": [
17
+ "diffusers",
18
+ "QwenImageTransformer2DModel"
19
+ ],
20
+ "vae": [
21
+ "diffusers",
22
+ "AutoencoderKLQwenImage"
23
+ ]
24
+ }
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FlowMatchEulerDiscreteScheduler",
3
+ "_diffusers_version": "0.36.0.dev0",
4
+ "base_image_seq_len": 256,
5
+ "base_shift": 0.5,
6
+ "invert_sigmas": false,
7
+ "max_image_seq_len": 8192,
8
+ "max_shift": 0.9,
9
+ "num_train_timesteps": 1000,
10
+ "shift": 1.0,
11
+ "shift_terminal": 0.02,
12
+ "stochastic_sampling": false,
13
+ "time_shift_type": "exponential",
14
+ "use_beta_sigmas": false,
15
+ "use_dynamic_shifting": true,
16
+ "use_exponential_sigmas": false,
17
+ "use_karras_sigmas": false
18
+ }
text_encoder/config.json ADDED
@@ -0,0 +1,674 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2_5_VLForConditionalGeneration"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 151645,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 3584,
11
+ "image_token_id": 151655,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 18944,
14
+ "max_position_embeddings": 128000,
15
+ "max_window_layers": 28,
16
+ "model_type": "qwen2_5_vl",
17
+ "num_attention_heads": 28,
18
+ "num_hidden_layers": 28,
19
+ "num_key_value_heads": 4,
20
+ "quantization_config": {
21
+ "add_skip_keys": true,
22
+ "dequantize_fp32": false,
23
+ "dynamic_loss_threshold": 0.01,
24
+ "group_size": 0,
25
+ "hadamard_group_size": 256,
26
+ "is_integer": true,
27
+ "is_training": false,
28
+ "modules_dtype_dict": {
29
+ "uint4": [
30
+ "model.language_model.layers.0.mlp.down_proj.weight",
31
+ "model.language_model.layers.0.mlp.gate_proj.weight",
32
+ "model.language_model.layers.0.mlp.up_proj.weight",
33
+ "model.language_model.layers.0.self_attn.k_proj.weight",
34
+ "model.language_model.layers.0.self_attn.o_proj.weight",
35
+ "model.language_model.layers.0.self_attn.q_proj.weight",
36
+ "model.language_model.layers.0.self_attn.v_proj.weight",
37
+ "model.language_model.layers.1.mlp.down_proj.weight",
38
+ "model.language_model.layers.1.mlp.gate_proj.weight",
39
+ "model.language_model.layers.1.mlp.up_proj.weight",
40
+ "model.language_model.layers.1.self_attn.k_proj.weight",
41
+ "model.language_model.layers.1.self_attn.o_proj.weight",
42
+ "model.language_model.layers.1.self_attn.q_proj.weight",
43
+ "model.language_model.layers.1.self_attn.v_proj.weight",
44
+ "model.language_model.layers.2.mlp.down_proj.weight",
45
+ "model.language_model.layers.2.mlp.gate_proj.weight",
46
+ "model.language_model.layers.2.mlp.up_proj.weight",
47
+ "model.language_model.layers.2.self_attn.k_proj.weight",
48
+ "model.language_model.layers.2.self_attn.o_proj.weight",
49
+ "model.language_model.layers.2.self_attn.q_proj.weight",
50
+ "model.language_model.layers.2.self_attn.v_proj.weight",
51
+ "model.language_model.layers.3.mlp.down_proj.weight",
52
+ "model.language_model.layers.3.mlp.gate_proj.weight",
53
+ "model.language_model.layers.3.mlp.up_proj.weight",
54
+ "model.language_model.layers.3.self_attn.k_proj.weight",
55
+ "model.language_model.layers.3.self_attn.o_proj.weight",
56
+ "model.language_model.layers.3.self_attn.q_proj.weight",
57
+ "model.language_model.layers.3.self_attn.v_proj.weight",
58
+ "model.language_model.layers.4.mlp.down_proj.weight",
59
+ "model.language_model.layers.4.mlp.gate_proj.weight",
60
+ "model.language_model.layers.4.mlp.up_proj.weight",
61
+ "model.language_model.layers.4.self_attn.k_proj.weight",
62
+ "model.language_model.layers.4.self_attn.o_proj.weight",
63
+ "model.language_model.layers.4.self_attn.q_proj.weight",
64
+ "model.language_model.layers.4.self_attn.v_proj.weight",
65
+ "model.language_model.layers.5.mlp.down_proj.weight",
66
+ "model.language_model.layers.5.mlp.gate_proj.weight",
67
+ "model.language_model.layers.5.mlp.up_proj.weight",
68
+ "model.language_model.layers.5.self_attn.k_proj.weight",
69
+ "model.language_model.layers.5.self_attn.o_proj.weight",
70
+ "model.language_model.layers.5.self_attn.q_proj.weight",
71
+ "model.language_model.layers.5.self_attn.v_proj.weight",
72
+ "model.language_model.layers.6.mlp.down_proj.weight",
73
+ "model.language_model.layers.6.mlp.gate_proj.weight",
74
+ "model.language_model.layers.6.mlp.up_proj.weight",
75
+ "model.language_model.layers.6.self_attn.k_proj.weight",
76
+ "model.language_model.layers.6.self_attn.o_proj.weight",
77
+ "model.language_model.layers.6.self_attn.q_proj.weight",
78
+ "model.language_model.layers.6.self_attn.v_proj.weight",
79
+ "model.language_model.layers.7.mlp.down_proj.weight",
80
+ "model.language_model.layers.7.mlp.gate_proj.weight",
81
+ "model.language_model.layers.7.mlp.up_proj.weight",
82
+ "model.language_model.layers.7.self_attn.k_proj.weight",
83
+ "model.language_model.layers.7.self_attn.o_proj.weight",
84
+ "model.language_model.layers.7.self_attn.q_proj.weight",
85
+ "model.language_model.layers.7.self_attn.v_proj.weight",
86
+ "model.language_model.layers.8.mlp.down_proj.weight",
87
+ "model.language_model.layers.8.mlp.gate_proj.weight",
88
+ "model.language_model.layers.8.mlp.up_proj.weight",
89
+ "model.language_model.layers.8.self_attn.k_proj.weight",
90
+ "model.language_model.layers.8.self_attn.o_proj.weight",
91
+ "model.language_model.layers.8.self_attn.q_proj.weight",
92
+ "model.language_model.layers.8.self_attn.v_proj.weight",
93
+ "model.language_model.layers.9.mlp.down_proj.weight",
94
+ "model.language_model.layers.9.mlp.gate_proj.weight",
95
+ "model.language_model.layers.9.mlp.up_proj.weight",
96
+ "model.language_model.layers.9.self_attn.k_proj.weight",
97
+ "model.language_model.layers.9.self_attn.o_proj.weight",
98
+ "model.language_model.layers.9.self_attn.q_proj.weight",
99
+ "model.language_model.layers.9.self_attn.v_proj.weight",
100
+ "model.language_model.layers.10.mlp.down_proj.weight",
101
+ "model.language_model.layers.10.mlp.gate_proj.weight",
102
+ "model.language_model.layers.10.mlp.up_proj.weight",
103
+ "model.language_model.layers.10.self_attn.k_proj.weight",
104
+ "model.language_model.layers.10.self_attn.o_proj.weight",
105
+ "model.language_model.layers.10.self_attn.q_proj.weight",
106
+ "model.language_model.layers.10.self_attn.v_proj.weight",
107
+ "model.language_model.layers.11.mlp.down_proj.weight",
108
+ "model.language_model.layers.11.mlp.gate_proj.weight",
109
+ "model.language_model.layers.11.mlp.up_proj.weight",
110
+ "model.language_model.layers.11.self_attn.k_proj.weight",
111
+ "model.language_model.layers.11.self_attn.o_proj.weight",
112
+ "model.language_model.layers.11.self_attn.q_proj.weight",
113
+ "model.language_model.layers.11.self_attn.v_proj.weight",
114
+ "model.language_model.layers.12.mlp.down_proj.weight",
115
+ "model.language_model.layers.12.mlp.gate_proj.weight",
116
+ "model.language_model.layers.12.mlp.up_proj.weight",
117
+ "model.language_model.layers.12.self_attn.k_proj.weight",
118
+ "model.language_model.layers.12.self_attn.o_proj.weight",
119
+ "model.language_model.layers.12.self_attn.q_proj.weight",
120
+ "model.language_model.layers.12.self_attn.v_proj.weight",
121
+ "model.language_model.layers.13.mlp.down_proj.weight",
122
+ "model.language_model.layers.13.mlp.gate_proj.weight",
123
+ "model.language_model.layers.13.mlp.up_proj.weight",
124
+ "model.language_model.layers.13.self_attn.k_proj.weight",
125
+ "model.language_model.layers.13.self_attn.o_proj.weight",
126
+ "model.language_model.layers.13.self_attn.q_proj.weight",
127
+ "model.language_model.layers.13.self_attn.v_proj.weight",
128
+ "model.language_model.layers.14.mlp.down_proj.weight",
129
+ "model.language_model.layers.14.mlp.gate_proj.weight",
130
+ "model.language_model.layers.14.mlp.up_proj.weight",
131
+ "model.language_model.layers.14.self_attn.k_proj.weight",
132
+ "model.language_model.layers.14.self_attn.o_proj.weight",
133
+ "model.language_model.layers.14.self_attn.q_proj.weight",
134
+ "model.language_model.layers.14.self_attn.v_proj.weight",
135
+ "model.language_model.layers.15.mlp.down_proj.weight",
136
+ "model.language_model.layers.15.mlp.gate_proj.weight",
137
+ "model.language_model.layers.15.mlp.up_proj.weight",
138
+ "model.language_model.layers.15.self_attn.k_proj.weight",
139
+ "model.language_model.layers.15.self_attn.o_proj.weight",
140
+ "model.language_model.layers.15.self_attn.q_proj.weight",
141
+ "model.language_model.layers.15.self_attn.v_proj.weight",
142
+ "model.language_model.layers.16.mlp.down_proj.weight",
143
+ "model.language_model.layers.16.mlp.gate_proj.weight",
144
+ "model.language_model.layers.16.mlp.up_proj.weight",
145
+ "model.language_model.layers.16.self_attn.k_proj.weight",
146
+ "model.language_model.layers.16.self_attn.o_proj.weight",
147
+ "model.language_model.layers.16.self_attn.q_proj.weight",
148
+ "model.language_model.layers.16.self_attn.v_proj.weight",
149
+ "model.language_model.layers.17.mlp.down_proj.weight",
150
+ "model.language_model.layers.17.mlp.gate_proj.weight",
151
+ "model.language_model.layers.17.mlp.up_proj.weight",
152
+ "model.language_model.layers.17.self_attn.k_proj.weight",
153
+ "model.language_model.layers.17.self_attn.o_proj.weight",
154
+ "model.language_model.layers.17.self_attn.q_proj.weight",
155
+ "model.language_model.layers.17.self_attn.v_proj.weight",
156
+ "model.language_model.layers.18.mlp.down_proj.weight",
157
+ "model.language_model.layers.18.mlp.gate_proj.weight",
158
+ "model.language_model.layers.18.mlp.up_proj.weight",
159
+ "model.language_model.layers.18.self_attn.k_proj.weight",
160
+ "model.language_model.layers.18.self_attn.o_proj.weight",
161
+ "model.language_model.layers.18.self_attn.q_proj.weight",
162
+ "model.language_model.layers.18.self_attn.v_proj.weight",
163
+ "model.language_model.layers.19.mlp.down_proj.weight",
164
+ "model.language_model.layers.19.mlp.gate_proj.weight",
165
+ "model.language_model.layers.19.mlp.up_proj.weight",
166
+ "model.language_model.layers.19.self_attn.k_proj.weight",
167
+ "model.language_model.layers.19.self_attn.o_proj.weight",
168
+ "model.language_model.layers.19.self_attn.q_proj.weight",
169
+ "model.language_model.layers.19.self_attn.v_proj.weight",
170
+ "model.language_model.layers.20.mlp.down_proj.weight",
171
+ "model.language_model.layers.20.mlp.gate_proj.weight",
172
+ "model.language_model.layers.20.mlp.up_proj.weight",
173
+ "model.language_model.layers.20.self_attn.k_proj.weight",
174
+ "model.language_model.layers.20.self_attn.o_proj.weight",
175
+ "model.language_model.layers.20.self_attn.q_proj.weight",
176
+ "model.language_model.layers.20.self_attn.v_proj.weight",
177
+ "model.language_model.layers.21.mlp.down_proj.weight",
178
+ "model.language_model.layers.21.mlp.gate_proj.weight",
179
+ "model.language_model.layers.21.mlp.up_proj.weight",
180
+ "model.language_model.layers.21.self_attn.k_proj.weight",
181
+ "model.language_model.layers.21.self_attn.o_proj.weight",
182
+ "model.language_model.layers.21.self_attn.q_proj.weight",
183
+ "model.language_model.layers.21.self_attn.v_proj.weight",
184
+ "model.language_model.layers.22.mlp.down_proj.weight",
185
+ "model.language_model.layers.22.mlp.gate_proj.weight",
186
+ "model.language_model.layers.22.mlp.up_proj.weight",
187
+ "model.language_model.layers.22.self_attn.k_proj.weight",
188
+ "model.language_model.layers.22.self_attn.o_proj.weight",
189
+ "model.language_model.layers.22.self_attn.q_proj.weight",
190
+ "model.language_model.layers.22.self_attn.v_proj.weight",
191
+ "model.language_model.layers.23.mlp.down_proj.weight",
192
+ "model.language_model.layers.23.mlp.gate_proj.weight",
193
+ "model.language_model.layers.23.mlp.up_proj.weight",
194
+ "model.language_model.layers.23.self_attn.k_proj.weight",
195
+ "model.language_model.layers.23.self_attn.o_proj.weight",
196
+ "model.language_model.layers.23.self_attn.q_proj.weight",
197
+ "model.language_model.layers.23.self_attn.v_proj.weight",
198
+ "model.language_model.layers.24.mlp.down_proj.weight",
199
+ "model.language_model.layers.24.mlp.gate_proj.weight",
200
+ "model.language_model.layers.24.mlp.up_proj.weight",
201
+ "model.language_model.layers.24.self_attn.k_proj.weight",
202
+ "model.language_model.layers.24.self_attn.o_proj.weight",
203
+ "model.language_model.layers.24.self_attn.q_proj.weight",
204
+ "model.language_model.layers.24.self_attn.v_proj.weight",
205
+ "model.language_model.layers.25.mlp.down_proj.weight",
206
+ "model.language_model.layers.25.mlp.gate_proj.weight",
207
+ "model.language_model.layers.25.mlp.up_proj.weight",
208
+ "model.language_model.layers.25.self_attn.k_proj.weight",
209
+ "model.language_model.layers.25.self_attn.o_proj.weight",
210
+ "model.language_model.layers.25.self_attn.q_proj.weight",
211
+ "model.language_model.layers.25.self_attn.v_proj.weight",
212
+ "model.language_model.layers.26.mlp.down_proj.weight",
213
+ "model.language_model.layers.26.mlp.gate_proj.weight",
214
+ "model.language_model.layers.26.mlp.up_proj.weight",
215
+ "model.language_model.layers.26.self_attn.k_proj.weight",
216
+ "model.language_model.layers.26.self_attn.o_proj.weight",
217
+ "model.language_model.layers.26.self_attn.q_proj.weight",
218
+ "model.language_model.layers.26.self_attn.v_proj.weight",
219
+ "model.language_model.layers.27.mlp.down_proj.weight",
220
+ "model.language_model.layers.27.mlp.gate_proj.weight",
221
+ "model.language_model.layers.27.mlp.up_proj.weight",
222
+ "model.language_model.layers.27.self_attn.k_proj.weight",
223
+ "model.language_model.layers.27.self_attn.o_proj.weight",
224
+ "model.language_model.layers.27.self_attn.q_proj.weight",
225
+ "model.language_model.layers.27.self_attn.v_proj.weight",
226
+ "model.visual.blocks.0.attn.proj.weight",
227
+ "model.visual.blocks.0.attn.qkv.weight",
228
+ "model.visual.blocks.0.mlp.down_proj.weight",
229
+ "model.visual.blocks.0.mlp.gate_proj.weight",
230
+ "model.visual.blocks.0.mlp.up_proj.weight",
231
+ "model.visual.blocks.1.attn.proj.weight",
232
+ "model.visual.blocks.1.attn.qkv.weight",
233
+ "model.visual.blocks.1.mlp.down_proj.weight",
234
+ "model.visual.blocks.1.mlp.gate_proj.weight",
235
+ "model.visual.blocks.1.mlp.up_proj.weight",
236
+ "model.visual.blocks.2.attn.proj.weight",
237
+ "model.visual.blocks.2.attn.qkv.weight",
238
+ "model.visual.blocks.2.mlp.down_proj.weight",
239
+ "model.visual.blocks.2.mlp.gate_proj.weight",
240
+ "model.visual.blocks.2.mlp.up_proj.weight",
241
+ "model.visual.blocks.3.attn.proj.weight",
242
+ "model.visual.blocks.3.attn.qkv.weight",
243
+ "model.visual.blocks.3.mlp.down_proj.weight",
244
+ "model.visual.blocks.3.mlp.gate_proj.weight",
245
+ "model.visual.blocks.3.mlp.up_proj.weight",
246
+ "model.visual.blocks.4.attn.proj.weight",
247
+ "model.visual.blocks.4.attn.qkv.weight",
248
+ "model.visual.blocks.4.mlp.down_proj.weight",
249
+ "model.visual.blocks.4.mlp.gate_proj.weight",
250
+ "model.visual.blocks.4.mlp.up_proj.weight",
251
+ "model.visual.blocks.5.attn.proj.weight",
252
+ "model.visual.blocks.5.attn.qkv.weight",
253
+ "model.visual.blocks.5.mlp.down_proj.weight",
254
+ "model.visual.blocks.5.mlp.gate_proj.weight",
255
+ "model.visual.blocks.5.mlp.up_proj.weight",
256
+ "model.visual.blocks.6.attn.proj.weight",
257
+ "model.visual.blocks.6.attn.qkv.weight",
258
+ "model.visual.blocks.6.mlp.down_proj.weight",
259
+ "model.visual.blocks.6.mlp.gate_proj.weight",
260
+ "model.visual.blocks.6.mlp.up_proj.weight",
261
+ "model.visual.blocks.7.attn.proj.weight",
262
+ "model.visual.blocks.7.attn.qkv.weight",
263
+ "model.visual.blocks.7.mlp.down_proj.weight",
264
+ "model.visual.blocks.7.mlp.gate_proj.weight",
265
+ "model.visual.blocks.7.mlp.up_proj.weight",
266
+ "model.visual.blocks.8.attn.proj.weight",
267
+ "model.visual.blocks.8.attn.qkv.weight",
268
+ "model.visual.blocks.8.mlp.down_proj.weight",
269
+ "model.visual.blocks.8.mlp.gate_proj.weight",
270
+ "model.visual.blocks.8.mlp.up_proj.weight",
271
+ "model.visual.blocks.9.attn.proj.weight",
272
+ "model.visual.blocks.9.attn.qkv.weight",
273
+ "model.visual.blocks.9.mlp.down_proj.weight",
274
+ "model.visual.blocks.9.mlp.gate_proj.weight",
275
+ "model.visual.blocks.9.mlp.up_proj.weight",
276
+ "model.visual.blocks.10.attn.proj.weight",
277
+ "model.visual.blocks.10.attn.qkv.weight",
278
+ "model.visual.blocks.10.mlp.down_proj.weight",
279
+ "model.visual.blocks.10.mlp.gate_proj.weight",
280
+ "model.visual.blocks.10.mlp.up_proj.weight",
281
+ "model.visual.blocks.11.attn.proj.weight",
282
+ "model.visual.blocks.11.attn.qkv.weight",
283
+ "model.visual.blocks.11.mlp.down_proj.weight",
284
+ "model.visual.blocks.11.mlp.gate_proj.weight",
285
+ "model.visual.blocks.11.mlp.up_proj.weight",
286
+ "model.visual.blocks.12.attn.proj.weight",
287
+ "model.visual.blocks.12.attn.qkv.weight",
288
+ "model.visual.blocks.12.mlp.down_proj.weight",
289
+ "model.visual.blocks.12.mlp.gate_proj.weight",
290
+ "model.visual.blocks.12.mlp.up_proj.weight",
291
+ "model.visual.blocks.13.attn.proj.weight",
292
+ "model.visual.blocks.13.attn.qkv.weight",
293
+ "model.visual.blocks.13.mlp.down_proj.weight",
294
+ "model.visual.blocks.13.mlp.gate_proj.weight",
295
+ "model.visual.blocks.13.mlp.up_proj.weight",
296
+ "model.visual.blocks.14.attn.proj.weight",
297
+ "model.visual.blocks.14.attn.qkv.weight",
298
+ "model.visual.blocks.14.mlp.down_proj.weight",
299
+ "model.visual.blocks.14.mlp.gate_proj.weight",
300
+ "model.visual.blocks.14.mlp.up_proj.weight",
301
+ "model.visual.blocks.15.attn.proj.weight",
302
+ "model.visual.blocks.15.attn.qkv.weight",
303
+ "model.visual.blocks.15.mlp.down_proj.weight",
304
+ "model.visual.blocks.15.mlp.gate_proj.weight",
305
+ "model.visual.blocks.15.mlp.up_proj.weight",
306
+ "model.visual.blocks.16.attn.proj.weight",
307
+ "model.visual.blocks.16.attn.qkv.weight",
308
+ "model.visual.blocks.16.mlp.down_proj.weight",
309
+ "model.visual.blocks.16.mlp.gate_proj.weight",
310
+ "model.visual.blocks.16.mlp.up_proj.weight",
311
+ "model.visual.blocks.17.attn.proj.weight",
312
+ "model.visual.blocks.17.attn.qkv.weight",
313
+ "model.visual.blocks.17.mlp.down_proj.weight",
314
+ "model.visual.blocks.17.mlp.gate_proj.weight",
315
+ "model.visual.blocks.17.mlp.up_proj.weight",
316
+ "model.visual.blocks.18.attn.proj.weight",
317
+ "model.visual.blocks.18.attn.qkv.weight",
318
+ "model.visual.blocks.18.mlp.down_proj.weight",
319
+ "model.visual.blocks.18.mlp.gate_proj.weight",
320
+ "model.visual.blocks.18.mlp.up_proj.weight",
321
+ "model.visual.blocks.19.attn.proj.weight",
322
+ "model.visual.blocks.19.attn.qkv.weight",
323
+ "model.visual.blocks.19.mlp.down_proj.weight",
324
+ "model.visual.blocks.19.mlp.gate_proj.weight",
325
+ "model.visual.blocks.19.mlp.up_proj.weight",
326
+ "model.visual.blocks.20.attn.proj.weight",
327
+ "model.visual.blocks.20.attn.qkv.weight",
328
+ "model.visual.blocks.20.mlp.down_proj.weight",
329
+ "model.visual.blocks.20.mlp.gate_proj.weight",
330
+ "model.visual.blocks.20.mlp.up_proj.weight",
331
+ "model.visual.blocks.21.attn.proj.weight",
332
+ "model.visual.blocks.21.attn.qkv.weight",
333
+ "model.visual.blocks.21.mlp.down_proj.weight",
334
+ "model.visual.blocks.21.mlp.gate_proj.weight",
335
+ "model.visual.blocks.21.mlp.up_proj.weight",
336
+ "model.visual.blocks.22.attn.proj.weight",
337
+ "model.visual.blocks.22.attn.qkv.weight",
338
+ "model.visual.blocks.22.mlp.down_proj.weight",
339
+ "model.visual.blocks.22.mlp.gate_proj.weight",
340
+ "model.visual.blocks.22.mlp.up_proj.weight",
341
+ "model.visual.blocks.23.attn.proj.weight",
342
+ "model.visual.blocks.23.attn.qkv.weight",
343
+ "model.visual.blocks.23.mlp.down_proj.weight",
344
+ "model.visual.blocks.23.mlp.gate_proj.weight",
345
+ "model.visual.blocks.23.mlp.up_proj.weight",
346
+ "model.visual.blocks.24.attn.proj.weight",
347
+ "model.visual.blocks.24.attn.qkv.weight",
348
+ "model.visual.blocks.24.mlp.down_proj.weight",
349
+ "model.visual.blocks.24.mlp.gate_proj.weight",
350
+ "model.visual.blocks.24.mlp.up_proj.weight",
351
+ "model.visual.blocks.25.attn.proj.weight",
352
+ "model.visual.blocks.25.attn.qkv.weight",
353
+ "model.visual.blocks.25.mlp.down_proj.weight",
354
+ "model.visual.blocks.25.mlp.gate_proj.weight",
355
+ "model.visual.blocks.25.mlp.up_proj.weight",
356
+ "model.visual.blocks.26.attn.proj.weight",
357
+ "model.visual.blocks.26.attn.qkv.weight",
358
+ "model.visual.blocks.26.mlp.down_proj.weight",
359
+ "model.visual.blocks.26.mlp.gate_proj.weight",
360
+ "model.visual.blocks.26.mlp.up_proj.weight",
361
+ "model.visual.blocks.27.attn.proj.weight",
362
+ "model.visual.blocks.27.attn.qkv.weight",
363
+ "model.visual.blocks.27.mlp.down_proj.weight",
364
+ "model.visual.blocks.27.mlp.gate_proj.weight",
365
+ "model.visual.blocks.27.mlp.up_proj.weight",
366
+ "model.visual.blocks.28.attn.proj.weight",
367
+ "model.visual.blocks.28.attn.qkv.weight",
368
+ "model.visual.blocks.28.mlp.down_proj.weight",
369
+ "model.visual.blocks.28.mlp.gate_proj.weight",
370
+ "model.visual.blocks.28.mlp.up_proj.weight",
371
+ "model.visual.blocks.29.attn.proj.weight",
372
+ "model.visual.blocks.29.attn.qkv.weight",
373
+ "model.visual.blocks.29.mlp.down_proj.weight",
374
+ "model.visual.blocks.29.mlp.gate_proj.weight",
375
+ "model.visual.blocks.29.mlp.up_proj.weight",
376
+ "model.visual.blocks.30.attn.proj.weight",
377
+ "model.visual.blocks.30.attn.qkv.weight",
378
+ "model.visual.blocks.30.mlp.down_proj.weight",
379
+ "model.visual.blocks.30.mlp.gate_proj.weight",
380
+ "model.visual.blocks.30.mlp.up_proj.weight",
381
+ "model.visual.blocks.31.attn.proj.weight",
382
+ "model.visual.blocks.31.attn.qkv.weight",
383
+ "model.visual.blocks.31.mlp.down_proj.weight",
384
+ "model.visual.blocks.31.mlp.gate_proj.weight",
385
+ "model.visual.blocks.31.mlp.up_proj.weight",
386
+ "model.visual.merger.mlp.0.weight",
387
+ "model.visual.merger.mlp.2.weight"
388
+ ]
389
+ },
390
+ "modules_quant_config": {},
391
+ "modules_to_not_convert": [
392
+ "patch_embedding",
393
+ ".time_embed",
394
+ "multi_modal_projector",
395
+ ".vid_out",
396
+ "time_text_embed",
397
+ ".emb_in",
398
+ ".proj_out",
399
+ ".vid_in",
400
+ ".context_embedder",
401
+ ".txt_in",
402
+ ".final_layer",
403
+ ".condition_embedder",
404
+ ".txt_out",
405
+ "patch_emb",
406
+ ".img_in",
407
+ ".norm_out",
408
+ "lm_head",
409
+ ".emb_out",
410
+ ".t_embedder",
411
+ ".img_out",
412
+ "wte",
413
+ ".y_embedder",
414
+ "lm_head.weight",
415
+ "patch_embed",
416
+ ".x_embedder",
417
+ "model.language_model.embed_tokens.weight",
418
+ "model.language_model.layers.0.input_layernorm.weight",
419
+ "model.language_model.layers.0.post_attention_layernorm.weight",
420
+ "model.language_model.layers.1.input_layernorm.weight",
421
+ "model.language_model.layers.1.post_attention_layernorm.weight",
422
+ "model.language_model.layers.2.input_layernorm.weight",
423
+ "model.language_model.layers.2.post_attention_layernorm.weight",
424
+ "model.language_model.layers.3.input_layernorm.weight",
425
+ "model.language_model.layers.3.post_attention_layernorm.weight",
426
+ "model.language_model.layers.4.input_layernorm.weight",
427
+ "model.language_model.layers.4.post_attention_layernorm.weight",
428
+ "model.language_model.layers.5.input_layernorm.weight",
429
+ "model.language_model.layers.5.post_attention_layernorm.weight",
430
+ "model.language_model.layers.6.input_layernorm.weight",
431
+ "model.language_model.layers.6.post_attention_layernorm.weight",
432
+ "model.language_model.layers.7.input_layernorm.weight",
433
+ "model.language_model.layers.7.post_attention_layernorm.weight",
434
+ "model.language_model.layers.8.input_layernorm.weight",
435
+ "model.language_model.layers.8.post_attention_layernorm.weight",
436
+ "model.language_model.layers.9.input_layernorm.weight",
437
+ "model.language_model.layers.9.post_attention_layernorm.weight",
438
+ "model.language_model.layers.10.input_layernorm.weight",
439
+ "model.language_model.layers.10.post_attention_layernorm.weight",
440
+ "model.language_model.layers.11.input_layernorm.weight",
441
+ "model.language_model.layers.11.post_attention_layernorm.weight",
442
+ "model.language_model.layers.12.input_layernorm.weight",
443
+ "model.language_model.layers.12.post_attention_layernorm.weight",
444
+ "model.language_model.layers.13.input_layernorm.weight",
445
+ "model.language_model.layers.13.post_attention_layernorm.weight",
446
+ "model.language_model.layers.14.input_layernorm.weight",
447
+ "model.language_model.layers.14.post_attention_layernorm.weight",
448
+ "model.language_model.layers.15.input_layernorm.weight",
449
+ "model.language_model.layers.15.post_attention_layernorm.weight",
450
+ "model.language_model.layers.16.input_layernorm.weight",
451
+ "model.language_model.layers.16.post_attention_layernorm.weight",
452
+ "model.language_model.layers.17.input_layernorm.weight",
453
+ "model.language_model.layers.17.post_attention_layernorm.weight",
454
+ "model.language_model.layers.18.input_layernorm.weight",
455
+ "model.language_model.layers.18.post_attention_layernorm.weight",
456
+ "model.language_model.layers.19.input_layernorm.weight",
457
+ "model.language_model.layers.19.post_attention_layernorm.weight",
458
+ "model.language_model.layers.20.input_layernorm.weight",
459
+ "model.language_model.layers.20.post_attention_layernorm.weight",
460
+ "model.language_model.layers.21.input_layernorm.weight",
461
+ "model.language_model.layers.21.post_attention_layernorm.weight",
462
+ "model.language_model.layers.22.input_layernorm.weight",
463
+ "model.language_model.layers.22.post_attention_layernorm.weight",
464
+ "model.language_model.layers.23.input_layernorm.weight",
465
+ "model.language_model.layers.23.post_attention_layernorm.weight",
466
+ "model.language_model.layers.24.input_layernorm.weight",
467
+ "model.language_model.layers.24.post_attention_layernorm.weight",
468
+ "model.language_model.layers.25.input_layernorm.weight",
469
+ "model.language_model.layers.25.post_attention_layernorm.weight",
470
+ "model.language_model.layers.26.input_layernorm.weight",
471
+ "model.language_model.layers.26.post_attention_layernorm.weight",
472
+ "model.language_model.layers.27.input_layernorm.weight",
473
+ "model.language_model.layers.27.post_attention_layernorm.weight",
474
+ "model.language_model.norm.weight",
475
+ "model.visual.blocks.0.norm1.weight",
476
+ "model.visual.blocks.0.norm2.weight",
477
+ "model.visual.blocks.1.norm1.weight",
478
+ "model.visual.blocks.1.norm2.weight",
479
+ "model.visual.blocks.2.norm1.weight",
480
+ "model.visual.blocks.2.norm2.weight",
481
+ "model.visual.blocks.3.norm1.weight",
482
+ "model.visual.blocks.3.norm2.weight",
483
+ "model.visual.blocks.4.norm1.weight",
484
+ "model.visual.blocks.4.norm2.weight",
485
+ "model.visual.blocks.5.norm1.weight",
486
+ "model.visual.blocks.5.norm2.weight",
487
+ "model.visual.blocks.6.norm1.weight",
488
+ "model.visual.blocks.6.norm2.weight",
489
+ "model.visual.blocks.7.norm1.weight",
490
+ "model.visual.blocks.7.norm2.weight",
491
+ "model.visual.blocks.8.norm1.weight",
492
+ "model.visual.blocks.8.norm2.weight",
493
+ "model.visual.blocks.9.norm1.weight",
494
+ "model.visual.blocks.9.norm2.weight",
495
+ "model.visual.blocks.10.norm1.weight",
496
+ "model.visual.blocks.10.norm2.weight",
497
+ "model.visual.blocks.11.norm1.weight",
498
+ "model.visual.blocks.11.norm2.weight",
499
+ "model.visual.blocks.12.norm1.weight",
500
+ "model.visual.blocks.12.norm2.weight",
501
+ "model.visual.blocks.13.norm1.weight",
502
+ "model.visual.blocks.13.norm2.weight",
503
+ "model.visual.blocks.14.norm1.weight",
504
+ "model.visual.blocks.14.norm2.weight",
505
+ "model.visual.blocks.15.norm1.weight",
506
+ "model.visual.blocks.15.norm2.weight",
507
+ "model.visual.blocks.16.norm1.weight",
508
+ "model.visual.blocks.16.norm2.weight",
509
+ "model.visual.blocks.17.norm1.weight",
510
+ "model.visual.blocks.17.norm2.weight",
511
+ "model.visual.blocks.18.norm1.weight",
512
+ "model.visual.blocks.18.norm2.weight",
513
+ "model.visual.blocks.19.norm1.weight",
514
+ "model.visual.blocks.19.norm2.weight",
515
+ "model.visual.blocks.20.norm1.weight",
516
+ "model.visual.blocks.20.norm2.weight",
517
+ "model.visual.blocks.21.norm1.weight",
518
+ "model.visual.blocks.21.norm2.weight",
519
+ "model.visual.blocks.22.norm1.weight",
520
+ "model.visual.blocks.22.norm2.weight",
521
+ "model.visual.blocks.23.norm1.weight",
522
+ "model.visual.blocks.23.norm2.weight",
523
+ "model.visual.blocks.24.norm1.weight",
524
+ "model.visual.blocks.24.norm2.weight",
525
+ "model.visual.blocks.25.norm1.weight",
526
+ "model.visual.blocks.25.norm2.weight",
527
+ "model.visual.blocks.26.norm1.weight",
528
+ "model.visual.blocks.26.norm2.weight",
529
+ "model.visual.blocks.27.norm1.weight",
530
+ "model.visual.blocks.27.norm2.weight",
531
+ "model.visual.blocks.28.norm1.weight",
532
+ "model.visual.blocks.28.norm2.weight",
533
+ "model.visual.blocks.29.norm1.weight",
534
+ "model.visual.blocks.29.norm2.weight",
535
+ "model.visual.blocks.30.norm1.weight",
536
+ "model.visual.blocks.30.norm2.weight",
537
+ "model.visual.blocks.31.norm1.weight",
538
+ "model.visual.blocks.31.norm2.weight",
539
+ "model.visual.merger.ln_q.weight"
540
+ ],
541
+ "modules_to_not_use_matmul": [],
542
+ "non_blocking": false,
543
+ "quant_conv": false,
544
+ "quant_embedding": false,
545
+ "quant_method": "sdnq",
546
+ "quantization_device": null,
547
+ "quantized_matmul_dtype": null,
548
+ "return_device": null,
549
+ "sdnq_version": "0.2.0",
550
+ "svd_rank": 32,
551
+ "svd_steps": 8,
552
+ "use_dynamic_quantization": true,
553
+ "use_grad_ckpt": true,
554
+ "use_hadamard": true,
555
+ "use_quantized_matmul": false,
556
+ "use_quantized_matmul_conv": false,
557
+ "use_static_quantization": true,
558
+ "use_stochastic_rounding": false,
559
+ "use_svd": false,
560
+ "weights_dtype": "uint4"
561
+ },
562
+ "rms_norm_eps": 1e-06,
563
+ "rope_parameters": {
564
+ "mrope_section": [
565
+ 16,
566
+ 24,
567
+ 24
568
+ ],
569
+ "rope_type": "default",
570
+ "type": "default"
571
+ },
572
+ "rope_theta": 1000000.0,
573
+ "sliding_window": 32768,
574
+ "text_config": {
575
+ "_name_or_path": "/cpfs01/haoyangzhang/pretrained_weights/Qwen2.5-VL",
576
+ "architectures": [
577
+ "Qwen2_5_VLForConditionalGeneration"
578
+ ],
579
+ "attention_dropout": 0.0,
580
+ "bos_token_id": 151643,
581
+ "dtype": "bfloat16",
582
+ "eos_token_id": 151645,
583
+ "hidden_act": "silu",
584
+ "hidden_size": 3584,
585
+ "initializer_range": 0.02,
586
+ "intermediate_size": 18944,
587
+ "layer_types": [
588
+ "full_attention",
589
+ "full_attention",
590
+ "full_attention",
591
+ "full_attention",
592
+ "full_attention",
593
+ "full_attention",
594
+ "full_attention",
595
+ "full_attention",
596
+ "full_attention",
597
+ "full_attention",
598
+ "full_attention",
599
+ "full_attention",
600
+ "full_attention",
601
+ "full_attention",
602
+ "full_attention",
603
+ "full_attention",
604
+ "full_attention",
605
+ "full_attention",
606
+ "full_attention",
607
+ "full_attention",
608
+ "full_attention",
609
+ "full_attention",
610
+ "full_attention",
611
+ "full_attention",
612
+ "full_attention",
613
+ "full_attention",
614
+ "full_attention",
615
+ "full_attention"
616
+ ],
617
+ "max_position_embeddings": 128000,
618
+ "max_window_layers": 28,
619
+ "model_type": "qwen2_5_vl_text",
620
+ "num_attention_heads": 28,
621
+ "num_hidden_layers": 28,
622
+ "num_key_value_heads": 4,
623
+ "pad_token_id": null,
624
+ "rms_norm_eps": 1e-06,
625
+ "rope_parameters": {
626
+ "mrope_section": [
627
+ 16,
628
+ 24,
629
+ 24
630
+ ],
631
+ "rope_theta": 1000000.0,
632
+ "rope_type": "default",
633
+ "type": "default"
634
+ },
635
+ "sliding_window": null,
636
+ "use_cache": true,
637
+ "use_sliding_window": false,
638
+ "vision_token_id": 151654,
639
+ "vocab_size": 152064
640
+ },
641
+ "tie_word_embeddings": false,
642
+ "transformers_version": "5.3.0",
643
+ "use_sliding_window": false,
644
+ "video_token_id": 151656,
645
+ "vision_config": {
646
+ "depth": 32,
647
+ "dtype": "bfloat16",
648
+ "fullatt_block_indexes": [
649
+ 7,
650
+ 15,
651
+ 23,
652
+ 31
653
+ ],
654
+ "hidden_act": "silu",
655
+ "hidden_size": 1280,
656
+ "in_channels": 3,
657
+ "in_chans": 3,
658
+ "initializer_range": 0.02,
659
+ "intermediate_size": 3420,
660
+ "model_type": "qwen2_5_vl",
661
+ "num_heads": 16,
662
+ "out_hidden_size": 3584,
663
+ "patch_size": 14,
664
+ "spatial_merge_size": 2,
665
+ "spatial_patch_size": 14,
666
+ "temporal_patch_size": 2,
667
+ "tokens_per_second": 2,
668
+ "window_size": 112
669
+ },
670
+ "vision_end_token_id": 151653,
671
+ "vision_start_token_id": 151652,
672
+ "vision_token_id": 151654,
673
+ "vocab_size": 152064
674
+ }
text_encoder/generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.05,
10
+ "temperature": 0.1,
11
+ "top_k": 1,
12
+ "top_p": 0.001,
13
+ "transformers_version": "5.3.0"
14
+ }
text_encoder/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57dfe58597c92d2aeb13411bef689a21f570bb81390bdb9b13a7c1e052aea45f
3
+ size 6233376064
tokenizer/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
tokenizer/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "clean_up_tokenization_spaces": false,
199
+ "eos_token": "<|im_end|>",
200
+ "errors": "replace",
201
+ "extra_special_tokens": {},
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
transformer/config.json ADDED
@@ -0,0 +1,1143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "QwenImageTransformer2DModel",
3
+ "_diffusers_version": "0.39.0.dev0",
4
+ "_name_or_path": "/home/ozzy/Documents/models/Qwen-Image-2512/transformer",
5
+ "attention_head_dim": 128,
6
+ "axes_dims_rope": [
7
+ 16,
8
+ 56,
9
+ 56
10
+ ],
11
+ "guidance_embeds": false,
12
+ "in_channels": 64,
13
+ "joint_attention_dim": 3584,
14
+ "num_attention_heads": 24,
15
+ "num_layers": 60,
16
+ "out_channels": 16,
17
+ "patch_size": 2,
18
+ "quantization_config": {
19
+ "add_skip_keys": true,
20
+ "dequantize_fp32": false,
21
+ "dynamic_loss_threshold": 0.01,
22
+ "group_size": 0,
23
+ "hadamard_group_size": 256,
24
+ "is_integer": true,
25
+ "is_training": false,
26
+ "modules_dtype_dict": {
27
+ "uint4": [
28
+ "transformer_blocks.0.attn.add_k_proj.weight",
29
+ "transformer_blocks.0.attn.add_q_proj.weight",
30
+ "transformer_blocks.0.attn.add_v_proj.weight",
31
+ "transformer_blocks.0.attn.to_add_out.weight",
32
+ "transformer_blocks.0.attn.to_k.weight",
33
+ "transformer_blocks.0.attn.to_out.0.weight",
34
+ "transformer_blocks.0.attn.to_q.weight",
35
+ "transformer_blocks.0.attn.to_v.weight",
36
+ "transformer_blocks.0.img_mlp.net.0.proj.weight",
37
+ "transformer_blocks.0.img_mlp.net.2.weight",
38
+ "transformer_blocks.0.txt_mlp.net.0.proj.weight",
39
+ "transformer_blocks.0.txt_mlp.net.2.weight",
40
+ "transformer_blocks.0.txt_mod.1.weight",
41
+ "transformer_blocks.1.attn.add_k_proj.weight",
42
+ "transformer_blocks.1.attn.add_q_proj.weight",
43
+ "transformer_blocks.1.attn.add_v_proj.weight",
44
+ "transformer_blocks.1.attn.to_add_out.weight",
45
+ "transformer_blocks.1.attn.to_k.weight",
46
+ "transformer_blocks.1.attn.to_out.0.weight",
47
+ "transformer_blocks.1.attn.to_q.weight",
48
+ "transformer_blocks.1.attn.to_v.weight",
49
+ "transformer_blocks.1.img_mlp.net.0.proj.weight",
50
+ "transformer_blocks.1.img_mlp.net.2.weight",
51
+ "transformer_blocks.1.img_mod.1.weight",
52
+ "transformer_blocks.1.txt_mlp.net.0.proj.weight",
53
+ "transformer_blocks.1.txt_mlp.net.2.weight",
54
+ "transformer_blocks.1.txt_mod.1.weight",
55
+ "transformer_blocks.2.attn.add_k_proj.weight",
56
+ "transformer_blocks.2.attn.add_q_proj.weight",
57
+ "transformer_blocks.2.attn.add_v_proj.weight",
58
+ "transformer_blocks.2.attn.to_add_out.weight",
59
+ "transformer_blocks.2.attn.to_k.weight",
60
+ "transformer_blocks.2.attn.to_out.0.weight",
61
+ "transformer_blocks.2.attn.to_q.weight",
62
+ "transformer_blocks.2.attn.to_v.weight",
63
+ "transformer_blocks.2.img_mlp.net.0.proj.weight",
64
+ "transformer_blocks.2.img_mlp.net.2.weight",
65
+ "transformer_blocks.2.img_mod.1.weight",
66
+ "transformer_blocks.2.txt_mlp.net.0.proj.weight",
67
+ "transformer_blocks.2.txt_mlp.net.2.weight",
68
+ "transformer_blocks.2.txt_mod.1.weight",
69
+ "transformer_blocks.3.attn.add_k_proj.weight",
70
+ "transformer_blocks.3.attn.add_q_proj.weight",
71
+ "transformer_blocks.3.attn.add_v_proj.weight",
72
+ "transformer_blocks.3.attn.to_add_out.weight",
73
+ "transformer_blocks.3.attn.to_k.weight",
74
+ "transformer_blocks.3.attn.to_out.0.weight",
75
+ "transformer_blocks.3.attn.to_q.weight",
76
+ "transformer_blocks.3.attn.to_v.weight",
77
+ "transformer_blocks.3.img_mlp.net.0.proj.weight",
78
+ "transformer_blocks.3.img_mlp.net.2.weight",
79
+ "transformer_blocks.3.img_mod.1.weight",
80
+ "transformer_blocks.3.txt_mlp.net.0.proj.weight",
81
+ "transformer_blocks.3.txt_mlp.net.2.weight",
82
+ "transformer_blocks.3.txt_mod.1.weight",
83
+ "transformer_blocks.4.attn.add_k_proj.weight",
84
+ "transformer_blocks.4.attn.add_q_proj.weight",
85
+ "transformer_blocks.4.attn.add_v_proj.weight",
86
+ "transformer_blocks.4.attn.to_add_out.weight",
87
+ "transformer_blocks.4.attn.to_k.weight",
88
+ "transformer_blocks.4.attn.to_out.0.weight",
89
+ "transformer_blocks.4.attn.to_q.weight",
90
+ "transformer_blocks.4.attn.to_v.weight",
91
+ "transformer_blocks.4.img_mlp.net.0.proj.weight",
92
+ "transformer_blocks.4.img_mlp.net.2.weight",
93
+ "transformer_blocks.4.img_mod.1.weight",
94
+ "transformer_blocks.4.txt_mlp.net.0.proj.weight",
95
+ "transformer_blocks.4.txt_mlp.net.2.weight",
96
+ "transformer_blocks.4.txt_mod.1.weight",
97
+ "transformer_blocks.5.attn.add_k_proj.weight",
98
+ "transformer_blocks.5.attn.add_q_proj.weight",
99
+ "transformer_blocks.5.attn.add_v_proj.weight",
100
+ "transformer_blocks.5.attn.to_add_out.weight",
101
+ "transformer_blocks.5.attn.to_k.weight",
102
+ "transformer_blocks.5.attn.to_out.0.weight",
103
+ "transformer_blocks.5.attn.to_q.weight",
104
+ "transformer_blocks.5.attn.to_v.weight",
105
+ "transformer_blocks.5.img_mlp.net.0.proj.weight",
106
+ "transformer_blocks.5.img_mlp.net.2.weight",
107
+ "transformer_blocks.5.img_mod.1.weight",
108
+ "transformer_blocks.5.txt_mlp.net.0.proj.weight",
109
+ "transformer_blocks.5.txt_mlp.net.2.weight",
110
+ "transformer_blocks.5.txt_mod.1.weight",
111
+ "transformer_blocks.6.attn.add_k_proj.weight",
112
+ "transformer_blocks.6.attn.add_q_proj.weight",
113
+ "transformer_blocks.6.attn.add_v_proj.weight",
114
+ "transformer_blocks.6.attn.to_add_out.weight",
115
+ "transformer_blocks.6.attn.to_k.weight",
116
+ "transformer_blocks.6.attn.to_out.0.weight",
117
+ "transformer_blocks.6.attn.to_q.weight",
118
+ "transformer_blocks.6.attn.to_v.weight",
119
+ "transformer_blocks.6.img_mlp.net.0.proj.weight",
120
+ "transformer_blocks.6.img_mlp.net.2.weight",
121
+ "transformer_blocks.6.img_mod.1.weight",
122
+ "transformer_blocks.6.txt_mlp.net.0.proj.weight",
123
+ "transformer_blocks.6.txt_mlp.net.2.weight",
124
+ "transformer_blocks.6.txt_mod.1.weight",
125
+ "transformer_blocks.7.attn.add_k_proj.weight",
126
+ "transformer_blocks.7.attn.to_k.weight",
127
+ "transformer_blocks.7.attn.to_q.weight",
128
+ "transformer_blocks.7.attn.to_v.weight",
129
+ "transformer_blocks.7.img_mod.1.weight",
130
+ "transformer_blocks.10.attn.add_k_proj.weight",
131
+ "transformer_blocks.10.attn.add_q_proj.weight",
132
+ "transformer_blocks.10.attn.add_v_proj.weight",
133
+ "transformer_blocks.10.attn.to_add_out.weight",
134
+ "transformer_blocks.10.attn.to_k.weight",
135
+ "transformer_blocks.10.attn.to_out.0.weight",
136
+ "transformer_blocks.10.attn.to_q.weight",
137
+ "transformer_blocks.10.attn.to_v.weight",
138
+ "transformer_blocks.10.img_mlp.net.0.proj.weight",
139
+ "transformer_blocks.10.img_mlp.net.2.weight",
140
+ "transformer_blocks.10.img_mod.1.weight",
141
+ "transformer_blocks.10.txt_mlp.net.0.proj.weight",
142
+ "transformer_blocks.10.txt_mlp.net.2.weight",
143
+ "transformer_blocks.10.txt_mod.1.weight",
144
+ "transformer_blocks.11.attn.add_k_proj.weight",
145
+ "transformer_blocks.11.attn.add_q_proj.weight",
146
+ "transformer_blocks.11.attn.add_v_proj.weight",
147
+ "transformer_blocks.11.attn.to_add_out.weight",
148
+ "transformer_blocks.11.attn.to_k.weight",
149
+ "transformer_blocks.11.attn.to_out.0.weight",
150
+ "transformer_blocks.11.attn.to_q.weight",
151
+ "transformer_blocks.11.attn.to_v.weight",
152
+ "transformer_blocks.11.img_mlp.net.0.proj.weight",
153
+ "transformer_blocks.11.img_mlp.net.2.weight",
154
+ "transformer_blocks.11.img_mod.1.weight",
155
+ "transformer_blocks.11.txt_mlp.net.0.proj.weight",
156
+ "transformer_blocks.11.txt_mlp.net.2.weight",
157
+ "transformer_blocks.11.txt_mod.1.weight",
158
+ "transformer_blocks.12.attn.add_k_proj.weight",
159
+ "transformer_blocks.12.attn.add_q_proj.weight",
160
+ "transformer_blocks.12.attn.add_v_proj.weight",
161
+ "transformer_blocks.12.attn.to_add_out.weight",
162
+ "transformer_blocks.12.attn.to_k.weight",
163
+ "transformer_blocks.12.attn.to_out.0.weight",
164
+ "transformer_blocks.12.attn.to_q.weight",
165
+ "transformer_blocks.12.attn.to_v.weight",
166
+ "transformer_blocks.12.img_mlp.net.0.proj.weight",
167
+ "transformer_blocks.12.img_mlp.net.2.weight",
168
+ "transformer_blocks.12.img_mod.1.weight",
169
+ "transformer_blocks.12.txt_mlp.net.0.proj.weight",
170
+ "transformer_blocks.12.txt_mlp.net.2.weight",
171
+ "transformer_blocks.12.txt_mod.1.weight",
172
+ "transformer_blocks.13.attn.add_k_proj.weight",
173
+ "transformer_blocks.13.attn.add_q_proj.weight",
174
+ "transformer_blocks.13.attn.add_v_proj.weight",
175
+ "transformer_blocks.13.attn.to_add_out.weight",
176
+ "transformer_blocks.13.attn.to_k.weight",
177
+ "transformer_blocks.13.attn.to_out.0.weight",
178
+ "transformer_blocks.13.attn.to_q.weight",
179
+ "transformer_blocks.13.attn.to_v.weight",
180
+ "transformer_blocks.13.img_mlp.net.0.proj.weight",
181
+ "transformer_blocks.13.img_mlp.net.2.weight",
182
+ "transformer_blocks.13.img_mod.1.weight",
183
+ "transformer_blocks.13.txt_mlp.net.0.proj.weight",
184
+ "transformer_blocks.13.txt_mlp.net.2.weight",
185
+ "transformer_blocks.13.txt_mod.1.weight",
186
+ "transformer_blocks.14.attn.add_k_proj.weight",
187
+ "transformer_blocks.14.attn.add_q_proj.weight",
188
+ "transformer_blocks.14.attn.add_v_proj.weight",
189
+ "transformer_blocks.14.attn.to_add_out.weight",
190
+ "transformer_blocks.14.attn.to_k.weight",
191
+ "transformer_blocks.14.attn.to_out.0.weight",
192
+ "transformer_blocks.14.attn.to_q.weight",
193
+ "transformer_blocks.14.attn.to_v.weight",
194
+ "transformer_blocks.14.img_mlp.net.0.proj.weight",
195
+ "transformer_blocks.14.img_mlp.net.2.weight",
196
+ "transformer_blocks.14.img_mod.1.weight",
197
+ "transformer_blocks.7.attn.add_q_proj.weight",
198
+ "transformer_blocks.7.attn.add_v_proj.weight",
199
+ "transformer_blocks.7.attn.to_add_out.weight",
200
+ "transformer_blocks.7.attn.to_out.0.weight",
201
+ "transformer_blocks.7.img_mlp.net.0.proj.weight",
202
+ "transformer_blocks.7.img_mlp.net.2.weight",
203
+ "transformer_blocks.7.txt_mlp.net.0.proj.weight",
204
+ "transformer_blocks.7.txt_mlp.net.2.weight",
205
+ "transformer_blocks.7.txt_mod.1.weight",
206
+ "transformer_blocks.8.attn.add_k_proj.weight",
207
+ "transformer_blocks.8.attn.add_q_proj.weight",
208
+ "transformer_blocks.8.attn.add_v_proj.weight",
209
+ "transformer_blocks.8.attn.to_add_out.weight",
210
+ "transformer_blocks.8.attn.to_k.weight",
211
+ "transformer_blocks.8.attn.to_out.0.weight",
212
+ "transformer_blocks.8.attn.to_q.weight",
213
+ "transformer_blocks.8.attn.to_v.weight",
214
+ "transformer_blocks.8.img_mlp.net.0.proj.weight",
215
+ "transformer_blocks.8.img_mlp.net.2.weight",
216
+ "transformer_blocks.8.img_mod.1.weight",
217
+ "transformer_blocks.8.txt_mlp.net.0.proj.weight",
218
+ "transformer_blocks.8.txt_mlp.net.2.weight",
219
+ "transformer_blocks.8.txt_mod.1.weight",
220
+ "transformer_blocks.9.attn.add_k_proj.weight",
221
+ "transformer_blocks.9.attn.add_q_proj.weight",
222
+ "transformer_blocks.9.attn.add_v_proj.weight",
223
+ "transformer_blocks.9.attn.to_add_out.weight",
224
+ "transformer_blocks.9.attn.to_k.weight",
225
+ "transformer_blocks.9.attn.to_out.0.weight",
226
+ "transformer_blocks.9.attn.to_q.weight",
227
+ "transformer_blocks.9.attn.to_v.weight",
228
+ "transformer_blocks.9.img_mlp.net.0.proj.weight",
229
+ "transformer_blocks.9.img_mlp.net.2.weight",
230
+ "transformer_blocks.9.img_mod.1.weight",
231
+ "transformer_blocks.9.txt_mlp.net.0.proj.weight",
232
+ "transformer_blocks.9.txt_mlp.net.2.weight",
233
+ "transformer_blocks.9.txt_mod.1.weight",
234
+ "transformer_blocks.14.txt_mlp.net.0.proj.weight",
235
+ "transformer_blocks.14.txt_mlp.net.2.weight",
236
+ "transformer_blocks.14.txt_mod.1.weight",
237
+ "transformer_blocks.15.attn.add_k_proj.weight",
238
+ "transformer_blocks.15.attn.add_q_proj.weight",
239
+ "transformer_blocks.15.attn.add_v_proj.weight",
240
+ "transformer_blocks.15.attn.to_add_out.weight",
241
+ "transformer_blocks.15.attn.to_k.weight",
242
+ "transformer_blocks.15.attn.to_out.0.weight",
243
+ "transformer_blocks.15.attn.to_q.weight",
244
+ "transformer_blocks.15.attn.to_v.weight",
245
+ "transformer_blocks.15.img_mlp.net.0.proj.weight",
246
+ "transformer_blocks.15.img_mlp.net.2.weight",
247
+ "transformer_blocks.15.img_mod.1.weight",
248
+ "transformer_blocks.15.txt_mlp.net.0.proj.weight",
249
+ "transformer_blocks.15.txt_mlp.net.2.weight",
250
+ "transformer_blocks.15.txt_mod.1.weight",
251
+ "transformer_blocks.16.attn.add_k_proj.weight",
252
+ "transformer_blocks.16.attn.add_q_proj.weight",
253
+ "transformer_blocks.16.attn.add_v_proj.weight",
254
+ "transformer_blocks.16.attn.to_add_out.weight",
255
+ "transformer_blocks.16.attn.to_k.weight",
256
+ "transformer_blocks.16.attn.to_out.0.weight",
257
+ "transformer_blocks.16.attn.to_q.weight",
258
+ "transformer_blocks.16.attn.to_v.weight",
259
+ "transformer_blocks.16.img_mlp.net.0.proj.weight",
260
+ "transformer_blocks.16.img_mlp.net.2.weight",
261
+ "transformer_blocks.16.img_mod.1.weight",
262
+ "transformer_blocks.16.txt_mlp.net.0.proj.weight",
263
+ "transformer_blocks.16.txt_mlp.net.2.weight",
264
+ "transformer_blocks.16.txt_mod.1.weight",
265
+ "transformer_blocks.17.attn.add_k_proj.weight",
266
+ "transformer_blocks.17.attn.add_q_proj.weight",
267
+ "transformer_blocks.17.attn.add_v_proj.weight",
268
+ "transformer_blocks.17.attn.to_add_out.weight",
269
+ "transformer_blocks.17.attn.to_k.weight",
270
+ "transformer_blocks.17.attn.to_out.0.weight",
271
+ "transformer_blocks.17.attn.to_q.weight",
272
+ "transformer_blocks.17.attn.to_v.weight",
273
+ "transformer_blocks.17.img_mlp.net.0.proj.weight",
274
+ "transformer_blocks.17.img_mlp.net.2.weight",
275
+ "transformer_blocks.17.img_mod.1.weight",
276
+ "transformer_blocks.17.txt_mlp.net.0.proj.weight",
277
+ "transformer_blocks.17.txt_mlp.net.2.weight",
278
+ "transformer_blocks.17.txt_mod.1.weight",
279
+ "transformer_blocks.18.attn.add_k_proj.weight",
280
+ "transformer_blocks.18.attn.add_q_proj.weight",
281
+ "transformer_blocks.18.attn.add_v_proj.weight",
282
+ "transformer_blocks.18.attn.to_add_out.weight",
283
+ "transformer_blocks.18.attn.to_k.weight",
284
+ "transformer_blocks.18.attn.to_out.0.weight",
285
+ "transformer_blocks.18.attn.to_q.weight",
286
+ "transformer_blocks.18.attn.to_v.weight",
287
+ "transformer_blocks.18.img_mlp.net.0.proj.weight",
288
+ "transformer_blocks.18.img_mlp.net.2.weight",
289
+ "transformer_blocks.18.img_mod.1.weight",
290
+ "transformer_blocks.18.txt_mlp.net.0.proj.weight",
291
+ "transformer_blocks.18.txt_mlp.net.2.weight",
292
+ "transformer_blocks.18.txt_mod.1.weight",
293
+ "transformer_blocks.19.attn.add_k_proj.weight",
294
+ "transformer_blocks.19.attn.add_q_proj.weight",
295
+ "transformer_blocks.19.attn.add_v_proj.weight",
296
+ "transformer_blocks.19.attn.to_add_out.weight",
297
+ "transformer_blocks.19.attn.to_k.weight",
298
+ "transformer_blocks.19.attn.to_out.0.weight",
299
+ "transformer_blocks.19.attn.to_q.weight",
300
+ "transformer_blocks.19.attn.to_v.weight",
301
+ "transformer_blocks.19.img_mlp.net.0.proj.weight",
302
+ "transformer_blocks.19.img_mlp.net.2.weight",
303
+ "transformer_blocks.19.img_mod.1.weight",
304
+ "transformer_blocks.19.txt_mlp.net.0.proj.weight",
305
+ "transformer_blocks.19.txt_mlp.net.2.weight",
306
+ "transformer_blocks.19.txt_mod.1.weight",
307
+ "transformer_blocks.20.attn.add_k_proj.weight",
308
+ "transformer_blocks.20.attn.add_q_proj.weight",
309
+ "transformer_blocks.20.attn.add_v_proj.weight",
310
+ "transformer_blocks.20.attn.to_add_out.weight",
311
+ "transformer_blocks.20.attn.to_k.weight",
312
+ "transformer_blocks.20.attn.to_out.0.weight",
313
+ "transformer_blocks.20.attn.to_q.weight",
314
+ "transformer_blocks.20.attn.to_v.weight",
315
+ "transformer_blocks.20.img_mlp.net.0.proj.weight",
316
+ "transformer_blocks.20.img_mlp.net.2.weight",
317
+ "transformer_blocks.20.img_mod.1.weight",
318
+ "transformer_blocks.20.txt_mlp.net.0.proj.weight",
319
+ "transformer_blocks.20.txt_mlp.net.2.weight",
320
+ "transformer_blocks.20.txt_mod.1.weight",
321
+ "transformer_blocks.21.attn.add_k_proj.weight",
322
+ "transformer_blocks.21.attn.add_q_proj.weight",
323
+ "transformer_blocks.21.attn.add_v_proj.weight",
324
+ "transformer_blocks.21.attn.to_add_out.weight",
325
+ "transformer_blocks.21.attn.to_k.weight",
326
+ "transformer_blocks.21.attn.to_out.0.weight",
327
+ "transformer_blocks.21.attn.to_q.weight",
328
+ "transformer_blocks.21.attn.to_v.weight",
329
+ "transformer_blocks.21.img_mlp.net.0.proj.weight",
330
+ "transformer_blocks.21.img_mlp.net.2.weight",
331
+ "transformer_blocks.21.img_mod.1.weight",
332
+ "transformer_blocks.21.txt_mlp.net.0.proj.weight",
333
+ "transformer_blocks.21.txt_mod.1.weight",
334
+ "transformer_blocks.21.txt_mlp.net.2.weight",
335
+ "transformer_blocks.22.attn.add_k_proj.weight",
336
+ "transformer_blocks.22.attn.add_q_proj.weight",
337
+ "transformer_blocks.22.attn.add_v_proj.weight",
338
+ "transformer_blocks.22.attn.to_add_out.weight",
339
+ "transformer_blocks.22.attn.to_k.weight",
340
+ "transformer_blocks.22.attn.to_out.0.weight",
341
+ "transformer_blocks.22.attn.to_q.weight",
342
+ "transformer_blocks.22.attn.to_v.weight",
343
+ "transformer_blocks.22.img_mlp.net.0.proj.weight",
344
+ "transformer_blocks.22.img_mlp.net.2.weight",
345
+ "transformer_blocks.22.img_mod.1.weight",
346
+ "transformer_blocks.22.txt_mlp.net.0.proj.weight",
347
+ "transformer_blocks.22.txt_mlp.net.2.weight",
348
+ "transformer_blocks.22.txt_mod.1.weight",
349
+ "transformer_blocks.23.attn.add_k_proj.weight",
350
+ "transformer_blocks.23.attn.add_q_proj.weight",
351
+ "transformer_blocks.23.attn.add_v_proj.weight",
352
+ "transformer_blocks.23.attn.to_add_out.weight",
353
+ "transformer_blocks.23.attn.to_k.weight",
354
+ "transformer_blocks.23.attn.to_out.0.weight",
355
+ "transformer_blocks.23.attn.to_q.weight",
356
+ "transformer_blocks.23.attn.to_v.weight",
357
+ "transformer_blocks.23.img_mlp.net.0.proj.weight",
358
+ "transformer_blocks.23.img_mlp.net.2.weight",
359
+ "transformer_blocks.23.img_mod.1.weight",
360
+ "transformer_blocks.23.txt_mlp.net.0.proj.weight",
361
+ "transformer_blocks.23.txt_mlp.net.2.weight",
362
+ "transformer_blocks.23.txt_mod.1.weight",
363
+ "transformer_blocks.24.attn.add_k_proj.weight",
364
+ "transformer_blocks.24.attn.add_q_proj.weight",
365
+ "transformer_blocks.24.attn.add_v_proj.weight",
366
+ "transformer_blocks.24.attn.to_add_out.weight",
367
+ "transformer_blocks.24.attn.to_k.weight",
368
+ "transformer_blocks.24.attn.to_out.0.weight",
369
+ "transformer_blocks.24.attn.to_q.weight",
370
+ "transformer_blocks.24.attn.to_v.weight",
371
+ "transformer_blocks.24.img_mlp.net.0.proj.weight",
372
+ "transformer_blocks.24.img_mlp.net.2.weight",
373
+ "transformer_blocks.24.img_mod.1.weight",
374
+ "transformer_blocks.24.txt_mlp.net.0.proj.weight",
375
+ "transformer_blocks.24.txt_mlp.net.2.weight",
376
+ "transformer_blocks.24.txt_mod.1.weight",
377
+ "transformer_blocks.25.attn.add_k_proj.weight",
378
+ "transformer_blocks.25.attn.add_q_proj.weight",
379
+ "transformer_blocks.25.attn.add_v_proj.weight",
380
+ "transformer_blocks.25.attn.to_add_out.weight",
381
+ "transformer_blocks.25.attn.to_k.weight",
382
+ "transformer_blocks.25.attn.to_out.0.weight",
383
+ "transformer_blocks.25.attn.to_q.weight",
384
+ "transformer_blocks.25.attn.to_v.weight",
385
+ "transformer_blocks.25.img_mlp.net.0.proj.weight",
386
+ "transformer_blocks.25.img_mlp.net.2.weight",
387
+ "transformer_blocks.25.img_mod.1.weight",
388
+ "transformer_blocks.25.txt_mlp.net.0.proj.weight",
389
+ "transformer_blocks.25.txt_mlp.net.2.weight",
390
+ "transformer_blocks.25.txt_mod.1.weight",
391
+ "transformer_blocks.26.attn.add_k_proj.weight",
392
+ "transformer_blocks.26.attn.add_q_proj.weight",
393
+ "transformer_blocks.26.attn.add_v_proj.weight",
394
+ "transformer_blocks.26.attn.to_add_out.weight",
395
+ "transformer_blocks.26.attn.to_k.weight",
396
+ "transformer_blocks.26.attn.to_out.0.weight",
397
+ "transformer_blocks.26.attn.to_q.weight",
398
+ "transformer_blocks.26.attn.to_v.weight",
399
+ "transformer_blocks.26.img_mlp.net.0.proj.weight",
400
+ "transformer_blocks.26.img_mlp.net.2.weight",
401
+ "transformer_blocks.26.img_mod.1.weight",
402
+ "transformer_blocks.26.txt_mlp.net.0.proj.weight",
403
+ "transformer_blocks.26.txt_mlp.net.2.weight",
404
+ "transformer_blocks.26.txt_mod.1.weight",
405
+ "transformer_blocks.27.attn.add_k_proj.weight",
406
+ "transformer_blocks.27.attn.add_q_proj.weight",
407
+ "transformer_blocks.27.attn.add_v_proj.weight",
408
+ "transformer_blocks.27.attn.to_add_out.weight",
409
+ "transformer_blocks.27.attn.to_k.weight",
410
+ "transformer_blocks.27.attn.to_out.0.weight",
411
+ "transformer_blocks.27.attn.to_q.weight",
412
+ "transformer_blocks.27.attn.to_v.weight",
413
+ "transformer_blocks.27.img_mlp.net.0.proj.weight",
414
+ "transformer_blocks.27.img_mlp.net.2.weight",
415
+ "transformer_blocks.27.img_mod.1.weight",
416
+ "transformer_blocks.27.txt_mlp.net.0.proj.weight",
417
+ "transformer_blocks.27.txt_mlp.net.2.weight",
418
+ "transformer_blocks.27.txt_mod.1.weight",
419
+ "transformer_blocks.28.attn.add_k_proj.weight",
420
+ "transformer_blocks.28.attn.add_q_proj.weight",
421
+ "transformer_blocks.28.attn.add_v_proj.weight",
422
+ "transformer_blocks.28.attn.to_add_out.weight",
423
+ "transformer_blocks.28.attn.to_k.weight",
424
+ "transformer_blocks.28.attn.to_out.0.weight",
425
+ "transformer_blocks.28.attn.to_q.weight",
426
+ "transformer_blocks.28.attn.to_v.weight",
427
+ "transformer_blocks.28.img_mlp.net.0.proj.weight",
428
+ "transformer_blocks.28.img_mlp.net.2.weight",
429
+ "transformer_blocks.28.img_mod.1.weight",
430
+ "transformer_blocks.28.txt_mlp.net.0.proj.weight",
431
+ "transformer_blocks.28.txt_mlp.net.2.weight",
432
+ "transformer_blocks.28.txt_mod.1.weight",
433
+ "transformer_blocks.29.attn.to_k.weight",
434
+ "transformer_blocks.29.attn.to_q.weight",
435
+ "transformer_blocks.29.img_mod.1.weight",
436
+ "transformer_blocks.29.attn.add_k_proj.weight",
437
+ "transformer_blocks.29.attn.add_q_proj.weight",
438
+ "transformer_blocks.29.attn.add_v_proj.weight",
439
+ "transformer_blocks.29.attn.to_add_out.weight",
440
+ "transformer_blocks.29.attn.to_out.0.weight",
441
+ "transformer_blocks.29.attn.to_v.weight",
442
+ "transformer_blocks.29.img_mlp.net.0.proj.weight",
443
+ "transformer_blocks.29.img_mlp.net.2.weight",
444
+ "transformer_blocks.29.txt_mlp.net.0.proj.weight",
445
+ "transformer_blocks.29.txt_mlp.net.2.weight",
446
+ "transformer_blocks.29.txt_mod.1.weight",
447
+ "transformer_blocks.30.attn.add_k_proj.weight",
448
+ "transformer_blocks.30.attn.add_q_proj.weight",
449
+ "transformer_blocks.30.attn.add_v_proj.weight",
450
+ "transformer_blocks.30.attn.to_add_out.weight",
451
+ "transformer_blocks.30.attn.to_k.weight",
452
+ "transformer_blocks.30.attn.to_out.0.weight",
453
+ "transformer_blocks.30.attn.to_q.weight",
454
+ "transformer_blocks.30.attn.to_v.weight",
455
+ "transformer_blocks.30.img_mlp.net.0.proj.weight",
456
+ "transformer_blocks.30.img_mlp.net.2.weight",
457
+ "transformer_blocks.30.img_mod.1.weight",
458
+ "transformer_blocks.30.txt_mlp.net.0.proj.weight",
459
+ "transformer_blocks.30.txt_mlp.net.2.weight",
460
+ "transformer_blocks.30.txt_mod.1.weight",
461
+ "transformer_blocks.31.attn.add_k_proj.weight",
462
+ "transformer_blocks.31.attn.add_q_proj.weight",
463
+ "transformer_blocks.31.attn.add_v_proj.weight",
464
+ "transformer_blocks.31.attn.to_add_out.weight",
465
+ "transformer_blocks.31.attn.to_k.weight",
466
+ "transformer_blocks.31.attn.to_out.0.weight",
467
+ "transformer_blocks.31.attn.to_q.weight",
468
+ "transformer_blocks.31.attn.to_v.weight",
469
+ "transformer_blocks.31.img_mlp.net.0.proj.weight",
470
+ "transformer_blocks.31.img_mlp.net.2.weight",
471
+ "transformer_blocks.31.img_mod.1.weight",
472
+ "transformer_blocks.31.txt_mlp.net.0.proj.weight",
473
+ "transformer_blocks.31.txt_mlp.net.2.weight",
474
+ "transformer_blocks.31.txt_mod.1.weight",
475
+ "transformer_blocks.32.attn.add_k_proj.weight",
476
+ "transformer_blocks.32.attn.add_q_proj.weight",
477
+ "transformer_blocks.32.attn.add_v_proj.weight",
478
+ "transformer_blocks.32.attn.to_add_out.weight",
479
+ "transformer_blocks.32.attn.to_k.weight",
480
+ "transformer_blocks.32.attn.to_out.0.weight",
481
+ "transformer_blocks.32.attn.to_q.weight",
482
+ "transformer_blocks.32.attn.to_v.weight",
483
+ "transformer_blocks.32.img_mlp.net.0.proj.weight",
484
+ "transformer_blocks.32.img_mlp.net.2.weight",
485
+ "transformer_blocks.32.img_mod.1.weight",
486
+ "transformer_blocks.32.txt_mlp.net.0.proj.weight",
487
+ "transformer_blocks.32.txt_mlp.net.2.weight",
488
+ "transformer_blocks.32.txt_mod.1.weight",
489
+ "transformer_blocks.33.attn.add_k_proj.weight",
490
+ "transformer_blocks.33.attn.add_q_proj.weight",
491
+ "transformer_blocks.33.attn.add_v_proj.weight",
492
+ "transformer_blocks.33.attn.to_add_out.weight",
493
+ "transformer_blocks.33.attn.to_k.weight",
494
+ "transformer_blocks.33.attn.to_out.0.weight",
495
+ "transformer_blocks.33.attn.to_q.weight",
496
+ "transformer_blocks.33.attn.to_v.weight",
497
+ "transformer_blocks.33.img_mlp.net.0.proj.weight",
498
+ "transformer_blocks.33.img_mlp.net.2.weight",
499
+ "transformer_blocks.33.img_mod.1.weight",
500
+ "transformer_blocks.33.txt_mlp.net.0.proj.weight",
501
+ "transformer_blocks.33.txt_mlp.net.2.weight",
502
+ "transformer_blocks.33.txt_mod.1.weight",
503
+ "transformer_blocks.34.attn.add_k_proj.weight",
504
+ "transformer_blocks.34.attn.add_q_proj.weight",
505
+ "transformer_blocks.34.attn.add_v_proj.weight",
506
+ "transformer_blocks.34.attn.to_add_out.weight",
507
+ "transformer_blocks.34.attn.to_k.weight",
508
+ "transformer_blocks.34.attn.to_out.0.weight",
509
+ "transformer_blocks.34.attn.to_q.weight",
510
+ "transformer_blocks.34.attn.to_v.weight",
511
+ "transformer_blocks.34.img_mlp.net.0.proj.weight",
512
+ "transformer_blocks.34.img_mlp.net.2.weight",
513
+ "transformer_blocks.34.img_mod.1.weight",
514
+ "transformer_blocks.34.txt_mlp.net.0.proj.weight",
515
+ "transformer_blocks.34.txt_mlp.net.2.weight",
516
+ "transformer_blocks.34.txt_mod.1.weight",
517
+ "transformer_blocks.35.attn.add_k_proj.weight",
518
+ "transformer_blocks.35.attn.add_q_proj.weight",
519
+ "transformer_blocks.35.attn.add_v_proj.weight",
520
+ "transformer_blocks.35.attn.to_add_out.weight",
521
+ "transformer_blocks.35.attn.to_k.weight",
522
+ "transformer_blocks.35.attn.to_out.0.weight",
523
+ "transformer_blocks.35.attn.to_q.weight",
524
+ "transformer_blocks.35.attn.to_v.weight",
525
+ "transformer_blocks.35.img_mlp.net.0.proj.weight",
526
+ "transformer_blocks.35.img_mlp.net.2.weight",
527
+ "transformer_blocks.35.img_mod.1.weight",
528
+ "transformer_blocks.35.txt_mlp.net.0.proj.weight",
529
+ "transformer_blocks.35.txt_mlp.net.2.weight",
530
+ "transformer_blocks.35.txt_mod.1.weight",
531
+ "transformer_blocks.36.attn.add_k_proj.weight",
532
+ "transformer_blocks.36.attn.add_q_proj.weight",
533
+ "transformer_blocks.36.attn.add_v_proj.weight",
534
+ "transformer_blocks.36.attn.to_add_out.weight",
535
+ "transformer_blocks.36.attn.to_k.weight",
536
+ "transformer_blocks.36.attn.to_out.0.weight",
537
+ "transformer_blocks.36.attn.to_q.weight",
538
+ "transformer_blocks.36.attn.to_v.weight",
539
+ "transformer_blocks.36.img_mlp.net.0.proj.weight",
540
+ "transformer_blocks.36.img_mod.1.weight",
541
+ "transformer_blocks.36.img_mlp.net.2.weight",
542
+ "transformer_blocks.36.txt_mlp.net.0.proj.weight",
543
+ "transformer_blocks.36.txt_mlp.net.2.weight",
544
+ "transformer_blocks.36.txt_mod.1.weight",
545
+ "transformer_blocks.37.attn.add_k_proj.weight",
546
+ "transformer_blocks.37.attn.add_q_proj.weight",
547
+ "transformer_blocks.37.attn.add_v_proj.weight",
548
+ "transformer_blocks.37.attn.to_add_out.weight",
549
+ "transformer_blocks.37.attn.to_k.weight",
550
+ "transformer_blocks.37.attn.to_out.0.weight",
551
+ "transformer_blocks.37.attn.to_q.weight",
552
+ "transformer_blocks.37.attn.to_v.weight",
553
+ "transformer_blocks.37.img_mlp.net.0.proj.weight",
554
+ "transformer_blocks.37.img_mlp.net.2.weight",
555
+ "transformer_blocks.37.img_mod.1.weight",
556
+ "transformer_blocks.37.txt_mlp.net.0.proj.weight",
557
+ "transformer_blocks.37.txt_mlp.net.2.weight",
558
+ "transformer_blocks.37.txt_mod.1.weight",
559
+ "transformer_blocks.38.attn.add_k_proj.weight",
560
+ "transformer_blocks.38.attn.add_q_proj.weight",
561
+ "transformer_blocks.38.attn.add_v_proj.weight",
562
+ "transformer_blocks.38.attn.to_add_out.weight",
563
+ "transformer_blocks.38.attn.to_k.weight",
564
+ "transformer_blocks.38.attn.to_out.0.weight",
565
+ "transformer_blocks.38.attn.to_q.weight",
566
+ "transformer_blocks.38.attn.to_v.weight",
567
+ "transformer_blocks.38.img_mlp.net.0.proj.weight",
568
+ "transformer_blocks.38.img_mlp.net.2.weight",
569
+ "transformer_blocks.38.img_mod.1.weight",
570
+ "transformer_blocks.38.txt_mlp.net.0.proj.weight",
571
+ "transformer_blocks.38.txt_mlp.net.2.weight",
572
+ "transformer_blocks.38.txt_mod.1.weight",
573
+ "transformer_blocks.39.attn.add_k_proj.weight",
574
+ "transformer_blocks.39.attn.add_q_proj.weight",
575
+ "transformer_blocks.39.attn.add_v_proj.weight",
576
+ "transformer_blocks.39.attn.to_add_out.weight",
577
+ "transformer_blocks.39.attn.to_k.weight",
578
+ "transformer_blocks.39.attn.to_out.0.weight",
579
+ "transformer_blocks.39.attn.to_q.weight",
580
+ "transformer_blocks.39.attn.to_v.weight",
581
+ "transformer_blocks.39.img_mlp.net.0.proj.weight",
582
+ "transformer_blocks.39.img_mlp.net.2.weight",
583
+ "transformer_blocks.39.img_mod.1.weight",
584
+ "transformer_blocks.39.txt_mlp.net.0.proj.weight",
585
+ "transformer_blocks.39.txt_mlp.net.2.weight",
586
+ "transformer_blocks.39.txt_mod.1.weight",
587
+ "transformer_blocks.40.attn.add_k_proj.weight",
588
+ "transformer_blocks.40.attn.add_q_proj.weight",
589
+ "transformer_blocks.40.attn.add_v_proj.weight",
590
+ "transformer_blocks.40.attn.to_add_out.weight",
591
+ "transformer_blocks.40.attn.to_k.weight",
592
+ "transformer_blocks.40.attn.to_out.0.weight",
593
+ "transformer_blocks.40.attn.to_q.weight",
594
+ "transformer_blocks.40.attn.to_v.weight",
595
+ "transformer_blocks.40.img_mlp.net.0.proj.weight",
596
+ "transformer_blocks.40.img_mlp.net.2.weight",
597
+ "transformer_blocks.40.img_mod.1.weight",
598
+ "transformer_blocks.40.txt_mlp.net.0.proj.weight",
599
+ "transformer_blocks.40.txt_mlp.net.2.weight",
600
+ "transformer_blocks.40.txt_mod.1.weight",
601
+ "transformer_blocks.41.attn.add_k_proj.weight",
602
+ "transformer_blocks.41.attn.add_q_proj.weight",
603
+ "transformer_blocks.41.attn.add_v_proj.weight",
604
+ "transformer_blocks.41.attn.to_add_out.weight",
605
+ "transformer_blocks.41.attn.to_k.weight",
606
+ "transformer_blocks.41.attn.to_out.0.weight",
607
+ "transformer_blocks.41.attn.to_q.weight",
608
+ "transformer_blocks.41.attn.to_v.weight",
609
+ "transformer_blocks.41.img_mlp.net.0.proj.weight",
610
+ "transformer_blocks.41.img_mlp.net.2.weight",
611
+ "transformer_blocks.41.img_mod.1.weight",
612
+ "transformer_blocks.41.txt_mlp.net.0.proj.weight",
613
+ "transformer_blocks.41.txt_mlp.net.2.weight",
614
+ "transformer_blocks.41.txt_mod.1.weight",
615
+ "transformer_blocks.42.attn.add_k_proj.weight",
616
+ "transformer_blocks.42.attn.add_q_proj.weight",
617
+ "transformer_blocks.42.attn.add_v_proj.weight",
618
+ "transformer_blocks.42.attn.to_add_out.weight",
619
+ "transformer_blocks.42.attn.to_k.weight",
620
+ "transformer_blocks.42.attn.to_out.0.weight",
621
+ "transformer_blocks.42.attn.to_q.weight",
622
+ "transformer_blocks.42.attn.to_v.weight",
623
+ "transformer_blocks.42.img_mlp.net.0.proj.weight",
624
+ "transformer_blocks.42.img_mlp.net.2.weight",
625
+ "transformer_blocks.42.img_mod.1.weight",
626
+ "transformer_blocks.42.txt_mlp.net.0.proj.weight",
627
+ "transformer_blocks.42.txt_mlp.net.2.weight",
628
+ "transformer_blocks.42.txt_mod.1.weight",
629
+ "transformer_blocks.43.attn.add_k_proj.weight",
630
+ "transformer_blocks.43.attn.add_q_proj.weight",
631
+ "transformer_blocks.43.attn.add_v_proj.weight",
632
+ "transformer_blocks.43.attn.to_add_out.weight",
633
+ "transformer_blocks.43.attn.to_k.weight",
634
+ "transformer_blocks.43.attn.to_out.0.weight",
635
+ "transformer_blocks.43.attn.to_q.weight",
636
+ "transformer_blocks.43.attn.to_v.weight",
637
+ "transformer_blocks.43.img_mlp.net.0.proj.weight",
638
+ "transformer_blocks.43.img_mlp.net.2.weight",
639
+ "transformer_blocks.43.img_mod.1.weight",
640
+ "transformer_blocks.43.txt_mod.1.weight",
641
+ "transformer_blocks.43.txt_mlp.net.0.proj.weight",
642
+ "transformer_blocks.43.txt_mlp.net.2.weight",
643
+ "transformer_blocks.44.attn.add_k_proj.weight",
644
+ "transformer_blocks.44.attn.add_q_proj.weight",
645
+ "transformer_blocks.44.attn.add_v_proj.weight",
646
+ "transformer_blocks.44.attn.to_add_out.weight",
647
+ "transformer_blocks.44.attn.to_k.weight",
648
+ "transformer_blocks.44.attn.to_out.0.weight",
649
+ "transformer_blocks.44.attn.to_q.weight",
650
+ "transformer_blocks.44.attn.to_v.weight",
651
+ "transformer_blocks.44.img_mlp.net.0.proj.weight",
652
+ "transformer_blocks.44.img_mlp.net.2.weight",
653
+ "transformer_blocks.44.img_mod.1.weight",
654
+ "transformer_blocks.44.txt_mlp.net.0.proj.weight",
655
+ "transformer_blocks.44.txt_mlp.net.2.weight",
656
+ "transformer_blocks.44.txt_mod.1.weight",
657
+ "transformer_blocks.45.attn.add_k_proj.weight",
658
+ "transformer_blocks.45.attn.add_q_proj.weight",
659
+ "transformer_blocks.45.attn.add_v_proj.weight",
660
+ "transformer_blocks.45.attn.to_add_out.weight",
661
+ "transformer_blocks.45.attn.to_k.weight",
662
+ "transformer_blocks.45.attn.to_out.0.weight",
663
+ "transformer_blocks.45.attn.to_q.weight",
664
+ "transformer_blocks.45.attn.to_v.weight",
665
+ "transformer_blocks.45.img_mlp.net.0.proj.weight",
666
+ "transformer_blocks.45.img_mlp.net.2.weight",
667
+ "transformer_blocks.45.img_mod.1.weight",
668
+ "transformer_blocks.45.txt_mlp.net.0.proj.weight",
669
+ "transformer_blocks.45.txt_mlp.net.2.weight",
670
+ "transformer_blocks.45.txt_mod.1.weight",
671
+ "transformer_blocks.46.attn.add_k_proj.weight",
672
+ "transformer_blocks.46.attn.add_q_proj.weight",
673
+ "transformer_blocks.46.attn.add_v_proj.weight",
674
+ "transformer_blocks.46.attn.to_add_out.weight",
675
+ "transformer_blocks.46.attn.to_k.weight",
676
+ "transformer_blocks.46.attn.to_out.0.weight",
677
+ "transformer_blocks.46.attn.to_q.weight",
678
+ "transformer_blocks.46.attn.to_v.weight",
679
+ "transformer_blocks.46.img_mlp.net.0.proj.weight",
680
+ "transformer_blocks.46.img_mlp.net.2.weight",
681
+ "transformer_blocks.46.img_mod.1.weight",
682
+ "transformer_blocks.46.txt_mlp.net.0.proj.weight",
683
+ "transformer_blocks.46.txt_mlp.net.2.weight",
684
+ "transformer_blocks.46.txt_mod.1.weight",
685
+ "transformer_blocks.47.attn.add_k_proj.weight",
686
+ "transformer_blocks.47.attn.add_q_proj.weight",
687
+ "transformer_blocks.47.attn.add_v_proj.weight",
688
+ "transformer_blocks.47.attn.to_add_out.weight",
689
+ "transformer_blocks.47.attn.to_k.weight",
690
+ "transformer_blocks.47.attn.to_out.0.weight",
691
+ "transformer_blocks.47.attn.to_q.weight",
692
+ "transformer_blocks.47.attn.to_v.weight",
693
+ "transformer_blocks.47.img_mlp.net.0.proj.weight",
694
+ "transformer_blocks.47.img_mlp.net.2.weight",
695
+ "transformer_blocks.47.img_mod.1.weight",
696
+ "transformer_blocks.47.txt_mlp.net.0.proj.weight",
697
+ "transformer_blocks.47.txt_mlp.net.2.weight",
698
+ "transformer_blocks.47.txt_mod.1.weight",
699
+ "transformer_blocks.48.attn.add_k_proj.weight",
700
+ "transformer_blocks.48.attn.add_q_proj.weight",
701
+ "transformer_blocks.48.attn.add_v_proj.weight",
702
+ "transformer_blocks.48.attn.to_add_out.weight",
703
+ "transformer_blocks.48.attn.to_k.weight",
704
+ "transformer_blocks.48.attn.to_out.0.weight",
705
+ "transformer_blocks.48.attn.to_q.weight",
706
+ "transformer_blocks.48.attn.to_v.weight",
707
+ "transformer_blocks.48.img_mlp.net.0.proj.weight",
708
+ "transformer_blocks.48.img_mlp.net.2.weight",
709
+ "transformer_blocks.48.img_mod.1.weight",
710
+ "transformer_blocks.48.txt_mlp.net.0.proj.weight",
711
+ "transformer_blocks.48.txt_mlp.net.2.weight",
712
+ "transformer_blocks.48.txt_mod.1.weight",
713
+ "transformer_blocks.49.attn.add_k_proj.weight",
714
+ "transformer_blocks.49.attn.add_q_proj.weight",
715
+ "transformer_blocks.49.attn.add_v_proj.weight",
716
+ "transformer_blocks.49.attn.to_add_out.weight",
717
+ "transformer_blocks.49.attn.to_k.weight",
718
+ "transformer_blocks.49.attn.to_out.0.weight",
719
+ "transformer_blocks.49.attn.to_q.weight",
720
+ "transformer_blocks.49.attn.to_v.weight",
721
+ "transformer_blocks.49.img_mlp.net.0.proj.weight",
722
+ "transformer_blocks.49.img_mlp.net.2.weight",
723
+ "transformer_blocks.49.img_mod.1.weight",
724
+ "transformer_blocks.49.txt_mlp.net.0.proj.weight",
725
+ "transformer_blocks.49.txt_mlp.net.2.weight",
726
+ "transformer_blocks.49.txt_mod.1.weight",
727
+ "transformer_blocks.50.attn.add_k_proj.weight",
728
+ "transformer_blocks.50.attn.add_q_proj.weight",
729
+ "transformer_blocks.50.attn.add_v_proj.weight",
730
+ "transformer_blocks.50.attn.to_add_out.weight",
731
+ "transformer_blocks.50.attn.to_k.weight",
732
+ "transformer_blocks.50.attn.to_out.0.weight",
733
+ "transformer_blocks.50.attn.to_q.weight",
734
+ "transformer_blocks.50.attn.to_v.weight",
735
+ "transformer_blocks.50.img_mlp.net.0.proj.weight",
736
+ "transformer_blocks.50.img_mlp.net.2.weight",
737
+ "transformer_blocks.50.img_mod.1.weight",
738
+ "transformer_blocks.50.txt_mlp.net.0.proj.weight",
739
+ "transformer_blocks.50.txt_mlp.net.2.weight",
740
+ "transformer_blocks.50.txt_mod.1.weight",
741
+ "transformer_blocks.51.attn.add_k_proj.weight",
742
+ "transformer_blocks.51.attn.add_q_proj.weight",
743
+ "transformer_blocks.51.attn.add_v_proj.weight",
744
+ "transformer_blocks.51.attn.to_add_out.weight",
745
+ "transformer_blocks.51.attn.to_k.weight",
746
+ "transformer_blocks.51.attn.to_out.0.weight",
747
+ "transformer_blocks.51.attn.to_q.weight",
748
+ "transformer_blocks.51.attn.to_v.weight",
749
+ "transformer_blocks.51.img_mlp.net.0.proj.weight",
750
+ "transformer_blocks.51.img_mlp.net.2.weight",
751
+ "transformer_blocks.51.img_mod.1.weight",
752
+ "transformer_blocks.51.txt_mlp.net.0.proj.weight",
753
+ "transformer_blocks.51.txt_mlp.net.2.weight",
754
+ "transformer_blocks.51.txt_mod.1.weight",
755
+ "transformer_blocks.52.attn.add_k_proj.weight",
756
+ "transformer_blocks.52.attn.add_q_proj.weight",
757
+ "transformer_blocks.52.attn.add_v_proj.weight",
758
+ "transformer_blocks.52.attn.to_add_out.weight",
759
+ "transformer_blocks.52.attn.to_k.weight",
760
+ "transformer_blocks.52.attn.to_out.0.weight",
761
+ "transformer_blocks.52.attn.to_q.weight",
762
+ "transformer_blocks.52.attn.to_v.weight",
763
+ "transformer_blocks.52.img_mlp.net.0.proj.weight",
764
+ "transformer_blocks.52.img_mlp.net.2.weight",
765
+ "transformer_blocks.52.img_mod.1.weight",
766
+ "transformer_blocks.52.txt_mlp.net.0.proj.weight",
767
+ "transformer_blocks.52.txt_mlp.net.2.weight",
768
+ "transformer_blocks.52.txt_mod.1.weight",
769
+ "transformer_blocks.53.attn.add_k_proj.weight",
770
+ "transformer_blocks.53.attn.add_q_proj.weight",
771
+ "transformer_blocks.53.attn.add_v_proj.weight",
772
+ "transformer_blocks.53.attn.to_add_out.weight",
773
+ "transformer_blocks.53.attn.to_k.weight",
774
+ "transformer_blocks.53.attn.to_out.0.weight",
775
+ "transformer_blocks.53.attn.to_q.weight",
776
+ "transformer_blocks.53.attn.to_v.weight",
777
+ "transformer_blocks.53.img_mlp.net.0.proj.weight",
778
+ "transformer_blocks.53.img_mlp.net.2.weight",
779
+ "transformer_blocks.53.img_mod.1.weight",
780
+ "transformer_blocks.53.txt_mlp.net.0.proj.weight",
781
+ "transformer_blocks.53.txt_mlp.net.2.weight",
782
+ "transformer_blocks.53.txt_mod.1.weight",
783
+ "transformer_blocks.54.attn.add_k_proj.weight",
784
+ "transformer_blocks.54.attn.add_q_proj.weight",
785
+ "transformer_blocks.54.attn.add_v_proj.weight",
786
+ "transformer_blocks.54.attn.to_add_out.weight",
787
+ "transformer_blocks.54.attn.to_k.weight",
788
+ "transformer_blocks.54.attn.to_out.0.weight",
789
+ "transformer_blocks.54.attn.to_q.weight",
790
+ "transformer_blocks.54.attn.to_v.weight",
791
+ "transformer_blocks.54.img_mlp.net.0.proj.weight",
792
+ "transformer_blocks.54.img_mlp.net.2.weight",
793
+ "transformer_blocks.54.img_mod.1.weight",
794
+ "transformer_blocks.54.txt_mlp.net.0.proj.weight",
795
+ "transformer_blocks.54.txt_mlp.net.2.weight",
796
+ "transformer_blocks.54.txt_mod.1.weight",
797
+ "transformer_blocks.55.attn.add_k_proj.weight",
798
+ "transformer_blocks.55.attn.add_q_proj.weight",
799
+ "transformer_blocks.55.attn.add_v_proj.weight",
800
+ "transformer_blocks.55.attn.to_add_out.weight",
801
+ "transformer_blocks.55.attn.to_k.weight",
802
+ "transformer_blocks.55.attn.to_out.0.weight",
803
+ "transformer_blocks.55.attn.to_q.weight",
804
+ "transformer_blocks.55.attn.to_v.weight",
805
+ "transformer_blocks.55.img_mlp.net.0.proj.weight",
806
+ "transformer_blocks.55.img_mlp.net.2.weight",
807
+ "transformer_blocks.55.img_mod.1.weight",
808
+ "transformer_blocks.55.txt_mlp.net.0.proj.weight",
809
+ "transformer_blocks.55.txt_mlp.net.2.weight",
810
+ "transformer_blocks.55.txt_mod.1.weight",
811
+ "transformer_blocks.56.attn.add_k_proj.weight",
812
+ "transformer_blocks.56.attn.add_q_proj.weight",
813
+ "transformer_blocks.56.attn.add_v_proj.weight",
814
+ "transformer_blocks.56.attn.to_add_out.weight",
815
+ "transformer_blocks.56.attn.to_k.weight",
816
+ "transformer_blocks.56.attn.to_out.0.weight",
817
+ "transformer_blocks.56.attn.to_q.weight",
818
+ "transformer_blocks.56.attn.to_v.weight",
819
+ "transformer_blocks.56.img_mlp.net.0.proj.weight",
820
+ "transformer_blocks.56.img_mlp.net.2.weight",
821
+ "transformer_blocks.56.img_mod.1.weight",
822
+ "transformer_blocks.56.txt_mlp.net.0.proj.weight",
823
+ "transformer_blocks.56.txt_mlp.net.2.weight",
824
+ "transformer_blocks.56.txt_mod.1.weight",
825
+ "transformer_blocks.57.attn.add_k_proj.weight",
826
+ "transformer_blocks.57.attn.add_q_proj.weight",
827
+ "transformer_blocks.57.attn.add_v_proj.weight",
828
+ "transformer_blocks.57.attn.to_add_out.weight",
829
+ "transformer_blocks.57.attn.to_k.weight",
830
+ "transformer_blocks.57.attn.to_out.0.weight",
831
+ "transformer_blocks.57.attn.to_q.weight",
832
+ "transformer_blocks.57.attn.to_v.weight",
833
+ "transformer_blocks.57.img_mlp.net.0.proj.weight",
834
+ "transformer_blocks.57.img_mlp.net.2.weight",
835
+ "transformer_blocks.57.img_mod.1.weight",
836
+ "transformer_blocks.57.txt_mlp.net.0.proj.weight",
837
+ "transformer_blocks.57.txt_mlp.net.2.weight",
838
+ "transformer_blocks.57.txt_mod.1.weight",
839
+ "transformer_blocks.58.attn.add_k_proj.weight",
840
+ "transformer_blocks.58.attn.add_q_proj.weight",
841
+ "transformer_blocks.58.attn.add_v_proj.weight",
842
+ "transformer_blocks.58.attn.to_k.weight",
843
+ "transformer_blocks.58.attn.to_q.weight",
844
+ "transformer_blocks.58.attn.to_v.weight",
845
+ "transformer_blocks.58.img_mod.1.weight",
846
+ "transformer_blocks.58.attn.to_add_out.weight",
847
+ "transformer_blocks.58.attn.to_out.0.weight",
848
+ "transformer_blocks.58.img_mlp.net.0.proj.weight",
849
+ "transformer_blocks.58.img_mlp.net.2.weight",
850
+ "transformer_blocks.58.txt_mlp.net.0.proj.weight",
851
+ "transformer_blocks.58.txt_mlp.net.2.weight",
852
+ "transformer_blocks.58.txt_mod.1.weight",
853
+ "transformer_blocks.59.attn.add_k_proj.weight",
854
+ "transformer_blocks.59.attn.add_q_proj.weight",
855
+ "transformer_blocks.59.attn.add_v_proj.weight",
856
+ "transformer_blocks.59.attn.to_add_out.weight",
857
+ "transformer_blocks.59.attn.to_k.weight",
858
+ "transformer_blocks.59.attn.to_out.0.weight",
859
+ "transformer_blocks.59.attn.to_q.weight",
860
+ "transformer_blocks.59.attn.to_v.weight",
861
+ "transformer_blocks.59.img_mlp.net.0.proj.weight",
862
+ "transformer_blocks.59.img_mlp.net.2.weight",
863
+ "transformer_blocks.59.img_mod.1.weight",
864
+ "transformer_blocks.59.txt_mlp.net.0.proj.weight",
865
+ "transformer_blocks.59.txt_mlp.net.2.weight",
866
+ "transformer_blocks.59.txt_mod.1.weight"
867
+ ]
868
+ },
869
+ "modules_quant_config": {},
870
+ "modules_to_not_convert": [
871
+ "norm_out",
872
+ "proj_out",
873
+ "transformer_blocks.0.img_mod.1.weight",
874
+ "img_in",
875
+ "time_text_embed",
876
+ "txt_in",
877
+ "transformer_blocks.0.attn.norm_added_k.weight",
878
+ "transformer_blocks.0.attn.norm_added_q.weight",
879
+ "transformer_blocks.0.attn.norm_k.weight",
880
+ "transformer_blocks.0.attn.norm_q.weight",
881
+ "transformer_blocks.1.attn.norm_added_k.weight",
882
+ "transformer_blocks.1.attn.norm_added_q.weight",
883
+ "transformer_blocks.1.attn.norm_k.weight",
884
+ "transformer_blocks.1.attn.norm_q.weight",
885
+ "transformer_blocks.2.attn.norm_added_k.weight",
886
+ "transformer_blocks.2.attn.norm_added_q.weight",
887
+ "transformer_blocks.2.attn.norm_k.weight",
888
+ "transformer_blocks.2.attn.norm_q.weight",
889
+ "transformer_blocks.3.attn.norm_added_k.weight",
890
+ "transformer_blocks.3.attn.norm_added_q.weight",
891
+ "transformer_blocks.3.attn.norm_k.weight",
892
+ "transformer_blocks.3.attn.norm_q.weight",
893
+ "transformer_blocks.4.attn.norm_added_k.weight",
894
+ "transformer_blocks.4.attn.norm_added_q.weight",
895
+ "transformer_blocks.4.attn.norm_k.weight",
896
+ "transformer_blocks.4.attn.norm_q.weight",
897
+ "transformer_blocks.5.attn.norm_added_k.weight",
898
+ "transformer_blocks.5.attn.norm_added_q.weight",
899
+ "transformer_blocks.5.attn.norm_k.weight",
900
+ "transformer_blocks.5.attn.norm_q.weight",
901
+ "transformer_blocks.6.attn.norm_added_k.weight",
902
+ "transformer_blocks.6.attn.norm_added_q.weight",
903
+ "transformer_blocks.6.attn.norm_k.weight",
904
+ "transformer_blocks.6.attn.norm_q.weight",
905
+ "transformer_blocks.7.attn.norm_k.weight",
906
+ "transformer_blocks.7.attn.norm_q.weight",
907
+ "txt_norm.weight",
908
+ "transformer_blocks.10.attn.norm_added_k.weight",
909
+ "transformer_blocks.10.attn.norm_added_q.weight",
910
+ "transformer_blocks.10.attn.norm_k.weight",
911
+ "transformer_blocks.10.attn.norm_q.weight",
912
+ "transformer_blocks.11.attn.norm_added_k.weight",
913
+ "transformer_blocks.11.attn.norm_added_q.weight",
914
+ "transformer_blocks.11.attn.norm_k.weight",
915
+ "transformer_blocks.11.attn.norm_q.weight",
916
+ "transformer_blocks.12.attn.norm_added_k.weight",
917
+ "transformer_blocks.12.attn.norm_added_q.weight",
918
+ "transformer_blocks.12.attn.norm_k.weight",
919
+ "transformer_blocks.12.attn.norm_q.weight",
920
+ "transformer_blocks.13.attn.norm_added_k.weight",
921
+ "transformer_blocks.13.attn.norm_added_q.weight",
922
+ "transformer_blocks.13.attn.norm_k.weight",
923
+ "transformer_blocks.13.attn.norm_q.weight",
924
+ "transformer_blocks.14.attn.norm_added_k.weight",
925
+ "transformer_blocks.14.attn.norm_added_q.weight",
926
+ "transformer_blocks.14.attn.norm_k.weight",
927
+ "transformer_blocks.14.attn.norm_q.weight",
928
+ "transformer_blocks.7.attn.norm_added_k.weight",
929
+ "transformer_blocks.7.attn.norm_added_q.weight",
930
+ "transformer_blocks.8.attn.norm_added_k.weight",
931
+ "transformer_blocks.8.attn.norm_added_q.weight",
932
+ "transformer_blocks.8.attn.norm_k.weight",
933
+ "transformer_blocks.8.attn.norm_q.weight",
934
+ "transformer_blocks.9.attn.norm_added_k.weight",
935
+ "transformer_blocks.9.attn.norm_added_q.weight",
936
+ "transformer_blocks.9.attn.norm_k.weight",
937
+ "transformer_blocks.9.attn.norm_q.weight",
938
+ "transformer_blocks.15.attn.norm_added_k.weight",
939
+ "transformer_blocks.15.attn.norm_added_q.weight",
940
+ "transformer_blocks.15.attn.norm_k.weight",
941
+ "transformer_blocks.15.attn.norm_q.weight",
942
+ "transformer_blocks.16.attn.norm_added_k.weight",
943
+ "transformer_blocks.16.attn.norm_added_q.weight",
944
+ "transformer_blocks.16.attn.norm_k.weight",
945
+ "transformer_blocks.16.attn.norm_q.weight",
946
+ "transformer_blocks.17.attn.norm_added_k.weight",
947
+ "transformer_blocks.17.attn.norm_added_q.weight",
948
+ "transformer_blocks.17.attn.norm_k.weight",
949
+ "transformer_blocks.17.attn.norm_q.weight",
950
+ "transformer_blocks.18.attn.norm_added_k.weight",
951
+ "transformer_blocks.18.attn.norm_added_q.weight",
952
+ "transformer_blocks.18.attn.norm_k.weight",
953
+ "transformer_blocks.18.attn.norm_q.weight",
954
+ "transformer_blocks.19.attn.norm_added_k.weight",
955
+ "transformer_blocks.19.attn.norm_added_q.weight",
956
+ "transformer_blocks.19.attn.norm_k.weight",
957
+ "transformer_blocks.19.attn.norm_q.weight",
958
+ "transformer_blocks.20.attn.norm_added_k.weight",
959
+ "transformer_blocks.20.attn.norm_added_q.weight",
960
+ "transformer_blocks.20.attn.norm_k.weight",
961
+ "transformer_blocks.20.attn.norm_q.weight",
962
+ "transformer_blocks.21.attn.norm_added_k.weight",
963
+ "transformer_blocks.21.attn.norm_added_q.weight",
964
+ "transformer_blocks.21.attn.norm_k.weight",
965
+ "transformer_blocks.21.attn.norm_q.weight",
966
+ "transformer_blocks.22.attn.norm_added_k.weight",
967
+ "transformer_blocks.22.attn.norm_added_q.weight",
968
+ "transformer_blocks.22.attn.norm_k.weight",
969
+ "transformer_blocks.22.attn.norm_q.weight",
970
+ "transformer_blocks.23.attn.norm_added_k.weight",
971
+ "transformer_blocks.23.attn.norm_added_q.weight",
972
+ "transformer_blocks.23.attn.norm_k.weight",
973
+ "transformer_blocks.23.attn.norm_q.weight",
974
+ "transformer_blocks.24.attn.norm_added_k.weight",
975
+ "transformer_blocks.24.attn.norm_added_q.weight",
976
+ "transformer_blocks.24.attn.norm_k.weight",
977
+ "transformer_blocks.24.attn.norm_q.weight",
978
+ "transformer_blocks.25.attn.norm_added_k.weight",
979
+ "transformer_blocks.25.attn.norm_added_q.weight",
980
+ "transformer_blocks.25.attn.norm_k.weight",
981
+ "transformer_blocks.25.attn.norm_q.weight",
982
+ "transformer_blocks.26.attn.norm_added_k.weight",
983
+ "transformer_blocks.26.attn.norm_added_q.weight",
984
+ "transformer_blocks.26.attn.norm_k.weight",
985
+ "transformer_blocks.26.attn.norm_q.weight",
986
+ "transformer_blocks.27.attn.norm_added_k.weight",
987
+ "transformer_blocks.27.attn.norm_added_q.weight",
988
+ "transformer_blocks.27.attn.norm_k.weight",
989
+ "transformer_blocks.27.attn.norm_q.weight",
990
+ "transformer_blocks.28.attn.norm_added_k.weight",
991
+ "transformer_blocks.28.attn.norm_added_q.weight",
992
+ "transformer_blocks.28.attn.norm_k.weight",
993
+ "transformer_blocks.28.attn.norm_q.weight",
994
+ "transformer_blocks.29.attn.norm_k.weight",
995
+ "transformer_blocks.29.attn.norm_q.weight",
996
+ "transformer_blocks.29.attn.norm_added_k.weight",
997
+ "transformer_blocks.29.attn.norm_added_q.weight",
998
+ "transformer_blocks.30.attn.norm_added_k.weight",
999
+ "transformer_blocks.30.attn.norm_added_q.weight",
1000
+ "transformer_blocks.30.attn.norm_k.weight",
1001
+ "transformer_blocks.30.attn.norm_q.weight",
1002
+ "transformer_blocks.31.attn.norm_added_k.weight",
1003
+ "transformer_blocks.31.attn.norm_added_q.weight",
1004
+ "transformer_blocks.31.attn.norm_k.weight",
1005
+ "transformer_blocks.31.attn.norm_q.weight",
1006
+ "transformer_blocks.32.attn.norm_added_k.weight",
1007
+ "transformer_blocks.32.attn.norm_added_q.weight",
1008
+ "transformer_blocks.32.attn.norm_k.weight",
1009
+ "transformer_blocks.32.attn.norm_q.weight",
1010
+ "transformer_blocks.33.attn.norm_added_k.weight",
1011
+ "transformer_blocks.33.attn.norm_added_q.weight",
1012
+ "transformer_blocks.33.attn.norm_k.weight",
1013
+ "transformer_blocks.33.attn.norm_q.weight",
1014
+ "transformer_blocks.34.attn.norm_added_k.weight",
1015
+ "transformer_blocks.34.attn.norm_added_q.weight",
1016
+ "transformer_blocks.34.attn.norm_k.weight",
1017
+ "transformer_blocks.34.attn.norm_q.weight",
1018
+ "transformer_blocks.35.attn.norm_added_k.weight",
1019
+ "transformer_blocks.35.attn.norm_added_q.weight",
1020
+ "transformer_blocks.35.attn.norm_k.weight",
1021
+ "transformer_blocks.35.attn.norm_q.weight",
1022
+ "transformer_blocks.36.attn.norm_added_k.weight",
1023
+ "transformer_blocks.36.attn.norm_added_q.weight",
1024
+ "transformer_blocks.36.attn.norm_k.weight",
1025
+ "transformer_blocks.36.attn.norm_q.weight",
1026
+ "transformer_blocks.37.attn.norm_added_k.weight",
1027
+ "transformer_blocks.37.attn.norm_added_q.weight",
1028
+ "transformer_blocks.37.attn.norm_k.weight",
1029
+ "transformer_blocks.37.attn.norm_q.weight",
1030
+ "transformer_blocks.38.attn.norm_added_k.weight",
1031
+ "transformer_blocks.38.attn.norm_added_q.weight",
1032
+ "transformer_blocks.38.attn.norm_k.weight",
1033
+ "transformer_blocks.38.attn.norm_q.weight",
1034
+ "transformer_blocks.39.attn.norm_added_k.weight",
1035
+ "transformer_blocks.39.attn.norm_added_q.weight",
1036
+ "transformer_blocks.39.attn.norm_k.weight",
1037
+ "transformer_blocks.39.attn.norm_q.weight",
1038
+ "transformer_blocks.40.attn.norm_added_k.weight",
1039
+ "transformer_blocks.40.attn.norm_added_q.weight",
1040
+ "transformer_blocks.40.attn.norm_k.weight",
1041
+ "transformer_blocks.40.attn.norm_q.weight",
1042
+ "transformer_blocks.41.attn.norm_added_k.weight",
1043
+ "transformer_blocks.41.attn.norm_added_q.weight",
1044
+ "transformer_blocks.41.attn.norm_k.weight",
1045
+ "transformer_blocks.41.attn.norm_q.weight",
1046
+ "transformer_blocks.42.attn.norm_added_k.weight",
1047
+ "transformer_blocks.42.attn.norm_added_q.weight",
1048
+ "transformer_blocks.42.attn.norm_k.weight",
1049
+ "transformer_blocks.42.attn.norm_q.weight",
1050
+ "transformer_blocks.43.attn.norm_added_k.weight",
1051
+ "transformer_blocks.43.attn.norm_added_q.weight",
1052
+ "transformer_blocks.43.attn.norm_k.weight",
1053
+ "transformer_blocks.43.attn.norm_q.weight",
1054
+ "transformer_blocks.44.attn.norm_added_k.weight",
1055
+ "transformer_blocks.44.attn.norm_added_q.weight",
1056
+ "transformer_blocks.44.attn.norm_k.weight",
1057
+ "transformer_blocks.44.attn.norm_q.weight",
1058
+ "transformer_blocks.45.attn.norm_added_k.weight",
1059
+ "transformer_blocks.45.attn.norm_added_q.weight",
1060
+ "transformer_blocks.45.attn.norm_k.weight",
1061
+ "transformer_blocks.45.attn.norm_q.weight",
1062
+ "transformer_blocks.46.attn.norm_added_k.weight",
1063
+ "transformer_blocks.46.attn.norm_added_q.weight",
1064
+ "transformer_blocks.46.attn.norm_k.weight",
1065
+ "transformer_blocks.46.attn.norm_q.weight",
1066
+ "transformer_blocks.47.attn.norm_added_k.weight",
1067
+ "transformer_blocks.47.attn.norm_added_q.weight",
1068
+ "transformer_blocks.47.attn.norm_k.weight",
1069
+ "transformer_blocks.47.attn.norm_q.weight",
1070
+ "transformer_blocks.48.attn.norm_added_k.weight",
1071
+ "transformer_blocks.48.attn.norm_added_q.weight",
1072
+ "transformer_blocks.48.attn.norm_k.weight",
1073
+ "transformer_blocks.48.attn.norm_q.weight",
1074
+ "transformer_blocks.49.attn.norm_added_k.weight",
1075
+ "transformer_blocks.49.attn.norm_added_q.weight",
1076
+ "transformer_blocks.49.attn.norm_k.weight",
1077
+ "transformer_blocks.49.attn.norm_q.weight",
1078
+ "transformer_blocks.50.attn.norm_added_k.weight",
1079
+ "transformer_blocks.50.attn.norm_added_q.weight",
1080
+ "transformer_blocks.50.attn.norm_k.weight",
1081
+ "transformer_blocks.50.attn.norm_q.weight",
1082
+ "transformer_blocks.51.attn.norm_added_k.weight",
1083
+ "transformer_blocks.51.attn.norm_added_q.weight",
1084
+ "transformer_blocks.51.attn.norm_k.weight",
1085
+ "transformer_blocks.51.attn.norm_q.weight",
1086
+ "transformer_blocks.52.attn.norm_added_k.weight",
1087
+ "transformer_blocks.52.attn.norm_added_q.weight",
1088
+ "transformer_blocks.52.attn.norm_k.weight",
1089
+ "transformer_blocks.52.attn.norm_q.weight",
1090
+ "transformer_blocks.53.attn.norm_added_k.weight",
1091
+ "transformer_blocks.53.attn.norm_added_q.weight",
1092
+ "transformer_blocks.53.attn.norm_k.weight",
1093
+ "transformer_blocks.53.attn.norm_q.weight",
1094
+ "transformer_blocks.54.attn.norm_added_k.weight",
1095
+ "transformer_blocks.54.attn.norm_added_q.weight",
1096
+ "transformer_blocks.54.attn.norm_k.weight",
1097
+ "transformer_blocks.54.attn.norm_q.weight",
1098
+ "transformer_blocks.55.attn.norm_added_k.weight",
1099
+ "transformer_blocks.55.attn.norm_added_q.weight",
1100
+ "transformer_blocks.55.attn.norm_k.weight",
1101
+ "transformer_blocks.55.attn.norm_q.weight",
1102
+ "transformer_blocks.56.attn.norm_added_k.weight",
1103
+ "transformer_blocks.56.attn.norm_added_q.weight",
1104
+ "transformer_blocks.56.attn.norm_k.weight",
1105
+ "transformer_blocks.56.attn.norm_q.weight",
1106
+ "transformer_blocks.57.attn.norm_added_k.weight",
1107
+ "transformer_blocks.57.attn.norm_added_q.weight",
1108
+ "transformer_blocks.57.attn.norm_k.weight",
1109
+ "transformer_blocks.57.attn.norm_q.weight",
1110
+ "transformer_blocks.58.attn.norm_k.weight",
1111
+ "transformer_blocks.58.attn.norm_q.weight",
1112
+ "transformer_blocks.58.attn.norm_added_k.weight",
1113
+ "transformer_blocks.58.attn.norm_added_q.weight",
1114
+ "transformer_blocks.59.attn.norm_added_k.weight",
1115
+ "transformer_blocks.59.attn.norm_added_q.weight",
1116
+ "transformer_blocks.59.attn.norm_k.weight",
1117
+ "transformer_blocks.59.attn.norm_q.weight"
1118
+ ],
1119
+ "modules_to_not_use_matmul": [],
1120
+ "non_blocking": false,
1121
+ "quant_conv": false,
1122
+ "quant_embedding": false,
1123
+ "quant_method": "sdnq",
1124
+ "quantization_device": null,
1125
+ "quantized_matmul_dtype": null,
1126
+ "return_device": null,
1127
+ "sdnq_version": "0.2.0",
1128
+ "svd_rank": 32,
1129
+ "svd_steps": 8,
1130
+ "use_dynamic_quantization": true,
1131
+ "use_grad_ckpt": true,
1132
+ "use_hadamard": true,
1133
+ "use_quantized_matmul": false,
1134
+ "use_quantized_matmul_conv": false,
1135
+ "use_static_quantization": true,
1136
+ "use_stochastic_rounding": false,
1137
+ "use_svd": false,
1138
+ "weights_dtype": "uint4"
1139
+ },
1140
+ "use_additional_t_cond": false,
1141
+ "use_layer3d_rope": false,
1142
+ "zero_cond_t": false
1143
+ }
transformer/diffusion_pytorch_model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d2e65112b729df7a34b869ca9a21d62ff5b9895ab48d5e84d78f8a6de78ebac
3
+ size 9997261448
transformer/diffusion_pytorch_model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3641f75ab5964c963e247eba9ccbe1a9e57a6c367fc675ac7c4fc60657936e95
3
+ size 1642904144
transformer/diffusion_pytorch_model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
vae/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKLQwenImage",
3
+ "_diffusers_version": "0.36.0.dev0",
4
+ "attn_scales": [],
5
+ "base_dim": 96,
6
+ "dim_mult": [
7
+ 1,
8
+ 2,
9
+ 4,
10
+ 4
11
+ ],
12
+ "dropout": 0.0,
13
+ "latents_mean": [
14
+ -0.7571,
15
+ -0.7089,
16
+ -0.9113,
17
+ 0.1075,
18
+ -0.1745,
19
+ 0.9653,
20
+ -0.1517,
21
+ 1.5508,
22
+ 0.4134,
23
+ -0.0715,
24
+ 0.5517,
25
+ -0.3632,
26
+ -0.1922,
27
+ -0.9497,
28
+ 0.2503,
29
+ -0.2921
30
+ ],
31
+ "latents_std": [
32
+ 2.8184,
33
+ 1.4541,
34
+ 2.3275,
35
+ 2.6558,
36
+ 1.2196,
37
+ 1.7708,
38
+ 2.6052,
39
+ 2.0743,
40
+ 3.2687,
41
+ 2.1526,
42
+ 2.8652,
43
+ 1.5579,
44
+ 1.6382,
45
+ 1.1253,
46
+ 2.8251,
47
+ 1.916
48
+ ],
49
+ "num_res_blocks": 2,
50
+ "temperal_downsample": [
51
+ false,
52
+ true,
53
+ true
54
+ ],
55
+ "z_dim": 16
56
+ }
vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c8bc8b758c649abef9ea407b95408389a3b2f610d0d10fcb054fe171d0a8344
3
+ size 253806966