patrickvonplaten commited on
Commit
3f1507a
1 Parent(s): a86c27a

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
  128,
@@ -29,21 +23,14 @@
29
  "SkipDownBlock2D"
30
  ],
31
  "downsample_padding": 1,
32
- "downscale_freq_shift": 0,
33
  "flip_sin_to_cos": true,
34
  "freq_shift": 0,
35
- "image_size": null,
36
  "in_channels": 3,
37
  "layers_per_block": 2,
38
  "mid_block_scale_factor": 1.41421356237,
39
  "norm_eps": 1e-06,
40
  "norm_num_groups": null,
41
- "num_head_channels": 32,
42
- "num_res_blocks": null,
43
  "out_channels": 3,
44
- "resnet_act_fn": "silu",
45
- "resnet_eps": 1e-05,
46
- "resnet_num_groups": 32,
47
  "sample_size": 256,
48
  "time_embedding_type": "fourier",
49
  "up_blocks": [
 
3
  "_diffusers_version": "0.0.4",
4
  "act_fn": "silu",
5
  "attention_head_dim": null,
 
 
 
 
 
 
6
  "block_out_channels": [
7
  128,
8
  128,
 
23
  "SkipDownBlock2D"
24
  ],
25
  "downsample_padding": 1,
 
26
  "flip_sin_to_cos": true,
27
  "freq_shift": 0,
 
28
  "in_channels": 3,
29
  "layers_per_block": 2,
30
  "mid_block_scale_factor": 1.41421356237,
31
  "norm_eps": 1e-06,
32
  "norm_num_groups": null,
 
 
33
  "out_channels": 3,
 
 
 
34
  "sample_size": 256,
35
  "time_embedding_type": "fourier",
36
  "up_blocks": [