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/sd3.5-vae-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.022520065307617188,
|
| 23 |
+
0.028891298919916153,
|
| 24 |
+
-0.032047729939222336,
|
| 25 |
+
-0.02299668826162815,
|
| 26 |
+
0.07542382180690765,
|
| 27 |
+
0.005438343621790409,
|
| 28 |
+
0.018080536276102066,
|
| 29 |
+
-0.009380939416587353,
|
| 30 |
+
-0.059318918734788895,
|
| 31 |
+
-0.005332487169653177,
|
| 32 |
+
0.0028201835229992867,
|
| 33 |
+
0.001997536513954401,
|
| 34 |
+
-0.059100743383169174,
|
| 35 |
+
-0.014550937339663506,
|
| 36 |
+
-0.04712633043527603,
|
| 37 |
+
0.020210357382893562
|
| 38 |
+
],
|
| 39 |
+
"latents_std": [
|
| 40 |
+
2.3372809886932373,
|
| 41 |
+
2.3508591651916504,
|
| 42 |
+
2.346092700958252,
|
| 43 |
+
2.3590447902679443,
|
| 44 |
+
2.3411736488342285,
|
| 45 |
+
2.3550071716308594,
|
| 46 |
+
2.368407964706421,
|
| 47 |
+
2.3568196296691895,
|
| 48 |
+
2.332087278366089,
|
| 49 |
+
2.373119592666626,
|
| 50 |
+
2.3301920890808105,
|
| 51 |
+
2.348010778427124,
|
| 52 |
+
2.3711912631988525,
|
| 53 |
+
2.364023447036743,
|
| 54 |
+
2.3427982330322266,
|
| 55 |
+
2.3572182655334473
|
| 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": 1.5305,
|
| 63 |
+
"shift_factor": 0.0609,
|
| 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:ddda9522365119aacbd6ab7a9ffbe0af64791dd277956eaf605757efc05ea9a0
|
| 3 |
+
size 335306212
|