SargeZT commited on
Commit
1ab7ee6
1 Parent(s): a04c440

Brand new finetune using advances made in DoWG in the past week allowing much better convergence

Browse files
model_index.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.18.0.dev0",
4
+ "feature_extractor": [
5
+ null,
6
+ null
7
+ ],
8
+ "requires_safety_checker": null,
9
+ "safety_checker": [
10
+ null,
11
+ null
12
+ ],
13
+ "scheduler": [
14
+ "diffusers",
15
+ "DDPMScheduler"
16
+ ],
17
+ "text_encoder": [
18
+ "transformers",
19
+ "CLIPTextModel"
20
+ ],
21
+ "tokenizer": [
22
+ "transformers",
23
+ "CLIPTokenizer"
24
+ ],
25
+ "unet": [
26
+ "diffusers",
27
+ "UNet2DConditionModel"
28
+ ],
29
+ "vae": [
30
+ "diffusers",
31
+ "AutoencoderKL"
32
+ ]
33
+ }
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,1020 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMScheduler",
3
+ "_diffusers_version": "0.18.0.dev0",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "clip_sample": false,
8
+ "clip_sample_range": 1.0,
9
+ "dynamic_thresholding_ratio": 0.995,
10
+ "num_train_timesteps": 1000,
11
+ "prediction_type": "v_prediction",
12
+ "sample_max_value": 1.0,
13
+ "set_alpha_to_one": false,
14
+ "skip_prk_steps": true,
15
+ "steps_offset": 1,
16
+ "thresholding": false,
17
+ "trained_betas": [
18
+ 0.0008500218391418457,
19
+ 0.0009172558784484863,
20
+ 0.0009224414825439453,
21
+ 0.0009275078773498535,
22
+ 0.0009327530860900879,
23
+ 0.0009377002716064453,
24
+ 0.0009428262710571289,
25
+ 0.0009481310844421387,
26
+ 0.0009533166885375977,
27
+ 0.0009582042694091797,
28
+ 0.0009638071060180664,
29
+ 0.0009688735008239746,
30
+ 0.0009738802909851074,
31
+ 0.0009794235229492188,
32
+ 0.0009845495223999023,
33
+ 0.0009899139404296875,
34
+ 0.0009950995445251465,
35
+ 0.0010003447532653809,
36
+ 0.0010057687759399414,
37
+ 0.0010110735893249512,
38
+ 0.0010165572166442871,
39
+ 0.001021742820739746,
40
+ 0.001027226448059082,
41
+ 0.0010326504707336426,
42
+ 0.001037895679473877,
43
+ 0.0010434985160827637,
44
+ 0.0010486841201782227,
45
+ 0.0010542869567871094,
46
+ 0.0010596513748168945,
47
+ 0.0010653138160705566,
48
+ 0.0010706782341003418,
49
+ 0.0010762214660644531,
50
+ 0.0010816454887390137,
51
+ 0.0010873079299926758,
52
+ 0.0010926127433776855,
53
+ 0.0010984539985656738,
54
+ 0.0011039376258850098,
55
+ 0.001109480857849121,
56
+ 0.0011151432991027832,
57
+ 0.0011208057403564453,
58
+ 0.0011263489723205566,
59
+ 0.0011321306228637695,
60
+ 0.0011376738548278809,
61
+ 0.0011434555053710938,
62
+ 0.0011490583419799805,
63
+ 0.0011547207832336426,
64
+ 0.0011606216430664062,
65
+ 0.0011661648750305176,
66
+ 0.0011720657348632812,
67
+ 0.001177668571472168,
68
+ 0.0011835694313049316,
69
+ 0.00118941068649292,
70
+ 0.0011951327323913574,
71
+ 0.0012010931968688965,
72
+ 0.0012068748474121094,
73
+ 0.0012126564979553223,
74
+ 0.0012184977531433105,
75
+ 0.001224517822265625,
76
+ 0.0012302994728088379,
77
+ 0.0012362003326416016,
78
+ 0.0012421011924743652,
79
+ 0.0012481212615966797,
80
+ 0.001254260540008545,
81
+ 0.0012599825859069824,
82
+ 0.0012660026550292969,
83
+ 0.0012720823287963867,
84
+ 0.001278221607208252,
85
+ 0.0012840032577514648,
86
+ 0.0012902617454528809,
87
+ 0.00129622220993042,
88
+ 0.001302182674407959,
89
+ 0.0013083815574645996,
90
+ 0.0013145208358764648,
91
+ 0.00132066011428833,
92
+ 0.0013267993927001953,
93
+ 0.0013329386711120605,
94
+ 0.0013390183448791504,
95
+ 0.0013451576232910156,
96
+ 0.0013515353202819824,
97
+ 0.0013575553894042969,
98
+ 0.0013639330863952637,
99
+ 0.0013701319694519043,
100
+ 0.001376330852508545,
101
+ 0.0013827681541442871,
102
+ 0.0013889074325561523,
103
+ 0.0013951659202575684,
104
+ 0.0014015436172485352,
105
+ 0.0014078617095947266,
106
+ 0.001414179801940918,
107
+ 0.0014206171035766602,
108
+ 0.001426994800567627,
109
+ 0.001433253288269043,
110
+ 0.001439809799194336,
111
+ 0.0014461278915405273,
112
+ 0.001452624797821045,
113
+ 0.0014590620994567871,
114
+ 0.0014654994010925293,
115
+ 0.001472175121307373,
116
+ 0.0014783740043640137,
117
+ 0.0014850497245788574,
118
+ 0.0014914870262145996,
119
+ 0.0014980435371398926,
120
+ 0.0015047192573547363,
121
+ 0.0015111565589904785,
122
+ 0.0015177130699157715,
123
+ 0.0015245676040649414,
124
+ 0.0015309453010559082,
125
+ 0.001537621021270752,
126
+ 0.0015442371368408203,
127
+ 0.0015509724617004395,
128
+ 0.0015577077865600586,
129
+ 0.0015642046928405762,
130
+ 0.0015709400177001953,
131
+ 0.0015777349472045898,
132
+ 0.0015845298767089844,
133
+ 0.0015910863876342773,
134
+ 0.001598060131072998,
135
+ 0.0016046762466430664,
136
+ 0.0016115307807922363,
137
+ 0.0016184449195861816,
138
+ 0.0016252398490905762,
139
+ 0.00163191556930542,
140
+ 0.0016390085220336914,
141
+ 0.001645803451538086,
142
+ 0.0016528964042663574,
143
+ 0.0016595125198364258,
144
+ 0.001666426658630371,
145
+ 0.0016735196113586426,
146
+ 0.0016801953315734863,
147
+ 0.0016875863075256348,
148
+ 0.0016942024230957031,
149
+ 0.00170135498046875,
150
+ 0.0017085075378417969,
151
+ 0.001715242862701416,
152
+ 0.0017223358154296875,
153
+ 0.0017295479774475098,
154
+ 0.0017365813255310059,
155
+ 0.001743614673614502,
156
+ 0.0017508268356323242,
157
+ 0.0017576217651367188,
158
+ 0.0017650127410888672,
159
+ 0.0017720460891723633,
160
+ 0.0017795562744140625,
161
+ 0.001786351203918457,
162
+ 0.00179368257522583,
163
+ 0.001800835132598877,
164
+ 0.0018082857131958008,
165
+ 0.0018152594566345215,
166
+ 0.0018225312232971191,
167
+ 0.0018299221992492676,
168
+ 0.0018370747566223145,
169
+ 0.0018445849418640137,
170
+ 0.0018519759178161621,
171
+ 0.0018590092658996582,
172
+ 0.0018664002418518066,
173
+ 0.001874089241027832,
174
+ 0.0018811225891113281,
175
+ 0.0018886923789978027,
176
+ 0.0018962621688842773,
177
+ 0.0019034743309020996,
178
+ 0.0019109845161437988,
179
+ 0.0019182562828063965,
180
+ 0.0019260048866271973,
181
+ 0.001933276653289795,
182
+ 0.001940906047821045,
183
+ 0.0019484758377075195,
184
+ 0.001956045627593994,
185
+ 0.0019634366035461426,
186
+ 0.0019711852073669434,
187
+ 0.001978635787963867,
188
+ 0.0019863247871398926,
189
+ 0.0019939541816711426,
190
+ 0.002001464366912842,
191
+ 0.0020092129707336426,
192
+ 0.002016782760620117,
193
+ 0.0020246505737304688,
194
+ 0.0020322799682617188,
195
+ 0.0020399093627929688,
196
+ 0.0020477771759033203,
197
+ 0.0020554065704345703,
198
+ 0.0020633339881896973,
199
+ 0.002070903778076172,
200
+ 0.002078711986541748,
201
+ 0.002086639404296875,
202
+ 0.0020945072174072266,
203
+ 0.0021022558212280273,
204
+ 0.0021101832389831543,
205
+ 0.0021179914474487305,
206
+ 0.0021259188652038574,
207
+ 0.0021338462829589844,
208
+ 0.002141892910003662,
209
+ 0.0021494626998901367,
210
+ 0.002157926559448242,
211
+ 0.002165675163269043,
212
+ 0.002173483371734619,
213
+ 0.0021815896034240723,
214
+ 0.00218963623046875,
215
+ 0.0021978020668029785,
216
+ 0.002205789089202881,
217
+ 0.002213716506958008,
218
+ 0.002222001552581787,
219
+ 0.002229928970336914,
220
+ 0.0022380948066711426,
221
+ 0.002246260643005371,
222
+ 0.0022544264793395996,
223
+ 0.0022624731063842773,
224
+ 0.002270996570587158,
225
+ 0.0022788047790527344,
226
+ 0.0022870302200317383,
227
+ 0.0022956132888793945,
228
+ 0.002303600311279297,
229
+ 0.002312004566192627,
230
+ 0.002320408821105957,
231
+ 0.0023282766342163086,
232
+ 0.0023369193077087402,
233
+ 0.002345263957977295,
234
+ 0.0023534297943115234,
235
+ 0.0023619532585144043,
236
+ 0.0023703575134277344,
237
+ 0.0023785829544067383,
238
+ 0.002387106418609619,
239
+ 0.002395451068878174,
240
+ 0.0024040937423706055,
241
+ 0.0024123787879943848,
242
+ 0.002421081066131592,
243
+ 0.002429366111755371,
244
+ 0.0024381279945373535,
245
+ 0.002446591854095459,
246
+ 0.002454996109008789,
247
+ 0.002463698387145996,
248
+ 0.0024722814559936523,
249
+ 0.0024806857109069824,
250
+ 0.002489447593688965,
251
+ 0.002498030662536621,
252
+ 0.0025069117546081543,
253
+ 0.0025153756141662598,
254
+ 0.0025240182876586914,
255
+ 0.0025328993797302246,
256
+ 0.0025416016578674316,
257
+ 0.0025501251220703125,
258
+ 0.0025591254234313965,
259
+ 0.0025677084922790527,
260
+ 0.0025766491889953613,
261
+ 0.002585470676422119,
262
+ 0.0025941133499145508,
263
+ 0.0026031136512756348,
264
+ 0.002611994743347168,
265
+ 0.0026208162307739258,
266
+ 0.002629518508911133,
267
+ 0.002638578414916992,
268
+ 0.002647697925567627,
269
+ 0.002656400203704834,
270
+ 0.002665400505065918,
271
+ 0.0026744604110717773,
272
+ 0.0026834607124328613,
273
+ 0.0026923418045043945,
274
+ 0.0027014613151550293,
275
+ 0.0027106404304504395,
276
+ 0.002719700336456299,
277
+ 0.0027285218238830566,
278
+ 0.002737760543823242,
279
+ 0.002747058868408203,
280
+ 0.0027561187744140625,
281
+ 0.002765059471130371,
282
+ 0.002774536609649658,
283
+ 0.002783477306365967,
284
+ 0.002792835235595703,
285
+ 0.0028018951416015625,
286
+ 0.002811431884765625,
287
+ 0.0028203725814819336,
288
+ 0.0028298497200012207,
289
+ 0.002839207649230957,
290
+ 0.0028484463691711426,
291
+ 0.0028579235076904297,
292
+ 0.002866983413696289,
293
+ 0.0028764009475708008,
294
+ 0.0028858184814453125,
295
+ 0.0028954148292541504,
296
+ 0.0029047131538391113,
297
+ 0.0029140710830688477,
298
+ 0.00292360782623291,
299
+ 0.002933323383331299,
300
+ 0.0029425621032714844,
301
+ 0.0029520392417907715,
302
+ 0.002961575984954834,
303
+ 0.0029711127281188965,
304
+ 0.0029808878898620605,
305
+ 0.0029903054237365723,
306
+ 0.0030001401901245117,
307
+ 0.0030096769332885742,
308
+ 0.0030192136764526367,
309
+ 0.00302886962890625,
310
+ 0.003038644790649414,
311
+ 0.003048241138458252,
312
+ 0.0030579566955566406,
313
+ 0.00306779146194458,
314
+ 0.0030776262283325195,
315
+ 0.0030871033668518066,
316
+ 0.0030972957611083984,
317
+ 0.00310671329498291,
318
+ 0.0031167268753051758,
319
+ 0.003126680850982666,
320
+ 0.00313645601272583,
321
+ 0.003146350383758545,
322
+ 0.0031561851501464844,
323
+ 0.0031659603118896484,
324
+ 0.0031763315200805664,
325
+ 0.0031861066818237305,
326
+ 0.0031960010528564453,
327
+ 0.0032061338424682617,
328
+ 0.003216087818145752,
329
+ 0.003226041793823242,
330
+ 0.00323641300201416,
331
+ 0.0032462477684020996,
332
+ 0.003256380558013916,
333
+ 0.003266453742980957,
334
+ 0.0032765865325927734,
335
+ 0.0032868385314941406,
336
+ 0.0032968521118164062,
337
+ 0.003307342529296875,
338
+ 0.0033172965049743652,
339
+ 0.0033275485038757324,
340
+ 0.003337860107421875,
341
+ 0.003348231315612793,
342
+ 0.0033583641052246094,
343
+ 0.003368675708770752,
344
+ 0.003379225730895996,
345
+ 0.003389298915863037,
346
+ 0.003399789333343506,
347
+ 0.0034103989601135254,
348
+ 0.0034202933311462402,
349
+ 0.0034313201904296875,
350
+ 0.0034412741661071777,
351
+ 0.003452003002166748,
352
+ 0.0034624338150024414,
353
+ 0.003473043441772461,
354
+ 0.003483593463897705,
355
+ 0.0034941434860229492,
356
+ 0.003504514694213867,
357
+ 0.0035152435302734375,
358
+ 0.003525972366333008,
359
+ 0.0035365819931030273,
360
+ 0.0035469532012939453,
361
+ 0.0035579800605773926,
362
+ 0.003568589687347412,
363
+ 0.0035790205001831055,
364
+ 0.0035900473594665527,
365
+ 0.003600776195526123,
366
+ 0.0036115646362304688,
367
+ 0.00362241268157959,
368
+ 0.0036330819129943848,
369
+ 0.0036440491676330566,
370
+ 0.0036550164222717285,
371
+ 0.003665626049041748,
372
+ 0.00367659330368042,
373
+ 0.003687441349029541,
374
+ 0.0036984682083129883,
375
+ 0.0037094950675964355,
376
+ 0.003720581531524658,
377
+ 0.003731369972229004,
378
+ 0.0037425756454467773,
379
+ 0.003753364086151123,
380
+ 0.0037647485733032227,
381
+ 0.003775656223297119,
382
+ 0.003786921501159668,
383
+ 0.0037983059883117676,
384
+ 0.0038088560104370117,
385
+ 0.0038204193115234375,
386
+ 0.003831624984741211,
387
+ 0.003842771053314209,
388
+ 0.003853917121887207,
389
+ 0.0038652420043945312,
390
+ 0.0038767457008361816,
391
+ 0.003887772560119629,
392
+ 0.003899216651916504,
393
+ 0.003910541534423828,
394
+ 0.003922224044799805,
395
+ 0.003933310508728027,
396
+ 0.003944754600524902,
397
+ 0.003956139087677002,
398
+ 0.003967761993408203,
399
+ 0.003979384899139404,
400
+ 0.003990590572357178,
401
+ 0.0040024518966674805,
402
+ 0.0040138959884643555,
403
+ 0.00402522087097168,
404
+ 0.004037141799926758,
405
+ 0.004048585891723633,
406
+ 0.004060506820678711,
407
+ 0.0040718913078308105,
408
+ 0.0040836334228515625,
409
+ 0.004095494747161865,
410
+ 0.004107177257537842,
411
+ 0.004118919372558594,
412
+ 0.004130721092224121,
413
+ 0.004142642021179199,
414
+ 0.0041542649269104,
415
+ 0.00416642427444458,
416
+ 0.004178047180175781,
417
+ 0.004190206527709961,
418
+ 0.004201650619506836,
419
+ 0.004214048385620117,
420
+ 0.0042258501052856445,
421
+ 0.004238009452819824,
422
+ 0.004249989986419678,
423
+ 0.004262149333953857,
424
+ 0.00427401065826416,
425
+ 0.004286229610443115,
426
+ 0.0042983293533325195,
427
+ 0.004310488700866699,
428
+ 0.004322528839111328,
429
+ 0.004334926605224609,
430
+ 0.004347085952758789,
431
+ 0.004359126091003418,
432
+ 0.004371762275695801,
433
+ 0.004383862018585205,
434
+ 0.004396259784698486,
435
+ 0.004408478736877441,
436
+ 0.004420816898345947,
437
+ 0.004433393478393555,
438
+ 0.004445970058441162,
439
+ 0.004458248615264893,
440
+ 0.004470467567443848,
441
+ 0.004483401775360107,
442
+ 0.0044956207275390625,
443
+ 0.004508256912231445,
444
+ 0.004520773887634277,
445
+ 0.0045334696769714355,
446
+ 0.004546165466308594,
447
+ 0.004558861255645752,
448
+ 0.004571437835693359,
449
+ 0.004584074020385742,
450
+ 0.004596889019012451,
451
+ 0.004609644412994385,
452
+ 0.004622459411621094,
453
+ 0.004635334014892578,
454
+ 0.004647970199584961,
455
+ 0.004660904407501221,
456
+ 0.004673957824707031,
457
+ 0.0046866536140441895,
458
+ 0.004699766635894775,
459
+ 0.004712879657745361,
460
+ 0.00472569465637207,
461
+ 0.00473862886428833,
462
+ 0.004751741886138916,
463
+ 0.004765212535858154,
464
+ 0.004777729511260986,
465
+ 0.004791319370269775,
466
+ 0.00480419397354126,
467
+ 0.004817485809326172,
468
+ 0.004830837249755859,
469
+ 0.004844009876251221,
470
+ 0.004857480525970459,
471
+ 0.004870414733886719,
472
+ 0.004883885383605957,
473
+ 0.004897475242614746,
474
+ 0.004910528659820557,
475
+ 0.004924178123474121,
476
+ 0.004937589168548584,
477
+ 0.004951059818267822,
478
+ 0.004964768886566162,
479
+ 0.00497812032699585,
480
+ 0.004991710186004639,
481
+ 0.005005240440368652,
482
+ 0.005018889904022217,
483
+ 0.005032598972320557,
484
+ 0.005046248435974121,
485
+ 0.005060076713562012,
486
+ 0.005073845386505127,
487
+ 0.005087494850158691,
488
+ 0.005101501941680908,
489
+ 0.0051149725914001465,
490
+ 0.005129218101501465,
491
+ 0.00514298677444458,
492
+ 0.0051569342613220215,
493
+ 0.005171000957489014,
494
+ 0.0051847100257873535,
495
+ 0.005199015140533447,
496
+ 0.0052130818367004395,
497
+ 0.005227088928222656,
498
+ 0.005241215229034424,
499
+ 0.005255281925201416,
500
+ 0.005269527435302734,
501
+ 0.005283772945404053,
502
+ 0.0052980780601501465,
503
+ 0.0053122639656066895,
504
+ 0.005326688289642334,
505
+ 0.005341053009033203,
506
+ 0.005355179309844971,
507
+ 0.005369901657104492,
508
+ 0.005384206771850586,
509
+ 0.0053986310958862305,
510
+ 0.005413353443145752,
511
+ 0.0054277777671813965,
512
+ 0.005442380905151367,
513
+ 0.005456805229187012,
514
+ 0.005471527576446533,
515
+ 0.00548630952835083,
516
+ 0.005501270294189453,
517
+ 0.0055155158042907715,
518
+ 0.0055304765701293945,
519
+ 0.005545556545257568,
520
+ 0.005560517311096191,
521
+ 0.005574822425842285,
522
+ 0.005590260028839111,
523
+ 0.005605101585388184,
524
+ 0.005620062351226807,
525
+ 0.005634963512420654,
526
+ 0.0056501030921936035,
527
+ 0.005665302276611328,
528
+ 0.005680501461029053,
529
+ 0.005695521831512451,
530
+ 0.0057108402252197266,
531
+ 0.005726039409637451,
532
+ 0.005741536617279053,
533
+ 0.0057566165924072266,
534
+ 0.0057718753814697266,
535
+ 0.005787670612335205,
536
+ 0.0058029890060424805,
537
+ 0.00581812858581543,
538
+ 0.005833983421325684,
539
+ 0.005849301815032959,
540
+ 0.005864858627319336,
541
+ 0.005880832672119141,
542
+ 0.005896270275115967,
543
+ 0.005912303924560547,
544
+ 0.005927622318267822,
545
+ 0.005943715572357178,
546
+ 0.005959510803222656,
547
+ 0.005975127220153809,
548
+ 0.0059912800788879395,
549
+ 0.006007075309753418,
550
+ 0.0060231685638427734,
551
+ 0.006039321422576904,
552
+ 0.006055116653442383,
553
+ 0.0060713887214660645,
554
+ 0.0060877203941345215,
555
+ 0.006103575229644775,
556
+ 0.006119966506958008,
557
+ 0.006136476993560791,
558
+ 0.006152749061584473,
559
+ 0.006168663501739502,
560
+ 0.0061855316162109375,
561
+ 0.006201744079589844,
562
+ 0.006218433380126953,
563
+ 0.0062348246574401855,
564
+ 0.006251394748687744,
565
+ 0.006268322467803955,
566
+ 0.006284654140472412,
567
+ 0.006301522254943848,
568
+ 0.006318151950836182,
569
+ 0.006335198879241943,
570
+ 0.006351947784423828,
571
+ 0.006368875503540039,
572
+ 0.006385624408721924,
573
+ 0.0064026713371276855,
574
+ 0.006419777870178223,
575
+ 0.00643688440322876,
576
+ 0.0064542293548583984,
577
+ 0.006471097469329834,
578
+ 0.006488382816314697,
579
+ 0.006505727767944336,
580
+ 0.006522953510284424,
581
+ 0.0065405964851379395,
582
+ 0.006557881832122803,
583
+ 0.006575405597686768,
584
+ 0.00659257173538208,
585
+ 0.0066103339195251465,
586
+ 0.006628096103668213,
587
+ 0.006645560264587402,
588
+ 0.006663382053375244,
589
+ 0.006681263446807861,
590
+ 0.006698787212371826,
591
+ 0.00671696662902832,
592
+ 0.006734788417816162,
593
+ 0.006752908229827881,
594
+ 0.006770491600036621,
595
+ 0.006788909435272217,
596
+ 0.006807267665863037,
597
+ 0.006824910640716553,
598
+ 0.006843626499176025,
599
+ 0.006861627101898193,
600
+ 0.006880223751068115,
601
+ 0.006898403167724609,
602
+ 0.0069168806076049805,
603
+ 0.006935417652130127,
604
+ 0.006954073905944824,
605
+ 0.0069727301597595215,
606
+ 0.006991088390350342,
607
+ 0.007010519504547119,
608
+ 0.007028698921203613,
609
+ 0.0070476531982421875,
610
+ 0.007066905498504639,
611
+ 0.00708538293838501,
612
+ 0.007104933261871338,
613
+ 0.007123470306396484,
614
+ 0.007143259048461914,
615
+ 0.0071617960929870605,
616
+ 0.0071814656257629395,
617
+ 0.007200837135314941,
618
+ 0.007220089435577393,
619
+ 0.007239282131195068,
620
+ 0.007259368896484375,
621
+ 0.007278621196746826,
622
+ 0.007298290729522705,
623
+ 0.007318317890167236,
624
+ 0.007337689399719238,
625
+ 0.007357895374298096,
626
+ 0.007377266883850098,
627
+ 0.007397711277008057,
628
+ 0.007417738437652588,
629
+ 0.007437407970428467,
630
+ 0.0074579715728759766,
631
+ 0.0074784159660339355,
632
+ 0.007498204708099365,
633
+ 0.007518768310546875,
634
+ 0.007539033889770508,
635
+ 0.007559776306152344,
636
+ 0.007580399513244629,
637
+ 0.007600963115692139,
638
+ 0.007621586322784424,
639
+ 0.007642388343811035,
640
+ 0.007663547992706299,
641
+ 0.007684051990509033,
642
+ 0.007705509662628174,
643
+ 0.0077263712882995605,
644
+ 0.0077474117279052734,
645
+ 0.007768690586090088,
646
+ 0.007790029048919678,
647
+ 0.007811784744262695,
648
+ 0.007832825183868408,
649
+ 0.0078544020652771,
650
+ 0.007876038551330566,
651
+ 0.007897615432739258,
652
+ 0.007919728755950928,
653
+ 0.007941365242004395,
654
+ 0.007963120937347412,
655
+ 0.007985293865203857,
656
+ 0.008007466793060303,
657
+ 0.008029639720916748,
658
+ 0.008051633834838867,
659
+ 0.008074343204498291,
660
+ 0.008096873760223389,
661
+ 0.008118867874145508,
662
+ 0.008141577243804932,
663
+ 0.008164823055267334,
664
+ 0.00818699598312378,
665
+ 0.00821012258529663,
666
+ 0.00823277235031128,
667
+ 0.008256018161773682,
668
+ 0.008279204368591309,
669
+ 0.008302450180053711,
670
+ 0.008325576782226562,
671
+ 0.008348941802978516,
672
+ 0.008372724056243896,
673
+ 0.0083962082862854,
674
+ 0.008419930934906006,
675
+ 0.008443176746368408,
676
+ 0.008467555046081543,
677
+ 0.008491575717926025,
678
+ 0.00851529836654663,
679
+ 0.008539736270904541,
680
+ 0.008564114570617676,
681
+ 0.008588194847106934,
682
+ 0.00861281156539917,
683
+ 0.008637011051177979,
684
+ 0.008662223815917969,
685
+ 0.00868690013885498,
686
+ 0.00871121883392334,
687
+ 0.008736848831176758,
688
+ 0.008761286735534668,
689
+ 0.008787214756011963,
690
+ 0.008812248706817627,
691
+ 0.008837521076202393,
692
+ 0.00886315107345581,
693
+ 0.008888542652130127,
694
+ 0.008914411067962646,
695
+ 0.008940398693084717,
696
+ 0.008966386318206787,
697
+ 0.008992254734039307,
698
+ 0.009018659591674805,
699
+ 0.009045064449310303,
700
+ 0.009071171283721924,
701
+ 0.009098052978515625,
702
+ 0.009124755859375,
703
+ 0.0091513991355896,
704
+ 0.0091782808303833,
705
+ 0.009205460548400879,
706
+ 0.009232401847839355,
707
+ 0.009259998798370361,
708
+ 0.009287238121032715,
709
+ 0.009314775466918945,
710
+ 0.009342670440673828,
711
+ 0.009370267391204834,
712
+ 0.009398400783538818,
713
+ 0.009426534175872803,
714
+ 0.009454667568206787,
715
+ 0.009483098983764648,
716
+ 0.009511291980743408,
717
+ 0.009540200233459473,
718
+ 0.009568870067596436,
719
+ 0.009598195552825928,
720
+ 0.00962686538696289,
721
+ 0.009656250476837158,
722
+ 0.009685397148132324,
723
+ 0.00971519947052002,
724
+ 0.009744644165039062,
725
+ 0.009774446487426758,
726
+ 0.009804725646972656,
727
+ 0.009834527969360352,
728
+ 0.009864985942840576,
729
+ 0.009895086288452148,
730
+ 0.009926021099090576,
731
+ 0.009956598281860352,
732
+ 0.00998765230178833,
733
+ 0.010018646717071533,
734
+ 0.010049760341644287,
735
+ 0.010081350803375244,
736
+ 0.010112881660461426,
737
+ 0.010144412517547607,
738
+ 0.010176599025726318,
739
+ 0.01020890474319458,
740
+ 0.010240912437438965,
741
+ 0.010273575782775879,
742
+ 0.010305941104888916,
743
+ 0.010339140892028809,
744
+ 0.010372042655944824,
745
+ 0.010404706001281738,
746
+ 0.010438859462738037,
747
+ 0.010471940040588379,
748
+ 0.0105057954788208,
749
+ 0.010539770126342773,
750
+ 0.01057422161102295,
751
+ 0.010608077049255371,
752
+ 0.010643303394317627,
753
+ 0.010677218437194824,
754
+ 0.010712981224060059,
755
+ 0.010747551918029785,
756
+ 0.01078331470489502,
757
+ 0.010818839073181152,
758
+ 0.010854661464691162,
759
+ 0.010890841484069824,
760
+ 0.010926902294158936,
761
+ 0.010963499546051025,
762
+ 0.011000275611877441,
763
+ 0.011037111282348633,
764
+ 0.011074483394622803,
765
+ 0.011111617088317871,
766
+ 0.011149287223815918,
767
+ 0.011187255382537842,
768
+ 0.011225700378417969,
769
+ 0.011263549327850342,
770
+ 0.011302709579467773,
771
+ 0.011341392993927002,
772
+ 0.011380314826965332,
773
+ 0.011419892311096191,
774
+ 0.011459827423095703,
775
+ 0.011499226093292236,
776
+ 0.011539697647094727,
777
+ 0.011580109596252441,
778
+ 0.011621057987213135,
779
+ 0.011662065982818604,
780
+ 0.011703312397003174,
781
+ 0.011744797229766846,
782
+ 0.011786460876464844,
783
+ 0.011829137802124023,
784
+ 0.011871397495269775,
785
+ 0.011914312839508057,
786
+ 0.011957287788391113,
787
+ 0.01200038194656372,
788
+ 0.012044370174407959,
789
+ 0.012088179588317871,
790
+ 0.01213306188583374,
791
+ 0.012177348136901855,
792
+ 0.01222240924835205,
793
+ 0.012267887592315674,
794
+ 0.012313306331634521,
795
+ 0.012359201908111572,
796
+ 0.012405931949615479,
797
+ 0.012452483177185059,
798
+ 0.012499570846557617,
799
+ 0.012546956539154053,
800
+ 0.012594819068908691,
801
+ 0.012643158435821533,
802
+ 0.012691736221313477,
803
+ 0.01274043321609497,
804
+ 0.012789905071258545,
805
+ 0.012839674949645996,
806
+ 0.012889683246612549,
807
+ 0.012940168380737305,
808
+ 0.01299130916595459,
809
+ 0.013042569160461426,
810
+ 0.013094305992126465,
811
+ 0.013146579265594482,
812
+ 0.013199269771575928,
813
+ 0.013252317905426025,
814
+ 0.013305842876434326,
815
+ 0.01335996389389038,
816
+ 0.013414442539215088,
817
+ 0.013469159603118896,
818
+ 0.013524949550628662,
819
+ 0.013580381870269775,
820
+ 0.013637185096740723,
821
+ 0.013693749904632568,
822
+ 0.013751208782196045,
823
+ 0.013809382915496826,
824
+ 0.013867795467376709,
825
+ 0.013926446437835693,
826
+ 0.01398611068725586,
827
+ 0.014046430587768555,
828
+ 0.01410675048828125,
829
+ 0.014168202877044678,
830
+ 0.014229834079742432,
831
+ 0.014291942119598389,
832
+ 0.014355301856994629,
833
+ 0.014418423175811768,
834
+ 0.01448279619216919,
835
+ 0.014547765254974365,
836
+ 0.014612734317779541,
837
+ 0.014679133892059326,
838
+ 0.014745652675628662,
839
+ 0.014813065528869629,
840
+ 0.0148811936378479,
841
+ 0.014949798583984375,
842
+ 0.01501929759979248,
843
+ 0.015089809894561768,
844
+ 0.015160083770751953,
845
+ 0.015232205390930176,
846
+ 0.015304327011108398,
847
+ 0.015377640724182129,
848
+ 0.015451490879058838,
849
+ 0.015526354312896729,
850
+ 0.015601694583892822,
851
+ 0.015677988529205322,
852
+ 0.015755057334899902,
853
+ 0.015833556652069092,
854
+ 0.01591193675994873,
855
+ 0.01599210500717163,
856
+ 0.016072630882263184,
857
+ 0.016154110431671143,
858
+ 0.01623678207397461,
859
+ 0.01632028818130493,
860
+ 0.01640462875366211,
861
+ 0.01649022102355957,
862
+ 0.016576528549194336,
863
+ 0.01666414737701416,
864
+ 0.016752421855926514,
865
+ 0.0168420672416687,
866
+ 0.016932666301727295,
867
+ 0.0170249342918396,
868
+ 0.01711726188659668,
869
+ 0.017211735248565674,
870
+ 0.017306804656982422,
871
+ 0.01740342378616333,
872
+ 0.017500758171081543,
873
+ 0.017600178718566895,
874
+ 0.017700016498565674,
875
+ 0.01780170202255249,
876
+ 0.01790452003479004,
877
+ 0.018008768558502197,
878
+ 0.01811450719833374,
879
+ 0.01822143793106079,
880
+ 0.018329918384552002,
881
+ 0.018439769744873047,
882
+ 0.018551647663116455,
883
+ 0.01866471767425537,
884
+ 0.01877915859222412,
885
+ 0.018895328044891357,
886
+ 0.019012928009033203,
887
+ 0.01913321018218994,
888
+ 0.01925438642501831,
889
+ 0.01937711238861084,
890
+ 0.019502699375152588,
891
+ 0.019629180431365967,
892
+ 0.019757449626922607,
893
+ 0.01988905668258667,
894
+ 0.020021378993988037,
895
+ 0.02015596628189087,
896
+ 0.020293116569519043,
897
+ 0.0204315185546875,
898
+ 0.020573019981384277,
899
+ 0.020717144012451172,
900
+ 0.020862221717834473,
901
+ 0.02101033926010132,
902
+ 0.021161019802093506,
903
+ 0.02131420373916626,
904
+ 0.021469473838806152,
905
+ 0.021628141403198242,
906
+ 0.021788835525512695,
907
+ 0.021953165531158447,
908
+ 0.022119462490081787,
909
+ 0.022289037704467773,
910
+ 0.022462069988250732,
911
+ 0.02263706922531128,
912
+ 0.022816717624664307,
913
+ 0.022998392581939697,
914
+ 0.02318429946899414,
915
+ 0.0233728289604187,
916
+ 0.023566067218780518,
917
+ 0.023762166500091553,
918
+ 0.023962199687957764,
919
+ 0.024165868759155273,
920
+ 0.02437448501586914,
921
+ 0.024586260318756104,
922
+ 0.024802744388580322,
923
+ 0.025023937225341797,
924
+ 0.02524888515472412,
925
+ 0.025479137897491455,
926
+ 0.02571403980255127,
927
+ 0.025954127311706543,
928
+ 0.0261993408203125,
929
+ 0.026450157165527344,
930
+ 0.026705503463745117,
931
+ 0.026967942714691162,
932
+ 0.027235746383666992,
933
+ 0.027509748935699463,
934
+ 0.02778923511505127,
935
+ 0.028076231479644775,
936
+ 0.02837008237838745,
937
+ 0.028670549392700195,
938
+ 0.028979003429412842,
939
+ 0.029294073581695557,
940
+ 0.029618144035339355,
941
+ 0.029949665069580078,
942
+ 0.030289888381958008,
943
+ 0.030639171600341797,
944
+ 0.03099769353866577,
945
+ 0.03136563301086426,
946
+ 0.03174346685409546,
947
+ 0.03213256597518921,
948
+ 0.03253144025802612,
949
+ 0.03294253349304199,
950
+ 0.03336441516876221,
951
+ 0.03380012512207031,
952
+ 0.034247398376464844,
953
+ 0.03470873832702637,
954
+ 0.03518456220626831,
955
+ 0.035674870014190674,
956
+ 0.03618025779724121,
957
+ 0.036703288555145264,
958
+ 0.037241458892822266,
959
+ 0.03779953718185425,
960
+ 0.038375139236450195,
961
+ 0.03897160291671753,
962
+ 0.039587974548339844,
963
+ 0.04022735357284546,
964
+ 0.04088932275772095,
965
+ 0.041575849056243896,
966
+ 0.042289555072784424,
967
+ 0.04302865266799927,
968
+ 0.04379880428314209,
969
+ 0.04459857940673828,
970
+ 0.04543191194534302,
971
+ 0.04629999399185181,
972
+ 0.04720473289489746,
973
+ 0.0481494665145874,
974
+ 0.04913616180419922,
975
+ 0.05016911029815674,
976
+ 0.05124843120574951,
977
+ 0.05238151550292969,
978
+ 0.053569138050079346,
979
+ 0.054817140102386475,
980
+ 0.0561290979385376,
981
+ 0.057511329650878906,
982
+ 0.05896872282028198,
983
+ 0.06050819158554077,
984
+ 0.06213700771331787,
985
+ 0.06386131048202515,
986
+ 0.0656939148902893,
987
+ 0.0676390528678894,
988
+ 0.06971472501754761,
989
+ 0.07192832231521606,
990
+ 0.07429933547973633,
991
+ 0.07683831453323364,
992
+ 0.07957261800765991,
993
+ 0.08251869678497314,
994
+ 0.08570557832717896,
995
+ 0.08916199207305908,
996
+ 0.09292411804199219,
997
+ 0.09703713655471802,
998
+ 0.10154998302459717,
999
+ 0.10652297735214233,
1000
+ 0.11203289031982422,
1001
+ 0.11817121505737305,
1002
+ 0.125049889087677,
1003
+ 0.13281375169754028,
1004
+ 0.1416400671005249,
1005
+ 0.1517762541770935,
1006
+ 0.16351312398910522,
1007
+ 0.17728745937347412,
1008
+ 0.19366353750228882,
1009
+ 0.21345269680023193,
1010
+ 0.2378401756286621,
1011
+ 0.2686362862586975,
1012
+ 0.3087015151977539,
1013
+ 0.36290276050567627,
1014
+ 0.4400584101676941,
1015
+ 0.557568371295929,
1016
+ 0.7511317729949951,
1017
+ 1.0
1018
+ ],
1019
+ "variance_type": "fixed_small"
1020
+ }
text_encoder/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--Panopstor--EveryDream/snapshots/1a46c299f5be7af4d07ac187416c08a05b4f2bad/text_encoder",
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": "float32",
23
+ "transformers_version": "4.30.1",
24
+ "vocab_size": 49408
25
+ }
text_encoder/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:788f0247949e6b3b5468b45b6b902ead072f4fca768e693003fc491ea5f0bc89
3
+ size 492309793
tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": {
4
+ "__type": "AddedToken",
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
+ "clean_up_tokenization_spaces": true,
12
+ "do_lower_case": true,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "<|endoftext|>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "errors": "replace",
22
+ "model_max_length": 77,
23
+ "pad_token": "<|endoftext|>",
24
+ "tokenizer_class": "CLIPTokenizer",
25
+ "unk_token": {
26
+ "__type": "AddedToken",
27
+ "content": "<|endoftext|>",
28
+ "lstrip": false,
29
+ "normalized": true,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ },
33
+ "use_fast": false
34
+ }
tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
unet/config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.18.0.dev0",
4
+ "_name_or_path": "/root/.cache/huggingface/hub/models--Panopstor--EveryDream/snapshots/1a46c299f5be7af4d07ac187416c08a05b4f2bad/unet",
5
+ "act_fn": "silu",
6
+ "addition_embed_type": null,
7
+ "addition_embed_type_num_heads": 64,
8
+ "attention_head_dim": 8,
9
+ "block_out_channels": [
10
+ 320,
11
+ 640,
12
+ 1280,
13
+ 1280
14
+ ],
15
+ "center_input_sample": false,
16
+ "class_embed_type": null,
17
+ "class_embeddings_concat": false,
18
+ "conv_in_kernel": 3,
19
+ "conv_out_kernel": 3,
20
+ "cross_attention_dim": 768,
21
+ "cross_attention_norm": null,
22
+ "down_block_types": [
23
+ "CrossAttnDownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "DownBlock2D"
27
+ ],
28
+ "downsample_padding": 1,
29
+ "dual_cross_attention": false,
30
+ "encoder_hid_dim": null,
31
+ "encoder_hid_dim_type": null,
32
+ "flip_sin_to_cos": true,
33
+ "freq_shift": 0,
34
+ "in_channels": 4,
35
+ "layers_per_block": 2,
36
+ "mid_block_only_cross_attention": null,
37
+ "mid_block_scale_factor": 1,
38
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
39
+ "norm_eps": 1e-05,
40
+ "norm_num_groups": 32,
41
+ "num_class_embeds": null,
42
+ "only_cross_attention": false,
43
+ "out_channels": 4,
44
+ "projection_class_embeddings_input_dim": null,
45
+ "resnet_out_scale_factor": 1.0,
46
+ "resnet_skip_time_act": false,
47
+ "resnet_time_scale_shift": "default",
48
+ "sample_size": 64,
49
+ "time_cond_proj_dim": null,
50
+ "time_embedding_act_fn": null,
51
+ "time_embedding_dim": null,
52
+ "time_embedding_type": "positional",
53
+ "timestep_post_act": null,
54
+ "up_block_types": [
55
+ "UpBlock2D",
56
+ "CrossAttnUpBlock2D",
57
+ "CrossAttnUpBlock2D",
58
+ "CrossAttnUpBlock2D"
59
+ ],
60
+ "upcast_attention": false,
61
+ "use_linear_projection": false
62
+ }
unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f15a3f5f5bd0057a326a4e35c1c8c1ae39667b0d0956818e8a0c0d33e74dd525
3
+ size 3438375973
vae/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.18.0.dev0",
4
+ "_name_or_path": "/root/.cache/huggingface/hub/models--Panopstor--EveryDream/snapshots/1a46c299f5be7af4d07ac187416c08a05b4f2bad/vae",
5
+ "act_fn": "silu",
6
+ "block_out_channels": [
7
+ 128,
8
+ 256,
9
+ 512,
10
+ 512
11
+ ],
12
+ "down_block_types": [
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D"
17
+ ],
18
+ "in_channels": 3,
19
+ "latent_channels": 4,
20
+ "layers_per_block": 2,
21
+ "norm_num_groups": 32,
22
+ "out_channels": 3,
23
+ "sample_size": 512,
24
+ "scaling_factor": 0.18215,
25
+ "up_block_types": [
26
+ "UpDecoderBlock2D",
27
+ "UpDecoderBlock2D",
28
+ "UpDecoderBlock2D",
29
+ "UpDecoderBlock2D"
30
+ ]
31
+ }
vae/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb34f575a880f0a1e380c6733748c3655e602f07d5ff36af3b25d1621f9b0b12
3
+ size 167407857
velocipedeux-first-dataset-ep10-106480.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a45e8468c53a973f167d42c864def4c06da8337075a89b8e1571c3a5b0f9345b
3
+ size 2132878789