artspark
commited on
Commit
·
245182e
1
Parent(s):
b5e99bf
Revert "vae"
Browse filesThis reverts commit b5e99bfcfbba23efd1672c99e9b337250edfbaf9.
- model_index.json +1 -1
- text_encoder/model.safetensors +0 -3
- text_encoder_2/model.safetensors +0 -3
- vae/config.json +24 -30
- vae/diffusion_pytorch_model.safetensors +0 -3
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 |
}
|
text_encoder/model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:77795e2023adcf39bc29a884661950380bd093cf0750a966d473d1718dc9ef4e
|
3 |
-
size 246144864
|
|
|
|
|
|
|
|
text_encoder_2/model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:700c27a8fdb65b900b4de34af9ae1a1a8b36d17f9e3237d68d2be6a1e31108de
|
3 |
-
size 1389382880
|
|
|
|
|
|
|
|
vae/config.json
CHANGED
@@ -1,38 +1,32 @@
|
|
1 |
{
|
2 |
-
"_class_name": "
|
3 |
"_diffusers_version": "0.20.0",
|
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.20.0",
|
4 |
+
"_name_or_path": "./dsxl/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.13025,
|
26 |
+
"up_block_types": [
|
27 |
+
"UpDecoderBlock2D",
|
28 |
+
"UpDecoderBlock2D",
|
29 |
+
"UpDecoderBlock2D",
|
30 |
+
"UpDecoderBlock2D"
|
31 |
+
]
|
32 |
}
|
vae/diffusion_pytorch_model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e4c87c5fcec4e7e6ce503d071f05ab87d1ead4907a57ad8a8026f693c50be257
|
3 |
-
size 4903134
|
|
|
|
|
|
|
|