Update vae/config.json
Browse files- vae/config.json +2 -2
vae/config.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
"DownEncoderBlock2D",
|
| 16 |
"DownEncoderBlock2D"
|
| 17 |
],
|
| 18 |
-
"force_upcast":
|
| 19 |
"in_channels": 3,
|
| 20 |
"latent_channels": 4,
|
| 21 |
"latents_mean": null,
|
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"mid_block_add_attention": true,
|
| 25 |
"norm_num_groups": 32,
|
| 26 |
"out_channels": 3,
|
| 27 |
-
"sample_size":
|
| 28 |
"scaling_factor": 0.13025,
|
| 29 |
"shift_factor": null,
|
| 30 |
"up_block_types": [
|
|
|
|
| 15 |
"DownEncoderBlock2D",
|
| 16 |
"DownEncoderBlock2D"
|
| 17 |
],
|
| 18 |
+
"force_upcast": false,
|
| 19 |
"in_channels": 3,
|
| 20 |
"latent_channels": 4,
|
| 21 |
"latents_mean": null,
|
|
|
|
| 24 |
"mid_block_add_attention": true,
|
| 25 |
"norm_num_groups": 32,
|
| 26 |
"out_channels": 3,
|
| 27 |
+
"sample_size": 512,
|
| 28 |
"scaling_factor": 0.13025,
|
| 29 |
"shift_factor": null,
|
| 30 |
"up_block_types": [
|