Rafi Rizwan commited on
Commit ·
4c386f8
1
Parent(s): 05698dd
yolo
Browse files- .gitignore +27 -0
- vae/config.json +0 -30
- vae/diffusion_pytorch_model.bin +0 -3
.gitignore
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# General
|
| 2 |
+
.DS_Store
|
| 3 |
+
.AppleDouble
|
| 4 |
+
.LSOverride
|
| 5 |
+
|
| 6 |
+
# Icon must end with two \r
|
| 7 |
+
Icon
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
# Thumbnails
|
| 11 |
+
._*
|
| 12 |
+
|
| 13 |
+
# Files that might appear in the root of a volume
|
| 14 |
+
.DocumentRevisions-V100
|
| 15 |
+
.fseventsd
|
| 16 |
+
.Spotlight-V100
|
| 17 |
+
.TemporaryItems
|
| 18 |
+
.Trashes
|
| 19 |
+
.VolumeIcon.icns
|
| 20 |
+
.com.apple.timemachine.donotpresent
|
| 21 |
+
|
| 22 |
+
# Directories potentially created on remote AFP share
|
| 23 |
+
.AppleDB
|
| 24 |
+
.AppleDesktop
|
| 25 |
+
Network Trash Folder
|
| 26 |
+
Temporary Items
|
| 27 |
+
.apdisk
|
vae/config.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "AutoencoderKL",
|
| 3 |
-
"_diffusers_version": "0.16.1",
|
| 4 |
-
"act_fn": "silu",
|
| 5 |
-
"block_out_channels": [
|
| 6 |
-
128,
|
| 7 |
-
256,
|
| 8 |
-
512,
|
| 9 |
-
512
|
| 10 |
-
],
|
| 11 |
-
"down_block_types": [
|
| 12 |
-
"DownEncoderBlock2D",
|
| 13 |
-
"DownEncoderBlock2D",
|
| 14 |
-
"DownEncoderBlock2D",
|
| 15 |
-
"DownEncoderBlock2D"
|
| 16 |
-
],
|
| 17 |
-
"in_channels": 3,
|
| 18 |
-
"latent_channels": 4,
|
| 19 |
-
"layers_per_block": 2,
|
| 20 |
-
"norm_num_groups": 32,
|
| 21 |
-
"out_channels": 3,
|
| 22 |
-
"sample_size": 768,
|
| 23 |
-
"scaling_factor": 0.18215,
|
| 24 |
-
"up_block_types": [
|
| 25 |
-
"UpDecoderBlock2D",
|
| 26 |
-
"UpDecoderBlock2D",
|
| 27 |
-
"UpDecoderBlock2D",
|
| 28 |
-
"UpDecoderBlock2D"
|
| 29 |
-
]
|
| 30 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vae/diffusion_pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dcf4507d99b88db73f3916e2a20169fe74ada6b5582e9af56cfa80f5f3141765
|
| 3 |
-
size 334711857
|
|
|
|
|
|
|
|
|
|
|
|