TAESD 1.3 "Mocha Croissant" edition
Browse files- vae_decoder/config.json +46 -38
- vae_decoder/openvino_model.bin +2 -2
- vae_decoder/openvino_model.xml +0 -0
- vae_encoder/config.json +46 -38
- vae_encoder/openvino_model.bin +2 -2
- vae_encoder/openvino_model.xml +0 -0
vae_decoder/config.json
CHANGED
|
@@ -1,38 +1,46 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "AutoencoderTiny",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
-
"_name_or_path": "madebyollin/taesdxl",
|
| 5 |
-
"act_fn": "relu",
|
| 6 |
-
"
|
| 7 |
-
64,
|
| 8 |
-
64,
|
| 9 |
-
64,
|
| 10 |
-
64
|
| 11 |
-
],
|
| 12 |
-
"
|
| 13 |
-
64,
|
| 14 |
-
64,
|
| 15 |
-
64,
|
| 16 |
-
64
|
| 17 |
-
],
|
| 18 |
-
"
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
"
|
| 30 |
-
|
| 31 |
-
3,
|
| 32 |
-
3,
|
| 33 |
-
|
| 34 |
-
],
|
| 35 |
-
"
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderTiny",
|
| 3 |
+
"_diffusers_version": "0.33.0",
|
| 4 |
+
"_name_or_path": "madebyollin/taesdxl",
|
| 5 |
+
"act_fn": "relu",
|
| 6 |
+
"block_out_channels": [
|
| 7 |
+
64,
|
| 8 |
+
64,
|
| 9 |
+
64,
|
| 10 |
+
64
|
| 11 |
+
],
|
| 12 |
+
"decoder_block_out_channels": [
|
| 13 |
+
64,
|
| 14 |
+
64,
|
| 15 |
+
64,
|
| 16 |
+
64
|
| 17 |
+
],
|
| 18 |
+
"encoder_block_out_channels": [
|
| 19 |
+
64,
|
| 20 |
+
64,
|
| 21 |
+
64,
|
| 22 |
+
64
|
| 23 |
+
],
|
| 24 |
+
"force_upcast": false,
|
| 25 |
+
"in_channels": 3,
|
| 26 |
+
"latent_channels": 4,
|
| 27 |
+
"latent_magnitude": 3,
|
| 28 |
+
"latent_shift": 0.5,
|
| 29 |
+
"num_decoder_blocks": [
|
| 30 |
+
3,
|
| 31 |
+
3,
|
| 32 |
+
3,
|
| 33 |
+
1
|
| 34 |
+
],
|
| 35 |
+
"num_encoder_blocks": [
|
| 36 |
+
1,
|
| 37 |
+
3,
|
| 38 |
+
3,
|
| 39 |
+
3
|
| 40 |
+
],
|
| 41 |
+
"out_channels": 3,
|
| 42 |
+
"scaling_factor": 1.0,
|
| 43 |
+
"shift_factor": 0.0,
|
| 44 |
+
"upsample_fn": "nearest",
|
| 45 |
+
"upsampling_scaling_factor": 2
|
| 46 |
+
}
|
vae_decoder/openvino_model.bin
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:94ec2c710bb9c5f520372d18f1c0cc0fddbc1a4de45fbc98c5c41c4ea9589bd4
|
| 3 |
+
size 2445080
|
vae_decoder/openvino_model.xml
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vae_encoder/config.json
CHANGED
|
@@ -1,38 +1,46 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "AutoencoderTiny",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
-
"_name_or_path": "madebyollin/taesdxl",
|
| 5 |
-
"act_fn": "relu",
|
| 6 |
-
"
|
| 7 |
-
64,
|
| 8 |
-
64,
|
| 9 |
-
64,
|
| 10 |
-
64
|
| 11 |
-
],
|
| 12 |
-
"
|
| 13 |
-
64,
|
| 14 |
-
64,
|
| 15 |
-
64,
|
| 16 |
-
64
|
| 17 |
-
],
|
| 18 |
-
"
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
"
|
| 30 |
-
|
| 31 |
-
3,
|
| 32 |
-
3,
|
| 33 |
-
|
| 34 |
-
],
|
| 35 |
-
"
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderTiny",
|
| 3 |
+
"_diffusers_version": "0.33.0",
|
| 4 |
+
"_name_or_path": "madebyollin/taesdxl",
|
| 5 |
+
"act_fn": "relu",
|
| 6 |
+
"block_out_channels": [
|
| 7 |
+
64,
|
| 8 |
+
64,
|
| 9 |
+
64,
|
| 10 |
+
64
|
| 11 |
+
],
|
| 12 |
+
"decoder_block_out_channels": [
|
| 13 |
+
64,
|
| 14 |
+
64,
|
| 15 |
+
64,
|
| 16 |
+
64
|
| 17 |
+
],
|
| 18 |
+
"encoder_block_out_channels": [
|
| 19 |
+
64,
|
| 20 |
+
64,
|
| 21 |
+
64,
|
| 22 |
+
64
|
| 23 |
+
],
|
| 24 |
+
"force_upcast": false,
|
| 25 |
+
"in_channels": 3,
|
| 26 |
+
"latent_channels": 4,
|
| 27 |
+
"latent_magnitude": 3,
|
| 28 |
+
"latent_shift": 0.5,
|
| 29 |
+
"num_decoder_blocks": [
|
| 30 |
+
3,
|
| 31 |
+
3,
|
| 32 |
+
3,
|
| 33 |
+
1
|
| 34 |
+
],
|
| 35 |
+
"num_encoder_blocks": [
|
| 36 |
+
1,
|
| 37 |
+
3,
|
| 38 |
+
3,
|
| 39 |
+
3
|
| 40 |
+
],
|
| 41 |
+
"out_channels": 3,
|
| 42 |
+
"scaling_factor": 1.0,
|
| 43 |
+
"shift_factor": 0.0,
|
| 44 |
+
"upsample_fn": "nearest",
|
| 45 |
+
"upsampling_scaling_factor": 2
|
| 46 |
+
}
|
vae_encoder/openvino_model.bin
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:ab5d982a5af3f5977e4118c814887e4c5d18705b883f125d22c16cc7addd6a59
|
| 3 |
+
size 2445068
|
vae_encoder/openvino_model.xml
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|