Commit
•
c1d3e48
1
Parent(s):
19b610c
Update vae/config.json (#9)
Browse files- Update vae/config.json (197e90fe98a07bfa6e040a0872d7bfdd25707147)
Co-authored-by: ちくわぶ <Prgckwb@users.noreply.huggingface.co>
- vae/config.json +2 -1
vae/config.json
CHANGED
@@ -23,5 +23,6 @@
|
|
23 |
"UpDecoderBlock2D",
|
24 |
"UpDecoderBlock2D",
|
25 |
"UpDecoderBlock2D"
|
26 |
-
]
|
|
|
27 |
}
|
|
|
23 |
"UpDecoderBlock2D",
|
24 |
"UpDecoderBlock2D",
|
25 |
"UpDecoderBlock2D"
|
26 |
+
],
|
27 |
+
"scaling_factor": 0.08333
|
28 |
}
|