Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- config.json +43 -0
- diffusion_pytorch_model.safetensors +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
diffusion_pytorch_model.safetensors filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"patch_size": [
|
| 3 |
+
1,
|
| 4 |
+
2,
|
| 5 |
+
2
|
| 6 |
+
],
|
| 7 |
+
"in_channels": 16,
|
| 8 |
+
"out_channels": 16,
|
| 9 |
+
"hidden_size": 3072,
|
| 10 |
+
"heads_num": 24,
|
| 11 |
+
"mlp_width_ratio": 4,
|
| 12 |
+
"mlp_act_type": "gelu_tanh",
|
| 13 |
+
"mm_double_blocks_depth": 20,
|
| 14 |
+
"mm_single_blocks_depth": 40,
|
| 15 |
+
"rope_dim_list": [
|
| 16 |
+
16,
|
| 17 |
+
56,
|
| 18 |
+
56
|
| 19 |
+
],
|
| 20 |
+
"qkv_bias": true,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"qk_norm_type": "rms",
|
| 23 |
+
"guidance_embed": true,
|
| 24 |
+
"text_projection": "single_refiner",
|
| 25 |
+
"use_attention_mask": true,
|
| 26 |
+
"device": null,
|
| 27 |
+
"text_states_dim": 4096,
|
| 28 |
+
"text_states_dim_2": 768,
|
| 29 |
+
"rope_theta": 256,
|
| 30 |
+
"_use_default_values": [
|
| 31 |
+
"device",
|
| 32 |
+
"patch_size",
|
| 33 |
+
"use_attention_mask",
|
| 34 |
+
"rope_theta",
|
| 35 |
+
"qk_norm_type",
|
| 36 |
+
"qkv_bias",
|
| 37 |
+
"text_states_dim",
|
| 38 |
+
"qk_norm",
|
| 39 |
+
"text_states_dim_2",
|
| 40 |
+
"mlp_act_type",
|
| 41 |
+
"text_projection"
|
| 42 |
+
]
|
| 43 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4202a00cee48ec72c26ceb7a8771fcdf72c3b6b289a149c0e2120672272f0a8
|
| 3 |
+
size 25642120808
|