patrickvonplaten
commited on
Commit
•
651fd14
1
Parent(s):
005221b
finish config
Browse files- 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,
|
@@ -27,21 +21,14 @@
|
|
27 |
"DownBlock2D"
|
28 |
],
|
29 |
"downsample_padding": 0,
|
30 |
-
"downscale_freq_shift": 0,
|
31 |
"flip_sin_to_cos": false,
|
32 |
"freq_shift": 1,
|
33 |
-
"image_size": null,
|
34 |
"in_channels": 3,
|
35 |
"layers_per_block": 2,
|
36 |
"mid_block_scale_factor": 1,
|
37 |
"norm_eps": 1e-06,
|
38 |
"norm_num_groups": 32,
|
39 |
-
"num_head_channels": 32,
|
40 |
-
"num_res_blocks": null,
|
41 |
"out_channels": 3,
|
42 |
-
"resnet_act_fn": "silu",
|
43 |
-
"resnet_eps": 1e-05,
|
44 |
-
"resnet_num_groups": 32,
|
45 |
"sample_size": 256,
|
46 |
"time_embedding_type": "positional",
|
47 |
"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,
|
|
|
21 |
"DownBlock2D"
|
22 |
],
|
23 |
"downsample_padding": 0,
|
|
|
24 |
"flip_sin_to_cos": false,
|
25 |
"freq_shift": 1,
|
|
|
26 |
"in_channels": 3,
|
27 |
"layers_per_block": 2,
|
28 |
"mid_block_scale_factor": 1,
|
29 |
"norm_eps": 1e-06,
|
30 |
"norm_num_groups": 32,
|
|
|
|
|
31 |
"out_channels": 3,
|
|
|
|
|
|
|
32 |
"sample_size": 256,
|
33 |
"time_embedding_type": "positional",
|
34 |
"up_blocks": [
|