Set 128x128 sample size for Widget (#2)
Browse files- Set 128x128 sample size for Widget (1af30cfb4098fa17a069daef9875febaa2056616)
Co-authored-by: Radamés Ajna <[email protected]>
- vae/config.json +1 -1
vae/config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
"layers_per_block": 2,
|
20 |
"norm_num_groups": 32,
|
21 |
"out_channels": 3,
|
22 |
-
"sample_size":
|
23 |
"scaling_factor": 0.18215,
|
24 |
"up_block_types": [
|
25 |
"UpDecoderBlock2D",
|
|
|
19 |
"layers_per_block": 2,
|
20 |
"norm_num_groups": 32,
|
21 |
"out_channels": 3,
|
22 |
+
"sample_size": 128,
|
23 |
"scaling_factor": 0.18215,
|
24 |
"up_block_types": [
|
25 |
"UpDecoderBlock2D",
|