dn6 HF staff commited on
Commit
880760b
1 Parent(s): 3442676

Add VAE scaling and shift factor (#6)

Browse files

- add scaling/shift factor and update dtype (f62a75d8684a451b3647d5bc252c075609b6ce52)

vae/config.json CHANGED
@@ -24,7 +24,8 @@
24
  "norm_num_groups": 32,
25
  "out_channels": 3,
26
  "sample_size": 1024,
27
- "scaling_factor": 0.13025,
 
28
  "up_block_types": [
29
  "UpDecoderBlock2D",
30
  "UpDecoderBlock2D",
 
24
  "norm_num_groups": 32,
25
  "out_channels": 3,
26
  "sample_size": 1024,
27
+ "scaling_factor": 1.5305,
28
+ "shift_factor": 0.0609,
29
  "up_block_types": [
30
  "UpDecoderBlock2D",
31
  "UpDecoderBlock2D",
vae/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d972e5c4aa354ca9eeee7517bd8b6a7da1c2df2cdf8d657723f689ca1ad65679
3
- size 335306212
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1173613744f03c3c49b15fbf4a33829736931e1217aca4b1b11d2057a4581fd
3
+ size 167666654