beckhamc commited on
Commit
6412e78
·
verified ·
1 Parent(s): ceb5f3f

Upload folder using huggingface_hub

Browse files
vae/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.31.0.dev0",
4
+ "_name_or_path": "black-forest-labs/FLUX.1-dev",
5
+ "act_fn": "silu",
6
+ "block_out_channels": [
7
+ 128,
8
+ 256,
9
+ 512,
10
+ 512
11
+ ],
12
+ "down_block_types": [
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D"
17
+ ],
18
+ "force_upcast": true,
19
+ "in_channels": 3,
20
+ "latent_channels": 16,
21
+ "latents_mean": null,
22
+ "latents_std": null,
23
+ "layers_per_block": 2,
24
+ "mid_block_add_attention": true,
25
+ "norm_num_groups": 32,
26
+ "out_channels": 3,
27
+ "sample_size": 1024,
28
+ "scaling_factor": 0.3611,
29
+ "shift_factor": 0.1159,
30
+ "up_block_types": [
31
+ "UpDecoderBlock2D",
32
+ "UpDecoderBlock2D",
33
+ "UpDecoderBlock2D",
34
+ "UpDecoderBlock2D"
35
+ ],
36
+ "use_post_quant_conv": false,
37
+ "use_quant_conv": false
38
+ }
vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea74239a1003a43354c10746ef54380f86ccb49e5b1542e525307f9b1ba75f24
3
+ size 84173312
vae/quanto_qmap.json ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder.conv_in": {
3
+ "weights": "qint8",
4
+ "activations": "none"
5
+ },
6
+ "encoder.down_blocks.0.resnets.0.conv1": {
7
+ "weights": "qint8",
8
+ "activations": "none"
9
+ },
10
+ "encoder.down_blocks.0.resnets.0.conv2": {
11
+ "weights": "qint8",
12
+ "activations": "none"
13
+ },
14
+ "encoder.down_blocks.0.resnets.1.conv1": {
15
+ "weights": "qint8",
16
+ "activations": "none"
17
+ },
18
+ "encoder.down_blocks.0.resnets.1.conv2": {
19
+ "weights": "qint8",
20
+ "activations": "none"
21
+ },
22
+ "encoder.down_blocks.0.downsamplers.0.conv": {
23
+ "weights": "qint8",
24
+ "activations": "none"
25
+ },
26
+ "encoder.down_blocks.1.resnets.0.conv1": {
27
+ "weights": "qint8",
28
+ "activations": "none"
29
+ },
30
+ "encoder.down_blocks.1.resnets.0.conv2": {
31
+ "weights": "qint8",
32
+ "activations": "none"
33
+ },
34
+ "encoder.down_blocks.1.resnets.0.conv_shortcut": {
35
+ "weights": "qint8",
36
+ "activations": "none"
37
+ },
38
+ "encoder.down_blocks.1.resnets.1.conv1": {
39
+ "weights": "qint8",
40
+ "activations": "none"
41
+ },
42
+ "encoder.down_blocks.1.resnets.1.conv2": {
43
+ "weights": "qint8",
44
+ "activations": "none"
45
+ },
46
+ "encoder.down_blocks.1.downsamplers.0.conv": {
47
+ "weights": "qint8",
48
+ "activations": "none"
49
+ },
50
+ "encoder.down_blocks.2.resnets.0.conv1": {
51
+ "weights": "qint8",
52
+ "activations": "none"
53
+ },
54
+ "encoder.down_blocks.2.resnets.0.conv2": {
55
+ "weights": "qint8",
56
+ "activations": "none"
57
+ },
58
+ "encoder.down_blocks.2.resnets.0.conv_shortcut": {
59
+ "weights": "qint8",
60
+ "activations": "none"
61
+ },
62
+ "encoder.down_blocks.2.resnets.1.conv1": {
63
+ "weights": "qint8",
64
+ "activations": "none"
65
+ },
66
+ "encoder.down_blocks.2.resnets.1.conv2": {
67
+ "weights": "qint8",
68
+ "activations": "none"
69
+ },
70
+ "encoder.down_blocks.2.downsamplers.0.conv": {
71
+ "weights": "qint8",
72
+ "activations": "none"
73
+ },
74
+ "encoder.down_blocks.3.resnets.0.conv1": {
75
+ "weights": "qint8",
76
+ "activations": "none"
77
+ },
78
+ "encoder.down_blocks.3.resnets.0.conv2": {
79
+ "weights": "qint8",
80
+ "activations": "none"
81
+ },
82
+ "encoder.down_blocks.3.resnets.1.conv1": {
83
+ "weights": "qint8",
84
+ "activations": "none"
85
+ },
86
+ "encoder.down_blocks.3.resnets.1.conv2": {
87
+ "weights": "qint8",
88
+ "activations": "none"
89
+ },
90
+ "encoder.mid_block.attentions.0.to_q": {
91
+ "weights": "qint8",
92
+ "activations": "none"
93
+ },
94
+ "encoder.mid_block.attentions.0.to_k": {
95
+ "weights": "qint8",
96
+ "activations": "none"
97
+ },
98
+ "encoder.mid_block.attentions.0.to_v": {
99
+ "weights": "qint8",
100
+ "activations": "none"
101
+ },
102
+ "encoder.mid_block.attentions.0.to_out.0": {
103
+ "weights": "qint8",
104
+ "activations": "none"
105
+ },
106
+ "encoder.mid_block.resnets.0.conv1": {
107
+ "weights": "qint8",
108
+ "activations": "none"
109
+ },
110
+ "encoder.mid_block.resnets.0.conv2": {
111
+ "weights": "qint8",
112
+ "activations": "none"
113
+ },
114
+ "encoder.mid_block.resnets.1.conv1": {
115
+ "weights": "qint8",
116
+ "activations": "none"
117
+ },
118
+ "encoder.mid_block.resnets.1.conv2": {
119
+ "weights": "qint8",
120
+ "activations": "none"
121
+ },
122
+ "encoder.conv_out": {
123
+ "weights": "qint8",
124
+ "activations": "none"
125
+ },
126
+ "decoder.conv_in": {
127
+ "weights": "qint8",
128
+ "activations": "none"
129
+ },
130
+ "decoder.up_blocks.0.resnets.0.conv1": {
131
+ "weights": "qint8",
132
+ "activations": "none"
133
+ },
134
+ "decoder.up_blocks.0.resnets.0.conv2": {
135
+ "weights": "qint8",
136
+ "activations": "none"
137
+ },
138
+ "decoder.up_blocks.0.resnets.1.conv1": {
139
+ "weights": "qint8",
140
+ "activations": "none"
141
+ },
142
+ "decoder.up_blocks.0.resnets.1.conv2": {
143
+ "weights": "qint8",
144
+ "activations": "none"
145
+ },
146
+ "decoder.up_blocks.0.resnets.2.conv1": {
147
+ "weights": "qint8",
148
+ "activations": "none"
149
+ },
150
+ "decoder.up_blocks.0.resnets.2.conv2": {
151
+ "weights": "qint8",
152
+ "activations": "none"
153
+ },
154
+ "decoder.up_blocks.0.upsamplers.0.conv": {
155
+ "weights": "qint8",
156
+ "activations": "none"
157
+ },
158
+ "decoder.up_blocks.1.resnets.0.conv1": {
159
+ "weights": "qint8",
160
+ "activations": "none"
161
+ },
162
+ "decoder.up_blocks.1.resnets.0.conv2": {
163
+ "weights": "qint8",
164
+ "activations": "none"
165
+ },
166
+ "decoder.up_blocks.1.resnets.1.conv1": {
167
+ "weights": "qint8",
168
+ "activations": "none"
169
+ },
170
+ "decoder.up_blocks.1.resnets.1.conv2": {
171
+ "weights": "qint8",
172
+ "activations": "none"
173
+ },
174
+ "decoder.up_blocks.1.resnets.2.conv1": {
175
+ "weights": "qint8",
176
+ "activations": "none"
177
+ },
178
+ "decoder.up_blocks.1.resnets.2.conv2": {
179
+ "weights": "qint8",
180
+ "activations": "none"
181
+ },
182
+ "decoder.up_blocks.1.upsamplers.0.conv": {
183
+ "weights": "qint8",
184
+ "activations": "none"
185
+ },
186
+ "decoder.up_blocks.2.resnets.0.conv1": {
187
+ "weights": "qint8",
188
+ "activations": "none"
189
+ },
190
+ "decoder.up_blocks.2.resnets.0.conv2": {
191
+ "weights": "qint8",
192
+ "activations": "none"
193
+ },
194
+ "decoder.up_blocks.2.resnets.0.conv_shortcut": {
195
+ "weights": "qint8",
196
+ "activations": "none"
197
+ },
198
+ "decoder.up_blocks.2.resnets.1.conv1": {
199
+ "weights": "qint8",
200
+ "activations": "none"
201
+ },
202
+ "decoder.up_blocks.2.resnets.1.conv2": {
203
+ "weights": "qint8",
204
+ "activations": "none"
205
+ },
206
+ "decoder.up_blocks.2.resnets.2.conv1": {
207
+ "weights": "qint8",
208
+ "activations": "none"
209
+ },
210
+ "decoder.up_blocks.2.resnets.2.conv2": {
211
+ "weights": "qint8",
212
+ "activations": "none"
213
+ },
214
+ "decoder.up_blocks.2.upsamplers.0.conv": {
215
+ "weights": "qint8",
216
+ "activations": "none"
217
+ },
218
+ "decoder.up_blocks.3.resnets.0.conv1": {
219
+ "weights": "qint8",
220
+ "activations": "none"
221
+ },
222
+ "decoder.up_blocks.3.resnets.0.conv2": {
223
+ "weights": "qint8",
224
+ "activations": "none"
225
+ },
226
+ "decoder.up_blocks.3.resnets.0.conv_shortcut": {
227
+ "weights": "qint8",
228
+ "activations": "none"
229
+ },
230
+ "decoder.up_blocks.3.resnets.1.conv1": {
231
+ "weights": "qint8",
232
+ "activations": "none"
233
+ },
234
+ "decoder.up_blocks.3.resnets.1.conv2": {
235
+ "weights": "qint8",
236
+ "activations": "none"
237
+ },
238
+ "decoder.up_blocks.3.resnets.2.conv1": {
239
+ "weights": "qint8",
240
+ "activations": "none"
241
+ },
242
+ "decoder.up_blocks.3.resnets.2.conv2": {
243
+ "weights": "qint8",
244
+ "activations": "none"
245
+ },
246
+ "decoder.mid_block.attentions.0.to_q": {
247
+ "weights": "qint8",
248
+ "activations": "none"
249
+ },
250
+ "decoder.mid_block.attentions.0.to_k": {
251
+ "weights": "qint8",
252
+ "activations": "none"
253
+ },
254
+ "decoder.mid_block.attentions.0.to_v": {
255
+ "weights": "qint8",
256
+ "activations": "none"
257
+ },
258
+ "decoder.mid_block.attentions.0.to_out.0": {
259
+ "weights": "qint8",
260
+ "activations": "none"
261
+ },
262
+ "decoder.mid_block.resnets.0.conv1": {
263
+ "weights": "qint8",
264
+ "activations": "none"
265
+ },
266
+ "decoder.mid_block.resnets.0.conv2": {
267
+ "weights": "qint8",
268
+ "activations": "none"
269
+ },
270
+ "decoder.mid_block.resnets.1.conv1": {
271
+ "weights": "qint8",
272
+ "activations": "none"
273
+ },
274
+ "decoder.mid_block.resnets.1.conv2": {
275
+ "weights": "qint8",
276
+ "activations": "none"
277
+ },
278
+ "decoder.conv_out": {
279
+ "weights": "qint8",
280
+ "activations": "none"
281
+ }
282
+ }