patrickvonplaten commited on
Commit
3ce5f13
1 Parent(s): 7a4db4c

finish config

Browse files
Files changed (1) hide show
  1. config.json +0 -13
config.json CHANGED
@@ -3,12 +3,6 @@
3
  "_diffusers_version": "0.0.4",
4
  "act_fn": "silu",
5
  "attention_head_dim": null,
6
- "block_channels": [
7
- 224,
8
- 448,
9
- 672,
10
- 896
11
- ],
12
  "block_out_channels": [
13
  128,
14
  256,
@@ -23,21 +17,14 @@
23
  "DownBlock2D"
24
  ],
25
  "downsample_padding": 0,
26
- "downscale_freq_shift": 0,
27
  "flip_sin_to_cos": false,
28
  "freq_shift": 1,
29
- "image_size": null,
30
  "in_channels": 3,
31
  "layers_per_block": 2,
32
  "mid_block_scale_factor": 1,
33
  "norm_eps": 1e-06,
34
  "norm_num_groups": 32,
35
- "num_head_channels": 32,
36
- "num_res_blocks": null,
37
  "out_channels": 3,
38
- "resnet_act_fn": "silu",
39
- "resnet_eps": 1e-05,
40
- "resnet_num_groups": 32,
41
  "sample_size": 32,
42
  "time_embedding_type": "positional",
43
  "up_blocks": [
 
3
  "_diffusers_version": "0.0.4",
4
  "act_fn": "silu",
5
  "attention_head_dim": null,
 
 
 
 
 
 
6
  "block_out_channels": [
7
  128,
8
  256,
 
17
  "DownBlock2D"
18
  ],
19
  "downsample_padding": 0,
 
20
  "flip_sin_to_cos": false,
21
  "freq_shift": 1,
 
22
  "in_channels": 3,
23
  "layers_per_block": 2,
24
  "mid_block_scale_factor": 1,
25
  "norm_eps": 1e-06,
26
  "norm_num_groups": 32,
 
 
27
  "out_channels": 3,
 
 
 
28
  "sample_size": 32,
29
  "time_embedding_type": "positional",
30
  "up_blocks": [