naykun commited on
Commit
840b4ad
·
verified ·
1 Parent(s): f52e6a5

Update to 0919 release checkpoint; fix vae scale_factor_spatial=16, remove transformer causal_block

Browse files
transformer/config.json CHANGED
@@ -15,6 +15,5 @@
15
  "patch_size": 1,
16
  "mlp_ratio": 3,
17
  "eps": 1e-06,
18
- "causal_condition": true,
19
- "causal_block": true
20
- }
 
15
  "patch_size": 1,
16
  "mlp_ratio": 3,
17
  "eps": 1e-06,
18
+ "causal_condition": true
19
+ }
 
transformer/diffusion_pytorch_model-00001-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:825e8d8526ca6135dad7b43b1e6d0ab3530bc135274a2e75f1e8510d515f1525
3
  size 9968332504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e6bc2d641e67bf277895ea8777141044a38f3edb7101bc469b2961dd7c36b4b
3
  size 9968332504
transformer/diffusion_pytorch_model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60f53747c6ff3a58d665f63d16d1e232c6642f77bd098a32951b6f09d8840d73
3
  size 4261951904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aaf234dcbe128530479735854a346b5e3e66283b7c11db56f836bbd1c13ebaa
3
  size 4261951904
vae/config.json CHANGED
@@ -149,7 +149,7 @@
149
  "num_res_blocks": 2,
150
  "out_channels": 4,
151
  "patch_size": null,
152
- "scale_factor_spatial": 8,
153
  "scale_factor_temporal": 8,
154
  "temperal_downsample": [
155
  false,
@@ -158,4 +158,4 @@
158
  true
159
  ],
160
  "z_dim": 64
161
- }
 
149
  "num_res_blocks": 2,
150
  "out_channels": 4,
151
  "patch_size": null,
152
+ "scale_factor_spatial": 16,
153
  "scale_factor_temporal": 8,
154
  "temperal_downsample": [
155
  false,
 
158
  true
159
  ],
160
  "z_dim": 64
161
+ }