jadechoghari
commited on
Commit
•
b1aa766
1
Parent(s):
701ec1d
Create config.json
Browse files- unet/config.json +26 -0
unet/config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "SPADUnetModel",
|
3 |
+
"_diffusers_version": "0.25.0",
|
4 |
+
"attention_resolutions": [
|
5 |
+
4,
|
6 |
+
2,
|
7 |
+
1
|
8 |
+
],
|
9 |
+
"channel_mult": [
|
10 |
+
1,
|
11 |
+
2,
|
12 |
+
4,
|
13 |
+
4
|
14 |
+
],
|
15 |
+
"context_dim": 768,
|
16 |
+
"image_size": 32,
|
17 |
+
"in_channels": 4,
|
18 |
+
"model_channels": 320,
|
19 |
+
"num_heads": 8,
|
20 |
+
"num_res_blocks": 2,
|
21 |
+
"out_channels": 4,
|
22 |
+
"transformer_depth": 1,
|
23 |
+
"use_checkpoint": false,
|
24 |
+
"use_spatial_transformer": true,
|
25 |
+
"legacy": false
|
26 |
+
}
|