Update VAE scale factor
Browse files- config.json +1 -1
config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
"norm_num_groups": 32,
|
20 |
"out_channels": 2,
|
21 |
"sample_size": 256,
|
22 |
-
"scaling_factor": 0.
|
23 |
"up_block_types": [
|
24 |
"UpDecoderBlock2D",
|
25 |
"UpDecoderBlock2D",
|
|
|
19 |
"norm_num_groups": 32,
|
20 |
"out_channels": 2,
|
21 |
"sample_size": 256,
|
22 |
+
"scaling_factor": 0.262,
|
23 |
"up_block_types": [
|
24 |
"UpDecoderBlock2D",
|
25 |
"UpDecoderBlock2D",
|