add scaling/shift factor and update dtype
Browse files
vae/config.json
CHANGED
@@ -24,7 +24,8 @@
|
|
24 |
"norm_num_groups": 32,
|
25 |
"out_channels": 3,
|
26 |
"sample_size": 1024,
|
27 |
-
"scaling_factor":
|
|
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1173613744f03c3c49b15fbf4a33829736931e1217aca4b1b11d2057a4581fd
|
3 |
+
size 167666654
|