LanguageBind
commited on
Commit
•
30f3690
1
Parent(s):
108cafe
Upload config.json
Browse files- config.json +36 -0
config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "OpenSoraInpaint_v1_3",
|
3 |
+
"_diffusers_version": "0.30.2",
|
4 |
+
"activation_fn": "gelu-approximate",
|
5 |
+
"attention_bias": true,
|
6 |
+
"attention_head_dim": 96,
|
7 |
+
"caption_channels": 4096,
|
8 |
+
"cross_attention_dim": 2304,
|
9 |
+
"double_self_attention": false,
|
10 |
+
"dropout": 0.0,
|
11 |
+
"in_channels": 8,
|
12 |
+
"interpolation_scale_h": 1.0,
|
13 |
+
"interpolation_scale_t": 1.0,
|
14 |
+
"interpolation_scale_w": 1.0,
|
15 |
+
"norm_elementwise_affine": false,
|
16 |
+
"norm_eps": 1e-06,
|
17 |
+
"num_attention_heads": 24,
|
18 |
+
"num_layers": 32,
|
19 |
+
"only_cross_attention": false,
|
20 |
+
"out_channels": 8,
|
21 |
+
"patch_size": 2,
|
22 |
+
"patch_size_t": 1,
|
23 |
+
"sample_size_h": [
|
24 |
+
40,
|
25 |
+
30
|
26 |
+
],
|
27 |
+
"sample_size_t": 24,
|
28 |
+
"sample_size_w": [
|
29 |
+
40,
|
30 |
+
30
|
31 |
+
],
|
32 |
+
"sparse1d": true,
|
33 |
+
"sparse_n": 4,
|
34 |
+
"upcast_attention": false,
|
35 |
+
"vae_scale_factor_t": 4
|
36 |
+
}
|