Update Diffuser Part 5
Browse files- vae/config.json +1 -1
vae/config.json
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
"latent_channels": 4,
|
19 |
"layers_per_block": 2,
|
20 |
"out_channels": 3,
|
21 |
-
"sample_size":
|
22 |
"up_block_types": [
|
23 |
"UpDecoderBlock2D",
|
24 |
"UpDecoderBlock2D",
|
|
|
18 |
"latent_channels": 4,
|
19 |
"layers_per_block": 2,
|
20 |
"out_channels": 3,
|
21 |
+
"sample_size": 512,
|
22 |
"up_block_types": [
|
23 |
"UpDecoderBlock2D",
|
24 |
"UpDecoderBlock2D",
|