Diffusers
Safetensors
WanPipeline
lianglv commited on
Commit
c957434
·
verified ·
1 Parent(s): 8ef224d

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
model_index.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "WanPipeline",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "_name_or_path": "/mnt/disk0/lvl/Wan2.2-TI2V-5B-Diffusers/",
5
+ "boundary_ratio": null,
6
+ "expand_timesteps": true,
7
+ "scheduler": [
8
+ "diffusers",
9
+ "UniPCMultistepScheduler"
10
+ ],
11
+ "text_encoder": [
12
+ "transformers",
13
+ "UMT5EncoderModel"
14
+ ],
15
+ "tokenizer": [
16
+ "transformers",
17
+ "T5Tokenizer"
18
+ ],
19
+ "transformer": [
20
+ "diffusers",
21
+ "WanTransformer3DModel"
22
+ ],
23
+ "transformer_2": [
24
+ null,
25
+ null
26
+ ],
27
+ "vae": [
28
+ "diffusers",
29
+ "AutoencoderKLWan"
30
+ ]
31
+ }
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UniPCMultistepScheduler",
3
+ "_diffusers_version": "0.37.0.dev0",
4
+ "beta_end": 0.02,
5
+ "beta_schedule": "linear",
6
+ "beta_start": 0.0001,
7
+ "disable_corrector": [],
8
+ "dynamic_thresholding_ratio": 0.995,
9
+ "final_sigmas_type": "zero",
10
+ "flow_shift": 5.0,
11
+ "lower_order_final": true,
12
+ "num_train_timesteps": 1000,
13
+ "predict_x0": true,
14
+ "prediction_type": "flow_prediction",
15
+ "rescale_betas_zero_snr": false,
16
+ "sample_max_value": 1.0,
17
+ "shift_terminal": null,
18
+ "sigma_max": null,
19
+ "sigma_min": null,
20
+ "solver_order": 2,
21
+ "solver_p": null,
22
+ "solver_type": "bh2",
23
+ "steps_offset": 0,
24
+ "thresholding": false,
25
+ "time_shift_type": "exponential",
26
+ "timestep_spacing": "linspace",
27
+ "trained_betas": null,
28
+ "use_beta_sigmas": false,
29
+ "use_dynamic_shifting": false,
30
+ "use_exponential_sigmas": false,
31
+ "use_flow_sigmas": true,
32
+ "use_karras_sigmas": false
33
+ }
text_encoder/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "UMT5EncoderModel"
4
+ ],
5
+ "classifier_dropout": 0.0,
6
+ "d_ff": 10240,
7
+ "d_kv": 64,
8
+ "d_model": 4096,
9
+ "decoder_start_token_id": 0,
10
+ "dense_act_fn": "gelu_new",
11
+ "dropout_rate": 0.1,
12
+ "dtype": "bfloat16",
13
+ "eos_token_id": 1,
14
+ "feed_forward_proj": "gated-gelu",
15
+ "initializer_factor": 1.0,
16
+ "is_decoder": false,
17
+ "is_encoder_decoder": true,
18
+ "is_gated_act": true,
19
+ "layer_norm_epsilon": 1e-06,
20
+ "model_type": "umt5",
21
+ "num_decoder_layers": 24,
22
+ "num_heads": 64,
23
+ "num_layers": 24,
24
+ "output_past": true,
25
+ "pad_token_id": 0,
26
+ "relative_attention_max_distance": 128,
27
+ "relative_attention_num_buckets": 32,
28
+ "scalable_attention": true,
29
+ "tie_word_embeddings": true,
30
+ "tokenizer_class": "T5Tokenizer",
31
+ "transformers_version": "5.6.0.dev0",
32
+ "use_cache": true,
33
+ "vocab_size": 256384
34
+ }
text_encoder/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96f964185695bb5b1df68142336336abd93097c3398ff11b5346ca2c312ea36e
3
+ size 11361851256
tokenizer/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c55256ddc61e65d42614511254cee7ed55a1783846ddbb0967da2ac20bf6970
3
+ size 16837683
tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "</s>",
6
+ "extra_ids": 300,
7
+ "extra_special_tokens": [
8
+ "<extra_id_0>",
9
+ "<extra_id_1>",
10
+ "<extra_id_2>",
11
+ "<extra_id_3>",
12
+ "<extra_id_4>",
13
+ "<extra_id_5>",
14
+ "<extra_id_6>",
15
+ "<extra_id_7>",
16
+ "<extra_id_8>",
17
+ "<extra_id_9>",
18
+ "<extra_id_10>",
19
+ "<extra_id_11>",
20
+ "<extra_id_12>",
21
+ "<extra_id_13>",
22
+ "<extra_id_14>",
23
+ "<extra_id_15>",
24
+ "<extra_id_16>",
25
+ "<extra_id_17>",
26
+ "<extra_id_18>",
27
+ "<extra_id_19>",
28
+ "<extra_id_20>",
29
+ "<extra_id_21>",
30
+ "<extra_id_22>",
31
+ "<extra_id_23>",
32
+ "<extra_id_24>",
33
+ "<extra_id_25>",
34
+ "<extra_id_26>",
35
+ "<extra_id_27>",
36
+ "<extra_id_28>",
37
+ "<extra_id_29>",
38
+ "<extra_id_30>",
39
+ "<extra_id_31>",
40
+ "<extra_id_32>",
41
+ "<extra_id_33>",
42
+ "<extra_id_34>",
43
+ "<extra_id_35>",
44
+ "<extra_id_36>",
45
+ "<extra_id_37>",
46
+ "<extra_id_38>",
47
+ "<extra_id_39>",
48
+ "<extra_id_40>",
49
+ "<extra_id_41>",
50
+ "<extra_id_42>",
51
+ "<extra_id_43>",
52
+ "<extra_id_44>",
53
+ "<extra_id_45>",
54
+ "<extra_id_46>",
55
+ "<extra_id_47>",
56
+ "<extra_id_48>",
57
+ "<extra_id_49>",
58
+ "<extra_id_50>",
59
+ "<extra_id_51>",
60
+ "<extra_id_52>",
61
+ "<extra_id_53>",
62
+ "<extra_id_54>",
63
+ "<extra_id_55>",
64
+ "<extra_id_56>",
65
+ "<extra_id_57>",
66
+ "<extra_id_58>",
67
+ "<extra_id_59>",
68
+ "<extra_id_60>",
69
+ "<extra_id_61>",
70
+ "<extra_id_62>",
71
+ "<extra_id_63>",
72
+ "<extra_id_64>",
73
+ "<extra_id_65>",
74
+ "<extra_id_66>",
75
+ "<extra_id_67>",
76
+ "<extra_id_68>",
77
+ "<extra_id_69>",
78
+ "<extra_id_70>",
79
+ "<extra_id_71>",
80
+ "<extra_id_72>",
81
+ "<extra_id_73>",
82
+ "<extra_id_74>",
83
+ "<extra_id_75>",
84
+ "<extra_id_76>",
85
+ "<extra_id_77>",
86
+ "<extra_id_78>",
87
+ "<extra_id_79>",
88
+ "<extra_id_80>",
89
+ "<extra_id_81>",
90
+ "<extra_id_82>",
91
+ "<extra_id_83>",
92
+ "<extra_id_84>",
93
+ "<extra_id_85>",
94
+ "<extra_id_86>",
95
+ "<extra_id_87>",
96
+ "<extra_id_88>",
97
+ "<extra_id_89>",
98
+ "<extra_id_90>",
99
+ "<extra_id_91>",
100
+ "<extra_id_92>",
101
+ "<extra_id_93>",
102
+ "<extra_id_94>",
103
+ "<extra_id_95>",
104
+ "<extra_id_96>",
105
+ "<extra_id_97>",
106
+ "<extra_id_98>",
107
+ "<extra_id_99>",
108
+ "<extra_id_100>",
109
+ "<extra_id_101>",
110
+ "<extra_id_102>",
111
+ "<extra_id_103>",
112
+ "<extra_id_104>",
113
+ "<extra_id_105>",
114
+ "<extra_id_106>",
115
+ "<extra_id_107>",
116
+ "<extra_id_108>",
117
+ "<extra_id_109>",
118
+ "<extra_id_110>",
119
+ "<extra_id_111>",
120
+ "<extra_id_112>",
121
+ "<extra_id_113>",
122
+ "<extra_id_114>",
123
+ "<extra_id_115>",
124
+ "<extra_id_116>",
125
+ "<extra_id_117>",
126
+ "<extra_id_118>",
127
+ "<extra_id_119>",
128
+ "<extra_id_120>",
129
+ "<extra_id_121>",
130
+ "<extra_id_122>",
131
+ "<extra_id_123>",
132
+ "<extra_id_124>",
133
+ "<extra_id_125>",
134
+ "<extra_id_126>",
135
+ "<extra_id_127>",
136
+ "<extra_id_128>",
137
+ "<extra_id_129>",
138
+ "<extra_id_130>",
139
+ "<extra_id_131>",
140
+ "<extra_id_132>",
141
+ "<extra_id_133>",
142
+ "<extra_id_134>",
143
+ "<extra_id_135>",
144
+ "<extra_id_136>",
145
+ "<extra_id_137>",
146
+ "<extra_id_138>",
147
+ "<extra_id_139>",
148
+ "<extra_id_140>",
149
+ "<extra_id_141>",
150
+ "<extra_id_142>",
151
+ "<extra_id_143>",
152
+ "<extra_id_144>",
153
+ "<extra_id_145>",
154
+ "<extra_id_146>",
155
+ "<extra_id_147>",
156
+ "<extra_id_148>",
157
+ "<extra_id_149>",
158
+ "<extra_id_150>",
159
+ "<extra_id_151>",
160
+ "<extra_id_152>",
161
+ "<extra_id_153>",
162
+ "<extra_id_154>",
163
+ "<extra_id_155>",
164
+ "<extra_id_156>",
165
+ "<extra_id_157>",
166
+ "<extra_id_158>",
167
+ "<extra_id_159>",
168
+ "<extra_id_160>",
169
+ "<extra_id_161>",
170
+ "<extra_id_162>",
171
+ "<extra_id_163>",
172
+ "<extra_id_164>",
173
+ "<extra_id_165>",
174
+ "<extra_id_166>",
175
+ "<extra_id_167>",
176
+ "<extra_id_168>",
177
+ "<extra_id_169>",
178
+ "<extra_id_170>",
179
+ "<extra_id_171>",
180
+ "<extra_id_172>",
181
+ "<extra_id_173>",
182
+ "<extra_id_174>",
183
+ "<extra_id_175>",
184
+ "<extra_id_176>",
185
+ "<extra_id_177>",
186
+ "<extra_id_178>",
187
+ "<extra_id_179>",
188
+ "<extra_id_180>",
189
+ "<extra_id_181>",
190
+ "<extra_id_182>",
191
+ "<extra_id_183>",
192
+ "<extra_id_184>",
193
+ "<extra_id_185>",
194
+ "<extra_id_186>",
195
+ "<extra_id_187>",
196
+ "<extra_id_188>",
197
+ "<extra_id_189>",
198
+ "<extra_id_190>",
199
+ "<extra_id_191>",
200
+ "<extra_id_192>",
201
+ "<extra_id_193>",
202
+ "<extra_id_194>",
203
+ "<extra_id_195>",
204
+ "<extra_id_196>",
205
+ "<extra_id_197>",
206
+ "<extra_id_198>",
207
+ "<extra_id_199>",
208
+ "<extra_id_200>",
209
+ "<extra_id_201>",
210
+ "<extra_id_202>",
211
+ "<extra_id_203>",
212
+ "<extra_id_204>",
213
+ "<extra_id_205>",
214
+ "<extra_id_206>",
215
+ "<extra_id_207>",
216
+ "<extra_id_208>",
217
+ "<extra_id_209>",
218
+ "<extra_id_210>",
219
+ "<extra_id_211>",
220
+ "<extra_id_212>",
221
+ "<extra_id_213>",
222
+ "<extra_id_214>",
223
+ "<extra_id_215>",
224
+ "<extra_id_216>",
225
+ "<extra_id_217>",
226
+ "<extra_id_218>",
227
+ "<extra_id_219>",
228
+ "<extra_id_220>",
229
+ "<extra_id_221>",
230
+ "<extra_id_222>",
231
+ "<extra_id_223>",
232
+ "<extra_id_224>",
233
+ "<extra_id_225>",
234
+ "<extra_id_226>",
235
+ "<extra_id_227>",
236
+ "<extra_id_228>",
237
+ "<extra_id_229>",
238
+ "<extra_id_230>",
239
+ "<extra_id_231>",
240
+ "<extra_id_232>",
241
+ "<extra_id_233>",
242
+ "<extra_id_234>",
243
+ "<extra_id_235>",
244
+ "<extra_id_236>",
245
+ "<extra_id_237>",
246
+ "<extra_id_238>",
247
+ "<extra_id_239>",
248
+ "<extra_id_240>",
249
+ "<extra_id_241>",
250
+ "<extra_id_242>",
251
+ "<extra_id_243>",
252
+ "<extra_id_244>",
253
+ "<extra_id_245>",
254
+ "<extra_id_246>",
255
+ "<extra_id_247>",
256
+ "<extra_id_248>",
257
+ "<extra_id_249>",
258
+ "<extra_id_250>",
259
+ "<extra_id_251>",
260
+ "<extra_id_252>",
261
+ "<extra_id_253>",
262
+ "<extra_id_254>",
263
+ "<extra_id_255>",
264
+ "<extra_id_256>",
265
+ "<extra_id_257>",
266
+ "<extra_id_258>",
267
+ "<extra_id_259>",
268
+ "<extra_id_260>",
269
+ "<extra_id_261>",
270
+ "<extra_id_262>",
271
+ "<extra_id_263>",
272
+ "<extra_id_264>",
273
+ "<extra_id_265>",
274
+ "<extra_id_266>",
275
+ "<extra_id_267>",
276
+ "<extra_id_268>",
277
+ "<extra_id_269>",
278
+ "<extra_id_270>",
279
+ "<extra_id_271>",
280
+ "<extra_id_272>",
281
+ "<extra_id_273>",
282
+ "<extra_id_274>",
283
+ "<extra_id_275>",
284
+ "<extra_id_276>",
285
+ "<extra_id_277>",
286
+ "<extra_id_278>",
287
+ "<extra_id_279>",
288
+ "<extra_id_280>",
289
+ "<extra_id_281>",
290
+ "<extra_id_282>",
291
+ "<extra_id_283>",
292
+ "<extra_id_284>",
293
+ "<extra_id_285>",
294
+ "<extra_id_286>",
295
+ "<extra_id_287>",
296
+ "<extra_id_288>",
297
+ "<extra_id_289>",
298
+ "<extra_id_290>",
299
+ "<extra_id_291>",
300
+ "<extra_id_292>",
301
+ "<extra_id_293>",
302
+ "<extra_id_294>",
303
+ "<extra_id_295>",
304
+ "<extra_id_296>",
305
+ "<extra_id_297>",
306
+ "<extra_id_298>",
307
+ "<extra_id_299>"
308
+ ],
309
+ "is_local": true,
310
+ "local_files_only": false,
311
+ "model_max_length": 1000000000000000019884624838656,
312
+ "pad_token": "<pad>",
313
+ "sp_model_kwargs": {},
314
+ "spaces_between_special_tokens": false,
315
+ "tokenizer_class": "T5Tokenizer",
316
+ "unk_token": "<unk>"
317
+ }
transformer/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "WanTransformer3DModel",
3
+ "_diffusers_version": "0.35.0.dev0",
4
+ "_name_or_path": "/mnt/disk0/lvl/Wan2.2-TI2V-5B-Diffusers/transformer",
5
+ "added_kv_proj_dim": null,
6
+ "attention_head_dim": 128,
7
+ "cross_attn_norm": true,
8
+ "eps": 1e-06,
9
+ "ffn_dim": 14336,
10
+ "freq_dim": 256,
11
+ "image_dim": null,
12
+ "in_channels": 48,
13
+ "num_attention_heads": 24,
14
+ "num_layers": 30,
15
+ "out_channels": 48,
16
+ "patch_size": [
17
+ 1,
18
+ 2,
19
+ 2
20
+ ],
21
+ "pos_embed_seq_len": null,
22
+ "qk_norm": "rms_norm_across_heads",
23
+ "quantization_config": {
24
+ "autoround_version": "0.13.0",
25
+ "batch_size": 1,
26
+ "bits": 4,
27
+ "block_name_to_quantize": "blocks",
28
+ "data_type": "int",
29
+ "group_size": 128,
30
+ "low_gpu_mem_usage": true,
31
+ "nsamples": 32,
32
+ "packing_format": "auto_round:auto_gptq",
33
+ "quant_method": "auto-round",
34
+ "sym": true
35
+ },
36
+ "rope_max_seq_len": 1024,
37
+ "text_dim": 4096
38
+ }
transformer/diffusion_pytorch_model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3533bed76420aa3c6a1e497ad817612ea7dc428a33e0ed8d57987a4462b20183
3
+ size 1061105256
transformer/diffusion_pytorch_model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:937ba4d6b9bba8186c51cd82d83bc2b0af23713ab52b3c9593727e2e5fff90ca
3
+ size 1072498184
transformer/diffusion_pytorch_model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cd56d5a7990109c337812a66f5939fe3856d2d9bb2d16f26a2a77f330823c61
3
+ size 600959600
transformer/diffusion_pytorch_model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
transformer/quantization_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "data_type": "int",
4
+ "group_size": 128,
5
+ "sym": true,
6
+ "batch_size": 1,
7
+ "low_gpu_mem_usage": true,
8
+ "nsamples": 32,
9
+ "autoround_version": "0.13.0",
10
+ "block_name_to_quantize": "blocks",
11
+ "quant_method": "auto-round",
12
+ "packing_format": "auto_round:auto_gptq"
13
+ }
vae/config.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKLWan",
3
+ "_diffusers_version": "0.37.0.dev0",
4
+ "_name_or_path": "/mnt/disk0/lvl/Wan2.2-TI2V-5B-Diffusers/vae",
5
+ "attn_scales": [],
6
+ "base_dim": 160,
7
+ "clip_output": false,
8
+ "decoder_base_dim": 256,
9
+ "dim_mult": [
10
+ 1,
11
+ 2,
12
+ 4,
13
+ 4
14
+ ],
15
+ "dropout": 0.0,
16
+ "in_channels": 12,
17
+ "is_residual": true,
18
+ "latents_mean": [
19
+ -0.2289,
20
+ -0.0052,
21
+ -0.1323,
22
+ -0.2339,
23
+ -0.2799,
24
+ 0.0174,
25
+ 0.1838,
26
+ 0.1557,
27
+ -0.1382,
28
+ 0.0542,
29
+ 0.2813,
30
+ 0.0891,
31
+ 0.157,
32
+ -0.0098,
33
+ 0.0375,
34
+ -0.1825,
35
+ -0.2246,
36
+ -0.1207,
37
+ -0.0698,
38
+ 0.5109,
39
+ 0.2665,
40
+ -0.2108,
41
+ -0.2158,
42
+ 0.2502,
43
+ -0.2055,
44
+ -0.0322,
45
+ 0.1109,
46
+ 0.1567,
47
+ -0.0729,
48
+ 0.0899,
49
+ -0.2799,
50
+ -0.123,
51
+ -0.0313,
52
+ -0.1649,
53
+ 0.0117,
54
+ 0.0723,
55
+ -0.2839,
56
+ -0.2083,
57
+ -0.052,
58
+ 0.3748,
59
+ 0.0152,
60
+ 0.1957,
61
+ 0.1433,
62
+ -0.2944,
63
+ 0.3573,
64
+ -0.0548,
65
+ -0.1681,
66
+ -0.0667
67
+ ],
68
+ "latents_std": [
69
+ 0.4765,
70
+ 1.0364,
71
+ 0.4514,
72
+ 1.1677,
73
+ 0.5313,
74
+ 0.499,
75
+ 0.4818,
76
+ 0.5013,
77
+ 0.8158,
78
+ 1.0344,
79
+ 0.5894,
80
+ 1.0901,
81
+ 0.6885,
82
+ 0.6165,
83
+ 0.8454,
84
+ 0.4978,
85
+ 0.5759,
86
+ 0.3523,
87
+ 0.7135,
88
+ 0.6804,
89
+ 0.5833,
90
+ 1.4146,
91
+ 0.8986,
92
+ 0.5659,
93
+ 0.7069,
94
+ 0.5338,
95
+ 0.4889,
96
+ 0.4917,
97
+ 0.4069,
98
+ 0.4999,
99
+ 0.6866,
100
+ 0.4093,
101
+ 0.5709,
102
+ 0.6065,
103
+ 0.6415,
104
+ 0.4944,
105
+ 0.5726,
106
+ 1.2042,
107
+ 0.5458,
108
+ 1.6887,
109
+ 0.3971,
110
+ 1.06,
111
+ 0.3943,
112
+ 0.5537,
113
+ 0.5444,
114
+ 0.4089,
115
+ 0.7468,
116
+ 0.7744
117
+ ],
118
+ "num_res_blocks": 2,
119
+ "out_channels": 12,
120
+ "patch_size": 2,
121
+ "scale_factor_spatial": 16,
122
+ "scale_factor_temporal": 4,
123
+ "temperal_downsample": [
124
+ false,
125
+ true,
126
+ true
127
+ ],
128
+ "z_dim": 48
129
+ }
vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230496cb59ff85bc9c040487737c4062480cb61c71e697b197b4c30142f2a0da
3
+ size 1409400600