Cene655 commited on
Commit
0120b63
1 Parent(s): 2ca96e2

Upload prior/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. prior/config.json +11 -0
prior/config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "PriorTransformer",
3
+ "_diffusers_version": "0.17.0.dev0",
4
+ "additional_embeddings": 4,
5
+ "attention_head_dim": 64,
6
+ "dropout": 0.0,
7
+ "embedding_dim": 1280,
8
+ "num_attention_heads": 32,
9
+ "num_embeddings": 77,
10
+ "num_layers": 20
11
+ }