Update unet/config.json
Browse files- unet/config.json +1 -1
unet/config.json
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
"norm_num_groups": 32,
|
36 |
"only_cross_attention": false,
|
37 |
"out_channels": 4,
|
38 |
-
"sample_size":
|
39 |
"up_block_types": [
|
40 |
"UpBlock2D",
|
41 |
"CrossAttnUpBlock2D",
|
|
|
35 |
"norm_num_groups": 32,
|
36 |
"only_cross_attention": false,
|
37 |
"out_channels": 4,
|
38 |
+
"sample_size": 64,
|
39 |
"up_block_types": [
|
40 |
"UpBlock2D",
|
41 |
"CrossAttnUpBlock2D",
|