ayushtues commited on
Commit
7295830
·
1 Parent(s): b308077

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +36 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.18.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 32,
9
+ 64
10
+ ],
11
+ "center_input_sample": false,
12
+ "class_embed_type": null,
13
+ "down_block_types": [
14
+ "ResnetDownsampleBlock2D",
15
+ "AttnDownBlock2D"
16
+ ],
17
+ "downsample_padding": 1,
18
+ "downsample_type": "resnet",
19
+ "flip_sin_to_cos": true,
20
+ "freq_shift": 0,
21
+ "in_channels": 3,
22
+ "layers_per_block": 2,
23
+ "mid_block_scale_factor": 1,
24
+ "norm_eps": 1e-05,
25
+ "norm_num_groups": 32,
26
+ "num_class_embeds": 1000,
27
+ "out_channels": 3,
28
+ "resnet_time_scale_shift": "scale_shift",
29
+ "sample_size": 32,
30
+ "time_embedding_type": "positional",
31
+ "up_block_types": [
32
+ "AttnUpBlock2D",
33
+ "ResnetUpsampleBlock2D"
34
+ ],
35
+ "upsample_type": "resnet"
36
+ }