Upload AutoencoderKL
Browse files- README.md +1 -0
- config.json +72 -0
- diffusion_pytorch_model.safetensors +3 -0
README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
library_name: diffusers
|
| 4 |
---
|
config.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderKL",
|
| 3 |
+
"_diffusers_version": "0.35.0",
|
| 4 |
+
"_name_or_path": "pretrained_models/flux-vae-mjhq512bs128fix-e2e-lr2e-5-400k",
|
| 5 |
+
"act_fn": "silu",
|
| 6 |
+
"block_out_channels": [
|
| 7 |
+
128,
|
| 8 |
+
256,
|
| 9 |
+
512,
|
| 10 |
+
512
|
| 11 |
+
],
|
| 12 |
+
"down_block_types": [
|
| 13 |
+
"DownEncoderBlock2D",
|
| 14 |
+
"DownEncoderBlock2D",
|
| 15 |
+
"DownEncoderBlock2D",
|
| 16 |
+
"DownEncoderBlock2D"
|
| 17 |
+
],
|
| 18 |
+
"force_upcast": true,
|
| 19 |
+
"in_channels": 3,
|
| 20 |
+
"latent_channels": 16,
|
| 21 |
+
"latents_mean": [
|
| 22 |
+
0.0355735719203949,
|
| 23 |
+
0.0048736147582530975,
|
| 24 |
+
-0.003450946183875203,
|
| 25 |
+
-0.03965449333190918,
|
| 26 |
+
0.036058880388736725,
|
| 27 |
+
0.04668542370200157,
|
| 28 |
+
-0.05957012623548508,
|
| 29 |
+
-0.001957265892997384,
|
| 30 |
+
-0.025739729404449463,
|
| 31 |
+
0.008893698453903198,
|
| 32 |
+
0.016873272135853767,
|
| 33 |
+
-0.0028637342620640993,
|
| 34 |
+
0.020259900018572807,
|
| 35 |
+
-0.005238725338131189,
|
| 36 |
+
-0.024182798340916634,
|
| 37 |
+
-0.0040397001430392265
|
| 38 |
+
],
|
| 39 |
+
"latents_std": [
|
| 40 |
+
2.339289665222168,
|
| 41 |
+
2.355745315551758,
|
| 42 |
+
2.364927053451538,
|
| 43 |
+
2.34753680229187,
|
| 44 |
+
2.3591816425323486,
|
| 45 |
+
2.38031268119812,
|
| 46 |
+
2.348323345184326,
|
| 47 |
+
2.343754291534424,
|
| 48 |
+
2.363278865814209,
|
| 49 |
+
2.3746819496154785,
|
| 50 |
+
2.3765056133270264,
|
| 51 |
+
2.362192392349243,
|
| 52 |
+
2.3591220378875732,
|
| 53 |
+
2.3649189472198486,
|
| 54 |
+
2.345620632171631,
|
| 55 |
+
2.3334505558013916
|
| 56 |
+
],
|
| 57 |
+
"layers_per_block": 2,
|
| 58 |
+
"mid_block_add_attention": true,
|
| 59 |
+
"norm_num_groups": 32,
|
| 60 |
+
"out_channels": 3,
|
| 61 |
+
"sample_size": 1024,
|
| 62 |
+
"scaling_factor": 0.3611,
|
| 63 |
+
"shift_factor": 0.1159,
|
| 64 |
+
"up_block_types": [
|
| 65 |
+
"UpDecoderBlock2D",
|
| 66 |
+
"UpDecoderBlock2D",
|
| 67 |
+
"UpDecoderBlock2D",
|
| 68 |
+
"UpDecoderBlock2D"
|
| 69 |
+
],
|
| 70 |
+
"use_post_quant_conv": false,
|
| 71 |
+
"use_quant_conv": false
|
| 72 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75dc83fbe7d11ea5ac3c6b885f2fac2e5113fd79c8539204ad96b865e16bfa8c
|
| 3 |
+
size 335306212
|