ehristoforu commited on
Commit
ca737e7
1 Parent(s): 2fea186

Update vae/config.json

Browse files
Files changed (1) hide show
  1. vae/config.json +4 -9
vae/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.29.0.dev0",
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
  128,
@@ -17,20 +17,15 @@
17
  "force_upcast": true,
18
  "in_channels": 3,
19
  "latent_channels": 4,
20
- "latents_mean": null,
21
- "latents_std": null,
22
  "layers_per_block": 2,
23
  "norm_num_groups": 32,
24
  "out_channels": 3,
25
  "sample_size": 1024,
26
- "scaling_factor": 1.5305,
27
- "shift_factor": 0.0609,
28
  "up_block_types": [
29
  "UpDecoderBlock2D",
30
  "UpDecoderBlock2D",
31
  "UpDecoderBlock2D",
32
  "UpDecoderBlock2D"
33
- ],
34
- "use_post_quant_conv": false,
35
- "use_quant_conv": false
36
- }
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.22.0.dev0",
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
  128,
 
17
  "force_upcast": true,
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": 1024,
24
+ "scaling_factor": 0.13025,
 
25
  "up_block_types": [
26
  "UpDecoderBlock2D",
27
  "UpDecoderBlock2D",
28
  "UpDecoderBlock2D",
29
  "UpDecoderBlock2D"
30
+ ]
31
+ }