Upload with huggingface_hub
Browse files- config.json +5 -11
- diffusion_pytorch_model.bin +2 -2
config.json
CHANGED
@@ -4,21 +4,17 @@
|
|
4 |
"act_fn": "silu",
|
5 |
"attention_head_dim": 8,
|
6 |
"block_out_channels": [
|
|
|
7 |
128,
|
8 |
128,
|
9 |
-
256
|
10 |
-
256,
|
11 |
-
512,
|
12 |
-
512
|
13 |
],
|
14 |
"center_input_sample": false,
|
15 |
"down_block_types": [
|
16 |
-
"DownBlock2D",
|
17 |
-
"DownBlock2D",
|
18 |
"DownBlock2D",
|
19 |
"DownBlock2D",
|
20 |
"AttnDownBlock2D",
|
21 |
-
"
|
22 |
],
|
23 |
"downsample_padding": 1,
|
24 |
"flip_sin_to_cos": true,
|
@@ -29,13 +25,11 @@
|
|
29 |
"norm_eps": 1e-05,
|
30 |
"norm_num_groups": 32,
|
31 |
"out_channels": 3,
|
32 |
-
"sample_size":
|
33 |
"time_embedding_type": "positional",
|
34 |
"up_block_types": [
|
35 |
-
"UpBlock2D",
|
36 |
"AttnUpBlock2D",
|
37 |
-
"
|
38 |
-
"UpBlock2D",
|
39 |
"UpBlock2D",
|
40 |
"UpBlock2D"
|
41 |
]
|
|
|
4 |
"act_fn": "silu",
|
5 |
"attention_head_dim": 8,
|
6 |
"block_out_channels": [
|
7 |
+
64,
|
8 |
128,
|
9 |
128,
|
10 |
+
256
|
|
|
|
|
|
|
11 |
],
|
12 |
"center_input_sample": false,
|
13 |
"down_block_types": [
|
|
|
|
|
14 |
"DownBlock2D",
|
15 |
"DownBlock2D",
|
16 |
"AttnDownBlock2D",
|
17 |
+
"AttnDownBlock2D"
|
18 |
],
|
19 |
"downsample_padding": 1,
|
20 |
"flip_sin_to_cos": true,
|
|
|
25 |
"norm_eps": 1e-05,
|
26 |
"norm_num_groups": 32,
|
27 |
"out_channels": 3,
|
28 |
+
"sample_size": 32,
|
29 |
"time_embedding_type": "positional",
|
30 |
"up_block_types": [
|
|
|
31 |
"AttnUpBlock2D",
|
32 |
+
"AttnUpBlock2D",
|
|
|
33 |
"UpBlock2D",
|
34 |
"UpBlock2D"
|
35 |
]
|
diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87264ed99da35c0c65a5d5b3eb80a47ade235843a5d302bbe354b19bb679962a
|
3 |
+
size 74284617
|