rupeshs commited on
Commit
0705188
1 Parent(s): ab22e02

Added model files

Browse files
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderTiny",
3
+ "_diffusers_version": "0.23.0",
4
+ "_name_or_path": "madebyollin/taesdxl",
5
+ "act_fn": "relu",
6
+ "decoder_block_out_channels": [
7
+ 64,
8
+ 64,
9
+ 64,
10
+ 64
11
+ ],
12
+ "encoder_block_out_channels": [
13
+ 64,
14
+ 64,
15
+ 64,
16
+ 64
17
+ ],
18
+ "force_upcast": false,
19
+ "in_channels": 3,
20
+ "latent_channels": 4,
21
+ "latent_magnitude": 3,
22
+ "latent_shift": 0.5,
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
+ "scaling_factor": 1.0,
37
+ "upsampling_scaling_factor": 2
38
+ }
vae_decoder/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderTiny",
3
+ "_diffusers_version": "0.23.0",
4
+ "_name_or_path": "madebyollin/taesdxl",
5
+ "act_fn": "relu",
6
+ "decoder_block_out_channels": [
7
+ 64,
8
+ 64,
9
+ 64,
10
+ 64
11
+ ],
12
+ "encoder_block_out_channels": [
13
+ 64,
14
+ 64,
15
+ 64,
16
+ 64
17
+ ],
18
+ "force_upcast": false,
19
+ "in_channels": 3,
20
+ "latent_channels": 4,
21
+ "latent_magnitude": 3,
22
+ "latent_shift": 0.5,
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
+ "scaling_factor": 1.0,
37
+ "upsampling_scaling_factor": 2
38
+ }
vae_decoder/openvino_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28a5e565f7ee1725e1a9ab7b89fe3fe03d9b67c8c0d933219bbf92181c490d45
3
+ size 4890144
vae_decoder/openvino_model.xml ADDED
The diff for this file is too large to render. See raw diff
 
vae_encoder/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderTiny",
3
+ "_diffusers_version": "0.23.0",
4
+ "_name_or_path": "madebyollin/taesdxl",
5
+ "act_fn": "relu",
6
+ "decoder_block_out_channels": [
7
+ 64,
8
+ 64,
9
+ 64,
10
+ 64
11
+ ],
12
+ "encoder_block_out_channels": [
13
+ 64,
14
+ 64,
15
+ 64,
16
+ 64
17
+ ],
18
+ "force_upcast": false,
19
+ "in_channels": 3,
20
+ "latent_channels": 4,
21
+ "latent_magnitude": 3,
22
+ "latent_shift": 0.5,
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
+ "scaling_factor": 1.0,
37
+ "upsampling_scaling_factor": 2
38
+ }
vae_encoder/openvino_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bda1ea66b556ed8683125ccf3f6c67f42b6e0dc0d8cc8af93823027d6ca4a163
3
+ size 4890136
vae_encoder/openvino_model.xml ADDED
The diff for this file is too large to render. See raw diff