patrickvonplaten
commited on
Commit
·
1166910
1
Parent(s):
7df7b27
upload
Browse files- config.json +20 -0
- diffusion_model.pt +3 -0
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"UNetModel"
|
4 |
+
],
|
5 |
+
"channels": 3,
|
6 |
+
"diffusers_version": "0.0.1",
|
7 |
+
"dim": 64,
|
8 |
+
"dim_mults": [
|
9 |
+
1,
|
10 |
+
2,
|
11 |
+
4,
|
12 |
+
8
|
13 |
+
],
|
14 |
+
"init_dim": null,
|
15 |
+
"learned_variance": false,
|
16 |
+
"model_type": "unet",
|
17 |
+
"out_dim": null,
|
18 |
+
"resnet_block_groups": 8,
|
19 |
+
"with_time_emb": true
|
20 |
+
}
|
diffusion_model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bfc1a847830a95fe447d757c714a33c0620d33e9223a553a5d779862edff3f9
|
3 |
+
size 129104833
|