valhalla commited on
Commit
4ef070a
1 Parent(s): 75cbf48

Add Diffusers Weights (#5)

Browse files
depth_estimator/config.json ADDED
@@ -0,0 +1,460 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "65776c96786d3dd82c1cdb4847ea0c2cb46a943c",
3
+ "_name_or_path": "Intel/dpt-hybrid-midas",
4
+ "architectures": [
5
+ "DPTForDepthEstimation"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "auxiliary_loss_weight": 0.4,
9
+ "backbone_config": {
10
+ "_name_or_path": "",
11
+ "add_cross_attention": false,
12
+ "architectures": null,
13
+ "bad_words_ids": null,
14
+ "begin_suppress_tokens": null,
15
+ "bos_token_id": null,
16
+ "chunk_size_feed_forward": 0,
17
+ "cross_attention_hidden_size": null,
18
+ "decoder_start_token_id": null,
19
+ "depths": [
20
+ 3,
21
+ 4,
22
+ 9
23
+ ],
24
+ "diversity_penalty": 0.0,
25
+ "do_sample": false,
26
+ "drop_path_rate": 0.0,
27
+ "early_stopping": false,
28
+ "embedding_dynamic_padding": true,
29
+ "embedding_size": 64,
30
+ "encoder_no_repeat_ngram_size": 0,
31
+ "eos_token_id": null,
32
+ "exponential_decay_length_penalty": null,
33
+ "finetuning_task": null,
34
+ "forced_bos_token_id": null,
35
+ "forced_eos_token_id": null,
36
+ "global_padding": "SAME",
37
+ "hidden_act": "relu",
38
+ "hidden_sizes": [
39
+ 256,
40
+ 512,
41
+ 1024,
42
+ 2048
43
+ ],
44
+ "id2label": {
45
+ "0": "LABEL_0",
46
+ "1": "LABEL_1"
47
+ },
48
+ "is_decoder": false,
49
+ "is_encoder_decoder": false,
50
+ "label2id": {
51
+ "LABEL_0": 0,
52
+ "LABEL_1": 1
53
+ },
54
+ "layer_type": "bottleneck",
55
+ "length_penalty": 1.0,
56
+ "max_length": 20,
57
+ "min_length": 0,
58
+ "model_type": "bit",
59
+ "no_repeat_ngram_size": 0,
60
+ "num_beam_groups": 1,
61
+ "num_beams": 1,
62
+ "num_channels": 3,
63
+ "num_groups": 32,
64
+ "num_return_sequences": 1,
65
+ "out_features": [
66
+ "stage1",
67
+ "stage2",
68
+ "stage3"
69
+ ],
70
+ "output_attentions": false,
71
+ "output_hidden_states": false,
72
+ "output_scores": false,
73
+ "output_stride": 32,
74
+ "pad_token_id": null,
75
+ "prefix": null,
76
+ "problem_type": null,
77
+ "pruned_heads": {},
78
+ "remove_invalid_values": false,
79
+ "repetition_penalty": 1.0,
80
+ "return_dict": true,
81
+ "return_dict_in_generate": false,
82
+ "sep_token_id": null,
83
+ "stage_names": [
84
+ "stem",
85
+ "stage1",
86
+ "stage2",
87
+ "stage3"
88
+ ],
89
+ "suppress_tokens": null,
90
+ "task_specific_params": null,
91
+ "temperature": 1.0,
92
+ "tf_legacy_loss": false,
93
+ "tie_encoder_decoder": false,
94
+ "tie_word_embeddings": true,
95
+ "tokenizer_class": null,
96
+ "top_k": 50,
97
+ "top_p": 1.0,
98
+ "torch_dtype": null,
99
+ "torchscript": false,
100
+ "transformers_version": "4.26.0.dev0",
101
+ "typical_p": 1.0,
102
+ "use_bfloat16": false,
103
+ "width_factor": 1
104
+ },
105
+ "backbone_featmap_shape": [
106
+ 1,
107
+ 1024,
108
+ 24,
109
+ 24
110
+ ],
111
+ "backbone_out_indices": [
112
+ 2,
113
+ 5,
114
+ 8,
115
+ 11
116
+ ],
117
+ "fusion_hidden_size": 256,
118
+ "head_in_index": -1,
119
+ "hidden_act": "gelu",
120
+ "hidden_dropout_prob": 0.0,
121
+ "hidden_size": 768,
122
+ "id2label": {
123
+ "0": "LABEL_0",
124
+ "1": "LABEL_1",
125
+ "2": "LABEL_2",
126
+ "3": "LABEL_3",
127
+ "4": "LABEL_4",
128
+ "5": "LABEL_5",
129
+ "6": "LABEL_6",
130
+ "7": "LABEL_7",
131
+ "8": "LABEL_8",
132
+ "9": "LABEL_9",
133
+ "10": "LABEL_10",
134
+ "11": "LABEL_11",
135
+ "12": "LABEL_12",
136
+ "13": "LABEL_13",
137
+ "14": "LABEL_14",
138
+ "15": "LABEL_15",
139
+ "16": "LABEL_16",
140
+ "17": "LABEL_17",
141
+ "18": "LABEL_18",
142
+ "19": "LABEL_19",
143
+ "20": "LABEL_20",
144
+ "21": "LABEL_21",
145
+ "22": "LABEL_22",
146
+ "23": "LABEL_23",
147
+ "24": "LABEL_24",
148
+ "25": "LABEL_25",
149
+ "26": "LABEL_26",
150
+ "27": "LABEL_27",
151
+ "28": "LABEL_28",
152
+ "29": "LABEL_29",
153
+ "30": "LABEL_30",
154
+ "31": "LABEL_31",
155
+ "32": "LABEL_32",
156
+ "33": "LABEL_33",
157
+ "34": "LABEL_34",
158
+ "35": "LABEL_35",
159
+ "36": "LABEL_36",
160
+ "37": "LABEL_37",
161
+ "38": "LABEL_38",
162
+ "39": "LABEL_39",
163
+ "40": "LABEL_40",
164
+ "41": "LABEL_41",
165
+ "42": "LABEL_42",
166
+ "43": "LABEL_43",
167
+ "44": "LABEL_44",
168
+ "45": "LABEL_45",
169
+ "46": "LABEL_46",
170
+ "47": "LABEL_47",
171
+ "48": "LABEL_48",
172
+ "49": "LABEL_49",
173
+ "50": "LABEL_50",
174
+ "51": "LABEL_51",
175
+ "52": "LABEL_52",
176
+ "53": "LABEL_53",
177
+ "54": "LABEL_54",
178
+ "55": "LABEL_55",
179
+ "56": "LABEL_56",
180
+ "57": "LABEL_57",
181
+ "58": "LABEL_58",
182
+ "59": "LABEL_59",
183
+ "60": "LABEL_60",
184
+ "61": "LABEL_61",
185
+ "62": "LABEL_62",
186
+ "63": "LABEL_63",
187
+ "64": "LABEL_64",
188
+ "65": "LABEL_65",
189
+ "66": "LABEL_66",
190
+ "67": "LABEL_67",
191
+ "68": "LABEL_68",
192
+ "69": "LABEL_69",
193
+ "70": "LABEL_70",
194
+ "71": "LABEL_71",
195
+ "72": "LABEL_72",
196
+ "73": "LABEL_73",
197
+ "74": "LABEL_74",
198
+ "75": "LABEL_75",
199
+ "76": "LABEL_76",
200
+ "77": "LABEL_77",
201
+ "78": "LABEL_78",
202
+ "79": "LABEL_79",
203
+ "80": "LABEL_80",
204
+ "81": "LABEL_81",
205
+ "82": "LABEL_82",
206
+ "83": "LABEL_83",
207
+ "84": "LABEL_84",
208
+ "85": "LABEL_85",
209
+ "86": "LABEL_86",
210
+ "87": "LABEL_87",
211
+ "88": "LABEL_88",
212
+ "89": "LABEL_89",
213
+ "90": "LABEL_90",
214
+ "91": "LABEL_91",
215
+ "92": "LABEL_92",
216
+ "93": "LABEL_93",
217
+ "94": "LABEL_94",
218
+ "95": "LABEL_95",
219
+ "96": "LABEL_96",
220
+ "97": "LABEL_97",
221
+ "98": "LABEL_98",
222
+ "99": "LABEL_99",
223
+ "100": "LABEL_100",
224
+ "101": "LABEL_101",
225
+ "102": "LABEL_102",
226
+ "103": "LABEL_103",
227
+ "104": "LABEL_104",
228
+ "105": "LABEL_105",
229
+ "106": "LABEL_106",
230
+ "107": "LABEL_107",
231
+ "108": "LABEL_108",
232
+ "109": "LABEL_109",
233
+ "110": "LABEL_110",
234
+ "111": "LABEL_111",
235
+ "112": "LABEL_112",
236
+ "113": "LABEL_113",
237
+ "114": "LABEL_114",
238
+ "115": "LABEL_115",
239
+ "116": "LABEL_116",
240
+ "117": "LABEL_117",
241
+ "118": "LABEL_118",
242
+ "119": "LABEL_119",
243
+ "120": "LABEL_120",
244
+ "121": "LABEL_121",
245
+ "122": "LABEL_122",
246
+ "123": "LABEL_123",
247
+ "124": "LABEL_124",
248
+ "125": "LABEL_125",
249
+ "126": "LABEL_126",
250
+ "127": "LABEL_127",
251
+ "128": "LABEL_128",
252
+ "129": "LABEL_129",
253
+ "130": "LABEL_130",
254
+ "131": "LABEL_131",
255
+ "132": "LABEL_132",
256
+ "133": "LABEL_133",
257
+ "134": "LABEL_134",
258
+ "135": "LABEL_135",
259
+ "136": "LABEL_136",
260
+ "137": "LABEL_137",
261
+ "138": "LABEL_138",
262
+ "139": "LABEL_139",
263
+ "140": "LABEL_140",
264
+ "141": "LABEL_141",
265
+ "142": "LABEL_142",
266
+ "143": "LABEL_143",
267
+ "144": "LABEL_144",
268
+ "145": "LABEL_145",
269
+ "146": "LABEL_146",
270
+ "147": "LABEL_147",
271
+ "148": "LABEL_148",
272
+ "149": "LABEL_149"
273
+ },
274
+ "image_size": 384,
275
+ "initializer_range": 0.02,
276
+ "intermediate_size": 3072,
277
+ "is_hybrid": true,
278
+ "label2id": {
279
+ "LABEL_0": 0,
280
+ "LABEL_1": 1,
281
+ "LABEL_10": 10,
282
+ "LABEL_100": 100,
283
+ "LABEL_101": 101,
284
+ "LABEL_102": 102,
285
+ "LABEL_103": 103,
286
+ "LABEL_104": 104,
287
+ "LABEL_105": 105,
288
+ "LABEL_106": 106,
289
+ "LABEL_107": 107,
290
+ "LABEL_108": 108,
291
+ "LABEL_109": 109,
292
+ "LABEL_11": 11,
293
+ "LABEL_110": 110,
294
+ "LABEL_111": 111,
295
+ "LABEL_112": 112,
296
+ "LABEL_113": 113,
297
+ "LABEL_114": 114,
298
+ "LABEL_115": 115,
299
+ "LABEL_116": 116,
300
+ "LABEL_117": 117,
301
+ "LABEL_118": 118,
302
+ "LABEL_119": 119,
303
+ "LABEL_12": 12,
304
+ "LABEL_120": 120,
305
+ "LABEL_121": 121,
306
+ "LABEL_122": 122,
307
+ "LABEL_123": 123,
308
+ "LABEL_124": 124,
309
+ "LABEL_125": 125,
310
+ "LABEL_126": 126,
311
+ "LABEL_127": 127,
312
+ "LABEL_128": 128,
313
+ "LABEL_129": 129,
314
+ "LABEL_13": 13,
315
+ "LABEL_130": 130,
316
+ "LABEL_131": 131,
317
+ "LABEL_132": 132,
318
+ "LABEL_133": 133,
319
+ "LABEL_134": 134,
320
+ "LABEL_135": 135,
321
+ "LABEL_136": 136,
322
+ "LABEL_137": 137,
323
+ "LABEL_138": 138,
324
+ "LABEL_139": 139,
325
+ "LABEL_14": 14,
326
+ "LABEL_140": 140,
327
+ "LABEL_141": 141,
328
+ "LABEL_142": 142,
329
+ "LABEL_143": 143,
330
+ "LABEL_144": 144,
331
+ "LABEL_145": 145,
332
+ "LABEL_146": 146,
333
+ "LABEL_147": 147,
334
+ "LABEL_148": 148,
335
+ "LABEL_149": 149,
336
+ "LABEL_15": 15,
337
+ "LABEL_16": 16,
338
+ "LABEL_17": 17,
339
+ "LABEL_18": 18,
340
+ "LABEL_19": 19,
341
+ "LABEL_2": 2,
342
+ "LABEL_20": 20,
343
+ "LABEL_21": 21,
344
+ "LABEL_22": 22,
345
+ "LABEL_23": 23,
346
+ "LABEL_24": 24,
347
+ "LABEL_25": 25,
348
+ "LABEL_26": 26,
349
+ "LABEL_27": 27,
350
+ "LABEL_28": 28,
351
+ "LABEL_29": 29,
352
+ "LABEL_3": 3,
353
+ "LABEL_30": 30,
354
+ "LABEL_31": 31,
355
+ "LABEL_32": 32,
356
+ "LABEL_33": 33,
357
+ "LABEL_34": 34,
358
+ "LABEL_35": 35,
359
+ "LABEL_36": 36,
360
+ "LABEL_37": 37,
361
+ "LABEL_38": 38,
362
+ "LABEL_39": 39,
363
+ "LABEL_4": 4,
364
+ "LABEL_40": 40,
365
+ "LABEL_41": 41,
366
+ "LABEL_42": 42,
367
+ "LABEL_43": 43,
368
+ "LABEL_44": 44,
369
+ "LABEL_45": 45,
370
+ "LABEL_46": 46,
371
+ "LABEL_47": 47,
372
+ "LABEL_48": 48,
373
+ "LABEL_49": 49,
374
+ "LABEL_5": 5,
375
+ "LABEL_50": 50,
376
+ "LABEL_51": 51,
377
+ "LABEL_52": 52,
378
+ "LABEL_53": 53,
379
+ "LABEL_54": 54,
380
+ "LABEL_55": 55,
381
+ "LABEL_56": 56,
382
+ "LABEL_57": 57,
383
+ "LABEL_58": 58,
384
+ "LABEL_59": 59,
385
+ "LABEL_6": 6,
386
+ "LABEL_60": 60,
387
+ "LABEL_61": 61,
388
+ "LABEL_62": 62,
389
+ "LABEL_63": 63,
390
+ "LABEL_64": 64,
391
+ "LABEL_65": 65,
392
+ "LABEL_66": 66,
393
+ "LABEL_67": 67,
394
+ "LABEL_68": 68,
395
+ "LABEL_69": 69,
396
+ "LABEL_7": 7,
397
+ "LABEL_70": 70,
398
+ "LABEL_71": 71,
399
+ "LABEL_72": 72,
400
+ "LABEL_73": 73,
401
+ "LABEL_74": 74,
402
+ "LABEL_75": 75,
403
+ "LABEL_76": 76,
404
+ "LABEL_77": 77,
405
+ "LABEL_78": 78,
406
+ "LABEL_79": 79,
407
+ "LABEL_8": 8,
408
+ "LABEL_80": 80,
409
+ "LABEL_81": 81,
410
+ "LABEL_82": 82,
411
+ "LABEL_83": 83,
412
+ "LABEL_84": 84,
413
+ "LABEL_85": 85,
414
+ "LABEL_86": 86,
415
+ "LABEL_87": 87,
416
+ "LABEL_88": 88,
417
+ "LABEL_89": 89,
418
+ "LABEL_9": 9,
419
+ "LABEL_90": 90,
420
+ "LABEL_91": 91,
421
+ "LABEL_92": 92,
422
+ "LABEL_93": 93,
423
+ "LABEL_94": 94,
424
+ "LABEL_95": 95,
425
+ "LABEL_96": 96,
426
+ "LABEL_97": 97,
427
+ "LABEL_98": 98,
428
+ "LABEL_99": 99
429
+ },
430
+ "layer_norm_eps": 1e-12,
431
+ "model_type": "dpt",
432
+ "neck_hidden_sizes": [
433
+ 256,
434
+ 512,
435
+ 768,
436
+ 768
437
+ ],
438
+ "neck_ignore_stages": [
439
+ 0,
440
+ 1
441
+ ],
442
+ "num_attention_heads": 12,
443
+ "num_channels": 3,
444
+ "num_hidden_layers": 12,
445
+ "patch_size": 16,
446
+ "qkv_bias": true,
447
+ "readout_type": "project",
448
+ "reassemble_factors": [
449
+ 1,
450
+ 1,
451
+ 1,
452
+ 0.5
453
+ ],
454
+ "semantic_classifier_dropout": 0.1,
455
+ "semantic_loss_ignore_index": 255,
456
+ "torch_dtype": "float32",
457
+ "transformers_version": null,
458
+ "use_auxiliary_head": true,
459
+ "use_batch_norm_in_fusion_residual": false
460
+ }
depth_estimator/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6c4d44f9d96ca3fa76dd3bbb153989a60b4ad5526559f3c598562a368d687ec
3
+ size 489648389
feature_extractor/preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "ensure_multiple_of": 1,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "DPTImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "keep_aspect_ratio": false,
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "height": 384,
22
+ "width": 384
23
+ }
24
+ }
model_index.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionDepth2ImgPipeline",
3
+ "_diffusers_version": "0.10.0.dev0",
4
+ "depth_estimator": [
5
+ "transformers",
6
+ "DPTForDepthEstimation"
7
+ ],
8
+ "feature_extractor": [
9
+ "transformers",
10
+ "DPTImageProcessor"
11
+ ],
12
+ "scheduler": [
13
+ "diffusers",
14
+ "PNDMScheduler"
15
+ ],
16
+ "text_encoder": [
17
+ "transformers",
18
+ "CLIPTextModel"
19
+ ],
20
+ "tokenizer": [
21
+ "transformers",
22
+ "CLIPTokenizer"
23
+ ],
24
+ "unet": [
25
+ "diffusers",
26
+ "UNet2DConditionModel"
27
+ ],
28
+ "vae": [
29
+ "diffusers",
30
+ "AutoencoderKL"
31
+ ]
32
+ }
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "PNDMScheduler",
3
+ "_diffusers_version": "0.10.0.dev0",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "clip_sample": false,
8
+ "num_train_timesteps": 1000,
9
+ "prediction_type": "epsilon",
10
+ "set_alpha_to_one": false,
11
+ "skip_prk_steps": true,
12
+ "steps_offset": 1,
13
+ "trained_betas": null
14
+ }
text_encoder/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/suraj_huggingface_co/.cache/huggingface/diffusers/models--fusing--sd-depth-test/snapshots/200d326f1f39e1df3ffc78f7f0323c54fd68bdb6/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": "gelu",
11
+ "hidden_size": 1024,
12
+ "initializer_factor": 1.0,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 4096,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 77,
17
+ "model_type": "clip_text_model",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 23,
20
+ "pad_token_id": 1,
21
+ "projection_dim": 512,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.26.0.dev0",
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:c3e254d7b61353497ea0be2c4013df4ea8f739ee88cffa0ba58cd085459ed565
3
+ size 1361671895
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": "!",
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
+ "do_lower_case": true,
12
+ "eos_token": {
13
+ "__type": "AddedToken",
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "errors": "replace",
21
+ "model_max_length": 77,
22
+ "name_or_path": "/home/suraj_huggingface_co/.cache/huggingface/diffusers/models--fusing--sd-depth-test/snapshots/200d326f1f39e1df3ffc78f7f0323c54fd68bdb6/tokenizer",
23
+ "pad_token": "<|endoftext|>",
24
+ "special_tokens_map_file": "./special_tokens_map.json",
25
+ "tokenizer_class": "CLIPTokenizer",
26
+ "unk_token": {
27
+ "__type": "AddedToken",
28
+ "content": "<|endoftext|>",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false
33
+ }
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,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.10.0.dev0",
4
+ "_name_or_path": "/home/suraj_huggingface_co/.cache/huggingface/diffusers/models--fusing--sd-depth-test/snapshots/200d326f1f39e1df3ffc78f7f0323c54fd68bdb6/unet",
5
+ "act_fn": "silu",
6
+ "attention_head_dim": [
7
+ 5,
8
+ 10,
9
+ 20,
10
+ 20
11
+ ],
12
+ "block_out_channels": [
13
+ 320,
14
+ 640,
15
+ 1280,
16
+ 1280
17
+ ],
18
+ "center_input_sample": false,
19
+ "cross_attention_dim": 1024,
20
+ "down_block_types": [
21
+ "CrossAttnDownBlock2D",
22
+ "CrossAttnDownBlock2D",
23
+ "CrossAttnDownBlock2D",
24
+ "DownBlock2D"
25
+ ],
26
+ "downsample_padding": 1,
27
+ "dual_cross_attention": false,
28
+ "flip_sin_to_cos": true,
29
+ "freq_shift": 0,
30
+ "in_channels": 5,
31
+ "layers_per_block": 2,
32
+ "mid_block_scale_factor": 1,
33
+ "norm_eps": 1e-05,
34
+ "norm_num_groups": 32,
35
+ "num_class_embeds": null,
36
+ "only_cross_attention": false,
37
+ "out_channels": 4,
38
+ "sample_size": 32,
39
+ "up_block_types": [
40
+ "UpBlock2D",
41
+ "CrossAttnUpBlock2D",
42
+ "CrossAttnUpBlock2D",
43
+ "CrossAttnUpBlock2D"
44
+ ],
45
+ "use_linear_projection": true
46
+ }
unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:871e132e8cbc029660523a057acd756b3dec68720dcff0601475ca34d9c65cb6
3
+ size 3463924965
vae/config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.10.0.dev0",
4
+ "_name_or_path": "/home/suraj_huggingface_co/.cache/huggingface/diffusers/models--fusing--sd-depth-test/snapshots/200d326f1f39e1df3ffc78f7f0323c54fd68bdb6/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": 256,
24
+ "up_block_types": [
25
+ "UpDecoderBlock2D",
26
+ "UpDecoderBlock2D",
27
+ "UpDecoderBlock2D",
28
+ "UpDecoderBlock2D"
29
+ ]
30
+ }
vae/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b4889b6b1d4ce7ae320a02dedaeff1780ad77d415ea0d744b476155c6377ddc
3
+ size 334707217