Julien Kipp
commited on
Commit
·
4d9534f
1
Parent(s):
d0d7acf
add onnx models
Browse files- vae_decoder/config.json +37 -0
- vae_decoder/model.onnx +3 -0
- vae_encoder/config.json +37 -0
- vae_encoder/model.onnx +3 -0
vae_decoder/config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AutoencoderTiny",
|
3 |
+
"_diffusers_version": "0.20.0.dev0",
|
4 |
+
"act_fn": "relu",
|
5 |
+
"decoder_block_out_channels": [
|
6 |
+
64,
|
7 |
+
64,
|
8 |
+
64,
|
9 |
+
64
|
10 |
+
],
|
11 |
+
"encoder_block_out_channels": [
|
12 |
+
64,
|
13 |
+
64,
|
14 |
+
64,
|
15 |
+
64
|
16 |
+
],
|
17 |
+
"force_upcast": false,
|
18 |
+
"in_channels": 3,
|
19 |
+
"latent_channels": 4,
|
20 |
+
"latent_magnitude": 3,
|
21 |
+
"latent_shift": 0.5,
|
22 |
+
"num_decoder_blocks": [
|
23 |
+
3,
|
24 |
+
3,
|
25 |
+
3,
|
26 |
+
1
|
27 |
+
],
|
28 |
+
"num_encoder_blocks": [
|
29 |
+
1,
|
30 |
+
3,
|
31 |
+
3,
|
32 |
+
3
|
33 |
+
],
|
34 |
+
"out_channels": 3,
|
35 |
+
"scaling_factor": 1.0,
|
36 |
+
"upsampling_scaling_factor": 2
|
37 |
+
}
|
vae_decoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2911f6ecd3fb71bd5bc8656dce9d1bff402a20b81f59cf2b39450b810c2ca98
|
3 |
+
size 4912312
|
vae_encoder/config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AutoencoderTiny",
|
3 |
+
"_diffusers_version": "0.20.0.dev0",
|
4 |
+
"act_fn": "relu",
|
5 |
+
"decoder_block_out_channels": [
|
6 |
+
64,
|
7 |
+
64,
|
8 |
+
64,
|
9 |
+
64
|
10 |
+
],
|
11 |
+
"encoder_block_out_channels": [
|
12 |
+
64,
|
13 |
+
64,
|
14 |
+
64,
|
15 |
+
64
|
16 |
+
],
|
17 |
+
"force_upcast": false,
|
18 |
+
"in_channels": 3,
|
19 |
+
"latent_channels": 4,
|
20 |
+
"latent_magnitude": 3,
|
21 |
+
"latent_shift": 0.5,
|
22 |
+
"num_decoder_blocks": [
|
23 |
+
3,
|
24 |
+
3,
|
25 |
+
3,
|
26 |
+
1
|
27 |
+
],
|
28 |
+
"num_encoder_blocks": [
|
29 |
+
1,
|
30 |
+
3,
|
31 |
+
3,
|
32 |
+
3
|
33 |
+
],
|
34 |
+
"out_channels": 3,
|
35 |
+
"scaling_factor": 1.0,
|
36 |
+
"upsampling_scaling_factor": 2
|
37 |
+
}
|
vae_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dcbc171373946b64d9e83d20f177e16ab16ff35dbdfbb1c5daff6d36902b69e
|
3 |
+
size 4910437
|