Commit
·
809bf00
1
Parent(s):
01e61b3
update config
Browse files- config.json +6 -4
config.json
CHANGED
|
@@ -2,9 +2,6 @@
|
|
| 2 |
"_class_name": "AsymmetricAutoencoderKL",
|
| 3 |
"_diffusers_version": "0.18.0.dev0",
|
| 4 |
"act_fn": "silu",
|
| 5 |
-
"block_out_channels": [
|
| 6 |
-
64
|
| 7 |
-
],
|
| 8 |
"down_block_out_channels": [
|
| 9 |
128,
|
| 10 |
256,
|
|
@@ -12,11 +9,13 @@
|
|
| 12 |
512
|
| 13 |
],
|
| 14 |
"down_block_types": [
|
|
|
|
|
|
|
|
|
|
| 15 |
"DownEncoderBlock2D"
|
| 16 |
],
|
| 17 |
"in_channels": 3,
|
| 18 |
"latent_channels": 4,
|
| 19 |
-
"layers_per_block": 1,
|
| 20 |
"layers_per_down_block": 2,
|
| 21 |
"layers_per_up_block": 3,
|
| 22 |
"norm_num_groups": 32,
|
|
@@ -30,6 +29,9 @@
|
|
| 30 |
768
|
| 31 |
],
|
| 32 |
"up_block_types": [
|
|
|
|
|
|
|
|
|
|
| 33 |
"UpDecoderBlock2D"
|
| 34 |
]
|
| 35 |
}
|
|
|
|
| 2 |
"_class_name": "AsymmetricAutoencoderKL",
|
| 3 |
"_diffusers_version": "0.18.0.dev0",
|
| 4 |
"act_fn": "silu",
|
|
|
|
|
|
|
|
|
|
| 5 |
"down_block_out_channels": [
|
| 6 |
128,
|
| 7 |
256,
|
|
|
|
| 9 |
512
|
| 10 |
],
|
| 11 |
"down_block_types": [
|
| 12 |
+
"DownEncoderBlock2D",
|
| 13 |
+
"DownEncoderBlock2D",
|
| 14 |
+
"DownEncoderBlock2D",
|
| 15 |
"DownEncoderBlock2D"
|
| 16 |
],
|
| 17 |
"in_channels": 3,
|
| 18 |
"latent_channels": 4,
|
|
|
|
| 19 |
"layers_per_down_block": 2,
|
| 20 |
"layers_per_up_block": 3,
|
| 21 |
"norm_num_groups": 32,
|
|
|
|
| 29 |
768
|
| 30 |
],
|
| 31 |
"up_block_types": [
|
| 32 |
+
"UpDecoderBlock2D",
|
| 33 |
+
"UpDecoderBlock2D",
|
| 34 |
+
"UpDecoderBlock2D",
|
| 35 |
"UpDecoderBlock2D"
|
| 36 |
]
|
| 37 |
}
|