Upload 2 files
Browse filesAdd new unet checkpoint (add use_data_type_embedding to config)
- unet/config.json +32 -0
- unet/diffusion_pytorch_model.bin +3 -0
unet/config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UniDiffuserModel",
|
3 |
+
"_diffusers_version": "0.17.0.dev0",
|
4 |
+
"activation_fn": "gelu",
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_head_dim": 64,
|
7 |
+
"block_type": "unidiffuser",
|
8 |
+
"clip_img_dim": 512,
|
9 |
+
"cross_attention_dim": null,
|
10 |
+
"dropout": 0.0,
|
11 |
+
"ff_final_dropout": true,
|
12 |
+
"in_channels": 4,
|
13 |
+
"norm_elementwise_affine": true,
|
14 |
+
"norm_num_groups": 32,
|
15 |
+
"norm_type": "layer_norm",
|
16 |
+
"num_attention_heads": 24,
|
17 |
+
"num_embeds_ada_norm": 1000,
|
18 |
+
"num_layers": 30,
|
19 |
+
"num_text_tokens": 77,
|
20 |
+
"num_vector_embeds": null,
|
21 |
+
"only_cross_attention": false,
|
22 |
+
"out_channels": 4,
|
23 |
+
"patch_size": 2,
|
24 |
+
"pre_layer_norm": false,
|
25 |
+
"sample_size": 64,
|
26 |
+
"text_dim": 64,
|
27 |
+
"upcast_attention": false,
|
28 |
+
"use_data_type_embedding": true,
|
29 |
+
"use_linear_projection": false,
|
30 |
+
"use_patch_pos_embed": false,
|
31 |
+
"use_timestep_embedding": false
|
32 |
+
}
|
unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9307cd7aff6c6a22945c19723e0426f5631ebb31406d7d7021a2aa7127cc69fe
|
3 |
+
size 3810352317
|