Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +0 -3
- assets/combined.gif +3 -0
- assets/dc-ae-lite.jpg +0 -0
- config.json +78 -0
- diffusion_pytorch_model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
assets/combined.gif filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
assets/combined.gif
ADDED
|
Git LFS Details
|
assets/dc-ae-lite.jpg
ADDED
|
config.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderDC",
|
| 3 |
+
"_diffusers_version": "0.35.0.dev0",
|
| 4 |
+
"attention_head_dim": 32,
|
| 5 |
+
"decoder_act_fns": "silu",
|
| 6 |
+
"decoder_block_out_channels": [
|
| 7 |
+
128,
|
| 8 |
+
256,
|
| 9 |
+
512,
|
| 10 |
+
512,
|
| 11 |
+
1024,
|
| 12 |
+
1024
|
| 13 |
+
],
|
| 14 |
+
"decoder_block_types": "ResBlock",
|
| 15 |
+
"decoder_conv_act_fn": "silu",
|
| 16 |
+
"decoder_in_shortcut": true,
|
| 17 |
+
"decoder_layers_per_block": [
|
| 18 |
+
0,
|
| 19 |
+
3,
|
| 20 |
+
5,
|
| 21 |
+
4,
|
| 22 |
+
4,
|
| 23 |
+
4
|
| 24 |
+
],
|
| 25 |
+
"decoder_norm_types": "rms_norm",
|
| 26 |
+
"decoder_qkv_multiscales": [
|
| 27 |
+
[],
|
| 28 |
+
[],
|
| 29 |
+
[],
|
| 30 |
+
[],
|
| 31 |
+
[],
|
| 32 |
+
[]
|
| 33 |
+
],
|
| 34 |
+
"downsample_block_type": "Conv",
|
| 35 |
+
"encoder_block_out_channels": [
|
| 36 |
+
128,
|
| 37 |
+
256,
|
| 38 |
+
512,
|
| 39 |
+
512,
|
| 40 |
+
1024,
|
| 41 |
+
1024
|
| 42 |
+
],
|
| 43 |
+
"encoder_block_types": [
|
| 44 |
+
"ResBlock",
|
| 45 |
+
"ResBlock",
|
| 46 |
+
"ResBlock",
|
| 47 |
+
"EfficientViTBlock",
|
| 48 |
+
"EfficientViTBlock",
|
| 49 |
+
"EfficientViTBlock"
|
| 50 |
+
],
|
| 51 |
+
"encoder_layers_per_block": [
|
| 52 |
+
2,
|
| 53 |
+
2,
|
| 54 |
+
2,
|
| 55 |
+
3,
|
| 56 |
+
3,
|
| 57 |
+
3
|
| 58 |
+
],
|
| 59 |
+
"encoder_out_shortcut": true,
|
| 60 |
+
"encoder_qkv_multiscales": [
|
| 61 |
+
[],
|
| 62 |
+
[],
|
| 63 |
+
[],
|
| 64 |
+
[
|
| 65 |
+
5
|
| 66 |
+
],
|
| 67 |
+
[
|
| 68 |
+
5
|
| 69 |
+
],
|
| 70 |
+
[
|
| 71 |
+
5
|
| 72 |
+
]
|
| 73 |
+
],
|
| 74 |
+
"in_channels": 3,
|
| 75 |
+
"latent_channels": 32,
|
| 76 |
+
"scaling_factor": 0.41407,
|
| 77 |
+
"upsample_block_type": "pixel_shuffle"
|
| 78 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:043f9dd935cb8144d1a56b8913393dc98fbb714a78e6971ba8f35294f4109f09
|
| 3 |
+
size 1684758496
|