femboysLover
commited on
Commit
•
3e5c62e
1
Parent(s):
4defaec
Upload AutoencoderKL
Browse files- config.json +20 -29
- diffusion_pytorch_model.safetensors +2 -2
config.json
CHANGED
@@ -1,43 +1,34 @@
|
|
1 |
{
|
2 |
-
"_class_name": "
|
3 |
"_diffusers_version": "0.28.2",
|
4 |
-
"_name_or_path": "femboysLover/
|
5 |
"act_fn": "silu",
|
6 |
-
"addition_embed_type": null,
|
7 |
-
"addition_time_embed_dim": null,
|
8 |
"block_out_channels": [
|
|
|
9 |
64,
|
10 |
128,
|
11 |
256
|
12 |
],
|
13 |
-
"cross_attention_dim": 100,
|
14 |
"down_block_types": [
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
|
|
18 |
],
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"motion_max_seq_length": 20,
|
26 |
-
"motion_num_attention_heads": 8,
|
27 |
-
"norm_eps": 1e-05,
|
28 |
"norm_num_groups": 32,
|
29 |
-
"
|
30 |
-
"out_channels": 1,
|
31 |
-
"projection_class_embeddings_input_dim": null,
|
32 |
-
"reverse_transformer_layers_per_block": null,
|
33 |
"sample_size": 32,
|
34 |
-
"
|
35 |
-
"transformer_layers_per_block": 1,
|
36 |
"up_block_types": [
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
|
41 |
-
|
42 |
-
"use_motion_mid_block": true
|
43 |
}
|
|
|
1 |
{
|
2 |
+
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.28.2",
|
4 |
+
"_name_or_path": "femboysLover/vqmodel_tf2_spy_latest",
|
5 |
"act_fn": "silu",
|
|
|
|
|
6 |
"block_out_channels": [
|
7 |
+
32,
|
8 |
64,
|
9 |
128,
|
10 |
256
|
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": 1,
|
21 |
+
"latents_mean": null,
|
22 |
+
"latents_std": null,
|
23 |
+
"layers_per_block": 2,
|
|
|
|
|
|
|
24 |
"norm_num_groups": 32,
|
25 |
+
"out_channels": 3,
|
|
|
|
|
|
|
26 |
"sample_size": 32,
|
27 |
+
"scaling_factor": 0.18215,
|
|
|
28 |
"up_block_types": [
|
29 |
+
"UpDecoderBlock2D",
|
30 |
+
"UpDecoderBlock2D",
|
31 |
+
"UpDecoderBlock2D",
|
32 |
+
"UpDecoderBlock2D"
|
33 |
+
]
|
|
|
34 |
}
|
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:a80a57e9ece46bfbf52c64d6bac2384f96ccaca469e0e4c74da3500ceef6e0d4
|
3 |
+
size 55912236
|