Commit
·
e4bb8b2
1
Parent(s):
b3c25df
Upload StableDiffusionImg2ImgPipeline
Browse files- model_index.json +1 -1
- vae/config.json +24 -30
- vae/diffusion_pytorch_model.safetensors +2 -2
model_index.json
CHANGED
@@ -29,6 +29,6 @@
|
|
29 |
],
|
30 |
"vae": [
|
31 |
"diffusers",
|
32 |
-
"
|
33 |
]
|
34 |
}
|
|
|
29 |
],
|
30 |
"vae": [
|
31 |
"diffusers",
|
32 |
+
"AutoencoderKL"
|
33 |
]
|
34 |
}
|
vae/config.json
CHANGED
@@ -1,38 +1,32 @@
|
|
1 |
{
|
2 |
-
"_class_name": "
|
3 |
"_diffusers_version": "0.23.1",
|
4 |
-
"_name_or_path": "
|
5 |
-
"act_fn": "
|
6 |
-
"
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
],
|
12 |
-
"
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
],
|
18 |
-
"force_upcast":
|
19 |
"in_channels": 3,
|
20 |
"latent_channels": 4,
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"num_decoder_blocks": [
|
24 |
-
3,
|
25 |
-
3,
|
26 |
-
3,
|
27 |
-
1
|
28 |
-
],
|
29 |
-
"num_encoder_blocks": [
|
30 |
-
1,
|
31 |
-
3,
|
32 |
-
3,
|
33 |
-
3
|
34 |
-
],
|
35 |
"out_channels": 3,
|
36 |
-
"
|
37 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
}
|
|
|
1 |
{
|
2 |
+
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.23.1",
|
4 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--stablediffusionapi--anything-v5/snapshots/b47165cde18e8c2b22c05b38cf5811932a0fff04/vae",
|
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": 4,
|
21 |
+
"layers_per_block": 2,
|
22 |
+
"norm_num_groups": 32,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
"out_channels": 3,
|
24 |
+
"sample_size": 512,
|
25 |
+
"scaling_factor": 0.18215,
|
26 |
+
"up_block_types": [
|
27 |
+
"UpDecoderBlock2D",
|
28 |
+
"UpDecoderBlock2D",
|
29 |
+
"UpDecoderBlock2D",
|
30 |
+
"UpDecoderBlock2D"
|
31 |
+
]
|
32 |
}
|
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:97d91e545cafc829a2168479a1ca1cb02be404e3a26c9ff4d6f5ba2ed2dbcf17
|
3 |
+
size 334643268
|