johnowhitaker
commited on
Commit
•
bd11f58
1
Parent(s):
0ea28c6
Upload unet with huggingface_hub
Browse files- unet/config.json +45 -0
- unet/diffusion_pytorch_model.bin +3 -0
unet/config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.12.0.dev0",
|
4 |
+
"_name_or_path": "/home/ubuntu/.cache/huggingface/diffusers/models--teticio--audio-diffusion-ddim-256/snapshots/27d950ab03120124323d38b9609749bf4c6d25ed/unet",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"add_attention": true,
|
7 |
+
"attention_head_dim": 8,
|
8 |
+
"block_out_channels": [
|
9 |
+
128,
|
10 |
+
128,
|
11 |
+
256,
|
12 |
+
256,
|
13 |
+
512,
|
14 |
+
512
|
15 |
+
],
|
16 |
+
"center_input_sample": false,
|
17 |
+
"down_block_types": [
|
18 |
+
"DownBlock2D",
|
19 |
+
"DownBlock2D",
|
20 |
+
"DownBlock2D",
|
21 |
+
"DownBlock2D",
|
22 |
+
"AttnDownBlock2D",
|
23 |
+
"DownBlock2D"
|
24 |
+
],
|
25 |
+
"downsample_padding": 1,
|
26 |
+
"flip_sin_to_cos": true,
|
27 |
+
"freq_shift": 0,
|
28 |
+
"in_channels": 1,
|
29 |
+
"layers_per_block": 2,
|
30 |
+
"mid_block_scale_factor": 1,
|
31 |
+
"norm_eps": 1e-05,
|
32 |
+
"norm_num_groups": 32,
|
33 |
+
"out_channels": 1,
|
34 |
+
"resnet_time_scale_shift": "default",
|
35 |
+
"sample_size": 256,
|
36 |
+
"time_embedding_type": "positional",
|
37 |
+
"up_block_types": [
|
38 |
+
"UpBlock2D",
|
39 |
+
"AttnUpBlock2D",
|
40 |
+
"UpBlock2D",
|
41 |
+
"UpBlock2D",
|
42 |
+
"UpBlock2D",
|
43 |
+
"UpBlock2D"
|
44 |
+
]
|
45 |
+
}
|
unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fcded9f9d9f114d2d04d230e6f67b5d11ca733ec3a95ff5a3f96b38145ea544
|
3 |
+
size 454848893
|