patrickvonplaten
commited on
Commit
•
d384e32
1
Parent(s):
07fd2eb
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 |
16,
|
14 |
32,
|
@@ -31,21 +25,14 @@
|
|
31 |
"SkipDownBlock2D"
|
32 |
],
|
33 |
"downsample_padding": 1,
|
34 |
-
"downscale_freq_shift": 0,
|
35 |
"flip_sin_to_cos": true,
|
36 |
"freq_shift": 0,
|
37 |
-
"image_size": null,
|
38 |
"in_channels": 3,
|
39 |
"layers_per_block": 1,
|
40 |
"mid_block_scale_factor": 1.41421356237,
|
41 |
"norm_eps": 1e-06,
|
42 |
"norm_num_groups": null,
|
43 |
-
"num_head_channels": 32,
|
44 |
-
"num_res_blocks": null,
|
45 |
"out_channels": 3,
|
46 |
-
"resnet_act_fn": "silu",
|
47 |
-
"resnet_eps": 1e-05,
|
48 |
-
"resnet_num_groups": 32,
|
49 |
"sample_size": 1024,
|
50 |
"time_embedding_type": "fourier",
|
51 |
"up_blocks": [
|
|
|
3 |
"_diffusers_version": "0.0.4",
|
4 |
"act_fn": "silu",
|
5 |
"attention_head_dim": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"block_out_channels": [
|
7 |
16,
|
8 |
32,
|
|
|
25 |
"SkipDownBlock2D"
|
26 |
],
|
27 |
"downsample_padding": 1,
|
|
|
28 |
"flip_sin_to_cos": true,
|
29 |
"freq_shift": 0,
|
|
|
30 |
"in_channels": 3,
|
31 |
"layers_per_block": 1,
|
32 |
"mid_block_scale_factor": 1.41421356237,
|
33 |
"norm_eps": 1e-06,
|
34 |
"norm_num_groups": null,
|
|
|
|
|
35 |
"out_channels": 3,
|
|
|
|
|
|
|
36 |
"sample_size": 1024,
|
37 |
"time_embedding_type": "fourier",
|
38 |
"up_blocks": [
|