Yuanshi commited on
Commit
2a82fe8
1 Parent(s): 9f3f067

Upload LinFusion

Browse files
Files changed (3) hide show
  1. README.md +195 -4
  2. config.json +426 -0
  3. diffusion_pytorch_model.safetensors +3 -0
README.md CHANGED
@@ -1,7 +1,198 @@
1
  ---
2
  library_name: diffusers
3
- pipeline_tag: text-to-image
4
  ---
5
- This model has been pushed to the Hub using the Diffusers library:
6
- - Repo: https://github.com/Huage001/LinFusion
7
- - Paper: https://huggingface.co/papers/2409.02097
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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]
config.json ADDED
@@ -0,0 +1,426 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "LinFusion",
3
+ "_diffusers_version": "0.30.0",
4
+ "modules_list": [
5
+ {
6
+ "dim_n": 640,
7
+ "heads": 10,
8
+ "module_name": "down_blocks.1.attentions.0.transformer_blocks.0.attn1",
9
+ "projection_mid_dim": 40
10
+ },
11
+ {
12
+ "dim_n": 640,
13
+ "heads": 10,
14
+ "module_name": "down_blocks.1.attentions.0.transformer_blocks.1.attn1",
15
+ "projection_mid_dim": 40
16
+ },
17
+ {
18
+ "dim_n": 640,
19
+ "heads": 10,
20
+ "module_name": "down_blocks.1.attentions.1.transformer_blocks.0.attn1",
21
+ "projection_mid_dim": 40
22
+ },
23
+ {
24
+ "dim_n": 640,
25
+ "heads": 10,
26
+ "module_name": "down_blocks.1.attentions.1.transformer_blocks.1.attn1",
27
+ "projection_mid_dim": 40
28
+ },
29
+ {
30
+ "dim_n": 1280,
31
+ "heads": 20,
32
+ "module_name": "down_blocks.2.attentions.0.transformer_blocks.0.attn1",
33
+ "projection_mid_dim": 80
34
+ },
35
+ {
36
+ "dim_n": 1280,
37
+ "heads": 20,
38
+ "module_name": "down_blocks.2.attentions.0.transformer_blocks.1.attn1",
39
+ "projection_mid_dim": 80
40
+ },
41
+ {
42
+ "dim_n": 1280,
43
+ "heads": 20,
44
+ "module_name": "down_blocks.2.attentions.0.transformer_blocks.2.attn1",
45
+ "projection_mid_dim": 80
46
+ },
47
+ {
48
+ "dim_n": 1280,
49
+ "heads": 20,
50
+ "module_name": "down_blocks.2.attentions.0.transformer_blocks.3.attn1",
51
+ "projection_mid_dim": 80
52
+ },
53
+ {
54
+ "dim_n": 1280,
55
+ "heads": 20,
56
+ "module_name": "down_blocks.2.attentions.0.transformer_blocks.4.attn1",
57
+ "projection_mid_dim": 80
58
+ },
59
+ {
60
+ "dim_n": 1280,
61
+ "heads": 20,
62
+ "module_name": "down_blocks.2.attentions.0.transformer_blocks.5.attn1",
63
+ "projection_mid_dim": 80
64
+ },
65
+ {
66
+ "dim_n": 1280,
67
+ "heads": 20,
68
+ "module_name": "down_blocks.2.attentions.0.transformer_blocks.6.attn1",
69
+ "projection_mid_dim": 80
70
+ },
71
+ {
72
+ "dim_n": 1280,
73
+ "heads": 20,
74
+ "module_name": "down_blocks.2.attentions.0.transformer_blocks.7.attn1",
75
+ "projection_mid_dim": 80
76
+ },
77
+ {
78
+ "dim_n": 1280,
79
+ "heads": 20,
80
+ "module_name": "down_blocks.2.attentions.0.transformer_blocks.8.attn1",
81
+ "projection_mid_dim": 80
82
+ },
83
+ {
84
+ "dim_n": 1280,
85
+ "heads": 20,
86
+ "module_name": "down_blocks.2.attentions.0.transformer_blocks.9.attn1",
87
+ "projection_mid_dim": 80
88
+ },
89
+ {
90
+ "dim_n": 1280,
91
+ "heads": 20,
92
+ "module_name": "down_blocks.2.attentions.1.transformer_blocks.0.attn1",
93
+ "projection_mid_dim": 80
94
+ },
95
+ {
96
+ "dim_n": 1280,
97
+ "heads": 20,
98
+ "module_name": "down_blocks.2.attentions.1.transformer_blocks.1.attn1",
99
+ "projection_mid_dim": 80
100
+ },
101
+ {
102
+ "dim_n": 1280,
103
+ "heads": 20,
104
+ "module_name": "down_blocks.2.attentions.1.transformer_blocks.2.attn1",
105
+ "projection_mid_dim": 80
106
+ },
107
+ {
108
+ "dim_n": 1280,
109
+ "heads": 20,
110
+ "module_name": "down_blocks.2.attentions.1.transformer_blocks.3.attn1",
111
+ "projection_mid_dim": 80
112
+ },
113
+ {
114
+ "dim_n": 1280,
115
+ "heads": 20,
116
+ "module_name": "down_blocks.2.attentions.1.transformer_blocks.4.attn1",
117
+ "projection_mid_dim": 80
118
+ },
119
+ {
120
+ "dim_n": 1280,
121
+ "heads": 20,
122
+ "module_name": "down_blocks.2.attentions.1.transformer_blocks.5.attn1",
123
+ "projection_mid_dim": 80
124
+ },
125
+ {
126
+ "dim_n": 1280,
127
+ "heads": 20,
128
+ "module_name": "down_blocks.2.attentions.1.transformer_blocks.6.attn1",
129
+ "projection_mid_dim": 80
130
+ },
131
+ {
132
+ "dim_n": 1280,
133
+ "heads": 20,
134
+ "module_name": "down_blocks.2.attentions.1.transformer_blocks.7.attn1",
135
+ "projection_mid_dim": 80
136
+ },
137
+ {
138
+ "dim_n": 1280,
139
+ "heads": 20,
140
+ "module_name": "down_blocks.2.attentions.1.transformer_blocks.8.attn1",
141
+ "projection_mid_dim": 80
142
+ },
143
+ {
144
+ "dim_n": 1280,
145
+ "heads": 20,
146
+ "module_name": "down_blocks.2.attentions.1.transformer_blocks.9.attn1",
147
+ "projection_mid_dim": 80
148
+ },
149
+ {
150
+ "dim_n": 1280,
151
+ "heads": 20,
152
+ "module_name": "up_blocks.0.attentions.0.transformer_blocks.0.attn1",
153
+ "projection_mid_dim": 80
154
+ },
155
+ {
156
+ "dim_n": 1280,
157
+ "heads": 20,
158
+ "module_name": "up_blocks.0.attentions.0.transformer_blocks.1.attn1",
159
+ "projection_mid_dim": 80
160
+ },
161
+ {
162
+ "dim_n": 1280,
163
+ "heads": 20,
164
+ "module_name": "up_blocks.0.attentions.0.transformer_blocks.2.attn1",
165
+ "projection_mid_dim": 80
166
+ },
167
+ {
168
+ "dim_n": 1280,
169
+ "heads": 20,
170
+ "module_name": "up_blocks.0.attentions.0.transformer_blocks.3.attn1",
171
+ "projection_mid_dim": 80
172
+ },
173
+ {
174
+ "dim_n": 1280,
175
+ "heads": 20,
176
+ "module_name": "up_blocks.0.attentions.0.transformer_blocks.4.attn1",
177
+ "projection_mid_dim": 80
178
+ },
179
+ {
180
+ "dim_n": 1280,
181
+ "heads": 20,
182
+ "module_name": "up_blocks.0.attentions.0.transformer_blocks.5.attn1",
183
+ "projection_mid_dim": 80
184
+ },
185
+ {
186
+ "dim_n": 1280,
187
+ "heads": 20,
188
+ "module_name": "up_blocks.0.attentions.0.transformer_blocks.6.attn1",
189
+ "projection_mid_dim": 80
190
+ },
191
+ {
192
+ "dim_n": 1280,
193
+ "heads": 20,
194
+ "module_name": "up_blocks.0.attentions.0.transformer_blocks.7.attn1",
195
+ "projection_mid_dim": 80
196
+ },
197
+ {
198
+ "dim_n": 1280,
199
+ "heads": 20,
200
+ "module_name": "up_blocks.0.attentions.0.transformer_blocks.8.attn1",
201
+ "projection_mid_dim": 80
202
+ },
203
+ {
204
+ "dim_n": 1280,
205
+ "heads": 20,
206
+ "module_name": "up_blocks.0.attentions.0.transformer_blocks.9.attn1",
207
+ "projection_mid_dim": 80
208
+ },
209
+ {
210
+ "dim_n": 1280,
211
+ "heads": 20,
212
+ "module_name": "up_blocks.0.attentions.1.transformer_blocks.0.attn1",
213
+ "projection_mid_dim": 80
214
+ },
215
+ {
216
+ "dim_n": 1280,
217
+ "heads": 20,
218
+ "module_name": "up_blocks.0.attentions.1.transformer_blocks.1.attn1",
219
+ "projection_mid_dim": 80
220
+ },
221
+ {
222
+ "dim_n": 1280,
223
+ "heads": 20,
224
+ "module_name": "up_blocks.0.attentions.1.transformer_blocks.2.attn1",
225
+ "projection_mid_dim": 80
226
+ },
227
+ {
228
+ "dim_n": 1280,
229
+ "heads": 20,
230
+ "module_name": "up_blocks.0.attentions.1.transformer_blocks.3.attn1",
231
+ "projection_mid_dim": 80
232
+ },
233
+ {
234
+ "dim_n": 1280,
235
+ "heads": 20,
236
+ "module_name": "up_blocks.0.attentions.1.transformer_blocks.4.attn1",
237
+ "projection_mid_dim": 80
238
+ },
239
+ {
240
+ "dim_n": 1280,
241
+ "heads": 20,
242
+ "module_name": "up_blocks.0.attentions.1.transformer_blocks.5.attn1",
243
+ "projection_mid_dim": 80
244
+ },
245
+ {
246
+ "dim_n": 1280,
247
+ "heads": 20,
248
+ "module_name": "up_blocks.0.attentions.1.transformer_blocks.6.attn1",
249
+ "projection_mid_dim": 80
250
+ },
251
+ {
252
+ "dim_n": 1280,
253
+ "heads": 20,
254
+ "module_name": "up_blocks.0.attentions.1.transformer_blocks.7.attn1",
255
+ "projection_mid_dim": 80
256
+ },
257
+ {
258
+ "dim_n": 1280,
259
+ "heads": 20,
260
+ "module_name": "up_blocks.0.attentions.1.transformer_blocks.8.attn1",
261
+ "projection_mid_dim": 80
262
+ },
263
+ {
264
+ "dim_n": 1280,
265
+ "heads": 20,
266
+ "module_name": "up_blocks.0.attentions.1.transformer_blocks.9.attn1",
267
+ "projection_mid_dim": 80
268
+ },
269
+ {
270
+ "dim_n": 1280,
271
+ "heads": 20,
272
+ "module_name": "up_blocks.0.attentions.2.transformer_blocks.0.attn1",
273
+ "projection_mid_dim": 80
274
+ },
275
+ {
276
+ "dim_n": 1280,
277
+ "heads": 20,
278
+ "module_name": "up_blocks.0.attentions.2.transformer_blocks.1.attn1",
279
+ "projection_mid_dim": 80
280
+ },
281
+ {
282
+ "dim_n": 1280,
283
+ "heads": 20,
284
+ "module_name": "up_blocks.0.attentions.2.transformer_blocks.2.attn1",
285
+ "projection_mid_dim": 80
286
+ },
287
+ {
288
+ "dim_n": 1280,
289
+ "heads": 20,
290
+ "module_name": "up_blocks.0.attentions.2.transformer_blocks.3.attn1",
291
+ "projection_mid_dim": 80
292
+ },
293
+ {
294
+ "dim_n": 1280,
295
+ "heads": 20,
296
+ "module_name": "up_blocks.0.attentions.2.transformer_blocks.4.attn1",
297
+ "projection_mid_dim": 80
298
+ },
299
+ {
300
+ "dim_n": 1280,
301
+ "heads": 20,
302
+ "module_name": "up_blocks.0.attentions.2.transformer_blocks.5.attn1",
303
+ "projection_mid_dim": 80
304
+ },
305
+ {
306
+ "dim_n": 1280,
307
+ "heads": 20,
308
+ "module_name": "up_blocks.0.attentions.2.transformer_blocks.6.attn1",
309
+ "projection_mid_dim": 80
310
+ },
311
+ {
312
+ "dim_n": 1280,
313
+ "heads": 20,
314
+ "module_name": "up_blocks.0.attentions.2.transformer_blocks.7.attn1",
315
+ "projection_mid_dim": 80
316
+ },
317
+ {
318
+ "dim_n": 1280,
319
+ "heads": 20,
320
+ "module_name": "up_blocks.0.attentions.2.transformer_blocks.8.attn1",
321
+ "projection_mid_dim": 80
322
+ },
323
+ {
324
+ "dim_n": 1280,
325
+ "heads": 20,
326
+ "module_name": "up_blocks.0.attentions.2.transformer_blocks.9.attn1",
327
+ "projection_mid_dim": 80
328
+ },
329
+ {
330
+ "dim_n": 640,
331
+ "heads": 10,
332
+ "module_name": "up_blocks.1.attentions.0.transformer_blocks.0.attn1",
333
+ "projection_mid_dim": 40
334
+ },
335
+ {
336
+ "dim_n": 640,
337
+ "heads": 10,
338
+ "module_name": "up_blocks.1.attentions.0.transformer_blocks.1.attn1",
339
+ "projection_mid_dim": 40
340
+ },
341
+ {
342
+ "dim_n": 640,
343
+ "heads": 10,
344
+ "module_name": "up_blocks.1.attentions.1.transformer_blocks.0.attn1",
345
+ "projection_mid_dim": 40
346
+ },
347
+ {
348
+ "dim_n": 640,
349
+ "heads": 10,
350
+ "module_name": "up_blocks.1.attentions.1.transformer_blocks.1.attn1",
351
+ "projection_mid_dim": 40
352
+ },
353
+ {
354
+ "dim_n": 640,
355
+ "heads": 10,
356
+ "module_name": "up_blocks.1.attentions.2.transformer_blocks.0.attn1",
357
+ "projection_mid_dim": 40
358
+ },
359
+ {
360
+ "dim_n": 640,
361
+ "heads": 10,
362
+ "module_name": "up_blocks.1.attentions.2.transformer_blocks.1.attn1",
363
+ "projection_mid_dim": 40
364
+ },
365
+ {
366
+ "dim_n": 1280,
367
+ "heads": 20,
368
+ "module_name": "mid_block.attentions.0.transformer_blocks.0.attn1",
369
+ "projection_mid_dim": 80
370
+ },
371
+ {
372
+ "dim_n": 1280,
373
+ "heads": 20,
374
+ "module_name": "mid_block.attentions.0.transformer_blocks.1.attn1",
375
+ "projection_mid_dim": 80
376
+ },
377
+ {
378
+ "dim_n": 1280,
379
+ "heads": 20,
380
+ "module_name": "mid_block.attentions.0.transformer_blocks.2.attn1",
381
+ "projection_mid_dim": 80
382
+ },
383
+ {
384
+ "dim_n": 1280,
385
+ "heads": 20,
386
+ "module_name": "mid_block.attentions.0.transformer_blocks.3.attn1",
387
+ "projection_mid_dim": 80
388
+ },
389
+ {
390
+ "dim_n": 1280,
391
+ "heads": 20,
392
+ "module_name": "mid_block.attentions.0.transformer_blocks.4.attn1",
393
+ "projection_mid_dim": 80
394
+ },
395
+ {
396
+ "dim_n": 1280,
397
+ "heads": 20,
398
+ "module_name": "mid_block.attentions.0.transformer_blocks.5.attn1",
399
+ "projection_mid_dim": 80
400
+ },
401
+ {
402
+ "dim_n": 1280,
403
+ "heads": 20,
404
+ "module_name": "mid_block.attentions.0.transformer_blocks.6.attn1",
405
+ "projection_mid_dim": 80
406
+ },
407
+ {
408
+ "dim_n": 1280,
409
+ "heads": 20,
410
+ "module_name": "mid_block.attentions.0.transformer_blocks.7.attn1",
411
+ "projection_mid_dim": 80
412
+ },
413
+ {
414
+ "dim_n": 1280,
415
+ "heads": 20,
416
+ "module_name": "mid_block.attentions.0.transformer_blocks.8.attn1",
417
+ "projection_mid_dim": 80
418
+ },
419
+ {
420
+ "dim_n": 1280,
421
+ "heads": 20,
422
+ "module_name": "mid_block.attentions.0.transformer_blocks.9.attn1",
423
+ "projection_mid_dim": 80
424
+ }
425
+ ]
426
+ }
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:339248ca23c95e5e4966d31964f506fe616d822124d505b6a9704db7cc13c2a6
3
+ size 871066784