Upload StableMamba
Browse files- config.json +83 -1
config.json
CHANGED
@@ -1,5 +1,87 @@
|
|
1 |
{
|
2 |
"_class_name": "StableMamba",
|
3 |
"_diffusers_version": "0.25.0",
|
4 |
-
"_name_or_path": "model_test"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "StableMamba",
|
3 |
"_diffusers_version": "0.25.0",
|
4 |
+
"_name_or_path": "model_test",
|
5 |
+
"modules_list": [
|
6 |
+
[
|
7 |
+
"down_blocks.0.attentions.0.transformer_blocks.0.attn1",
|
8 |
+
320,
|
9 |
+
8
|
10 |
+
],
|
11 |
+
[
|
12 |
+
"down_blocks.0.attentions.1.transformer_blocks.0.attn1",
|
13 |
+
320,
|
14 |
+
8
|
15 |
+
],
|
16 |
+
[
|
17 |
+
"down_blocks.1.attentions.0.transformer_blocks.0.attn1",
|
18 |
+
640,
|
19 |
+
8
|
20 |
+
],
|
21 |
+
[
|
22 |
+
"down_blocks.1.attentions.1.transformer_blocks.0.attn1",
|
23 |
+
640,
|
24 |
+
8
|
25 |
+
],
|
26 |
+
[
|
27 |
+
"down_blocks.2.attentions.0.transformer_blocks.0.attn1",
|
28 |
+
1280,
|
29 |
+
8
|
30 |
+
],
|
31 |
+
[
|
32 |
+
"down_blocks.2.attentions.1.transformer_blocks.0.attn1",
|
33 |
+
1280,
|
34 |
+
8
|
35 |
+
],
|
36 |
+
[
|
37 |
+
"up_blocks.1.attentions.0.transformer_blocks.0.attn1",
|
38 |
+
1280,
|
39 |
+
8
|
40 |
+
],
|
41 |
+
[
|
42 |
+
"up_blocks.1.attentions.1.transformer_blocks.0.attn1",
|
43 |
+
1280,
|
44 |
+
8
|
45 |
+
],
|
46 |
+
[
|
47 |
+
"up_blocks.1.attentions.2.transformer_blocks.0.attn1",
|
48 |
+
1280,
|
49 |
+
8
|
50 |
+
],
|
51 |
+
[
|
52 |
+
"up_blocks.2.attentions.0.transformer_blocks.0.attn1",
|
53 |
+
640,
|
54 |
+
8
|
55 |
+
],
|
56 |
+
[
|
57 |
+
"up_blocks.2.attentions.1.transformer_blocks.0.attn1",
|
58 |
+
640,
|
59 |
+
8
|
60 |
+
],
|
61 |
+
[
|
62 |
+
"up_blocks.2.attentions.2.transformer_blocks.0.attn1",
|
63 |
+
640,
|
64 |
+
8
|
65 |
+
],
|
66 |
+
[
|
67 |
+
"up_blocks.3.attentions.0.transformer_blocks.0.attn1",
|
68 |
+
320,
|
69 |
+
8
|
70 |
+
],
|
71 |
+
[
|
72 |
+
"up_blocks.3.attentions.1.transformer_blocks.0.attn1",
|
73 |
+
320,
|
74 |
+
8
|
75 |
+
],
|
76 |
+
[
|
77 |
+
"up_blocks.3.attentions.2.transformer_blocks.0.attn1",
|
78 |
+
320,
|
79 |
+
8
|
80 |
+
],
|
81 |
+
[
|
82 |
+
"mid_block.attentions.0.transformer_blocks.0.attn1",
|
83 |
+
1280,
|
84 |
+
8
|
85 |
+
]
|
86 |
+
]
|
87 |
}
|