patrickvonplaten commited on
Commit
743d1bf
1 Parent(s): 9379e34

finish config

Browse files
Files changed (1) hide show
  1. unet/config.json +0 -13
unet/config.json CHANGED
@@ -3,12 +3,6 @@
3
  "_diffusers_version": "0.0.4",
4
  "act_fn": "silu",
5
  "attention_head_dim": 32,
6
- "block_channels": [
7
- 224,
8
- 448,
9
- 672,
10
- 896
11
- ],
12
  "block_out_channels": [
13
  224,
14
  448,
@@ -23,21 +17,14 @@
23
  "AttnDownBlock2D"
24
  ],
25
  "downsample_padding": 1,
26
- "downscale_freq_shift": 0,
27
  "flip_sin_to_cos": true,
28
  "freq_shift": 0,
29
- "image_size": null,
30
  "in_channels": 3,
31
  "layers_per_block": 2,
32
  "mid_block_scale_factor": 1,
33
  "norm_eps": 1e-05,
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": 64,
42
  "time_embedding_type": "positional",
43
  "up_blocks": [
 
3
  "_diffusers_version": "0.0.4",
4
  "act_fn": "silu",
5
  "attention_head_dim": 32,
 
 
 
 
 
 
6
  "block_out_channels": [
7
  224,
8
  448,
 
17
  "AttnDownBlock2D"
18
  ],
19
  "downsample_padding": 1,
 
20
  "flip_sin_to_cos": true,
21
  "freq_shift": 0,
 
22
  "in_channels": 3,
23
  "layers_per_block": 2,
24
  "mid_block_scale_factor": 1,
25
  "norm_eps": 1e-05,
26
  "norm_num_groups": 32,
 
 
27
  "out_channels": 3,
 
 
 
28
  "sample_size": 64,
29
  "time_embedding_type": "positional",
30
  "up_blocks": [