Upload folder using huggingface_hub
Browse files- config.json +14 -9
- diffusion_pytorch_model.safetensors +2 -2
config.json
CHANGED
|
@@ -6,19 +6,24 @@
|
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
| 8 |
"addition_time_embed_dim": null,
|
| 9 |
-
"attention_head_dim":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"attention_type": "default",
|
| 11 |
"block_out_channels": [
|
| 12 |
-
320,
|
| 13 |
640,
|
|
|
|
| 14 |
1280,
|
| 15 |
1280
|
| 16 |
],
|
| 17 |
"center_input_sample": false,
|
| 18 |
"class_embed_type": null,
|
| 19 |
"class_embeddings_concat": false,
|
| 20 |
-
"conv_in_kernel":
|
| 21 |
-
"conv_out_kernel":
|
| 22 |
"cross_attention_dim": 768,
|
| 23 |
"cross_attention_norm": null,
|
| 24 |
"down_block_types": [
|
|
@@ -35,7 +40,7 @@
|
|
| 35 |
"flip_sin_to_cos": true,
|
| 36 |
"freq_shift": 0,
|
| 37 |
"in_channels": 128,
|
| 38 |
-
"layers_per_block":
|
| 39 |
"mid_block_only_cross_attention": null,
|
| 40 |
"mid_block_scale_factor": 1.0,
|
| 41 |
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
|
@@ -57,10 +62,10 @@
|
|
| 57 |
"time_embedding_type": "positional",
|
| 58 |
"timestep_post_act": null,
|
| 59 |
"transformer_layers_per_block": [
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
],
|
| 65 |
"up_block_types": [
|
| 66 |
"UpBlock2D",
|
|
|
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
| 8 |
"addition_time_embed_dim": null,
|
| 9 |
+
"attention_head_dim": [
|
| 10 |
+
10,
|
| 11 |
+
16,
|
| 12 |
+
20,
|
| 13 |
+
20
|
| 14 |
+
],
|
| 15 |
"attention_type": "default",
|
| 16 |
"block_out_channels": [
|
|
|
|
| 17 |
640,
|
| 18 |
+
1024,
|
| 19 |
1280,
|
| 20 |
1280
|
| 21 |
],
|
| 22 |
"center_input_sample": false,
|
| 23 |
"class_embed_type": null,
|
| 24 |
"class_embeddings_concat": false,
|
| 25 |
+
"conv_in_kernel": 1,
|
| 26 |
+
"conv_out_kernel": 1,
|
| 27 |
"cross_attention_dim": 768,
|
| 28 |
"cross_attention_norm": null,
|
| 29 |
"down_block_types": [
|
|
|
|
| 40 |
"flip_sin_to_cos": true,
|
| 41 |
"freq_shift": 0,
|
| 42 |
"in_channels": 128,
|
| 43 |
+
"layers_per_block": 1,
|
| 44 |
"mid_block_only_cross_attention": null,
|
| 45 |
"mid_block_scale_factor": 1.0,
|
| 46 |
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
|
|
|
| 62 |
"time_embedding_type": "positional",
|
| 63 |
"timestep_post_act": null,
|
| 64 |
"transformer_layers_per_block": [
|
| 65 |
+
0,
|
| 66 |
+
6,
|
| 67 |
+
6,
|
| 68 |
+
6
|
| 69 |
],
|
| 70 |
"up_block_types": [
|
| 71 |
"UpBlock2D",
|
diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9f7c10295759b2616d71a79a6f00998f5b3139e09d8ad1775e70adb35f892ee
|
| 3 |
+
size 6689101296
|