ghunkins commited on
Commit
40fdd2d
1 Parent(s): ae6ec2c

Upload HunyuanVideoPipeline

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: diffusers
3
+ ---
4
+
5
+ # Model Card for Model ID
6
+
7
+ <!-- Provide a quick summary of what the model is/does. -->
8
+
9
+
10
+
11
+ ## Model Details
12
+
13
+ ### Model Description
14
+
15
+ <!-- Provide a longer summary of what this model is. -->
16
+
17
+ This is the model card of a 🧨 diffusers model that has been pushed on the Hub. This model card has been automatically generated.
18
+
19
+ - **Developed by:** [More Information Needed]
20
+ - **Funded by [optional]:** [More Information Needed]
21
+ - **Shared by [optional]:** [More Information Needed]
22
+ - **Model type:** [More Information Needed]
23
+ - **Language(s) (NLP):** [More Information Needed]
24
+ - **License:** [More Information Needed]
25
+ - **Finetuned from model [optional]:** [More Information Needed]
26
+
27
+ ### Model Sources [optional]
28
+
29
+ <!-- Provide the basic links for the model. -->
30
+
31
+ - **Repository:** [More Information Needed]
32
+ - **Paper [optional]:** [More Information Needed]
33
+ - **Demo [optional]:** [More Information Needed]
34
+
35
+ ## Uses
36
+
37
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
38
+
39
+ ### Direct Use
40
+
41
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
42
+
43
+ [More Information Needed]
44
+
45
+ ### Downstream Use [optional]
46
+
47
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Out-of-Scope Use
52
+
53
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
54
+
55
+ [More Information Needed]
56
+
57
+ ## Bias, Risks, and Limitations
58
+
59
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ### Recommendations
64
+
65
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
66
+
67
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
68
+
69
+ ## How to Get Started with the Model
70
+
71
+ Use the code below to get started with the model.
72
+
73
+ [More Information Needed]
74
+
75
+ ## Training Details
76
+
77
+ ### Training Data
78
+
79
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
80
+
81
+ [More Information Needed]
82
+
83
+ ### Training Procedure
84
+
85
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
86
+
87
+ #### Preprocessing [optional]
88
+
89
+ [More Information Needed]
90
+
91
+
92
+ #### Training Hyperparameters
93
+
94
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
95
+
96
+ #### Speeds, Sizes, Times [optional]
97
+
98
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ## Evaluation
103
+
104
+ <!-- This section describes the evaluation protocols and provides the results. -->
105
+
106
+ ### Testing Data, Factors & Metrics
107
+
108
+ #### Testing Data
109
+
110
+ <!-- This should link to a Dataset Card if possible. -->
111
+
112
+ [More Information Needed]
113
+
114
+ #### Factors
115
+
116
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Metrics
121
+
122
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
123
+
124
+ [More Information Needed]
125
+
126
+ ### Results
127
+
128
+ [More Information Needed]
129
+
130
+ #### Summary
131
+
132
+
133
+
134
+ ## Model Examination [optional]
135
+
136
+ <!-- Relevant interpretability work for the model goes here -->
137
+
138
+ [More Information Needed]
139
+
140
+ ## Environmental Impact
141
+
142
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
143
+
144
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
145
+
146
+ - **Hardware Type:** [More Information Needed]
147
+ - **Hours used:** [More Information Needed]
148
+ - **Cloud Provider:** [More Information Needed]
149
+ - **Compute Region:** [More Information Needed]
150
+ - **Carbon Emitted:** [More Information Needed]
151
+
152
+ ## Technical Specifications [optional]
153
+
154
+ ### Model Architecture and Objective
155
+
156
+ [More Information Needed]
157
+
158
+ ### Compute Infrastructure
159
+
160
+ [More Information Needed]
161
+
162
+ #### Hardware
163
+
164
+ [More Information Needed]
165
+
166
+ #### Software
167
+
168
+ [More Information Needed]
169
+
170
+ ## Citation [optional]
171
+
172
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
173
+
174
+ **BibTeX:**
175
+
176
+ [More Information Needed]
177
+
178
+ **APA:**
179
+
180
+ [More Information Needed]
181
+
182
+ ## Glossary [optional]
183
+
184
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
185
+
186
+ [More Information Needed]
187
+
188
+ ## More Information [optional]
189
+
190
+ [More Information Needed]
191
+
192
+ ## Model Card Authors [optional]
193
+
194
+ [More Information Needed]
195
+
196
+ ## Model Card Contact
197
+
198
+ [More Information Needed]
model_index.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "HunyuanVideoPipeline",
3
+ "_diffusers_version": "0.31.0",
4
+ "scheduler": [
5
+ "hyvideo.diffusion.schedulers.scheduling_flow_match_discrete",
6
+ "FlowMatchDiscreteScheduler"
7
+ ],
8
+ "text_encoder": [
9
+ "transformers",
10
+ "LlamaForCausalLM"
11
+ ],
12
+ "text_encoder_2": [
13
+ "transformers",
14
+ "CLIPTextModel"
15
+ ],
16
+ "tokenizer": [
17
+ "transformers",
18
+ "LlamaTokenizerFast"
19
+ ],
20
+ "tokenizer_2": [
21
+ "transformers",
22
+ "CLIPTokenizer"
23
+ ],
24
+ "transformer": [
25
+ "hyvideo.modules.models",
26
+ "HYVideoDiffusionTransformer"
27
+ ],
28
+ "vae": [
29
+ "hyvideo.vae.autoencoder_kl_causal_3d",
30
+ "AutoencoderKLCausal3D"
31
+ ]
32
+ }
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FlowMatchDiscreteScheduler",
3
+ "_diffusers_version": "0.31.0",
4
+ "n_tokens": null,
5
+ "num_train_timesteps": 1000,
6
+ "reverse": false,
7
+ "shift": 7.0,
8
+ "solver": "euler"
9
+ }
text_encoder/config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 128000,
8
+ "eos_token_id": 128001,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 4096,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 14336,
14
+ "max_position_embeddings": 8192,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 32,
19
+ "num_key_value_heads": 8,
20
+ "pretraining_tp": 1,
21
+ "rms_norm_eps": 1e-05,
22
+ "rope_scaling": null,
23
+ "rope_theta": 500000.0,
24
+ "tie_word_embeddings": false,
25
+ "torch_dtype": "bfloat16",
26
+ "transformers_version": "4.46.3",
27
+ "use_cache": true,
28
+ "vocab_size": 128320
29
+ }
text_encoder/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "eos_token_id": 128001,
5
+ "transformers_version": "4.46.3"
6
+ }
text_encoder/model-00001-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a11c344a4367e5f5b31006dde61fb003697c633b8e317edddda29b1989323c47
3
+ size 4977222960
text_encoder/model-00002-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69884f474eabf245f0f4dc239a8fdc215b1514bc4dd118b9f5ae2d7ed8258038
3
+ size 4999802720
text_encoder/model-00003-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af2f739bce4252ec28f14aef4935ee8038879c24d132e42b301abfbf666c7b50
3
+ size 4915916176
text_encoder/model-00004-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ec84e7a64539be8fa16582023b4eae7901be8e8ec8491ae6bab6710deb1dd57
3
+ size 1168663096
text_encoder/model.safetensors.index.json ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 16061571072
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "model-00004-of-00004.safetensors",
7
+ "model.embed_tokens.weight": "model-00001-of-00004.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
13
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
14
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
15
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
16
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
17
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
18
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
19
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
20
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
21
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
22
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
23
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
24
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
25
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
26
+ "model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
27
+ "model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
28
+ "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
29
+ "model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
30
+ "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
31
+ "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
32
+ "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
33
+ "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
34
+ "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
35
+ "model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
36
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
37
+ "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
38
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
39
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
40
+ "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
41
+ "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
42
+ "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
43
+ "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
44
+ "model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
45
+ "model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
46
+ "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
47
+ "model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
48
+ "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
49
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
50
+ "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
51
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
52
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
53
+ "model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
54
+ "model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
55
+ "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
56
+ "model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
57
+ "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
58
+ "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
59
+ "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
60
+ "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
61
+ "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
62
+ "model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
63
+ "model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
64
+ "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
65
+ "model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
66
+ "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
67
+ "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
68
+ "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
69
+ "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
70
+ "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
71
+ "model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
72
+ "model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
73
+ "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
74
+ "model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
75
+ "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
76
+ "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
77
+ "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
78
+ "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
79
+ "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
80
+ "model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
81
+ "model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
82
+ "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
83
+ "model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
84
+ "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
85
+ "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
86
+ "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
87
+ "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
88
+ "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
89
+ "model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
90
+ "model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
91
+ "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
92
+ "model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
93
+ "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
94
+ "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
95
+ "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
96
+ "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
97
+ "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
98
+ "model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
99
+ "model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
100
+ "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
101
+ "model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
102
+ "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
103
+ "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
104
+ "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
105
+ "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
106
+ "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
107
+ "model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
108
+ "model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
109
+ "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
110
+ "model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
111
+ "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
112
+ "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
113
+ "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
114
+ "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
115
+ "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
116
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
117
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
118
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
119
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
120
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
121
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
122
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
123
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
124
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
125
+ "model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
126
+ "model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
127
+ "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
128
+ "model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
129
+ "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
130
+ "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
131
+ "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
132
+ "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
133
+ "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
134
+ "model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
135
+ "model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
136
+ "model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
137
+ "model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
138
+ "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
139
+ "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
140
+ "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
141
+ "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
142
+ "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
143
+ "model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
144
+ "model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
145
+ "model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
146
+ "model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
147
+ "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
148
+ "model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
149
+ "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
150
+ "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
151
+ "model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
152
+ "model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
153
+ "model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
154
+ "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
155
+ "model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
156
+ "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
157
+ "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
158
+ "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
159
+ "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
160
+ "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
161
+ "model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
162
+ "model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
163
+ "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
164
+ "model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
165
+ "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
166
+ "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
167
+ "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
168
+ "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
169
+ "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
170
+ "model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
171
+ "model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
172
+ "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
173
+ "model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
174
+ "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
175
+ "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
176
+ "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
177
+ "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
178
+ "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
179
+ "model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
180
+ "model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
181
+ "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
182
+ "model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
183
+ "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
184
+ "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
185
+ "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
186
+ "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
187
+ "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
188
+ "model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
189
+ "model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
190
+ "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
191
+ "model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
192
+ "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
193
+ "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
194
+ "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
195
+ "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
196
+ "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
197
+ "model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
198
+ "model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
199
+ "model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
200
+ "model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
201
+ "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
202
+ "model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
203
+ "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
204
+ "model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
205
+ "model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
206
+ "model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
207
+ "model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
208
+ "model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
209
+ "model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
210
+ "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
211
+ "model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
212
+ "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
213
+ "model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
214
+ "model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
215
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
216
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
217
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
218
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
219
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
220
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
221
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
222
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
223
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
224
+ "model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
225
+ "model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
226
+ "model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
227
+ "model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
228
+ "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
229
+ "model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
230
+ "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
231
+ "model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
232
+ "model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
233
+ "model.layers.31.input_layernorm.weight": "model-00004-of-00004.safetensors",
234
+ "model.layers.31.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
235
+ "model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
236
+ "model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
237
+ "model.layers.31.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
238
+ "model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
239
+ "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
240
+ "model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
241
+ "model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
242
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
243
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
244
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
245
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
246
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
247
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
248
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
249
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
250
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
251
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
252
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
253
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
254
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
255
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
256
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
257
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
258
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
259
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
260
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
261
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
262
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
263
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
264
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
265
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
266
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
267
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
268
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
269
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
270
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
271
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
272
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
273
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
274
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
275
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
276
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
277
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
278
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
279
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
280
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
281
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
282
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
283
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
284
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
285
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
286
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
287
+ "model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
288
+ "model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
289
+ "model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
290
+ "model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
291
+ "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
292
+ "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
293
+ "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
294
+ "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
295
+ "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
296
+ "model.norm.weight": "model-00004-of-00004.safetensors"
297
+ }
298
+ }
text_encoder_2/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/clip-vit-large-patch14",
3
+ "architectures": [
4
+ "CLIPTextModel"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dropout": 0.0,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "quick_gelu",
11
+ "hidden_size": 768,
12
+ "initializer_factor": 1.0,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 77,
17
+ "model_type": "clip_text_model",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "pad_token_id": 1,
21
+ "projection_dim": 768,
22
+ "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.46.3",
24
+ "vocab_size": 49408
25
+ }
text_encoder_2/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03532a1b8bb2f02b16b9b290273caf9c8793a0a268517c104eee30f7d1829120
3
+ size 246144352
tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin_of_text|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end_of_text|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2c593db4aa75b17a42c1f74d7cc38e257eaeed222e6a52674c65544165dcbaa
3
+ size 17210098
tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,2095 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "128000": {
7
+ "content": "<|begin_of_text|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "128001": {
15
+ "content": "<|end_of_text|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "128002": {
23
+ "content": "<|reserved_special_token_0|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "128003": {
31
+ "content": "<|reserved_special_token_1|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "128004": {
39
+ "content": "<|reserved_special_token_2|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "128005": {
47
+ "content": "<|reserved_special_token_3|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "128006": {
55
+ "content": "<|start_header_id|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "128007": {
63
+ "content": "<|end_header_id|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "128008": {
71
+ "content": "<|reserved_special_token_4|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "128009": {
79
+ "content": "<|eot_id|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "128010": {
87
+ "content": "<|reserved_special_token_5|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "128011": {
95
+ "content": "<|reserved_special_token_6|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "128012": {
103
+ "content": "<|reserved_special_token_7|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "128013": {
111
+ "content": "<|reserved_special_token_8|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "128014": {
119
+ "content": "<|reserved_special_token_9|>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "128015": {
127
+ "content": "<|reserved_special_token_10|>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": true
133
+ },
134
+ "128016": {
135
+ "content": "<|reserved_special_token_11|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": true
141
+ },
142
+ "128017": {
143
+ "content": "<|reserved_special_token_12|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": true
149
+ },
150
+ "128018": {
151
+ "content": "<|reserved_special_token_13|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": true
157
+ },
158
+ "128019": {
159
+ "content": "<|reserved_special_token_14|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": true
165
+ },
166
+ "128020": {
167
+ "content": "<|reserved_special_token_15|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": true
173
+ },
174
+ "128021": {
175
+ "content": "<|reserved_special_token_16|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": true
181
+ },
182
+ "128022": {
183
+ "content": "<|reserved_special_token_17|>",
184
+ "lstrip": false,
185
+ "normalized": false,
186
+ "rstrip": false,
187
+ "single_word": false,
188
+ "special": true
189
+ },
190
+ "128023": {
191
+ "content": "<|reserved_special_token_18|>",
192
+ "lstrip": false,
193
+ "normalized": false,
194
+ "rstrip": false,
195
+ "single_word": false,
196
+ "special": true
197
+ },
198
+ "128024": {
199
+ "content": "<|reserved_special_token_19|>",
200
+ "lstrip": false,
201
+ "normalized": false,
202
+ "rstrip": false,
203
+ "single_word": false,
204
+ "special": true
205
+ },
206
+ "128025": {
207
+ "content": "<|reserved_special_token_20|>",
208
+ "lstrip": false,
209
+ "normalized": false,
210
+ "rstrip": false,
211
+ "single_word": false,
212
+ "special": true
213
+ },
214
+ "128026": {
215
+ "content": "<|reserved_special_token_21|>",
216
+ "lstrip": false,
217
+ "normalized": false,
218
+ "rstrip": false,
219
+ "single_word": false,
220
+ "special": true
221
+ },
222
+ "128027": {
223
+ "content": "<|reserved_special_token_22|>",
224
+ "lstrip": false,
225
+ "normalized": false,
226
+ "rstrip": false,
227
+ "single_word": false,
228
+ "special": true
229
+ },
230
+ "128028": {
231
+ "content": "<|reserved_special_token_23|>",
232
+ "lstrip": false,
233
+ "normalized": false,
234
+ "rstrip": false,
235
+ "single_word": false,
236
+ "special": true
237
+ },
238
+ "128029": {
239
+ "content": "<|reserved_special_token_24|>",
240
+ "lstrip": false,
241
+ "normalized": false,
242
+ "rstrip": false,
243
+ "single_word": false,
244
+ "special": true
245
+ },
246
+ "128030": {
247
+ "content": "<|reserved_special_token_25|>",
248
+ "lstrip": false,
249
+ "normalized": false,
250
+ "rstrip": false,
251
+ "single_word": false,
252
+ "special": true
253
+ },
254
+ "128031": {
255
+ "content": "<|reserved_special_token_26|>",
256
+ "lstrip": false,
257
+ "normalized": false,
258
+ "rstrip": false,
259
+ "single_word": false,
260
+ "special": true
261
+ },
262
+ "128032": {
263
+ "content": "<|reserved_special_token_27|>",
264
+ "lstrip": false,
265
+ "normalized": false,
266
+ "rstrip": false,
267
+ "single_word": false,
268
+ "special": true
269
+ },
270
+ "128033": {
271
+ "content": "<|reserved_special_token_28|>",
272
+ "lstrip": false,
273
+ "normalized": false,
274
+ "rstrip": false,
275
+ "single_word": false,
276
+ "special": true
277
+ },
278
+ "128034": {
279
+ "content": "<|reserved_special_token_29|>",
280
+ "lstrip": false,
281
+ "normalized": false,
282
+ "rstrip": false,
283
+ "single_word": false,
284
+ "special": true
285
+ },
286
+ "128035": {
287
+ "content": "<|reserved_special_token_30|>",
288
+ "lstrip": false,
289
+ "normalized": false,
290
+ "rstrip": false,
291
+ "single_word": false,
292
+ "special": true
293
+ },
294
+ "128036": {
295
+ "content": "<|reserved_special_token_31|>",
296
+ "lstrip": false,
297
+ "normalized": false,
298
+ "rstrip": false,
299
+ "single_word": false,
300
+ "special": true
301
+ },
302
+ "128037": {
303
+ "content": "<|reserved_special_token_32|>",
304
+ "lstrip": false,
305
+ "normalized": false,
306
+ "rstrip": false,
307
+ "single_word": false,
308
+ "special": true
309
+ },
310
+ "128038": {
311
+ "content": "<|reserved_special_token_33|>",
312
+ "lstrip": false,
313
+ "normalized": false,
314
+ "rstrip": false,
315
+ "single_word": false,
316
+ "special": true
317
+ },
318
+ "128039": {
319
+ "content": "<|reserved_special_token_34|>",
320
+ "lstrip": false,
321
+ "normalized": false,
322
+ "rstrip": false,
323
+ "single_word": false,
324
+ "special": true
325
+ },
326
+ "128040": {
327
+ "content": "<|reserved_special_token_35|>",
328
+ "lstrip": false,
329
+ "normalized": false,
330
+ "rstrip": false,
331
+ "single_word": false,
332
+ "special": true
333
+ },
334
+ "128041": {
335
+ "content": "<|reserved_special_token_36|>",
336
+ "lstrip": false,
337
+ "normalized": false,
338
+ "rstrip": false,
339
+ "single_word": false,
340
+ "special": true
341
+ },
342
+ "128042": {
343
+ "content": "<|reserved_special_token_37|>",
344
+ "lstrip": false,
345
+ "normalized": false,
346
+ "rstrip": false,
347
+ "single_word": false,
348
+ "special": true
349
+ },
350
+ "128043": {
351
+ "content": "<|reserved_special_token_38|>",
352
+ "lstrip": false,
353
+ "normalized": false,
354
+ "rstrip": false,
355
+ "single_word": false,
356
+ "special": true
357
+ },
358
+ "128044": {
359
+ "content": "<|reserved_special_token_39|>",
360
+ "lstrip": false,
361
+ "normalized": false,
362
+ "rstrip": false,
363
+ "single_word": false,
364
+ "special": true
365
+ },
366
+ "128045": {
367
+ "content": "<|reserved_special_token_40|>",
368
+ "lstrip": false,
369
+ "normalized": false,
370
+ "rstrip": false,
371
+ "single_word": false,
372
+ "special": true
373
+ },
374
+ "128046": {
375
+ "content": "<|reserved_special_token_41|>",
376
+ "lstrip": false,
377
+ "normalized": false,
378
+ "rstrip": false,
379
+ "single_word": false,
380
+ "special": true
381
+ },
382
+ "128047": {
383
+ "content": "<|reserved_special_token_42|>",
384
+ "lstrip": false,
385
+ "normalized": false,
386
+ "rstrip": false,
387
+ "single_word": false,
388
+ "special": true
389
+ },
390
+ "128048": {
391
+ "content": "<|reserved_special_token_43|>",
392
+ "lstrip": false,
393
+ "normalized": false,
394
+ "rstrip": false,
395
+ "single_word": false,
396
+ "special": true
397
+ },
398
+ "128049": {
399
+ "content": "<|reserved_special_token_44|>",
400
+ "lstrip": false,
401
+ "normalized": false,
402
+ "rstrip": false,
403
+ "single_word": false,
404
+ "special": true
405
+ },
406
+ "128050": {
407
+ "content": "<|reserved_special_token_45|>",
408
+ "lstrip": false,
409
+ "normalized": false,
410
+ "rstrip": false,
411
+ "single_word": false,
412
+ "special": true
413
+ },
414
+ "128051": {
415
+ "content": "<|reserved_special_token_46|>",
416
+ "lstrip": false,
417
+ "normalized": false,
418
+ "rstrip": false,
419
+ "single_word": false,
420
+ "special": true
421
+ },
422
+ "128052": {
423
+ "content": "<|reserved_special_token_47|>",
424
+ "lstrip": false,
425
+ "normalized": false,
426
+ "rstrip": false,
427
+ "single_word": false,
428
+ "special": true
429
+ },
430
+ "128053": {
431
+ "content": "<|reserved_special_token_48|>",
432
+ "lstrip": false,
433
+ "normalized": false,
434
+ "rstrip": false,
435
+ "single_word": false,
436
+ "special": true
437
+ },
438
+ "128054": {
439
+ "content": "<|reserved_special_token_49|>",
440
+ "lstrip": false,
441
+ "normalized": false,
442
+ "rstrip": false,
443
+ "single_word": false,
444
+ "special": true
445
+ },
446
+ "128055": {
447
+ "content": "<|reserved_special_token_50|>",
448
+ "lstrip": false,
449
+ "normalized": false,
450
+ "rstrip": false,
451
+ "single_word": false,
452
+ "special": true
453
+ },
454
+ "128056": {
455
+ "content": "<|reserved_special_token_51|>",
456
+ "lstrip": false,
457
+ "normalized": false,
458
+ "rstrip": false,
459
+ "single_word": false,
460
+ "special": true
461
+ },
462
+ "128057": {
463
+ "content": "<|reserved_special_token_52|>",
464
+ "lstrip": false,
465
+ "normalized": false,
466
+ "rstrip": false,
467
+ "single_word": false,
468
+ "special": true
469
+ },
470
+ "128058": {
471
+ "content": "<|reserved_special_token_53|>",
472
+ "lstrip": false,
473
+ "normalized": false,
474
+ "rstrip": false,
475
+ "single_word": false,
476
+ "special": true
477
+ },
478
+ "128059": {
479
+ "content": "<|reserved_special_token_54|>",
480
+ "lstrip": false,
481
+ "normalized": false,
482
+ "rstrip": false,
483
+ "single_word": false,
484
+ "special": true
485
+ },
486
+ "128060": {
487
+ "content": "<|reserved_special_token_55|>",
488
+ "lstrip": false,
489
+ "normalized": false,
490
+ "rstrip": false,
491
+ "single_word": false,
492
+ "special": true
493
+ },
494
+ "128061": {
495
+ "content": "<|reserved_special_token_56|>",
496
+ "lstrip": false,
497
+ "normalized": false,
498
+ "rstrip": false,
499
+ "single_word": false,
500
+ "special": true
501
+ },
502
+ "128062": {
503
+ "content": "<|reserved_special_token_57|>",
504
+ "lstrip": false,
505
+ "normalized": false,
506
+ "rstrip": false,
507
+ "single_word": false,
508
+ "special": true
509
+ },
510
+ "128063": {
511
+ "content": "<|reserved_special_token_58|>",
512
+ "lstrip": false,
513
+ "normalized": false,
514
+ "rstrip": false,
515
+ "single_word": false,
516
+ "special": true
517
+ },
518
+ "128064": {
519
+ "content": "<|reserved_special_token_59|>",
520
+ "lstrip": false,
521
+ "normalized": false,
522
+ "rstrip": false,
523
+ "single_word": false,
524
+ "special": true
525
+ },
526
+ "128065": {
527
+ "content": "<|reserved_special_token_60|>",
528
+ "lstrip": false,
529
+ "normalized": false,
530
+ "rstrip": false,
531
+ "single_word": false,
532
+ "special": true
533
+ },
534
+ "128066": {
535
+ "content": "<|reserved_special_token_61|>",
536
+ "lstrip": false,
537
+ "normalized": false,
538
+ "rstrip": false,
539
+ "single_word": false,
540
+ "special": true
541
+ },
542
+ "128067": {
543
+ "content": "<|reserved_special_token_62|>",
544
+ "lstrip": false,
545
+ "normalized": false,
546
+ "rstrip": false,
547
+ "single_word": false,
548
+ "special": true
549
+ },
550
+ "128068": {
551
+ "content": "<|reserved_special_token_63|>",
552
+ "lstrip": false,
553
+ "normalized": false,
554
+ "rstrip": false,
555
+ "single_word": false,
556
+ "special": true
557
+ },
558
+ "128069": {
559
+ "content": "<|reserved_special_token_64|>",
560
+ "lstrip": false,
561
+ "normalized": false,
562
+ "rstrip": false,
563
+ "single_word": false,
564
+ "special": true
565
+ },
566
+ "128070": {
567
+ "content": "<|reserved_special_token_65|>",
568
+ "lstrip": false,
569
+ "normalized": false,
570
+ "rstrip": false,
571
+ "single_word": false,
572
+ "special": true
573
+ },
574
+ "128071": {
575
+ "content": "<|reserved_special_token_66|>",
576
+ "lstrip": false,
577
+ "normalized": false,
578
+ "rstrip": false,
579
+ "single_word": false,
580
+ "special": true
581
+ },
582
+ "128072": {
583
+ "content": "<|reserved_special_token_67|>",
584
+ "lstrip": false,
585
+ "normalized": false,
586
+ "rstrip": false,
587
+ "single_word": false,
588
+ "special": true
589
+ },
590
+ "128073": {
591
+ "content": "<|reserved_special_token_68|>",
592
+ "lstrip": false,
593
+ "normalized": false,
594
+ "rstrip": false,
595
+ "single_word": false,
596
+ "special": true
597
+ },
598
+ "128074": {
599
+ "content": "<|reserved_special_token_69|>",
600
+ "lstrip": false,
601
+ "normalized": false,
602
+ "rstrip": false,
603
+ "single_word": false,
604
+ "special": true
605
+ },
606
+ "128075": {
607
+ "content": "<|reserved_special_token_70|>",
608
+ "lstrip": false,
609
+ "normalized": false,
610
+ "rstrip": false,
611
+ "single_word": false,
612
+ "special": true
613
+ },
614
+ "128076": {
615
+ "content": "<|reserved_special_token_71|>",
616
+ "lstrip": false,
617
+ "normalized": false,
618
+ "rstrip": false,
619
+ "single_word": false,
620
+ "special": true
621
+ },
622
+ "128077": {
623
+ "content": "<|reserved_special_token_72|>",
624
+ "lstrip": false,
625
+ "normalized": false,
626
+ "rstrip": false,
627
+ "single_word": false,
628
+ "special": true
629
+ },
630
+ "128078": {
631
+ "content": "<|reserved_special_token_73|>",
632
+ "lstrip": false,
633
+ "normalized": false,
634
+ "rstrip": false,
635
+ "single_word": false,
636
+ "special": true
637
+ },
638
+ "128079": {
639
+ "content": "<|reserved_special_token_74|>",
640
+ "lstrip": false,
641
+ "normalized": false,
642
+ "rstrip": false,
643
+ "single_word": false,
644
+ "special": true
645
+ },
646
+ "128080": {
647
+ "content": "<|reserved_special_token_75|>",
648
+ "lstrip": false,
649
+ "normalized": false,
650
+ "rstrip": false,
651
+ "single_word": false,
652
+ "special": true
653
+ },
654
+ "128081": {
655
+ "content": "<|reserved_special_token_76|>",
656
+ "lstrip": false,
657
+ "normalized": false,
658
+ "rstrip": false,
659
+ "single_word": false,
660
+ "special": true
661
+ },
662
+ "128082": {
663
+ "content": "<|reserved_special_token_77|>",
664
+ "lstrip": false,
665
+ "normalized": false,
666
+ "rstrip": false,
667
+ "single_word": false,
668
+ "special": true
669
+ },
670
+ "128083": {
671
+ "content": "<|reserved_special_token_78|>",
672
+ "lstrip": false,
673
+ "normalized": false,
674
+ "rstrip": false,
675
+ "single_word": false,
676
+ "special": true
677
+ },
678
+ "128084": {
679
+ "content": "<|reserved_special_token_79|>",
680
+ "lstrip": false,
681
+ "normalized": false,
682
+ "rstrip": false,
683
+ "single_word": false,
684
+ "special": true
685
+ },
686
+ "128085": {
687
+ "content": "<|reserved_special_token_80|>",
688
+ "lstrip": false,
689
+ "normalized": false,
690
+ "rstrip": false,
691
+ "single_word": false,
692
+ "special": true
693
+ },
694
+ "128086": {
695
+ "content": "<|reserved_special_token_81|>",
696
+ "lstrip": false,
697
+ "normalized": false,
698
+ "rstrip": false,
699
+ "single_word": false,
700
+ "special": true
701
+ },
702
+ "128087": {
703
+ "content": "<|reserved_special_token_82|>",
704
+ "lstrip": false,
705
+ "normalized": false,
706
+ "rstrip": false,
707
+ "single_word": false,
708
+ "special": true
709
+ },
710
+ "128088": {
711
+ "content": "<|reserved_special_token_83|>",
712
+ "lstrip": false,
713
+ "normalized": false,
714
+ "rstrip": false,
715
+ "single_word": false,
716
+ "special": true
717
+ },
718
+ "128089": {
719
+ "content": "<|reserved_special_token_84|>",
720
+ "lstrip": false,
721
+ "normalized": false,
722
+ "rstrip": false,
723
+ "single_word": false,
724
+ "special": true
725
+ },
726
+ "128090": {
727
+ "content": "<|reserved_special_token_85|>",
728
+ "lstrip": false,
729
+ "normalized": false,
730
+ "rstrip": false,
731
+ "single_word": false,
732
+ "special": true
733
+ },
734
+ "128091": {
735
+ "content": "<|reserved_special_token_86|>",
736
+ "lstrip": false,
737
+ "normalized": false,
738
+ "rstrip": false,
739
+ "single_word": false,
740
+ "special": true
741
+ },
742
+ "128092": {
743
+ "content": "<|reserved_special_token_87|>",
744
+ "lstrip": false,
745
+ "normalized": false,
746
+ "rstrip": false,
747
+ "single_word": false,
748
+ "special": true
749
+ },
750
+ "128093": {
751
+ "content": "<|reserved_special_token_88|>",
752
+ "lstrip": false,
753
+ "normalized": false,
754
+ "rstrip": false,
755
+ "single_word": false,
756
+ "special": true
757
+ },
758
+ "128094": {
759
+ "content": "<|reserved_special_token_89|>",
760
+ "lstrip": false,
761
+ "normalized": false,
762
+ "rstrip": false,
763
+ "single_word": false,
764
+ "special": true
765
+ },
766
+ "128095": {
767
+ "content": "<|reserved_special_token_90|>",
768
+ "lstrip": false,
769
+ "normalized": false,
770
+ "rstrip": false,
771
+ "single_word": false,
772
+ "special": true
773
+ },
774
+ "128096": {
775
+ "content": "<|reserved_special_token_91|>",
776
+ "lstrip": false,
777
+ "normalized": false,
778
+ "rstrip": false,
779
+ "single_word": false,
780
+ "special": true
781
+ },
782
+ "128097": {
783
+ "content": "<|reserved_special_token_92|>",
784
+ "lstrip": false,
785
+ "normalized": false,
786
+ "rstrip": false,
787
+ "single_word": false,
788
+ "special": true
789
+ },
790
+ "128098": {
791
+ "content": "<|reserved_special_token_93|>",
792
+ "lstrip": false,
793
+ "normalized": false,
794
+ "rstrip": false,
795
+ "single_word": false,
796
+ "special": true
797
+ },
798
+ "128099": {
799
+ "content": "<|reserved_special_token_94|>",
800
+ "lstrip": false,
801
+ "normalized": false,
802
+ "rstrip": false,
803
+ "single_word": false,
804
+ "special": true
805
+ },
806
+ "128100": {
807
+ "content": "<|reserved_special_token_95|>",
808
+ "lstrip": false,
809
+ "normalized": false,
810
+ "rstrip": false,
811
+ "single_word": false,
812
+ "special": true
813
+ },
814
+ "128101": {
815
+ "content": "<|reserved_special_token_96|>",
816
+ "lstrip": false,
817
+ "normalized": false,
818
+ "rstrip": false,
819
+ "single_word": false,
820
+ "special": true
821
+ },
822
+ "128102": {
823
+ "content": "<|reserved_special_token_97|>",
824
+ "lstrip": false,
825
+ "normalized": false,
826
+ "rstrip": false,
827
+ "single_word": false,
828
+ "special": true
829
+ },
830
+ "128103": {
831
+ "content": "<|reserved_special_token_98|>",
832
+ "lstrip": false,
833
+ "normalized": false,
834
+ "rstrip": false,
835
+ "single_word": false,
836
+ "special": true
837
+ },
838
+ "128104": {
839
+ "content": "<|reserved_special_token_99|>",
840
+ "lstrip": false,
841
+ "normalized": false,
842
+ "rstrip": false,
843
+ "single_word": false,
844
+ "special": true
845
+ },
846
+ "128105": {
847
+ "content": "<|reserved_special_token_100|>",
848
+ "lstrip": false,
849
+ "normalized": false,
850
+ "rstrip": false,
851
+ "single_word": false,
852
+ "special": true
853
+ },
854
+ "128106": {
855
+ "content": "<|reserved_special_token_101|>",
856
+ "lstrip": false,
857
+ "normalized": false,
858
+ "rstrip": false,
859
+ "single_word": false,
860
+ "special": true
861
+ },
862
+ "128107": {
863
+ "content": "<|reserved_special_token_102|>",
864
+ "lstrip": false,
865
+ "normalized": false,
866
+ "rstrip": false,
867
+ "single_word": false,
868
+ "special": true
869
+ },
870
+ "128108": {
871
+ "content": "<|reserved_special_token_103|>",
872
+ "lstrip": false,
873
+ "normalized": false,
874
+ "rstrip": false,
875
+ "single_word": false,
876
+ "special": true
877
+ },
878
+ "128109": {
879
+ "content": "<|reserved_special_token_104|>",
880
+ "lstrip": false,
881
+ "normalized": false,
882
+ "rstrip": false,
883
+ "single_word": false,
884
+ "special": true
885
+ },
886
+ "128110": {
887
+ "content": "<|reserved_special_token_105|>",
888
+ "lstrip": false,
889
+ "normalized": false,
890
+ "rstrip": false,
891
+ "single_word": false,
892
+ "special": true
893
+ },
894
+ "128111": {
895
+ "content": "<|reserved_special_token_106|>",
896
+ "lstrip": false,
897
+ "normalized": false,
898
+ "rstrip": false,
899
+ "single_word": false,
900
+ "special": true
901
+ },
902
+ "128112": {
903
+ "content": "<|reserved_special_token_107|>",
904
+ "lstrip": false,
905
+ "normalized": false,
906
+ "rstrip": false,
907
+ "single_word": false,
908
+ "special": true
909
+ },
910
+ "128113": {
911
+ "content": "<|reserved_special_token_108|>",
912
+ "lstrip": false,
913
+ "normalized": false,
914
+ "rstrip": false,
915
+ "single_word": false,
916
+ "special": true
917
+ },
918
+ "128114": {
919
+ "content": "<|reserved_special_token_109|>",
920
+ "lstrip": false,
921
+ "normalized": false,
922
+ "rstrip": false,
923
+ "single_word": false,
924
+ "special": true
925
+ },
926
+ "128115": {
927
+ "content": "<|reserved_special_token_110|>",
928
+ "lstrip": false,
929
+ "normalized": false,
930
+ "rstrip": false,
931
+ "single_word": false,
932
+ "special": true
933
+ },
934
+ "128116": {
935
+ "content": "<|reserved_special_token_111|>",
936
+ "lstrip": false,
937
+ "normalized": false,
938
+ "rstrip": false,
939
+ "single_word": false,
940
+ "special": true
941
+ },
942
+ "128117": {
943
+ "content": "<|reserved_special_token_112|>",
944
+ "lstrip": false,
945
+ "normalized": false,
946
+ "rstrip": false,
947
+ "single_word": false,
948
+ "special": true
949
+ },
950
+ "128118": {
951
+ "content": "<|reserved_special_token_113|>",
952
+ "lstrip": false,
953
+ "normalized": false,
954
+ "rstrip": false,
955
+ "single_word": false,
956
+ "special": true
957
+ },
958
+ "128119": {
959
+ "content": "<|reserved_special_token_114|>",
960
+ "lstrip": false,
961
+ "normalized": false,
962
+ "rstrip": false,
963
+ "single_word": false,
964
+ "special": true
965
+ },
966
+ "128120": {
967
+ "content": "<|reserved_special_token_115|>",
968
+ "lstrip": false,
969
+ "normalized": false,
970
+ "rstrip": false,
971
+ "single_word": false,
972
+ "special": true
973
+ },
974
+ "128121": {
975
+ "content": "<|reserved_special_token_116|>",
976
+ "lstrip": false,
977
+ "normalized": false,
978
+ "rstrip": false,
979
+ "single_word": false,
980
+ "special": true
981
+ },
982
+ "128122": {
983
+ "content": "<|reserved_special_token_117|>",
984
+ "lstrip": false,
985
+ "normalized": false,
986
+ "rstrip": false,
987
+ "single_word": false,
988
+ "special": true
989
+ },
990
+ "128123": {
991
+ "content": "<|reserved_special_token_118|>",
992
+ "lstrip": false,
993
+ "normalized": false,
994
+ "rstrip": false,
995
+ "single_word": false,
996
+ "special": true
997
+ },
998
+ "128124": {
999
+ "content": "<|reserved_special_token_119|>",
1000
+ "lstrip": false,
1001
+ "normalized": false,
1002
+ "rstrip": false,
1003
+ "single_word": false,
1004
+ "special": true
1005
+ },
1006
+ "128125": {
1007
+ "content": "<|reserved_special_token_120|>",
1008
+ "lstrip": false,
1009
+ "normalized": false,
1010
+ "rstrip": false,
1011
+ "single_word": false,
1012
+ "special": true
1013
+ },
1014
+ "128126": {
1015
+ "content": "<|reserved_special_token_121|>",
1016
+ "lstrip": false,
1017
+ "normalized": false,
1018
+ "rstrip": false,
1019
+ "single_word": false,
1020
+ "special": true
1021
+ },
1022
+ "128127": {
1023
+ "content": "<|reserved_special_token_122|>",
1024
+ "lstrip": false,
1025
+ "normalized": false,
1026
+ "rstrip": false,
1027
+ "single_word": false,
1028
+ "special": true
1029
+ },
1030
+ "128128": {
1031
+ "content": "<|reserved_special_token_123|>",
1032
+ "lstrip": false,
1033
+ "normalized": false,
1034
+ "rstrip": false,
1035
+ "single_word": false,
1036
+ "special": true
1037
+ },
1038
+ "128129": {
1039
+ "content": "<|reserved_special_token_124|>",
1040
+ "lstrip": false,
1041
+ "normalized": false,
1042
+ "rstrip": false,
1043
+ "single_word": false,
1044
+ "special": true
1045
+ },
1046
+ "128130": {
1047
+ "content": "<|reserved_special_token_125|>",
1048
+ "lstrip": false,
1049
+ "normalized": false,
1050
+ "rstrip": false,
1051
+ "single_word": false,
1052
+ "special": true
1053
+ },
1054
+ "128131": {
1055
+ "content": "<|reserved_special_token_126|>",
1056
+ "lstrip": false,
1057
+ "normalized": false,
1058
+ "rstrip": false,
1059
+ "single_word": false,
1060
+ "special": true
1061
+ },
1062
+ "128132": {
1063
+ "content": "<|reserved_special_token_127|>",
1064
+ "lstrip": false,
1065
+ "normalized": false,
1066
+ "rstrip": false,
1067
+ "single_word": false,
1068
+ "special": true
1069
+ },
1070
+ "128133": {
1071
+ "content": "<|reserved_special_token_128|>",
1072
+ "lstrip": false,
1073
+ "normalized": false,
1074
+ "rstrip": false,
1075
+ "single_word": false,
1076
+ "special": true
1077
+ },
1078
+ "128134": {
1079
+ "content": "<|reserved_special_token_129|>",
1080
+ "lstrip": false,
1081
+ "normalized": false,
1082
+ "rstrip": false,
1083
+ "single_word": false,
1084
+ "special": true
1085
+ },
1086
+ "128135": {
1087
+ "content": "<|reserved_special_token_130|>",
1088
+ "lstrip": false,
1089
+ "normalized": false,
1090
+ "rstrip": false,
1091
+ "single_word": false,
1092
+ "special": true
1093
+ },
1094
+ "128136": {
1095
+ "content": "<|reserved_special_token_131|>",
1096
+ "lstrip": false,
1097
+ "normalized": false,
1098
+ "rstrip": false,
1099
+ "single_word": false,
1100
+ "special": true
1101
+ },
1102
+ "128137": {
1103
+ "content": "<|reserved_special_token_132|>",
1104
+ "lstrip": false,
1105
+ "normalized": false,
1106
+ "rstrip": false,
1107
+ "single_word": false,
1108
+ "special": true
1109
+ },
1110
+ "128138": {
1111
+ "content": "<|reserved_special_token_133|>",
1112
+ "lstrip": false,
1113
+ "normalized": false,
1114
+ "rstrip": false,
1115
+ "single_word": false,
1116
+ "special": true
1117
+ },
1118
+ "128139": {
1119
+ "content": "<|reserved_special_token_134|>",
1120
+ "lstrip": false,
1121
+ "normalized": false,
1122
+ "rstrip": false,
1123
+ "single_word": false,
1124
+ "special": true
1125
+ },
1126
+ "128140": {
1127
+ "content": "<|reserved_special_token_135|>",
1128
+ "lstrip": false,
1129
+ "normalized": false,
1130
+ "rstrip": false,
1131
+ "single_word": false,
1132
+ "special": true
1133
+ },
1134
+ "128141": {
1135
+ "content": "<|reserved_special_token_136|>",
1136
+ "lstrip": false,
1137
+ "normalized": false,
1138
+ "rstrip": false,
1139
+ "single_word": false,
1140
+ "special": true
1141
+ },
1142
+ "128142": {
1143
+ "content": "<|reserved_special_token_137|>",
1144
+ "lstrip": false,
1145
+ "normalized": false,
1146
+ "rstrip": false,
1147
+ "single_word": false,
1148
+ "special": true
1149
+ },
1150
+ "128143": {
1151
+ "content": "<|reserved_special_token_138|>",
1152
+ "lstrip": false,
1153
+ "normalized": false,
1154
+ "rstrip": false,
1155
+ "single_word": false,
1156
+ "special": true
1157
+ },
1158
+ "128144": {
1159
+ "content": "<|reserved_special_token_139|>",
1160
+ "lstrip": false,
1161
+ "normalized": false,
1162
+ "rstrip": false,
1163
+ "single_word": false,
1164
+ "special": true
1165
+ },
1166
+ "128145": {
1167
+ "content": "<|reserved_special_token_140|>",
1168
+ "lstrip": false,
1169
+ "normalized": false,
1170
+ "rstrip": false,
1171
+ "single_word": false,
1172
+ "special": true
1173
+ },
1174
+ "128146": {
1175
+ "content": "<|reserved_special_token_141|>",
1176
+ "lstrip": false,
1177
+ "normalized": false,
1178
+ "rstrip": false,
1179
+ "single_word": false,
1180
+ "special": true
1181
+ },
1182
+ "128147": {
1183
+ "content": "<|reserved_special_token_142|>",
1184
+ "lstrip": false,
1185
+ "normalized": false,
1186
+ "rstrip": false,
1187
+ "single_word": false,
1188
+ "special": true
1189
+ },
1190
+ "128148": {
1191
+ "content": "<|reserved_special_token_143|>",
1192
+ "lstrip": false,
1193
+ "normalized": false,
1194
+ "rstrip": false,
1195
+ "single_word": false,
1196
+ "special": true
1197
+ },
1198
+ "128149": {
1199
+ "content": "<|reserved_special_token_144|>",
1200
+ "lstrip": false,
1201
+ "normalized": false,
1202
+ "rstrip": false,
1203
+ "single_word": false,
1204
+ "special": true
1205
+ },
1206
+ "128150": {
1207
+ "content": "<|reserved_special_token_145|>",
1208
+ "lstrip": false,
1209
+ "normalized": false,
1210
+ "rstrip": false,
1211
+ "single_word": false,
1212
+ "special": true
1213
+ },
1214
+ "128151": {
1215
+ "content": "<|reserved_special_token_146|>",
1216
+ "lstrip": false,
1217
+ "normalized": false,
1218
+ "rstrip": false,
1219
+ "single_word": false,
1220
+ "special": true
1221
+ },
1222
+ "128152": {
1223
+ "content": "<|reserved_special_token_147|>",
1224
+ "lstrip": false,
1225
+ "normalized": false,
1226
+ "rstrip": false,
1227
+ "single_word": false,
1228
+ "special": true
1229
+ },
1230
+ "128153": {
1231
+ "content": "<|reserved_special_token_148|>",
1232
+ "lstrip": false,
1233
+ "normalized": false,
1234
+ "rstrip": false,
1235
+ "single_word": false,
1236
+ "special": true
1237
+ },
1238
+ "128154": {
1239
+ "content": "<|reserved_special_token_149|>",
1240
+ "lstrip": false,
1241
+ "normalized": false,
1242
+ "rstrip": false,
1243
+ "single_word": false,
1244
+ "special": true
1245
+ },
1246
+ "128155": {
1247
+ "content": "<|reserved_special_token_150|>",
1248
+ "lstrip": false,
1249
+ "normalized": false,
1250
+ "rstrip": false,
1251
+ "single_word": false,
1252
+ "special": true
1253
+ },
1254
+ "128156": {
1255
+ "content": "<|reserved_special_token_151|>",
1256
+ "lstrip": false,
1257
+ "normalized": false,
1258
+ "rstrip": false,
1259
+ "single_word": false,
1260
+ "special": true
1261
+ },
1262
+ "128157": {
1263
+ "content": "<|reserved_special_token_152|>",
1264
+ "lstrip": false,
1265
+ "normalized": false,
1266
+ "rstrip": false,
1267
+ "single_word": false,
1268
+ "special": true
1269
+ },
1270
+ "128158": {
1271
+ "content": "<|reserved_special_token_153|>",
1272
+ "lstrip": false,
1273
+ "normalized": false,
1274
+ "rstrip": false,
1275
+ "single_word": false,
1276
+ "special": true
1277
+ },
1278
+ "128159": {
1279
+ "content": "<|reserved_special_token_154|>",
1280
+ "lstrip": false,
1281
+ "normalized": false,
1282
+ "rstrip": false,
1283
+ "single_word": false,
1284
+ "special": true
1285
+ },
1286
+ "128160": {
1287
+ "content": "<|reserved_special_token_155|>",
1288
+ "lstrip": false,
1289
+ "normalized": false,
1290
+ "rstrip": false,
1291
+ "single_word": false,
1292
+ "special": true
1293
+ },
1294
+ "128161": {
1295
+ "content": "<|reserved_special_token_156|>",
1296
+ "lstrip": false,
1297
+ "normalized": false,
1298
+ "rstrip": false,
1299
+ "single_word": false,
1300
+ "special": true
1301
+ },
1302
+ "128162": {
1303
+ "content": "<|reserved_special_token_157|>",
1304
+ "lstrip": false,
1305
+ "normalized": false,
1306
+ "rstrip": false,
1307
+ "single_word": false,
1308
+ "special": true
1309
+ },
1310
+ "128163": {
1311
+ "content": "<|reserved_special_token_158|>",
1312
+ "lstrip": false,
1313
+ "normalized": false,
1314
+ "rstrip": false,
1315
+ "single_word": false,
1316
+ "special": true
1317
+ },
1318
+ "128164": {
1319
+ "content": "<|reserved_special_token_159|>",
1320
+ "lstrip": false,
1321
+ "normalized": false,
1322
+ "rstrip": false,
1323
+ "single_word": false,
1324
+ "special": true
1325
+ },
1326
+ "128165": {
1327
+ "content": "<|reserved_special_token_160|>",
1328
+ "lstrip": false,
1329
+ "normalized": false,
1330
+ "rstrip": false,
1331
+ "single_word": false,
1332
+ "special": true
1333
+ },
1334
+ "128166": {
1335
+ "content": "<|reserved_special_token_161|>",
1336
+ "lstrip": false,
1337
+ "normalized": false,
1338
+ "rstrip": false,
1339
+ "single_word": false,
1340
+ "special": true
1341
+ },
1342
+ "128167": {
1343
+ "content": "<|reserved_special_token_162|>",
1344
+ "lstrip": false,
1345
+ "normalized": false,
1346
+ "rstrip": false,
1347
+ "single_word": false,
1348
+ "special": true
1349
+ },
1350
+ "128168": {
1351
+ "content": "<|reserved_special_token_163|>",
1352
+ "lstrip": false,
1353
+ "normalized": false,
1354
+ "rstrip": false,
1355
+ "single_word": false,
1356
+ "special": true
1357
+ },
1358
+ "128169": {
1359
+ "content": "<|reserved_special_token_164|>",
1360
+ "lstrip": false,
1361
+ "normalized": false,
1362
+ "rstrip": false,
1363
+ "single_word": false,
1364
+ "special": true
1365
+ },
1366
+ "128170": {
1367
+ "content": "<|reserved_special_token_165|>",
1368
+ "lstrip": false,
1369
+ "normalized": false,
1370
+ "rstrip": false,
1371
+ "single_word": false,
1372
+ "special": true
1373
+ },
1374
+ "128171": {
1375
+ "content": "<|reserved_special_token_166|>",
1376
+ "lstrip": false,
1377
+ "normalized": false,
1378
+ "rstrip": false,
1379
+ "single_word": false,
1380
+ "special": true
1381
+ },
1382
+ "128172": {
1383
+ "content": "<|reserved_special_token_167|>",
1384
+ "lstrip": false,
1385
+ "normalized": false,
1386
+ "rstrip": false,
1387
+ "single_word": false,
1388
+ "special": true
1389
+ },
1390
+ "128173": {
1391
+ "content": "<|reserved_special_token_168|>",
1392
+ "lstrip": false,
1393
+ "normalized": false,
1394
+ "rstrip": false,
1395
+ "single_word": false,
1396
+ "special": true
1397
+ },
1398
+ "128174": {
1399
+ "content": "<|reserved_special_token_169|>",
1400
+ "lstrip": false,
1401
+ "normalized": false,
1402
+ "rstrip": false,
1403
+ "single_word": false,
1404
+ "special": true
1405
+ },
1406
+ "128175": {
1407
+ "content": "<|reserved_special_token_170|>",
1408
+ "lstrip": false,
1409
+ "normalized": false,
1410
+ "rstrip": false,
1411
+ "single_word": false,
1412
+ "special": true
1413
+ },
1414
+ "128176": {
1415
+ "content": "<|reserved_special_token_171|>",
1416
+ "lstrip": false,
1417
+ "normalized": false,
1418
+ "rstrip": false,
1419
+ "single_word": false,
1420
+ "special": true
1421
+ },
1422
+ "128177": {
1423
+ "content": "<|reserved_special_token_172|>",
1424
+ "lstrip": false,
1425
+ "normalized": false,
1426
+ "rstrip": false,
1427
+ "single_word": false,
1428
+ "special": true
1429
+ },
1430
+ "128178": {
1431
+ "content": "<|reserved_special_token_173|>",
1432
+ "lstrip": false,
1433
+ "normalized": false,
1434
+ "rstrip": false,
1435
+ "single_word": false,
1436
+ "special": true
1437
+ },
1438
+ "128179": {
1439
+ "content": "<|reserved_special_token_174|>",
1440
+ "lstrip": false,
1441
+ "normalized": false,
1442
+ "rstrip": false,
1443
+ "single_word": false,
1444
+ "special": true
1445
+ },
1446
+ "128180": {
1447
+ "content": "<|reserved_special_token_175|>",
1448
+ "lstrip": false,
1449
+ "normalized": false,
1450
+ "rstrip": false,
1451
+ "single_word": false,
1452
+ "special": true
1453
+ },
1454
+ "128181": {
1455
+ "content": "<|reserved_special_token_176|>",
1456
+ "lstrip": false,
1457
+ "normalized": false,
1458
+ "rstrip": false,
1459
+ "single_word": false,
1460
+ "special": true
1461
+ },
1462
+ "128182": {
1463
+ "content": "<|reserved_special_token_177|>",
1464
+ "lstrip": false,
1465
+ "normalized": false,
1466
+ "rstrip": false,
1467
+ "single_word": false,
1468
+ "special": true
1469
+ },
1470
+ "128183": {
1471
+ "content": "<|reserved_special_token_178|>",
1472
+ "lstrip": false,
1473
+ "normalized": false,
1474
+ "rstrip": false,
1475
+ "single_word": false,
1476
+ "special": true
1477
+ },
1478
+ "128184": {
1479
+ "content": "<|reserved_special_token_179|>",
1480
+ "lstrip": false,
1481
+ "normalized": false,
1482
+ "rstrip": false,
1483
+ "single_word": false,
1484
+ "special": true
1485
+ },
1486
+ "128185": {
1487
+ "content": "<|reserved_special_token_180|>",
1488
+ "lstrip": false,
1489
+ "normalized": false,
1490
+ "rstrip": false,
1491
+ "single_word": false,
1492
+ "special": true
1493
+ },
1494
+ "128186": {
1495
+ "content": "<|reserved_special_token_181|>",
1496
+ "lstrip": false,
1497
+ "normalized": false,
1498
+ "rstrip": false,
1499
+ "single_word": false,
1500
+ "special": true
1501
+ },
1502
+ "128187": {
1503
+ "content": "<|reserved_special_token_182|>",
1504
+ "lstrip": false,
1505
+ "normalized": false,
1506
+ "rstrip": false,
1507
+ "single_word": false,
1508
+ "special": true
1509
+ },
1510
+ "128188": {
1511
+ "content": "<|reserved_special_token_183|>",
1512
+ "lstrip": false,
1513
+ "normalized": false,
1514
+ "rstrip": false,
1515
+ "single_word": false,
1516
+ "special": true
1517
+ },
1518
+ "128189": {
1519
+ "content": "<|reserved_special_token_184|>",
1520
+ "lstrip": false,
1521
+ "normalized": false,
1522
+ "rstrip": false,
1523
+ "single_word": false,
1524
+ "special": true
1525
+ },
1526
+ "128190": {
1527
+ "content": "<|reserved_special_token_185|>",
1528
+ "lstrip": false,
1529
+ "normalized": false,
1530
+ "rstrip": false,
1531
+ "single_word": false,
1532
+ "special": true
1533
+ },
1534
+ "128191": {
1535
+ "content": "<|reserved_special_token_186|>",
1536
+ "lstrip": false,
1537
+ "normalized": false,
1538
+ "rstrip": false,
1539
+ "single_word": false,
1540
+ "special": true
1541
+ },
1542
+ "128192": {
1543
+ "content": "<|reserved_special_token_187|>",
1544
+ "lstrip": false,
1545
+ "normalized": false,
1546
+ "rstrip": false,
1547
+ "single_word": false,
1548
+ "special": true
1549
+ },
1550
+ "128193": {
1551
+ "content": "<|reserved_special_token_188|>",
1552
+ "lstrip": false,
1553
+ "normalized": false,
1554
+ "rstrip": false,
1555
+ "single_word": false,
1556
+ "special": true
1557
+ },
1558
+ "128194": {
1559
+ "content": "<|reserved_special_token_189|>",
1560
+ "lstrip": false,
1561
+ "normalized": false,
1562
+ "rstrip": false,
1563
+ "single_word": false,
1564
+ "special": true
1565
+ },
1566
+ "128195": {
1567
+ "content": "<|reserved_special_token_190|>",
1568
+ "lstrip": false,
1569
+ "normalized": false,
1570
+ "rstrip": false,
1571
+ "single_word": false,
1572
+ "special": true
1573
+ },
1574
+ "128196": {
1575
+ "content": "<|reserved_special_token_191|>",
1576
+ "lstrip": false,
1577
+ "normalized": false,
1578
+ "rstrip": false,
1579
+ "single_word": false,
1580
+ "special": true
1581
+ },
1582
+ "128197": {
1583
+ "content": "<|reserved_special_token_192|>",
1584
+ "lstrip": false,
1585
+ "normalized": false,
1586
+ "rstrip": false,
1587
+ "single_word": false,
1588
+ "special": true
1589
+ },
1590
+ "128198": {
1591
+ "content": "<|reserved_special_token_193|>",
1592
+ "lstrip": false,
1593
+ "normalized": false,
1594
+ "rstrip": false,
1595
+ "single_word": false,
1596
+ "special": true
1597
+ },
1598
+ "128199": {
1599
+ "content": "<|reserved_special_token_194|>",
1600
+ "lstrip": false,
1601
+ "normalized": false,
1602
+ "rstrip": false,
1603
+ "single_word": false,
1604
+ "special": true
1605
+ },
1606
+ "128200": {
1607
+ "content": "<|reserved_special_token_195|>",
1608
+ "lstrip": false,
1609
+ "normalized": false,
1610
+ "rstrip": false,
1611
+ "single_word": false,
1612
+ "special": true
1613
+ },
1614
+ "128201": {
1615
+ "content": "<|reserved_special_token_196|>",
1616
+ "lstrip": false,
1617
+ "normalized": false,
1618
+ "rstrip": false,
1619
+ "single_word": false,
1620
+ "special": true
1621
+ },
1622
+ "128202": {
1623
+ "content": "<|reserved_special_token_197|>",
1624
+ "lstrip": false,
1625
+ "normalized": false,
1626
+ "rstrip": false,
1627
+ "single_word": false,
1628
+ "special": true
1629
+ },
1630
+ "128203": {
1631
+ "content": "<|reserved_special_token_198|>",
1632
+ "lstrip": false,
1633
+ "normalized": false,
1634
+ "rstrip": false,
1635
+ "single_word": false,
1636
+ "special": true
1637
+ },
1638
+ "128204": {
1639
+ "content": "<|reserved_special_token_199|>",
1640
+ "lstrip": false,
1641
+ "normalized": false,
1642
+ "rstrip": false,
1643
+ "single_word": false,
1644
+ "special": true
1645
+ },
1646
+ "128205": {
1647
+ "content": "<|reserved_special_token_200|>",
1648
+ "lstrip": false,
1649
+ "normalized": false,
1650
+ "rstrip": false,
1651
+ "single_word": false,
1652
+ "special": true
1653
+ },
1654
+ "128206": {
1655
+ "content": "<|reserved_special_token_201|>",
1656
+ "lstrip": false,
1657
+ "normalized": false,
1658
+ "rstrip": false,
1659
+ "single_word": false,
1660
+ "special": true
1661
+ },
1662
+ "128207": {
1663
+ "content": "<|reserved_special_token_202|>",
1664
+ "lstrip": false,
1665
+ "normalized": false,
1666
+ "rstrip": false,
1667
+ "single_word": false,
1668
+ "special": true
1669
+ },
1670
+ "128208": {
1671
+ "content": "<|reserved_special_token_203|>",
1672
+ "lstrip": false,
1673
+ "normalized": false,
1674
+ "rstrip": false,
1675
+ "single_word": false,
1676
+ "special": true
1677
+ },
1678
+ "128209": {
1679
+ "content": "<|reserved_special_token_204|>",
1680
+ "lstrip": false,
1681
+ "normalized": false,
1682
+ "rstrip": false,
1683
+ "single_word": false,
1684
+ "special": true
1685
+ },
1686
+ "128210": {
1687
+ "content": "<|reserved_special_token_205|>",
1688
+ "lstrip": false,
1689
+ "normalized": false,
1690
+ "rstrip": false,
1691
+ "single_word": false,
1692
+ "special": true
1693
+ },
1694
+ "128211": {
1695
+ "content": "<|reserved_special_token_206|>",
1696
+ "lstrip": false,
1697
+ "normalized": false,
1698
+ "rstrip": false,
1699
+ "single_word": false,
1700
+ "special": true
1701
+ },
1702
+ "128212": {
1703
+ "content": "<|reserved_special_token_207|>",
1704
+ "lstrip": false,
1705
+ "normalized": false,
1706
+ "rstrip": false,
1707
+ "single_word": false,
1708
+ "special": true
1709
+ },
1710
+ "128213": {
1711
+ "content": "<|reserved_special_token_208|>",
1712
+ "lstrip": false,
1713
+ "normalized": false,
1714
+ "rstrip": false,
1715
+ "single_word": false,
1716
+ "special": true
1717
+ },
1718
+ "128214": {
1719
+ "content": "<|reserved_special_token_209|>",
1720
+ "lstrip": false,
1721
+ "normalized": false,
1722
+ "rstrip": false,
1723
+ "single_word": false,
1724
+ "special": true
1725
+ },
1726
+ "128215": {
1727
+ "content": "<|reserved_special_token_210|>",
1728
+ "lstrip": false,
1729
+ "normalized": false,
1730
+ "rstrip": false,
1731
+ "single_word": false,
1732
+ "special": true
1733
+ },
1734
+ "128216": {
1735
+ "content": "<|reserved_special_token_211|>",
1736
+ "lstrip": false,
1737
+ "normalized": false,
1738
+ "rstrip": false,
1739
+ "single_word": false,
1740
+ "special": true
1741
+ },
1742
+ "128217": {
1743
+ "content": "<|reserved_special_token_212|>",
1744
+ "lstrip": false,
1745
+ "normalized": false,
1746
+ "rstrip": false,
1747
+ "single_word": false,
1748
+ "special": true
1749
+ },
1750
+ "128218": {
1751
+ "content": "<|reserved_special_token_213|>",
1752
+ "lstrip": false,
1753
+ "normalized": false,
1754
+ "rstrip": false,
1755
+ "single_word": false,
1756
+ "special": true
1757
+ },
1758
+ "128219": {
1759
+ "content": "<|reserved_special_token_214|>",
1760
+ "lstrip": false,
1761
+ "normalized": false,
1762
+ "rstrip": false,
1763
+ "single_word": false,
1764
+ "special": true
1765
+ },
1766
+ "128220": {
1767
+ "content": "<|reserved_special_token_215|>",
1768
+ "lstrip": false,
1769
+ "normalized": false,
1770
+ "rstrip": false,
1771
+ "single_word": false,
1772
+ "special": true
1773
+ },
1774
+ "128221": {
1775
+ "content": "<|reserved_special_token_216|>",
1776
+ "lstrip": false,
1777
+ "normalized": false,
1778
+ "rstrip": false,
1779
+ "single_word": false,
1780
+ "special": true
1781
+ },
1782
+ "128222": {
1783
+ "content": "<|reserved_special_token_217|>",
1784
+ "lstrip": false,
1785
+ "normalized": false,
1786
+ "rstrip": false,
1787
+ "single_word": false,
1788
+ "special": true
1789
+ },
1790
+ "128223": {
1791
+ "content": "<|reserved_special_token_218|>",
1792
+ "lstrip": false,
1793
+ "normalized": false,
1794
+ "rstrip": false,
1795
+ "single_word": false,
1796
+ "special": true
1797
+ },
1798
+ "128224": {
1799
+ "content": "<|reserved_special_token_219|>",
1800
+ "lstrip": false,
1801
+ "normalized": false,
1802
+ "rstrip": false,
1803
+ "single_word": false,
1804
+ "special": true
1805
+ },
1806
+ "128225": {
1807
+ "content": "<|reserved_special_token_220|>",
1808
+ "lstrip": false,
1809
+ "normalized": false,
1810
+ "rstrip": false,
1811
+ "single_word": false,
1812
+ "special": true
1813
+ },
1814
+ "128226": {
1815
+ "content": "<|reserved_special_token_221|>",
1816
+ "lstrip": false,
1817
+ "normalized": false,
1818
+ "rstrip": false,
1819
+ "single_word": false,
1820
+ "special": true
1821
+ },
1822
+ "128227": {
1823
+ "content": "<|reserved_special_token_222|>",
1824
+ "lstrip": false,
1825
+ "normalized": false,
1826
+ "rstrip": false,
1827
+ "single_word": false,
1828
+ "special": true
1829
+ },
1830
+ "128228": {
1831
+ "content": "<|reserved_special_token_223|>",
1832
+ "lstrip": false,
1833
+ "normalized": false,
1834
+ "rstrip": false,
1835
+ "single_word": false,
1836
+ "special": true
1837
+ },
1838
+ "128229": {
1839
+ "content": "<|reserved_special_token_224|>",
1840
+ "lstrip": false,
1841
+ "normalized": false,
1842
+ "rstrip": false,
1843
+ "single_word": false,
1844
+ "special": true
1845
+ },
1846
+ "128230": {
1847
+ "content": "<|reserved_special_token_225|>",
1848
+ "lstrip": false,
1849
+ "normalized": false,
1850
+ "rstrip": false,
1851
+ "single_word": false,
1852
+ "special": true
1853
+ },
1854
+ "128231": {
1855
+ "content": "<|reserved_special_token_226|>",
1856
+ "lstrip": false,
1857
+ "normalized": false,
1858
+ "rstrip": false,
1859
+ "single_word": false,
1860
+ "special": true
1861
+ },
1862
+ "128232": {
1863
+ "content": "<|reserved_special_token_227|>",
1864
+ "lstrip": false,
1865
+ "normalized": false,
1866
+ "rstrip": false,
1867
+ "single_word": false,
1868
+ "special": true
1869
+ },
1870
+ "128233": {
1871
+ "content": "<|reserved_special_token_228|>",
1872
+ "lstrip": false,
1873
+ "normalized": false,
1874
+ "rstrip": false,
1875
+ "single_word": false,
1876
+ "special": true
1877
+ },
1878
+ "128234": {
1879
+ "content": "<|reserved_special_token_229|>",
1880
+ "lstrip": false,
1881
+ "normalized": false,
1882
+ "rstrip": false,
1883
+ "single_word": false,
1884
+ "special": true
1885
+ },
1886
+ "128235": {
1887
+ "content": "<|reserved_special_token_230|>",
1888
+ "lstrip": false,
1889
+ "normalized": false,
1890
+ "rstrip": false,
1891
+ "single_word": false,
1892
+ "special": true
1893
+ },
1894
+ "128236": {
1895
+ "content": "<|reserved_special_token_231|>",
1896
+ "lstrip": false,
1897
+ "normalized": false,
1898
+ "rstrip": false,
1899
+ "single_word": false,
1900
+ "special": true
1901
+ },
1902
+ "128237": {
1903
+ "content": "<|reserved_special_token_232|>",
1904
+ "lstrip": false,
1905
+ "normalized": false,
1906
+ "rstrip": false,
1907
+ "single_word": false,
1908
+ "special": true
1909
+ },
1910
+ "128238": {
1911
+ "content": "<|reserved_special_token_233|>",
1912
+ "lstrip": false,
1913
+ "normalized": false,
1914
+ "rstrip": false,
1915
+ "single_word": false,
1916
+ "special": true
1917
+ },
1918
+ "128239": {
1919
+ "content": "<|reserved_special_token_234|>",
1920
+ "lstrip": false,
1921
+ "normalized": false,
1922
+ "rstrip": false,
1923
+ "single_word": false,
1924
+ "special": true
1925
+ },
1926
+ "128240": {
1927
+ "content": "<|reserved_special_token_235|>",
1928
+ "lstrip": false,
1929
+ "normalized": false,
1930
+ "rstrip": false,
1931
+ "single_word": false,
1932
+ "special": true
1933
+ },
1934
+ "128241": {
1935
+ "content": "<|reserved_special_token_236|>",
1936
+ "lstrip": false,
1937
+ "normalized": false,
1938
+ "rstrip": false,
1939
+ "single_word": false,
1940
+ "special": true
1941
+ },
1942
+ "128242": {
1943
+ "content": "<|reserved_special_token_237|>",
1944
+ "lstrip": false,
1945
+ "normalized": false,
1946
+ "rstrip": false,
1947
+ "single_word": false,
1948
+ "special": true
1949
+ },
1950
+ "128243": {
1951
+ "content": "<|reserved_special_token_238|>",
1952
+ "lstrip": false,
1953
+ "normalized": false,
1954
+ "rstrip": false,
1955
+ "single_word": false,
1956
+ "special": true
1957
+ },
1958
+ "128244": {
1959
+ "content": "<|reserved_special_token_239|>",
1960
+ "lstrip": false,
1961
+ "normalized": false,
1962
+ "rstrip": false,
1963
+ "single_word": false,
1964
+ "special": true
1965
+ },
1966
+ "128245": {
1967
+ "content": "<|reserved_special_token_240|>",
1968
+ "lstrip": false,
1969
+ "normalized": false,
1970
+ "rstrip": false,
1971
+ "single_word": false,
1972
+ "special": true
1973
+ },
1974
+ "128246": {
1975
+ "content": "<|reserved_special_token_241|>",
1976
+ "lstrip": false,
1977
+ "normalized": false,
1978
+ "rstrip": false,
1979
+ "single_word": false,
1980
+ "special": true
1981
+ },
1982
+ "128247": {
1983
+ "content": "<|reserved_special_token_242|>",
1984
+ "lstrip": false,
1985
+ "normalized": false,
1986
+ "rstrip": false,
1987
+ "single_word": false,
1988
+ "special": true
1989
+ },
1990
+ "128248": {
1991
+ "content": "<|reserved_special_token_243|>",
1992
+ "lstrip": false,
1993
+ "normalized": false,
1994
+ "rstrip": false,
1995
+ "single_word": false,
1996
+ "special": true
1997
+ },
1998
+ "128249": {
1999
+ "content": "<|reserved_special_token_244|>",
2000
+ "lstrip": false,
2001
+ "normalized": false,
2002
+ "rstrip": false,
2003
+ "single_word": false,
2004
+ "special": true
2005
+ },
2006
+ "128250": {
2007
+ "content": "<|reserved_special_token_245|>",
2008
+ "lstrip": false,
2009
+ "normalized": false,
2010
+ "rstrip": false,
2011
+ "single_word": false,
2012
+ "special": true
2013
+ },
2014
+ "128251": {
2015
+ "content": "<|reserved_special_token_246|>",
2016
+ "lstrip": false,
2017
+ "normalized": false,
2018
+ "rstrip": false,
2019
+ "single_word": false,
2020
+ "special": true
2021
+ },
2022
+ "128252": {
2023
+ "content": "<|reserved_special_token_247|>",
2024
+ "lstrip": false,
2025
+ "normalized": false,
2026
+ "rstrip": false,
2027
+ "single_word": false,
2028
+ "special": true
2029
+ },
2030
+ "128253": {
2031
+ "content": "<|reserved_special_token_248|>",
2032
+ "lstrip": false,
2033
+ "normalized": false,
2034
+ "rstrip": false,
2035
+ "single_word": false,
2036
+ "special": true
2037
+ },
2038
+ "128254": {
2039
+ "content": "<|reserved_special_token_249|>",
2040
+ "lstrip": false,
2041
+ "normalized": false,
2042
+ "rstrip": false,
2043
+ "single_word": false,
2044
+ "special": true
2045
+ },
2046
+ "128255": {
2047
+ "content": "<|reserved_special_token_250|>",
2048
+ "lstrip": false,
2049
+ "normalized": false,
2050
+ "rstrip": false,
2051
+ "single_word": false,
2052
+ "special": true
2053
+ },
2054
+ "128256": {
2055
+ "content": "<unk>",
2056
+ "lstrip": false,
2057
+ "normalized": false,
2058
+ "rstrip": false,
2059
+ "single_word": false,
2060
+ "special": true
2061
+ },
2062
+ "128257": {
2063
+ "content": "<image>",
2064
+ "lstrip": false,
2065
+ "normalized": false,
2066
+ "rstrip": false,
2067
+ "single_word": false,
2068
+ "special": true
2069
+ },
2070
+ "128258": {
2071
+ "content": "<pad>",
2072
+ "lstrip": false,
2073
+ "normalized": false,
2074
+ "rstrip": false,
2075
+ "single_word": false,
2076
+ "special": true
2077
+ }
2078
+ },
2079
+ "bos_token": "<|begin_of_text|>",
2080
+ "chat_template": "{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}",
2081
+ "clean_up_tokenization_spaces": true,
2082
+ "eos_token": "<|end_of_text|>",
2083
+ "legacy": true,
2084
+ "model_input_names": [
2085
+ "input_ids",
2086
+ "attention_mask"
2087
+ ],
2088
+ "model_max_length": 1000000000000000019884624838656,
2089
+ "pad_token": "<pad>",
2090
+ "padding_side": "right",
2091
+ "processor_class": "LlavaProcessor",
2092
+ "tokenizer_class": "LlamaTokenizer",
2093
+ "unk_token": "<unk>",
2094
+ "use_default_system_prompt": false
2095
+ }
tokenizer_2/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_2/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer_2/tokenizer_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "49406": {
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49407": {
13
+ "content": "<|endoftext|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "bos_token": "<|startoftext|>",
22
+ "clean_up_tokenization_spaces": false,
23
+ "do_lower_case": true,
24
+ "eos_token": "<|endoftext|>",
25
+ "errors": "replace",
26
+ "max_length": 77,
27
+ "model_max_length": 77,
28
+ "pad_token": "<|endoftext|>",
29
+ "tokenizer_class": "CLIPTokenizer",
30
+ "unk_token": "<|endoftext|>"
31
+ }
tokenizer_2/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
transformer/config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "HYVideoDiffusionTransformer",
3
+ "_diffusers_version": "0.31.0",
4
+ "guidance_embed": true,
5
+ "heads_num": 24,
6
+ "hidden_size": 3072,
7
+ "in_channels": 16,
8
+ "mlp_act_type": "gelu_tanh",
9
+ "mlp_width_ratio": 4,
10
+ "mm_double_blocks_depth": 20,
11
+ "mm_single_blocks_depth": 40,
12
+ "out_channels": 16,
13
+ "patch_size": [
14
+ 1,
15
+ 2,
16
+ 2
17
+ ],
18
+ "qk_norm": true,
19
+ "qk_norm_type": "rms",
20
+ "qkv_bias": true,
21
+ "rope_dim_list": [
22
+ 16,
23
+ 56,
24
+ 56
25
+ ],
26
+ "text_projection": "single_refiner",
27
+ "text_states_dim": 4096,
28
+ "text_states_dim_2": 768,
29
+ "use_attention_mask": true
30
+ }
transformer/diffusion_pytorch_model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf69a571f0a78e0f04ff429152525ff4082db7c9aa4496d345c53fb599b0f9c1
3
+ size 9972044720
transformer/diffusion_pytorch_model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:895efacc0127c19f4d187d9a6f6c5d23d253231982487375eb8ecf64244ceaa2
3
+ size 9968230568
transformer/diffusion_pytorch_model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d0e43a39b9cb6b9ed411bad5c878aca15d14678a17586565fc2e84898b534c
3
+ size 5701844424
transformer/diffusion_pytorch_model.safetensors.index.json ADDED
@@ -0,0 +1,863 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 25642025088
4
+ },
5
+ "weight_map": {
6
+ "double_blocks.0.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
7
+ "double_blocks.0.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
8
+ "double_blocks.0.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
9
+ "double_blocks.0.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
10
+ "double_blocks.0.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
11
+ "double_blocks.0.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
12
+ "double_blocks.0.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
13
+ "double_blocks.0.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
14
+ "double_blocks.0.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
15
+ "double_blocks.0.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
16
+ "double_blocks.0.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
17
+ "double_blocks.0.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
18
+ "double_blocks.0.txt_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
19
+ "double_blocks.0.txt_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
20
+ "double_blocks.0.txt_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
21
+ "double_blocks.0.txt_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
22
+ "double_blocks.0.txt_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
23
+ "double_blocks.0.txt_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
24
+ "double_blocks.0.txt_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
25
+ "double_blocks.0.txt_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
26
+ "double_blocks.0.txt_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
27
+ "double_blocks.0.txt_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
28
+ "double_blocks.0.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
29
+ "double_blocks.0.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
30
+ "double_blocks.1.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
31
+ "double_blocks.1.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
32
+ "double_blocks.1.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
33
+ "double_blocks.1.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
34
+ "double_blocks.1.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
35
+ "double_blocks.1.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
36
+ "double_blocks.1.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
37
+ "double_blocks.1.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
38
+ "double_blocks.1.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
39
+ "double_blocks.1.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
40
+ "double_blocks.1.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
41
+ "double_blocks.1.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
42
+ "double_blocks.1.txt_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
43
+ "double_blocks.1.txt_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
44
+ "double_blocks.1.txt_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
45
+ "double_blocks.1.txt_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
46
+ "double_blocks.1.txt_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
47
+ "double_blocks.1.txt_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
48
+ "double_blocks.1.txt_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
49
+ "double_blocks.1.txt_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
50
+ "double_blocks.1.txt_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
51
+ "double_blocks.1.txt_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
52
+ "double_blocks.1.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
53
+ "double_blocks.1.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
54
+ "double_blocks.10.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
55
+ "double_blocks.10.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
56
+ "double_blocks.10.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
57
+ "double_blocks.10.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
58
+ "double_blocks.10.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
59
+ "double_blocks.10.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
60
+ "double_blocks.10.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
61
+ "double_blocks.10.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
62
+ "double_blocks.10.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
63
+ "double_blocks.10.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
64
+ "double_blocks.10.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
65
+ "double_blocks.10.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
66
+ "double_blocks.10.txt_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
67
+ "double_blocks.10.txt_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
68
+ "double_blocks.10.txt_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
69
+ "double_blocks.10.txt_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
70
+ "double_blocks.10.txt_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
71
+ "double_blocks.10.txt_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
72
+ "double_blocks.10.txt_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
73
+ "double_blocks.10.txt_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
74
+ "double_blocks.10.txt_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
75
+ "double_blocks.10.txt_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
76
+ "double_blocks.10.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
77
+ "double_blocks.10.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
78
+ "double_blocks.11.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
79
+ "double_blocks.11.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
80
+ "double_blocks.11.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
81
+ "double_blocks.11.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
82
+ "double_blocks.11.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
83
+ "double_blocks.11.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
84
+ "double_blocks.11.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
85
+ "double_blocks.11.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
86
+ "double_blocks.11.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
87
+ "double_blocks.11.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
88
+ "double_blocks.11.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
89
+ "double_blocks.11.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
90
+ "double_blocks.11.txt_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
91
+ "double_blocks.11.txt_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
92
+ "double_blocks.11.txt_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
93
+ "double_blocks.11.txt_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
94
+ "double_blocks.11.txt_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
95
+ "double_blocks.11.txt_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
96
+ "double_blocks.11.txt_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
97
+ "double_blocks.11.txt_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
98
+ "double_blocks.11.txt_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
99
+ "double_blocks.11.txt_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
100
+ "double_blocks.11.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
101
+ "double_blocks.11.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
102
+ "double_blocks.12.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
103
+ "double_blocks.12.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
104
+ "double_blocks.12.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
105
+ "double_blocks.12.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
106
+ "double_blocks.12.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
107
+ "double_blocks.12.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
108
+ "double_blocks.12.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
109
+ "double_blocks.12.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
110
+ "double_blocks.12.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
111
+ "double_blocks.12.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
112
+ "double_blocks.12.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
113
+ "double_blocks.12.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
114
+ "double_blocks.12.txt_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
115
+ "double_blocks.12.txt_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
116
+ "double_blocks.12.txt_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
117
+ "double_blocks.12.txt_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
118
+ "double_blocks.12.txt_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
119
+ "double_blocks.12.txt_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
120
+ "double_blocks.12.txt_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
121
+ "double_blocks.12.txt_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
122
+ "double_blocks.12.txt_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
123
+ "double_blocks.12.txt_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
124
+ "double_blocks.12.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
125
+ "double_blocks.12.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
126
+ "double_blocks.13.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
127
+ "double_blocks.13.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
128
+ "double_blocks.13.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
129
+ "double_blocks.13.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
130
+ "double_blocks.13.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
131
+ "double_blocks.13.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
132
+ "double_blocks.13.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
133
+ "double_blocks.13.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
134
+ "double_blocks.13.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
135
+ "double_blocks.13.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
136
+ "double_blocks.13.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
137
+ "double_blocks.13.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
138
+ "double_blocks.13.txt_attn_k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
139
+ "double_blocks.13.txt_attn_proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
140
+ "double_blocks.13.txt_attn_proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
141
+ "double_blocks.13.txt_attn_q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
142
+ "double_blocks.13.txt_attn_qkv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
143
+ "double_blocks.13.txt_attn_qkv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
144
+ "double_blocks.13.txt_mlp.fc1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
145
+ "double_blocks.13.txt_mlp.fc1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
146
+ "double_blocks.13.txt_mlp.fc2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
147
+ "double_blocks.13.txt_mlp.fc2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
148
+ "double_blocks.13.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
149
+ "double_blocks.13.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
150
+ "double_blocks.14.img_attn_k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
151
+ "double_blocks.14.img_attn_proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
152
+ "double_blocks.14.img_attn_proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
153
+ "double_blocks.14.img_attn_q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
154
+ "double_blocks.14.img_attn_qkv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
155
+ "double_blocks.14.img_attn_qkv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
156
+ "double_blocks.14.img_mlp.fc1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
157
+ "double_blocks.14.img_mlp.fc1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
158
+ "double_blocks.14.img_mlp.fc2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
159
+ "double_blocks.14.img_mlp.fc2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
160
+ "double_blocks.14.img_mod.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
161
+ "double_blocks.14.img_mod.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
162
+ "double_blocks.14.txt_attn_k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
163
+ "double_blocks.14.txt_attn_proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
164
+ "double_blocks.14.txt_attn_proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
165
+ "double_blocks.14.txt_attn_q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
166
+ "double_blocks.14.txt_attn_qkv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
167
+ "double_blocks.14.txt_attn_qkv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
168
+ "double_blocks.14.txt_mlp.fc1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
169
+ "double_blocks.14.txt_mlp.fc1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
170
+ "double_blocks.14.txt_mlp.fc2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
171
+ "double_blocks.14.txt_mlp.fc2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
172
+ "double_blocks.14.txt_mod.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
173
+ "double_blocks.14.txt_mod.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
174
+ "double_blocks.15.img_attn_k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
175
+ "double_blocks.15.img_attn_proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
176
+ "double_blocks.15.img_attn_proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
177
+ "double_blocks.15.img_attn_q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
178
+ "double_blocks.15.img_attn_qkv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
179
+ "double_blocks.15.img_attn_qkv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
180
+ "double_blocks.15.img_mlp.fc1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
181
+ "double_blocks.15.img_mlp.fc1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
182
+ "double_blocks.15.img_mlp.fc2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
183
+ "double_blocks.15.img_mlp.fc2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
184
+ "double_blocks.15.img_mod.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
185
+ "double_blocks.15.img_mod.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
186
+ "double_blocks.15.txt_attn_k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
187
+ "double_blocks.15.txt_attn_proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
188
+ "double_blocks.15.txt_attn_proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
189
+ "double_blocks.15.txt_attn_q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
190
+ "double_blocks.15.txt_attn_qkv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
191
+ "double_blocks.15.txt_attn_qkv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
192
+ "double_blocks.15.txt_mlp.fc1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
193
+ "double_blocks.15.txt_mlp.fc1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
194
+ "double_blocks.15.txt_mlp.fc2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
195
+ "double_blocks.15.txt_mlp.fc2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
196
+ "double_blocks.15.txt_mod.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
197
+ "double_blocks.15.txt_mod.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
198
+ "double_blocks.16.img_attn_k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
199
+ "double_blocks.16.img_attn_proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
200
+ "double_blocks.16.img_attn_proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
201
+ "double_blocks.16.img_attn_q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
202
+ "double_blocks.16.img_attn_qkv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
203
+ "double_blocks.16.img_attn_qkv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
204
+ "double_blocks.16.img_mlp.fc1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
205
+ "double_blocks.16.img_mlp.fc1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
206
+ "double_blocks.16.img_mlp.fc2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
207
+ "double_blocks.16.img_mlp.fc2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
208
+ "double_blocks.16.img_mod.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
209
+ "double_blocks.16.img_mod.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
210
+ "double_blocks.16.txt_attn_k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
211
+ "double_blocks.16.txt_attn_proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
212
+ "double_blocks.16.txt_attn_proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
213
+ "double_blocks.16.txt_attn_q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
214
+ "double_blocks.16.txt_attn_qkv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
215
+ "double_blocks.16.txt_attn_qkv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
216
+ "double_blocks.16.txt_mlp.fc1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
217
+ "double_blocks.16.txt_mlp.fc1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
218
+ "double_blocks.16.txt_mlp.fc2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
219
+ "double_blocks.16.txt_mlp.fc2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
220
+ "double_blocks.16.txt_mod.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
221
+ "double_blocks.16.txt_mod.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
222
+ "double_blocks.17.img_attn_k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
223
+ "double_blocks.17.img_attn_proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
224
+ "double_blocks.17.img_attn_proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
225
+ "double_blocks.17.img_attn_q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
226
+ "double_blocks.17.img_attn_qkv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
227
+ "double_blocks.17.img_attn_qkv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
228
+ "double_blocks.17.img_mlp.fc1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
229
+ "double_blocks.17.img_mlp.fc1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
230
+ "double_blocks.17.img_mlp.fc2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
231
+ "double_blocks.17.img_mlp.fc2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
232
+ "double_blocks.17.img_mod.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
233
+ "double_blocks.17.img_mod.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
234
+ "double_blocks.17.txt_attn_k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
235
+ "double_blocks.17.txt_attn_proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
236
+ "double_blocks.17.txt_attn_proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
237
+ "double_blocks.17.txt_attn_q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
238
+ "double_blocks.17.txt_attn_qkv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
239
+ "double_blocks.17.txt_attn_qkv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
240
+ "double_blocks.17.txt_mlp.fc1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
241
+ "double_blocks.17.txt_mlp.fc1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
242
+ "double_blocks.17.txt_mlp.fc2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
243
+ "double_blocks.17.txt_mlp.fc2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
244
+ "double_blocks.17.txt_mod.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
245
+ "double_blocks.17.txt_mod.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
246
+ "double_blocks.18.img_attn_k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
247
+ "double_blocks.18.img_attn_proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
248
+ "double_blocks.18.img_attn_proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
249
+ "double_blocks.18.img_attn_q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
250
+ "double_blocks.18.img_attn_qkv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
251
+ "double_blocks.18.img_attn_qkv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
252
+ "double_blocks.18.img_mlp.fc1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
253
+ "double_blocks.18.img_mlp.fc1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
254
+ "double_blocks.18.img_mlp.fc2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
255
+ "double_blocks.18.img_mlp.fc2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
256
+ "double_blocks.18.img_mod.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
257
+ "double_blocks.18.img_mod.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
258
+ "double_blocks.18.txt_attn_k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
259
+ "double_blocks.18.txt_attn_proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
260
+ "double_blocks.18.txt_attn_proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
261
+ "double_blocks.18.txt_attn_q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
262
+ "double_blocks.18.txt_attn_qkv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
263
+ "double_blocks.18.txt_attn_qkv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
264
+ "double_blocks.18.txt_mlp.fc1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
265
+ "double_blocks.18.txt_mlp.fc1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
266
+ "double_blocks.18.txt_mlp.fc2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
267
+ "double_blocks.18.txt_mlp.fc2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
268
+ "double_blocks.18.txt_mod.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
269
+ "double_blocks.18.txt_mod.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
270
+ "double_blocks.19.img_attn_k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
271
+ "double_blocks.19.img_attn_proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
272
+ "double_blocks.19.img_attn_proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
273
+ "double_blocks.19.img_attn_q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
274
+ "double_blocks.19.img_attn_qkv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
275
+ "double_blocks.19.img_attn_qkv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
276
+ "double_blocks.19.img_mlp.fc1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
277
+ "double_blocks.19.img_mlp.fc1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
278
+ "double_blocks.19.img_mlp.fc2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
279
+ "double_blocks.19.img_mlp.fc2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
280
+ "double_blocks.19.img_mod.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
281
+ "double_blocks.19.img_mod.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
282
+ "double_blocks.19.txt_attn_k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
283
+ "double_blocks.19.txt_attn_proj.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
284
+ "double_blocks.19.txt_attn_proj.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
285
+ "double_blocks.19.txt_attn_q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
286
+ "double_blocks.19.txt_attn_qkv.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
287
+ "double_blocks.19.txt_attn_qkv.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
288
+ "double_blocks.19.txt_mlp.fc1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
289
+ "double_blocks.19.txt_mlp.fc1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
290
+ "double_blocks.19.txt_mlp.fc2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
291
+ "double_blocks.19.txt_mlp.fc2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
292
+ "double_blocks.19.txt_mod.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
293
+ "double_blocks.19.txt_mod.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
294
+ "double_blocks.2.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
295
+ "double_blocks.2.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
296
+ "double_blocks.2.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
297
+ "double_blocks.2.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
298
+ "double_blocks.2.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
299
+ "double_blocks.2.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
300
+ "double_blocks.2.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
301
+ "double_blocks.2.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
302
+ "double_blocks.2.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
303
+ "double_blocks.2.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
304
+ "double_blocks.2.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
305
+ "double_blocks.2.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
306
+ "double_blocks.2.txt_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
307
+ "double_blocks.2.txt_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
308
+ "double_blocks.2.txt_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
309
+ "double_blocks.2.txt_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
310
+ "double_blocks.2.txt_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
311
+ "double_blocks.2.txt_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
312
+ "double_blocks.2.txt_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
313
+ "double_blocks.2.txt_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
314
+ "double_blocks.2.txt_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
315
+ "double_blocks.2.txt_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
316
+ "double_blocks.2.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
317
+ "double_blocks.2.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
318
+ "double_blocks.3.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
319
+ "double_blocks.3.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
320
+ "double_blocks.3.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
321
+ "double_blocks.3.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
322
+ "double_blocks.3.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
323
+ "double_blocks.3.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
324
+ "double_blocks.3.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
325
+ "double_blocks.3.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
326
+ "double_blocks.3.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
327
+ "double_blocks.3.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
328
+ "double_blocks.3.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
329
+ "double_blocks.3.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
330
+ "double_blocks.3.txt_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
331
+ "double_blocks.3.txt_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
332
+ "double_blocks.3.txt_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
333
+ "double_blocks.3.txt_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
334
+ "double_blocks.3.txt_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
335
+ "double_blocks.3.txt_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
336
+ "double_blocks.3.txt_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
337
+ "double_blocks.3.txt_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
338
+ "double_blocks.3.txt_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
339
+ "double_blocks.3.txt_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
340
+ "double_blocks.3.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
341
+ "double_blocks.3.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
342
+ "double_blocks.4.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
343
+ "double_blocks.4.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
344
+ "double_blocks.4.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
345
+ "double_blocks.4.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
346
+ "double_blocks.4.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
347
+ "double_blocks.4.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
348
+ "double_blocks.4.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
349
+ "double_blocks.4.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
350
+ "double_blocks.4.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
351
+ "double_blocks.4.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
352
+ "double_blocks.4.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
353
+ "double_blocks.4.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
354
+ "double_blocks.4.txt_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
355
+ "double_blocks.4.txt_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
356
+ "double_blocks.4.txt_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
357
+ "double_blocks.4.txt_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
358
+ "double_blocks.4.txt_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
359
+ "double_blocks.4.txt_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
360
+ "double_blocks.4.txt_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
361
+ "double_blocks.4.txt_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
362
+ "double_blocks.4.txt_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
363
+ "double_blocks.4.txt_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
364
+ "double_blocks.4.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
365
+ "double_blocks.4.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
366
+ "double_blocks.5.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
367
+ "double_blocks.5.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
368
+ "double_blocks.5.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
369
+ "double_blocks.5.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
370
+ "double_blocks.5.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
371
+ "double_blocks.5.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
372
+ "double_blocks.5.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
373
+ "double_blocks.5.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
374
+ "double_blocks.5.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
375
+ "double_blocks.5.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
376
+ "double_blocks.5.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
377
+ "double_blocks.5.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
378
+ "double_blocks.5.txt_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
379
+ "double_blocks.5.txt_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
380
+ "double_blocks.5.txt_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
381
+ "double_blocks.5.txt_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
382
+ "double_blocks.5.txt_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
383
+ "double_blocks.5.txt_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
384
+ "double_blocks.5.txt_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
385
+ "double_blocks.5.txt_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
386
+ "double_blocks.5.txt_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
387
+ "double_blocks.5.txt_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
388
+ "double_blocks.5.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
389
+ "double_blocks.5.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
390
+ "double_blocks.6.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
391
+ "double_blocks.6.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
392
+ "double_blocks.6.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
393
+ "double_blocks.6.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
394
+ "double_blocks.6.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
395
+ "double_blocks.6.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
396
+ "double_blocks.6.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
397
+ "double_blocks.6.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
398
+ "double_blocks.6.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
399
+ "double_blocks.6.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
400
+ "double_blocks.6.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
401
+ "double_blocks.6.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
402
+ "double_blocks.6.txt_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
403
+ "double_blocks.6.txt_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
404
+ "double_blocks.6.txt_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
405
+ "double_blocks.6.txt_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
406
+ "double_blocks.6.txt_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
407
+ "double_blocks.6.txt_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
408
+ "double_blocks.6.txt_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
409
+ "double_blocks.6.txt_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
410
+ "double_blocks.6.txt_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
411
+ "double_blocks.6.txt_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
412
+ "double_blocks.6.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
413
+ "double_blocks.6.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
414
+ "double_blocks.7.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
415
+ "double_blocks.7.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
416
+ "double_blocks.7.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
417
+ "double_blocks.7.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
418
+ "double_blocks.7.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
419
+ "double_blocks.7.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
420
+ "double_blocks.7.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
421
+ "double_blocks.7.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
422
+ "double_blocks.7.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
423
+ "double_blocks.7.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
424
+ "double_blocks.7.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
425
+ "double_blocks.7.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
426
+ "double_blocks.7.txt_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
427
+ "double_blocks.7.txt_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
428
+ "double_blocks.7.txt_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
429
+ "double_blocks.7.txt_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
430
+ "double_blocks.7.txt_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
431
+ "double_blocks.7.txt_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
432
+ "double_blocks.7.txt_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
433
+ "double_blocks.7.txt_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
434
+ "double_blocks.7.txt_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
435
+ "double_blocks.7.txt_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
436
+ "double_blocks.7.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
437
+ "double_blocks.7.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
438
+ "double_blocks.8.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
439
+ "double_blocks.8.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
440
+ "double_blocks.8.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
441
+ "double_blocks.8.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
442
+ "double_blocks.8.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
443
+ "double_blocks.8.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
444
+ "double_blocks.8.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
445
+ "double_blocks.8.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
446
+ "double_blocks.8.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
447
+ "double_blocks.8.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
448
+ "double_blocks.8.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
449
+ "double_blocks.8.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
450
+ "double_blocks.8.txt_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
451
+ "double_blocks.8.txt_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
452
+ "double_blocks.8.txt_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
453
+ "double_blocks.8.txt_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
454
+ "double_blocks.8.txt_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
455
+ "double_blocks.8.txt_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
456
+ "double_blocks.8.txt_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
457
+ "double_blocks.8.txt_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
458
+ "double_blocks.8.txt_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
459
+ "double_blocks.8.txt_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
460
+ "double_blocks.8.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
461
+ "double_blocks.8.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
462
+ "double_blocks.9.img_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
463
+ "double_blocks.9.img_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
464
+ "double_blocks.9.img_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
465
+ "double_blocks.9.img_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
466
+ "double_blocks.9.img_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
467
+ "double_blocks.9.img_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
468
+ "double_blocks.9.img_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
469
+ "double_blocks.9.img_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
470
+ "double_blocks.9.img_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
471
+ "double_blocks.9.img_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
472
+ "double_blocks.9.img_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
473
+ "double_blocks.9.img_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
474
+ "double_blocks.9.txt_attn_k_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
475
+ "double_blocks.9.txt_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
476
+ "double_blocks.9.txt_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
477
+ "double_blocks.9.txt_attn_q_norm.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
478
+ "double_blocks.9.txt_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
479
+ "double_blocks.9.txt_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
480
+ "double_blocks.9.txt_mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
481
+ "double_blocks.9.txt_mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
482
+ "double_blocks.9.txt_mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
483
+ "double_blocks.9.txt_mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
484
+ "double_blocks.9.txt_mod.linear.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
485
+ "double_blocks.9.txt_mod.linear.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
486
+ "final_layer.adaLN_modulation.1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
487
+ "final_layer.adaLN_modulation.1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
488
+ "final_layer.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
489
+ "final_layer.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
490
+ "guidance_in.mlp.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
491
+ "guidance_in.mlp.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
492
+ "guidance_in.mlp.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
493
+ "guidance_in.mlp.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
494
+ "img_in.proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
495
+ "img_in.proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
496
+ "single_blocks.0.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
497
+ "single_blocks.0.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
498
+ "single_blocks.0.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
499
+ "single_blocks.0.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
500
+ "single_blocks.0.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
501
+ "single_blocks.0.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
502
+ "single_blocks.0.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
503
+ "single_blocks.0.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
504
+ "single_blocks.1.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
505
+ "single_blocks.1.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
506
+ "single_blocks.1.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
507
+ "single_blocks.1.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
508
+ "single_blocks.1.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
509
+ "single_blocks.1.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
510
+ "single_blocks.1.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
511
+ "single_blocks.1.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
512
+ "single_blocks.10.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
513
+ "single_blocks.10.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
514
+ "single_blocks.10.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
515
+ "single_blocks.10.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
516
+ "single_blocks.10.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
517
+ "single_blocks.10.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
518
+ "single_blocks.10.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
519
+ "single_blocks.10.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
520
+ "single_blocks.11.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
521
+ "single_blocks.11.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
522
+ "single_blocks.11.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
523
+ "single_blocks.11.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
524
+ "single_blocks.11.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
525
+ "single_blocks.11.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
526
+ "single_blocks.11.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
527
+ "single_blocks.11.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
528
+ "single_blocks.12.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
529
+ "single_blocks.12.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
530
+ "single_blocks.12.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
531
+ "single_blocks.12.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
532
+ "single_blocks.12.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
533
+ "single_blocks.12.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
534
+ "single_blocks.12.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
535
+ "single_blocks.12.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
536
+ "single_blocks.13.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
537
+ "single_blocks.13.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
538
+ "single_blocks.13.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
539
+ "single_blocks.13.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
540
+ "single_blocks.13.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
541
+ "single_blocks.13.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
542
+ "single_blocks.13.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
543
+ "single_blocks.13.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
544
+ "single_blocks.14.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
545
+ "single_blocks.14.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
546
+ "single_blocks.14.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
547
+ "single_blocks.14.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
548
+ "single_blocks.14.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
549
+ "single_blocks.14.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
550
+ "single_blocks.14.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
551
+ "single_blocks.14.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
552
+ "single_blocks.15.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
553
+ "single_blocks.15.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
554
+ "single_blocks.15.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
555
+ "single_blocks.15.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
556
+ "single_blocks.15.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
557
+ "single_blocks.15.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
558
+ "single_blocks.15.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
559
+ "single_blocks.15.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
560
+ "single_blocks.16.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
561
+ "single_blocks.16.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
562
+ "single_blocks.16.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
563
+ "single_blocks.16.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
564
+ "single_blocks.16.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
565
+ "single_blocks.16.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
566
+ "single_blocks.16.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
567
+ "single_blocks.16.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
568
+ "single_blocks.17.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
569
+ "single_blocks.17.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
570
+ "single_blocks.17.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
571
+ "single_blocks.17.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
572
+ "single_blocks.17.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
573
+ "single_blocks.17.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
574
+ "single_blocks.17.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
575
+ "single_blocks.17.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
576
+ "single_blocks.18.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
577
+ "single_blocks.18.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
578
+ "single_blocks.18.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
579
+ "single_blocks.18.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
580
+ "single_blocks.18.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
581
+ "single_blocks.18.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
582
+ "single_blocks.18.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
583
+ "single_blocks.18.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
584
+ "single_blocks.19.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
585
+ "single_blocks.19.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
586
+ "single_blocks.19.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
587
+ "single_blocks.19.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
588
+ "single_blocks.19.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
589
+ "single_blocks.19.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
590
+ "single_blocks.19.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
591
+ "single_blocks.19.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
592
+ "single_blocks.2.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
593
+ "single_blocks.2.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
594
+ "single_blocks.2.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
595
+ "single_blocks.2.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
596
+ "single_blocks.2.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
597
+ "single_blocks.2.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
598
+ "single_blocks.2.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
599
+ "single_blocks.2.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
600
+ "single_blocks.20.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
601
+ "single_blocks.20.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
602
+ "single_blocks.20.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
603
+ "single_blocks.20.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
604
+ "single_blocks.20.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
605
+ "single_blocks.20.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
606
+ "single_blocks.20.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
607
+ "single_blocks.20.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
608
+ "single_blocks.21.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
609
+ "single_blocks.21.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
610
+ "single_blocks.21.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
611
+ "single_blocks.21.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
612
+ "single_blocks.21.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
613
+ "single_blocks.21.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
614
+ "single_blocks.21.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
615
+ "single_blocks.21.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
616
+ "single_blocks.22.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
617
+ "single_blocks.22.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
618
+ "single_blocks.22.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
619
+ "single_blocks.22.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
620
+ "single_blocks.22.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
621
+ "single_blocks.22.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
622
+ "single_blocks.22.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
623
+ "single_blocks.22.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
624
+ "single_blocks.23.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
625
+ "single_blocks.23.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
626
+ "single_blocks.23.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
627
+ "single_blocks.23.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
628
+ "single_blocks.23.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
629
+ "single_blocks.23.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
630
+ "single_blocks.23.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
631
+ "single_blocks.23.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
632
+ "single_blocks.24.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
633
+ "single_blocks.24.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
634
+ "single_blocks.24.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
635
+ "single_blocks.24.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
636
+ "single_blocks.24.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
637
+ "single_blocks.24.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
638
+ "single_blocks.24.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
639
+ "single_blocks.24.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
640
+ "single_blocks.25.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
641
+ "single_blocks.25.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
642
+ "single_blocks.25.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
643
+ "single_blocks.25.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
644
+ "single_blocks.25.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
645
+ "single_blocks.25.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
646
+ "single_blocks.25.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
647
+ "single_blocks.25.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
648
+ "single_blocks.26.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
649
+ "single_blocks.26.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
650
+ "single_blocks.26.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
651
+ "single_blocks.26.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
652
+ "single_blocks.26.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
653
+ "single_blocks.26.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
654
+ "single_blocks.26.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
655
+ "single_blocks.26.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
656
+ "single_blocks.27.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
657
+ "single_blocks.27.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
658
+ "single_blocks.27.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
659
+ "single_blocks.27.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
660
+ "single_blocks.27.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
661
+ "single_blocks.27.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
662
+ "single_blocks.27.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
663
+ "single_blocks.27.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
664
+ "single_blocks.28.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
665
+ "single_blocks.28.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
666
+ "single_blocks.28.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
667
+ "single_blocks.28.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
668
+ "single_blocks.28.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
669
+ "single_blocks.28.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
670
+ "single_blocks.28.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
671
+ "single_blocks.28.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
672
+ "single_blocks.29.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
673
+ "single_blocks.29.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
674
+ "single_blocks.29.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
675
+ "single_blocks.29.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
676
+ "single_blocks.29.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
677
+ "single_blocks.29.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
678
+ "single_blocks.29.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
679
+ "single_blocks.29.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
680
+ "single_blocks.3.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
681
+ "single_blocks.3.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
682
+ "single_blocks.3.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
683
+ "single_blocks.3.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
684
+ "single_blocks.3.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
685
+ "single_blocks.3.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
686
+ "single_blocks.3.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
687
+ "single_blocks.3.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
688
+ "single_blocks.30.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
689
+ "single_blocks.30.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
690
+ "single_blocks.30.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
691
+ "single_blocks.30.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
692
+ "single_blocks.30.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
693
+ "single_blocks.30.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
694
+ "single_blocks.30.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
695
+ "single_blocks.30.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
696
+ "single_blocks.31.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
697
+ "single_blocks.31.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
698
+ "single_blocks.31.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
699
+ "single_blocks.31.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
700
+ "single_blocks.31.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
701
+ "single_blocks.31.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
702
+ "single_blocks.31.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
703
+ "single_blocks.31.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
704
+ "single_blocks.32.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
705
+ "single_blocks.32.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
706
+ "single_blocks.32.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
707
+ "single_blocks.32.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
708
+ "single_blocks.32.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
709
+ "single_blocks.32.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
710
+ "single_blocks.32.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
711
+ "single_blocks.32.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
712
+ "single_blocks.33.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
713
+ "single_blocks.33.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
714
+ "single_blocks.33.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
715
+ "single_blocks.33.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
716
+ "single_blocks.33.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
717
+ "single_blocks.33.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
718
+ "single_blocks.33.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
719
+ "single_blocks.33.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
720
+ "single_blocks.34.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
721
+ "single_blocks.34.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
722
+ "single_blocks.34.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
723
+ "single_blocks.34.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
724
+ "single_blocks.34.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
725
+ "single_blocks.34.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
726
+ "single_blocks.34.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
727
+ "single_blocks.34.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
728
+ "single_blocks.35.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
729
+ "single_blocks.35.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
730
+ "single_blocks.35.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
731
+ "single_blocks.35.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
732
+ "single_blocks.35.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
733
+ "single_blocks.35.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
734
+ "single_blocks.35.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
735
+ "single_blocks.35.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
736
+ "single_blocks.36.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
737
+ "single_blocks.36.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
738
+ "single_blocks.36.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
739
+ "single_blocks.36.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
740
+ "single_blocks.36.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
741
+ "single_blocks.36.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
742
+ "single_blocks.36.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
743
+ "single_blocks.36.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
744
+ "single_blocks.37.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
745
+ "single_blocks.37.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
746
+ "single_blocks.37.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
747
+ "single_blocks.37.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
748
+ "single_blocks.37.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
749
+ "single_blocks.37.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
750
+ "single_blocks.37.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
751
+ "single_blocks.37.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
752
+ "single_blocks.38.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
753
+ "single_blocks.38.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
754
+ "single_blocks.38.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
755
+ "single_blocks.38.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
756
+ "single_blocks.38.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
757
+ "single_blocks.38.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
758
+ "single_blocks.38.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
759
+ "single_blocks.38.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
760
+ "single_blocks.39.k_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
761
+ "single_blocks.39.linear1.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
762
+ "single_blocks.39.linear1.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
763
+ "single_blocks.39.linear2.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
764
+ "single_blocks.39.linear2.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
765
+ "single_blocks.39.modulation.linear.bias": "diffusion_pytorch_model-00003-of-00003.safetensors",
766
+ "single_blocks.39.modulation.linear.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
767
+ "single_blocks.39.q_norm.weight": "diffusion_pytorch_model-00003-of-00003.safetensors",
768
+ "single_blocks.4.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
769
+ "single_blocks.4.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
770
+ "single_blocks.4.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
771
+ "single_blocks.4.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
772
+ "single_blocks.4.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
773
+ "single_blocks.4.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
774
+ "single_blocks.4.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
775
+ "single_blocks.4.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
776
+ "single_blocks.5.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
777
+ "single_blocks.5.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
778
+ "single_blocks.5.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
779
+ "single_blocks.5.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
780
+ "single_blocks.5.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
781
+ "single_blocks.5.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
782
+ "single_blocks.5.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
783
+ "single_blocks.5.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
784
+ "single_blocks.6.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
785
+ "single_blocks.6.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
786
+ "single_blocks.6.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
787
+ "single_blocks.6.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
788
+ "single_blocks.6.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
789
+ "single_blocks.6.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
790
+ "single_blocks.6.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
791
+ "single_blocks.6.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
792
+ "single_blocks.7.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
793
+ "single_blocks.7.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
794
+ "single_blocks.7.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
795
+ "single_blocks.7.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
796
+ "single_blocks.7.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
797
+ "single_blocks.7.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
798
+ "single_blocks.7.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
799
+ "single_blocks.7.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
800
+ "single_blocks.8.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
801
+ "single_blocks.8.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
802
+ "single_blocks.8.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
803
+ "single_blocks.8.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
804
+ "single_blocks.8.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
805
+ "single_blocks.8.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
806
+ "single_blocks.8.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
807
+ "single_blocks.8.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
808
+ "single_blocks.9.k_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
809
+ "single_blocks.9.linear1.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
810
+ "single_blocks.9.linear1.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
811
+ "single_blocks.9.linear2.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
812
+ "single_blocks.9.linear2.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
813
+ "single_blocks.9.modulation.linear.bias": "diffusion_pytorch_model-00002-of-00003.safetensors",
814
+ "single_blocks.9.modulation.linear.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
815
+ "single_blocks.9.q_norm.weight": "diffusion_pytorch_model-00002-of-00003.safetensors",
816
+ "time_in.mlp.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
817
+ "time_in.mlp.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
818
+ "time_in.mlp.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
819
+ "time_in.mlp.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
820
+ "txt_in.c_embedder.linear_1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
821
+ "txt_in.c_embedder.linear_1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
822
+ "txt_in.c_embedder.linear_2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
823
+ "txt_in.c_embedder.linear_2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
824
+ "txt_in.individual_token_refiner.blocks.0.adaLN_modulation.1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
825
+ "txt_in.individual_token_refiner.blocks.0.adaLN_modulation.1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
826
+ "txt_in.individual_token_refiner.blocks.0.mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
827
+ "txt_in.individual_token_refiner.blocks.0.mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
828
+ "txt_in.individual_token_refiner.blocks.0.mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
829
+ "txt_in.individual_token_refiner.blocks.0.mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
830
+ "txt_in.individual_token_refiner.blocks.0.norm1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
831
+ "txt_in.individual_token_refiner.blocks.0.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
832
+ "txt_in.individual_token_refiner.blocks.0.norm2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
833
+ "txt_in.individual_token_refiner.blocks.0.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
834
+ "txt_in.individual_token_refiner.blocks.0.self_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
835
+ "txt_in.individual_token_refiner.blocks.0.self_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
836
+ "txt_in.individual_token_refiner.blocks.0.self_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
837
+ "txt_in.individual_token_refiner.blocks.0.self_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
838
+ "txt_in.individual_token_refiner.blocks.1.adaLN_modulation.1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
839
+ "txt_in.individual_token_refiner.blocks.1.adaLN_modulation.1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
840
+ "txt_in.individual_token_refiner.blocks.1.mlp.fc1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
841
+ "txt_in.individual_token_refiner.blocks.1.mlp.fc1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
842
+ "txt_in.individual_token_refiner.blocks.1.mlp.fc2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
843
+ "txt_in.individual_token_refiner.blocks.1.mlp.fc2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
844
+ "txt_in.individual_token_refiner.blocks.1.norm1.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
845
+ "txt_in.individual_token_refiner.blocks.1.norm1.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
846
+ "txt_in.individual_token_refiner.blocks.1.norm2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
847
+ "txt_in.individual_token_refiner.blocks.1.norm2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
848
+ "txt_in.individual_token_refiner.blocks.1.self_attn_proj.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
849
+ "txt_in.individual_token_refiner.blocks.1.self_attn_proj.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
850
+ "txt_in.individual_token_refiner.blocks.1.self_attn_qkv.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
851
+ "txt_in.individual_token_refiner.blocks.1.self_attn_qkv.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
852
+ "txt_in.input_embedder.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
853
+ "txt_in.input_embedder.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
854
+ "txt_in.t_embedder.mlp.0.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
855
+ "txt_in.t_embedder.mlp.0.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
856
+ "txt_in.t_embedder.mlp.2.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
857
+ "txt_in.t_embedder.mlp.2.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
858
+ "vector_in.in_layer.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
859
+ "vector_in.in_layer.weight": "diffusion_pytorch_model-00001-of-00003.safetensors",
860
+ "vector_in.out_layer.bias": "diffusion_pytorch_model-00001-of-00003.safetensors",
861
+ "vector_in.out_layer.weight": "diffusion_pytorch_model-00001-of-00003.safetensors"
862
+ }
863
+ }
vae/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKLCausal3D",
3
+ "_diffusers_version": "0.31.0",
4
+ "act_fn": "silu",
5
+ "block_out_channels": [
6
+ 128,
7
+ 256,
8
+ 512,
9
+ 512
10
+ ],
11
+ "down_block_types": [
12
+ "DownEncoderBlockCausal3D",
13
+ "DownEncoderBlockCausal3D",
14
+ "DownEncoderBlockCausal3D",
15
+ "DownEncoderBlockCausal3D"
16
+ ],
17
+ "force_upcast": true,
18
+ "in_channels": 3,
19
+ "latent_channels": 16,
20
+ "layers_per_block": 2,
21
+ "mid_block_add_attention": true,
22
+ "norm_num_groups": 32,
23
+ "out_channels": 3,
24
+ "sample_size": 256,
25
+ "sample_tsize": 64,
26
+ "scaling_factor": 0.476986,
27
+ "spatial_compression_ratio": 8,
28
+ "time_compression_ratio": 4,
29
+ "up_block_types": [
30
+ "UpDecoderBlockCausal3D",
31
+ "UpDecoderBlockCausal3D",
32
+ "UpDecoderBlockCausal3D",
33
+ "UpDecoderBlockCausal3D"
34
+ ]
35
+ }
vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ffef191d47b661d48f356ed9ed7cf391509af5f4c000ba07a75dcdc4c03c501
3
+ size 492986478