yiyixuxu
commited on
Commit
·
46ce9fc
1
Parent(s):
2569443
update prior
Browse files- prior/config.json +2 -6
prior/config.json
CHANGED
|
@@ -1,19 +1,15 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "PriorTransformer",
|
| 3 |
"_diffusers_version": "0.17.0.dev0",
|
| 4 |
-
"act_fn": "gelu",
|
| 5 |
"additional_embeddings": 0,
|
| 6 |
"attention_head_dim": 64,
|
| 7 |
"clip_embedding_dim": 768,
|
| 8 |
"dropout": 0.0,
|
| 9 |
"embedding_dim": 1024,
|
| 10 |
-
"has_encoder_hidden_states_proj": false,
|
| 11 |
-
"has_post_process": false,
|
| 12 |
-
"has_prd_embedding": false,
|
| 13 |
-
"has_pre_norm": true,
|
| 14 |
"num_attention_heads": 16,
|
| 15 |
"num_embeddings": 1024,
|
| 16 |
"num_layers": 24,
|
| 17 |
"out_dim": 2048,
|
| 18 |
-
"time_embed_dim": 4096
|
|
|
|
| 19 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "PriorTransformer",
|
| 3 |
"_diffusers_version": "0.17.0.dev0",
|
|
|
|
| 4 |
"additional_embeddings": 0,
|
| 5 |
"attention_head_dim": 64,
|
| 6 |
"clip_embedding_dim": 768,
|
| 7 |
"dropout": 0.0,
|
| 8 |
"embedding_dim": 1024,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"num_attention_heads": 16,
|
| 10 |
"num_embeddings": 1024,
|
| 11 |
"num_layers": 24,
|
| 12 |
"out_dim": 2048,
|
| 13 |
+
"time_embed_dim": 4096,
|
| 14 |
+
"time_embed_act_fn": "gelu"
|
| 15 |
}
|