Lawrence-cj
commited on
Commit
•
cd274f4
1
Parent(s):
7ad23c1
Upload config.json
Browse files- transformer/config.json +3 -3
transformer/config.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
{
|
2 |
"_class_name": "Transformer2DModel",
|
3 |
"_diffusers_version": "0.28.0.dev0",
|
4 |
"activation_fn": "gelu-approximate",
|
@@ -10,7 +10,7 @@
|
|
10 |
"double_self_attention": false,
|
11 |
"dropout": 0.0,
|
12 |
"in_channels": 4,
|
13 |
-
"interpolation_scale":
|
14 |
"norm_elementwise_affine": false,
|
15 |
"norm_eps": 1e-06,
|
16 |
"norm_num_groups": 32,
|
@@ -22,7 +22,7 @@
|
|
22 |
"only_cross_attention": false,
|
23 |
"out_channels": 8,
|
24 |
"patch_size": 2,
|
25 |
-
"sample_size":
|
26 |
"upcast_attention": false,
|
27 |
"use_additional_conditions": false,
|
28 |
"use_linear_projection": false
|
|
|
1 |
+
{
|
2 |
"_class_name": "Transformer2DModel",
|
3 |
"_diffusers_version": "0.28.0.dev0",
|
4 |
"activation_fn": "gelu-approximate",
|
|
|
10 |
"double_self_attention": false,
|
11 |
"dropout": 0.0,
|
12 |
"in_channels": 4,
|
13 |
+
"interpolation_scale": 4,
|
14 |
"norm_elementwise_affine": false,
|
15 |
"norm_eps": 1e-06,
|
16 |
"norm_num_groups": 32,
|
|
|
22 |
"only_cross_attention": false,
|
23 |
"out_channels": 8,
|
24 |
"patch_size": 2,
|
25 |
+
"sample_size": 256,
|
26 |
"upcast_attention": false,
|
27 |
"use_additional_conditions": false,
|
28 |
"use_linear_projection": false
|