Add AE v3.2 nostatic encoder ae_v32_nostatic_d8c32.encoder.json (slot-LUT fix retrain)
Browse files
ae_v32_nostatic_d8c32.encoder.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"static_in_latent": false,
|
| 3 |
+
"terrain_cond": true,
|
| 4 |
+
"schema": "ae_v32_nostatic",
|
| 5 |
+
"format": "spatial_ae_encoder_v32_nostatic",
|
| 6 |
+
"upsample_decoder": true,
|
| 7 |
+
"latent_c": 32,
|
| 8 |
+
"latent_down": 8
|
| 9 |
+
}
|