Upload 2 files
Browse files- config.json +16 -40
- diffusion_pytorch_model.safetensors +2 -2
config.json
CHANGED
@@ -35,18 +35,6 @@
|
|
35 |
640,
|
36 |
1280
|
37 |
],
|
38 |
-
[
|
39 |
-
1280,
|
40 |
-
1280
|
41 |
-
],
|
42 |
-
[
|
43 |
-
1280,
|
44 |
-
1280
|
45 |
-
],
|
46 |
-
[
|
47 |
-
1280,
|
48 |
-
1280
|
49 |
-
],
|
50 |
[
|
51 |
1280,
|
52 |
1280
|
@@ -59,18 +47,6 @@
|
|
59 |
]
|
60 |
],
|
61 |
"up": [
|
62 |
-
[
|
63 |
-
2560,
|
64 |
-
1280
|
65 |
-
],
|
66 |
-
[
|
67 |
-
2560,
|
68 |
-
1280
|
69 |
-
],
|
70 |
-
[
|
71 |
-
2560,
|
72 |
-
1280
|
73 |
-
],
|
74 |
[
|
75 |
2560,
|
76 |
1280
|
@@ -110,10 +86,9 @@
|
|
110 |
]
|
111 |
},
|
112 |
"block_out_channels": [
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
16
|
117 |
],
|
118 |
"conditioning_channels": 3,
|
119 |
"conditioning_embedding_out_channels": [
|
@@ -123,31 +98,32 @@
|
|
123 |
256
|
124 |
],
|
125 |
"controlnet_conditioning_channel_order": "rgb",
|
126 |
-
"cross_attention_dim":
|
127 |
"down_block_types": [
|
|
|
128 |
"CrossAttnDownBlock2D",
|
129 |
-
"CrossAttnDownBlock2D"
|
130 |
-
"CrossAttnDownBlock2D",
|
131 |
-
"DownBlock2D"
|
132 |
],
|
133 |
"learn_embedding": true,
|
134 |
-
"norm_num_groups":
|
135 |
"num_attention_heads": [
|
136 |
1,
|
137 |
1,
|
138 |
-
2,
|
139 |
2
|
140 |
],
|
141 |
-
"sample_size":
|
142 |
"time_embedding_dim": 1280,
|
143 |
"time_embedding_input_dim": 320,
|
144 |
-
"time_embedding_mix":
|
145 |
-
"transformer_layers_per_block":
|
|
|
|
|
|
|
|
|
146 |
"up_block_types": [
|
147 |
-
"UpBlock2D",
|
148 |
"CrossAttnUpBlock2D",
|
149 |
"CrossAttnUpBlock2D",
|
150 |
-
"
|
151 |
],
|
152 |
-
"upcast_attention":
|
153 |
}
|
|
|
35 |
640,
|
36 |
1280
|
37 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
[
|
39 |
1280,
|
40 |
1280
|
|
|
47 |
]
|
48 |
],
|
49 |
"up": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
[
|
51 |
2560,
|
52 |
1280
|
|
|
86 |
]
|
87 |
},
|
88 |
"block_out_channels": [
|
89 |
+
32,
|
90 |
+
64,
|
91 |
+
128
|
|
|
92 |
],
|
93 |
"conditioning_channels": 3,
|
94 |
"conditioning_embedding_out_channels": [
|
|
|
98 |
256
|
99 |
],
|
100 |
"controlnet_conditioning_channel_order": "rgb",
|
101 |
+
"cross_attention_dim": 2048,
|
102 |
"down_block_types": [
|
103 |
+
"DownBlock2D",
|
104 |
"CrossAttnDownBlock2D",
|
105 |
+
"CrossAttnDownBlock2D"
|
|
|
|
|
106 |
],
|
107 |
"learn_embedding": true,
|
108 |
+
"norm_num_groups": 32,
|
109 |
"num_attention_heads": [
|
110 |
1,
|
111 |
1,
|
|
|
112 |
2
|
113 |
],
|
114 |
+
"sample_size": 128,
|
115 |
"time_embedding_dim": 1280,
|
116 |
"time_embedding_input_dim": 320,
|
117 |
+
"time_embedding_mix": 0.95,
|
118 |
+
"transformer_layers_per_block": [
|
119 |
+
1,
|
120 |
+
2,
|
121 |
+
10
|
122 |
+
],
|
123 |
"up_block_types": [
|
|
|
124 |
"CrossAttnUpBlock2D",
|
125 |
"CrossAttnUpBlock2D",
|
126 |
+
"UpBlock2D"
|
127 |
],
|
128 |
+
"upcast_attention": null
|
129 |
}
|
diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4f07163d2be18ee9b08e219385805326b5f4a4d2b1d71ce785fd6047f275b4f
|
3 |
+
size 169820736
|