abhinavreddy17 commited on
Commit
3534915
·
verified ·
1 Parent(s): 270e302

Uploaded model_index.json file

Browse files
Files changed (1) hide show
  1. model_index.json +18 -0
model_index.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionPipeline",
3
+ "model_type": "stable-diffusion",
4
+ "config": {
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "hidden_act": "gelu",
7
+ "hidden_dropout_prob": 0.1,
8
+ "initializer_range": 0.02,
9
+ "intermediate_size": 3072,
10
+ "layer_norm_eps": 1e-12,
11
+ "max_position_embeddings": 514,
12
+ "num_attention_heads": 12,
13
+ "num_hidden_layers": 12,
14
+ "pad_token_id": 0,
15
+ "type_vocab_size": 2,
16
+ "vocab_size": 50257
17
+ }
18
+ }