Upload 6 files
Browse files
logs/train_unet/events.out.tfevents.1672030886.c4aa77540c07.20458.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05dfbc71a68eb56ee72bd820bf4db04dfad389de05bc4bf39beb4c58fdce093f
|
3 |
+
size 46597868
|
mel/mel_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "Mel",
|
3 |
+
"_diffusers_version": "0.11.1",
|
4 |
+
"hop_length": 512,
|
5 |
+
"n_fft": 2048,
|
6 |
+
"n_iter": 32,
|
7 |
+
"sample_rate": 22050,
|
8 |
+
"top_db": 80,
|
9 |
+
"x_res": 256,
|
10 |
+
"y_res": 256
|
11 |
+
}
|
model_index.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AudioDiffusionPipeline",
|
3 |
+
"_diffusers_version": "0.11.1",
|
4 |
+
"mel": [
|
5 |
+
"audio_diffusion",
|
6 |
+
"Mel"
|
7 |
+
],
|
8 |
+
"scheduler": [
|
9 |
+
"diffusers",
|
10 |
+
"DDIMScheduler"
|
11 |
+
],
|
12 |
+
"unet": [
|
13 |
+
"diffusers",
|
14 |
+
"UNet2DModel"
|
15 |
+
],
|
16 |
+
"vqvae": [
|
17 |
+
null,
|
18 |
+
null
|
19 |
+
]
|
20 |
+
}
|
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DDIMScheduler",
|
3 |
+
"_diffusers_version": "0.11.1",
|
4 |
+
"beta_end": 0.02,
|
5 |
+
"beta_schedule": "linear",
|
6 |
+
"beta_start": 0.0001,
|
7 |
+
"clip_sample": true,
|
8 |
+
"num_train_timesteps": 1000,
|
9 |
+
"prediction_type": "epsilon",
|
10 |
+
"set_alpha_to_one": true,
|
11 |
+
"steps_offset": 0,
|
12 |
+
"trained_betas": null
|
13 |
+
}
|
unet/config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.11.1",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
128,
|
9 |
+
128,
|
10 |
+
256,
|
11 |
+
256,
|
12 |
+
512,
|
13 |
+
512
|
14 |
+
],
|
15 |
+
"center_input_sample": false,
|
16 |
+
"down_block_types": [
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"DownBlock2D",
|
20 |
+
"DownBlock2D",
|
21 |
+
"AttnDownBlock2D",
|
22 |
+
"DownBlock2D"
|
23 |
+
],
|
24 |
+
"downsample_padding": 1,
|
25 |
+
"flip_sin_to_cos": true,
|
26 |
+
"freq_shift": 0,
|
27 |
+
"in_channels": 1,
|
28 |
+
"layers_per_block": 2,
|
29 |
+
"mid_block_scale_factor": 1,
|
30 |
+
"norm_eps": 1e-05,
|
31 |
+
"norm_num_groups": 32,
|
32 |
+
"out_channels": 1,
|
33 |
+
"resnet_time_scale_shift": "default",
|
34 |
+
"sample_size": [
|
35 |
+
256,
|
36 |
+
256
|
37 |
+
],
|
38 |
+
"time_embedding_type": "positional",
|
39 |
+
"up_block_types": [
|
40 |
+
"UpBlock2D",
|
41 |
+
"AttnUpBlock2D",
|
42 |
+
"UpBlock2D",
|
43 |
+
"UpBlock2D",
|
44 |
+
"UpBlock2D",
|
45 |
+
"UpBlock2D"
|
46 |
+
]
|
47 |
+
}
|
unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cd157426f37e71076000a43cc23bdc9959aedba720d4bd52168fee738782757
|
3 |
+
size 149684224
|