Update vae/config.json
Browse files- vae/config.json +1 -3
vae/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"_name_or_path": "dreambooth-concept/vae",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
@@ -15,14 +15,12 @@
|
|
15 |
"DownEncoderBlock2D",
|
16 |
"DownEncoderBlock2D"
|
17 |
],
|
18 |
-
"force_upcast": true,
|
19 |
"in_channels": 3,
|
20 |
"latent_channels": 4,
|
21 |
"layers_per_block": 2,
|
22 |
"norm_num_groups": 32,
|
23 |
"out_channels": 3,
|
24 |
"sample_size": 512,
|
25 |
-
"scaling_factor": 0.18215,
|
26 |
"up_block_types": [
|
27 |
"UpDecoderBlock2D",
|
28 |
"UpDecoderBlock2D",
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
+
"_diffusers_version": "0.4.0.dev0",
|
4 |
"_name_or_path": "dreambooth-concept/vae",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
|
|
15 |
"DownEncoderBlock2D",
|
16 |
"DownEncoderBlock2D"
|
17 |
],
|
|
|
18 |
"in_channels": 3,
|
19 |
"latent_channels": 4,
|
20 |
"layers_per_block": 2,
|
21 |
"norm_num_groups": 32,
|
22 |
"out_channels": 3,
|
23 |
"sample_size": 512,
|
|
|
24 |
"up_block_types": [
|
25 |
"UpDecoderBlock2D",
|
26 |
"UpDecoderBlock2D",
|