Nunatic
commited on
Commit
•
e49f700
1
Parent(s):
1cf863e
Epoch 0
Browse files- config.json +37 -0
- diffusion_pytorch_model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet1DModel",
|
3 |
+
"_diffusers_version": "0.30.3",
|
4 |
+
"act_fn": null,
|
5 |
+
"block_out_channels": [
|
6 |
+
64,
|
7 |
+
128,
|
8 |
+
256,
|
9 |
+
512
|
10 |
+
],
|
11 |
+
"down_block_types": [
|
12 |
+
"DownBlock1D",
|
13 |
+
"DownBlock1D",
|
14 |
+
"AttnDownBlock1D",
|
15 |
+
"DownBlock1D"
|
16 |
+
],
|
17 |
+
"downsample_each_block": false,
|
18 |
+
"extra_in_channels": 0,
|
19 |
+
"flip_sin_to_cos": true,
|
20 |
+
"freq_shift": 0.0,
|
21 |
+
"in_channels": 3,
|
22 |
+
"layers_per_block": 2,
|
23 |
+
"mid_block_type": "UNetMidBlock1D",
|
24 |
+
"norm_num_groups": 8,
|
25 |
+
"out_block_type": null,
|
26 |
+
"out_channels": 3,
|
27 |
+
"sample_rate": null,
|
28 |
+
"sample_size": 128,
|
29 |
+
"time_embedding_type": "fourier",
|
30 |
+
"up_block_types": [
|
31 |
+
"UpBlock1D",
|
32 |
+
"AttnUpBlock1D",
|
33 |
+
"UpBlock1D",
|
34 |
+
"UpBlock1D"
|
35 |
+
],
|
36 |
+
"use_timestep_embedding": false
|
37 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ce4f5dae5e7b5e01b005a9c9721c6c181641d0198b770c4b394398185d781f6
|
3 |
+
size 174036532
|