yhzhai commited on
Commit
63816b7
1 Parent(s): 4b8df91

add animatediff-webvid

Browse files
README.md CHANGED
@@ -10,4 +10,8 @@ pipeline_tag: text-to-video
10
 
11
  [[Project page]](https://yhzhai.github.io/mcm/) [[Code]](https://github.com/yhZhai/mcm) [[arXiv]](https://arxiv.org/abs/2406.06890)
12
 
13
- **TL;DR**: Our motion consistency model not only accelerates text2video diffusion model sampling process, but also can benefit from an additional high-quality image dataset to improve the frame quality of generated videos.
 
 
 
 
 
10
 
11
  [[Project page]](https://yhzhai.github.io/mcm/) [[Code]](https://github.com/yhZhai/mcm) [[arXiv]](https://arxiv.org/abs/2406.06890)
12
 
13
+ **TL;DR**: Our motion consistency model not only accelerates text2video diffusion model sampling process, but also can benefit from an additional high-quality image dataset to improve the frame quality of generated videos.
14
+
15
+ ![Our motion consistency model not only distill the motion prior from the teacher to accelerate sampling, but also can benefit from an additional high-quality image dataset to improve the frame quality of generated videos.](https://github.com/yhZhai/mcm/blob/main/static/images/illustration.png?raw=true)
16
+
17
+ ## Usage
animatediff-webvid/adapter_config.json ADDED
@@ -0,0 +1,560 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "UNetMotionModel",
5
+ "parent_library": "diffusers.models.unets.unet_motion_model"
6
+ },
7
+ "base_model_name_or_path": null,
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_dropout": 0.0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 64,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "up_blocks.0.motion_modules.1.transformer_blocks.0.attn1.to_out.0",
27
+ "up_blocks.0.motion_modules.0.transformer_blocks.0.attn2.to_v",
28
+ "up_blocks.2.motion_modules.1.transformer_blocks.0.attn2.to_k",
29
+ "up_blocks.2.attentions.0.transformer_blocks.0.attn1.to_out.0",
30
+ "up_blocks.1.motion_modules.1.transformer_blocks.0.ff.net.0.proj",
31
+ "up_blocks.3.motion_modules.2.transformer_blocks.0.attn2.to_k",
32
+ "down_blocks.2.motion_modules.1.transformer_blocks.0.ff.net.0.proj",
33
+ "down_blocks.1.attentions.1.transformer_blocks.0.attn1.to_out.0",
34
+ "up_blocks.1.attentions.1.transformer_blocks.0.attn2.to_k",
35
+ "down_blocks.0.motion_modules.1.proj_out",
36
+ "up_blocks.2.resnets.0.conv_shortcut",
37
+ "up_blocks.1.motion_modules.1.transformer_blocks.0.attn2.to_k",
38
+ "up_blocks.3.attentions.1.transformer_blocks.0.ff.net.0.proj",
39
+ "up_blocks.1.attentions.2.transformer_blocks.0.ff.net.0.proj",
40
+ "up_blocks.3.attentions.2.transformer_blocks.0.attn1.to_q",
41
+ "up_blocks.2.attentions.0.transformer_blocks.0.attn1.to_q",
42
+ "up_blocks.0.motion_modules.2.transformer_blocks.0.attn2.to_q",
43
+ "down_blocks.2.motion_modules.0.transformer_blocks.0.attn1.to_out.0",
44
+ "up_blocks.1.resnets.0.time_emb_proj",
45
+ "up_blocks.3.motion_modules.2.proj_in",
46
+ "up_blocks.3.resnets.1.conv2",
47
+ "up_blocks.2.motion_modules.0.proj_out",
48
+ "up_blocks.1.motion_modules.1.transformer_blocks.0.attn2.to_v",
49
+ "up_blocks.1.motion_modules.2.proj_in",
50
+ "mid_block.attentions.0.transformer_blocks.0.ff.net.2",
51
+ "up_blocks.3.attentions.1.transformer_blocks.0.attn1.to_k",
52
+ "mid_block.attentions.0.transformer_blocks.0.attn2.to_k",
53
+ "down_blocks.0.motion_modules.1.proj_in",
54
+ "up_blocks.0.motion_modules.0.transformer_blocks.0.ff.net.0.proj",
55
+ "up_blocks.3.motion_modules.1.transformer_blocks.0.ff.net.2",
56
+ "up_blocks.1.attentions.2.transformer_blocks.0.attn2.to_v",
57
+ "down_blocks.2.resnets.0.conv_shortcut",
58
+ "down_blocks.3.motion_modules.0.transformer_blocks.0.attn2.to_out.0",
59
+ "mid_block.attentions.0.proj_in",
60
+ "down_blocks.0.attentions.0.transformer_blocks.0.attn1.to_q",
61
+ "down_blocks.3.motion_modules.0.transformer_blocks.0.attn2.to_q",
62
+ "up_blocks.2.resnets.1.conv1",
63
+ "mid_block.resnets.0.conv1",
64
+ "up_blocks.1.attentions.0.transformer_blocks.0.attn1.to_q",
65
+ "up_blocks.0.motion_modules.2.proj_out",
66
+ "down_blocks.3.motion_modules.1.transformer_blocks.0.ff.net.2",
67
+ "up_blocks.1.motion_modules.0.transformer_blocks.0.ff.net.2",
68
+ "up_blocks.0.motion_modules.0.transformer_blocks.0.attn2.to_q",
69
+ "up_blocks.2.resnets.2.conv1",
70
+ "down_blocks.1.resnets.0.conv_shortcut",
71
+ "down_blocks.0.motion_modules.0.transformer_blocks.0.attn1.to_out.0",
72
+ "up_blocks.1.attentions.2.transformer_blocks.0.ff.net.2",
73
+ "down_blocks.3.motion_modules.1.transformer_blocks.0.attn1.to_q",
74
+ "up_blocks.2.attentions.0.proj_in",
75
+ "up_blocks.0.resnets.1.conv2",
76
+ "up_blocks.0.resnets.2.conv_shortcut",
77
+ "up_blocks.0.resnets.0.conv2",
78
+ "up_blocks.2.resnets.2.time_emb_proj",
79
+ "down_blocks.2.attentions.1.proj_in",
80
+ "down_blocks.2.attentions.1.proj_out",
81
+ "down_blocks.2.attentions.0.transformer_blocks.0.attn1.to_v",
82
+ "down_blocks.3.motion_modules.0.proj_in",
83
+ "up_blocks.2.attentions.0.transformer_blocks.0.ff.net.2",
84
+ "down_blocks.0.motion_modules.0.transformer_blocks.0.ff.net.2",
85
+ "up_blocks.2.motion_modules.1.transformer_blocks.0.attn2.to_v",
86
+ "up_blocks.2.motion_modules.0.transformer_blocks.0.attn2.to_k",
87
+ "up_blocks.3.attentions.2.transformer_blocks.0.attn1.to_v",
88
+ "up_blocks.1.resnets.1.conv_shortcut",
89
+ "mid_block.attentions.0.transformer_blocks.0.ff.net.0.proj",
90
+ "up_blocks.3.resnets.1.conv1",
91
+ "up_blocks.3.motion_modules.1.transformer_blocks.0.attn1.to_q",
92
+ "up_blocks.1.attentions.0.transformer_blocks.0.attn2.to_k",
93
+ "down_blocks.2.motion_modules.1.transformer_blocks.0.attn1.to_out.0",
94
+ "down_blocks.2.attentions.0.transformer_blocks.0.attn2.to_out.0",
95
+ "up_blocks.0.motion_modules.0.transformer_blocks.0.attn1.to_q",
96
+ "down_blocks.2.attentions.1.transformer_blocks.0.attn2.to_q",
97
+ "up_blocks.3.attentions.2.transformer_blocks.0.attn2.to_v",
98
+ "down_blocks.1.motion_modules.0.transformer_blocks.0.attn2.to_v",
99
+ "down_blocks.1.motion_modules.0.proj_out",
100
+ "up_blocks.1.attentions.0.transformer_blocks.0.attn2.to_out.0",
101
+ "down_blocks.1.motion_modules.1.transformer_blocks.0.attn2.to_k",
102
+ "down_blocks.3.motion_modules.1.transformer_blocks.0.attn2.to_v",
103
+ "up_blocks.2.motion_modules.2.proj_out",
104
+ "up_blocks.2.motion_modules.2.proj_in",
105
+ "up_blocks.2.resnets.1.conv_shortcut",
106
+ "down_blocks.1.motion_modules.1.transformer_blocks.0.attn2.to_v",
107
+ "down_blocks.0.resnets.1.conv1",
108
+ "down_blocks.0.attentions.1.transformer_blocks.0.ff.net.0.proj",
109
+ "up_blocks.2.motion_modules.1.transformer_blocks.0.ff.net.0.proj",
110
+ "up_blocks.1.resnets.2.conv_shortcut",
111
+ "up_blocks.1.motion_modules.2.transformer_blocks.0.attn2.to_v",
112
+ "down_blocks.1.motion_modules.0.transformer_blocks.0.attn1.to_k",
113
+ "up_blocks.1.attentions.2.transformer_blocks.0.attn2.to_out.0",
114
+ "mid_block.motion_modules.0.transformer_blocks.0.attn2.to_k",
115
+ "up_blocks.1.motion_modules.0.transformer_blocks.0.attn1.to_v",
116
+ "up_blocks.3.attentions.0.transformer_blocks.0.attn1.to_q",
117
+ "up_blocks.3.attentions.1.transformer_blocks.0.attn1.to_q",
118
+ "up_blocks.0.resnets.2.conv2",
119
+ "up_blocks.1.attentions.2.transformer_blocks.0.attn2.to_k",
120
+ "up_blocks.3.attentions.2.transformer_blocks.0.attn2.to_q",
121
+ "up_blocks.1.motion_modules.0.proj_out",
122
+ "down_blocks.3.resnets.1.conv1",
123
+ "up_blocks.2.attentions.0.transformer_blocks.0.attn2.to_q",
124
+ "down_blocks.1.resnets.1.conv2",
125
+ "down_blocks.0.motion_modules.1.transformer_blocks.0.attn2.to_q",
126
+ "up_blocks.1.motion_modules.0.transformer_blocks.0.attn1.to_out.0",
127
+ "down_blocks.0.attentions.1.transformer_blocks.0.ff.net.2",
128
+ "down_blocks.0.attentions.0.transformer_blocks.0.attn2.to_q",
129
+ "down_blocks.2.motion_modules.1.transformer_blocks.0.attn1.to_v",
130
+ "up_blocks.2.attentions.1.transformer_blocks.0.attn2.to_v",
131
+ "down_blocks.1.motion_modules.1.proj_in",
132
+ "down_blocks.0.attentions.1.transformer_blocks.0.attn2.to_q",
133
+ "up_blocks.1.motion_modules.0.transformer_blocks.0.attn2.to_q",
134
+ "up_blocks.0.resnets.0.time_emb_proj",
135
+ "mid_block.attentions.0.transformer_blocks.0.attn1.to_out.0",
136
+ "mid_block.resnets.1.time_emb_proj",
137
+ "up_blocks.3.attentions.1.transformer_blocks.0.attn2.to_k",
138
+ "up_blocks.3.motion_modules.2.proj_out",
139
+ "down_blocks.1.motion_modules.0.transformer_blocks.0.attn2.to_q",
140
+ "up_blocks.1.motion_modules.2.transformer_blocks.0.attn1.to_q",
141
+ "up_blocks.1.motion_modules.2.proj_out",
142
+ "up_blocks.0.resnets.0.conv1",
143
+ "down_blocks.2.resnets.0.conv1",
144
+ "up_blocks.3.motion_modules.1.transformer_blocks.0.ff.net.0.proj",
145
+ "up_blocks.3.motion_modules.2.transformer_blocks.0.attn1.to_q",
146
+ "mid_block.motion_modules.0.transformer_blocks.0.attn1.to_v",
147
+ "down_blocks.0.motion_modules.1.transformer_blocks.0.attn1.to_q",
148
+ "up_blocks.3.motion_modules.1.transformer_blocks.0.attn2.to_k",
149
+ "down_blocks.2.motion_modules.0.transformer_blocks.0.attn1.to_v",
150
+ "down_blocks.1.resnets.0.time_emb_proj",
151
+ "up_blocks.2.motion_modules.2.transformer_blocks.0.attn1.to_k",
152
+ "down_blocks.0.attentions.1.transformer_blocks.0.attn2.to_v",
153
+ "down_blocks.2.resnets.0.conv2",
154
+ "up_blocks.0.motion_modules.1.transformer_blocks.0.ff.net.2",
155
+ "down_blocks.2.attentions.1.transformer_blocks.0.attn2.to_v",
156
+ "up_blocks.0.resnets.2.conv1",
157
+ "up_blocks.3.resnets.0.time_emb_proj",
158
+ "down_blocks.2.attentions.0.transformer_blocks.0.attn2.to_q",
159
+ "up_blocks.1.attentions.0.proj_in",
160
+ "down_blocks.1.motion_modules.0.transformer_blocks.0.ff.net.0.proj",
161
+ "down_blocks.2.attentions.1.transformer_blocks.0.attn1.to_k",
162
+ "up_blocks.1.motion_modules.2.transformer_blocks.0.ff.net.0.proj",
163
+ "up_blocks.2.motion_modules.2.transformer_blocks.0.attn1.to_out.0",
164
+ "down_blocks.2.resnets.1.conv2",
165
+ "up_blocks.3.motion_modules.2.transformer_blocks.0.ff.net.2",
166
+ "up_blocks.1.resnets.2.time_emb_proj",
167
+ "up_blocks.0.motion_modules.1.transformer_blocks.0.ff.net.0.proj",
168
+ "up_blocks.3.motion_modules.1.transformer_blocks.0.attn1.to_k",
169
+ "down_blocks.3.motion_modules.0.transformer_blocks.0.ff.net.0.proj",
170
+ "up_blocks.2.motion_modules.0.transformer_blocks.0.attn2.to_out.0",
171
+ "up_blocks.0.motion_modules.0.transformer_blocks.0.attn2.to_k",
172
+ "down_blocks.1.resnets.0.conv1",
173
+ "up_blocks.3.motion_modules.2.transformer_blocks.0.attn2.to_out.0",
174
+ "down_blocks.1.motion_modules.0.proj_in",
175
+ "down_blocks.1.motion_modules.0.transformer_blocks.0.attn2.to_out.0",
176
+ "up_blocks.2.motion_modules.2.transformer_blocks.0.attn2.to_q",
177
+ "mid_block.motion_modules.0.transformer_blocks.0.ff.net.2",
178
+ "down_blocks.0.attentions.0.transformer_blocks.0.attn2.to_out.0",
179
+ "down_blocks.1.attentions.0.transformer_blocks.0.ff.net.0.proj",
180
+ "up_blocks.3.attentions.2.transformer_blocks.0.ff.net.0.proj",
181
+ "down_blocks.1.attentions.0.transformer_blocks.0.ff.net.2",
182
+ "up_blocks.2.attentions.1.proj_out",
183
+ "down_blocks.1.attentions.1.transformer_blocks.0.attn2.to_q",
184
+ "down_blocks.3.motion_modules.1.transformer_blocks.0.attn2.to_q",
185
+ "up_blocks.2.attentions.1.transformer_blocks.0.ff.net.0.proj",
186
+ "down_blocks.1.attentions.1.transformer_blocks.0.attn2.to_v",
187
+ "up_blocks.0.motion_modules.0.transformer_blocks.0.ff.net.2",
188
+ "up_blocks.0.motion_modules.2.transformer_blocks.0.ff.net.2",
189
+ "up_blocks.3.motion_modules.0.transformer_blocks.0.ff.net.2",
190
+ "down_blocks.1.downsamplers.0.conv",
191
+ "up_blocks.1.attentions.1.transformer_blocks.0.attn1.to_k",
192
+ "up_blocks.3.attentions.0.transformer_blocks.0.attn2.to_out.0",
193
+ "down_blocks.0.attentions.1.transformer_blocks.0.attn2.to_k",
194
+ "up_blocks.1.upsamplers.0.conv",
195
+ "down_blocks.0.resnets.1.time_emb_proj",
196
+ "down_blocks.2.attentions.1.transformer_blocks.0.attn1.to_v",
197
+ "down_blocks.3.resnets.0.conv1",
198
+ "up_blocks.1.attentions.2.transformer_blocks.0.attn1.to_v",
199
+ "up_blocks.3.attentions.2.transformer_blocks.0.ff.net.2",
200
+ "up_blocks.3.resnets.0.conv_shortcut",
201
+ "up_blocks.1.attentions.2.proj_out",
202
+ "down_blocks.0.motion_modules.1.transformer_blocks.0.attn1.to_out.0",
203
+ "down_blocks.1.attentions.1.transformer_blocks.0.attn2.to_out.0",
204
+ "down_blocks.1.motion_modules.0.transformer_blocks.0.attn1.to_q",
205
+ "mid_block.resnets.0.time_emb_proj",
206
+ "up_blocks.1.motion_modules.1.proj_out",
207
+ "up_blocks.2.motion_modules.0.transformer_blocks.0.attn1.to_v",
208
+ "up_blocks.0.motion_modules.1.transformer_blocks.0.attn2.to_out.0",
209
+ "up_blocks.2.attentions.1.transformer_blocks.0.attn1.to_q",
210
+ "up_blocks.0.motion_modules.0.transformer_blocks.0.attn2.to_out.0",
211
+ "down_blocks.2.motion_modules.1.proj_in",
212
+ "down_blocks.2.attentions.1.transformer_blocks.0.ff.net.2",
213
+ "up_blocks.2.resnets.1.conv2",
214
+ "up_blocks.2.motion_modules.2.transformer_blocks.0.attn2.to_v",
215
+ "up_blocks.3.motion_modules.1.transformer_blocks.0.attn2.to_out.0",
216
+ "up_blocks.2.resnets.0.conv2",
217
+ "up_blocks.2.attentions.1.transformer_blocks.0.attn1.to_v",
218
+ "up_blocks.2.resnets.1.time_emb_proj",
219
+ "down_blocks.0.motion_modules.1.transformer_blocks.0.ff.net.2",
220
+ "up_blocks.2.attentions.2.proj_out",
221
+ "up_blocks.2.upsamplers.0.conv",
222
+ "up_blocks.2.motion_modules.1.transformer_blocks.0.attn1.to_out.0",
223
+ "down_blocks.1.motion_modules.0.transformer_blocks.0.attn1.to_out.0",
224
+ "down_blocks.0.resnets.1.conv2",
225
+ "down_blocks.1.attentions.1.transformer_blocks.0.ff.net.2",
226
+ "down_blocks.0.attentions.0.transformer_blocks.0.attn2.to_v",
227
+ "down_blocks.3.motion_modules.1.proj_in",
228
+ "up_blocks.1.attentions.0.transformer_blocks.0.attn2.to_v",
229
+ "up_blocks.2.attentions.2.proj_in",
230
+ "down_blocks.3.motion_modules.0.transformer_blocks.0.attn1.to_v",
231
+ "up_blocks.2.attentions.2.transformer_blocks.0.attn2.to_out.0",
232
+ "up_blocks.3.motion_modules.2.transformer_blocks.0.attn2.to_v",
233
+ "down_blocks.1.attentions.1.transformer_blocks.0.attn1.to_k",
234
+ "up_blocks.3.attentions.0.transformer_blocks.0.ff.net.2",
235
+ "up_blocks.0.motion_modules.1.transformer_blocks.0.attn2.to_q",
236
+ "up_blocks.0.motion_modules.1.transformer_blocks.0.attn2.to_k",
237
+ "up_blocks.1.attentions.1.transformer_blocks.0.attn1.to_q",
238
+ "up_blocks.1.attentions.2.transformer_blocks.0.attn1.to_k",
239
+ "mid_block.resnets.1.conv1",
240
+ "down_blocks.3.motion_modules.1.transformer_blocks.0.attn2.to_out.0",
241
+ "up_blocks.0.motion_modules.1.proj_in",
242
+ "down_blocks.1.motion_modules.1.transformer_blocks.0.attn2.to_q",
243
+ "up_blocks.3.attentions.1.proj_in",
244
+ "up_blocks.2.attentions.1.transformer_blocks.0.attn1.to_out.0",
245
+ "down_blocks.1.attentions.1.proj_out",
246
+ "down_blocks.0.motion_modules.0.transformer_blocks.0.attn1.to_k",
247
+ "up_blocks.3.motion_modules.1.proj_in",
248
+ "down_blocks.2.motion_modules.0.transformer_blocks.0.attn1.to_q",
249
+ "up_blocks.1.resnets.0.conv_shortcut",
250
+ "up_blocks.1.motion_modules.0.transformer_blocks.0.attn2.to_k",
251
+ "up_blocks.2.attentions.2.transformer_blocks.0.attn1.to_out.0",
252
+ "down_blocks.3.resnets.0.conv2",
253
+ "up_blocks.3.attentions.0.transformer_blocks.0.attn1.to_k",
254
+ "down_blocks.2.motion_modules.0.proj_out",
255
+ "up_blocks.3.attentions.1.transformer_blocks.0.attn2.to_out.0",
256
+ "up_blocks.1.attentions.2.transformer_blocks.0.attn1.to_q",
257
+ "up_blocks.3.attentions.1.transformer_blocks.0.attn1.to_v",
258
+ "up_blocks.2.motion_modules.1.transformer_blocks.0.ff.net.2",
259
+ "up_blocks.1.resnets.0.conv1",
260
+ "down_blocks.2.motion_modules.0.transformer_blocks.0.attn2.to_k",
261
+ "down_blocks.0.motion_modules.1.transformer_blocks.0.attn2.to_k",
262
+ "up_blocks.1.resnets.2.conv2",
263
+ "up_blocks.1.motion_modules.2.transformer_blocks.0.attn2.to_out.0",
264
+ "up_blocks.3.attentions.2.proj_in",
265
+ "down_blocks.1.attentions.0.proj_in",
266
+ "up_blocks.1.attentions.0.transformer_blocks.0.ff.net.0.proj",
267
+ "up_blocks.3.resnets.0.conv1",
268
+ "up_blocks.0.motion_modules.0.proj_out",
269
+ "up_blocks.3.motion_modules.0.transformer_blocks.0.attn2.to_q",
270
+ "up_blocks.1.attentions.2.proj_in",
271
+ "up_blocks.2.motion_modules.2.transformer_blocks.0.attn2.to_out.0",
272
+ "down_blocks.1.attentions.1.proj_in",
273
+ "up_blocks.1.motion_modules.0.transformer_blocks.0.attn1.to_q",
274
+ "down_blocks.1.attentions.0.proj_out",
275
+ "up_blocks.3.motion_modules.2.transformer_blocks.0.ff.net.0.proj",
276
+ "up_blocks.3.resnets.0.conv2",
277
+ "up_blocks.3.resnets.1.time_emb_proj",
278
+ "up_blocks.1.attentions.1.transformer_blocks.0.attn1.to_v",
279
+ "up_blocks.0.resnets.1.conv1",
280
+ "up_blocks.3.motion_modules.1.proj_out",
281
+ "down_blocks.2.motion_modules.0.transformer_blocks.0.ff.net.0.proj",
282
+ "up_blocks.1.attentions.0.proj_out",
283
+ "up_blocks.3.motion_modules.1.transformer_blocks.0.attn1.to_out.0",
284
+ "up_blocks.3.attentions.2.transformer_blocks.0.attn1.to_out.0",
285
+ "up_blocks.2.attentions.2.transformer_blocks.0.attn2.to_k",
286
+ "up_blocks.3.attentions.0.transformer_blocks.0.attn1.to_out.0",
287
+ "down_blocks.0.attentions.0.transformer_blocks.0.ff.net.2",
288
+ "up_blocks.0.motion_modules.2.transformer_blocks.0.attn1.to_out.0",
289
+ "down_blocks.0.attentions.1.transformer_blocks.0.attn1.to_q",
290
+ "down_blocks.3.motion_modules.1.transformer_blocks.0.ff.net.0.proj",
291
+ "up_blocks.2.attentions.1.transformer_blocks.0.attn2.to_out.0",
292
+ "up_blocks.2.attentions.2.transformer_blocks.0.attn2.to_v",
293
+ "down_blocks.3.resnets.1.time_emb_proj",
294
+ "down_blocks.1.attentions.0.transformer_blocks.0.attn1.to_k",
295
+ "down_blocks.0.motion_modules.0.transformer_blocks.0.ff.net.0.proj",
296
+ "down_blocks.1.motion_modules.1.proj_out",
297
+ "down_blocks.0.motion_modules.0.proj_out",
298
+ "down_blocks.3.motion_modules.1.transformer_blocks.0.attn2.to_k",
299
+ "up_blocks.0.resnets.2.time_emb_proj",
300
+ "up_blocks.1.attentions.0.transformer_blocks.0.attn1.to_out.0",
301
+ "down_blocks.1.attentions.1.transformer_blocks.0.attn1.to_v",
302
+ "up_blocks.1.attentions.1.transformer_blocks.0.attn2.to_v",
303
+ "down_blocks.0.motion_modules.0.transformer_blocks.0.attn2.to_q",
304
+ "down_blocks.3.motion_modules.0.transformer_blocks.0.attn1.to_k",
305
+ "up_blocks.3.attentions.1.transformer_blocks.0.attn2.to_v",
306
+ "down_blocks.1.attentions.1.transformer_blocks.0.ff.net.0.proj",
307
+ "up_blocks.2.motion_modules.0.transformer_blocks.0.ff.net.2",
308
+ "up_blocks.2.motion_modules.1.transformer_blocks.0.attn1.to_v",
309
+ "up_blocks.1.attentions.1.proj_out",
310
+ "up_blocks.3.attentions.0.transformer_blocks.0.attn2.to_q",
311
+ "mid_block.motion_modules.0.transformer_blocks.0.attn1.to_q",
312
+ "down_blocks.0.motion_modules.1.transformer_blocks.0.attn2.to_out.0",
313
+ "down_blocks.2.motion_modules.0.transformer_blocks.0.attn2.to_q",
314
+ "down_blocks.2.motion_modules.0.proj_in",
315
+ "up_blocks.1.motion_modules.2.transformer_blocks.0.attn1.to_v",
316
+ "up_blocks.3.attentions.1.transformer_blocks.0.ff.net.2",
317
+ "mid_block.attentions.0.transformer_blocks.0.attn1.to_v",
318
+ "mid_block.attentions.0.transformer_blocks.0.attn2.to_out.0",
319
+ "up_blocks.3.attentions.0.transformer_blocks.0.ff.net.0.proj",
320
+ "up_blocks.1.motion_modules.1.transformer_blocks.0.attn1.to_k",
321
+ "up_blocks.2.attentions.2.transformer_blocks.0.ff.net.0.proj",
322
+ "down_blocks.0.motion_modules.1.transformer_blocks.0.attn2.to_v",
323
+ "up_blocks.2.motion_modules.2.transformer_blocks.0.attn1.to_q",
324
+ "down_blocks.2.attentions.0.proj_in",
325
+ "up_blocks.3.attentions.0.transformer_blocks.0.attn2.to_k",
326
+ "mid_block.motion_modules.0.transformer_blocks.0.ff.net.0.proj",
327
+ "up_blocks.2.attentions.1.proj_in",
328
+ "up_blocks.1.attentions.0.transformer_blocks.0.attn1.to_v",
329
+ "up_blocks.3.motion_modules.2.transformer_blocks.0.attn2.to_q",
330
+ "mid_block.motion_modules.0.transformer_blocks.0.attn1.to_out.0",
331
+ "up_blocks.1.motion_modules.2.transformer_blocks.0.attn1.to_out.0",
332
+ "down_blocks.1.attentions.0.transformer_blocks.0.attn2.to_out.0",
333
+ "down_blocks.2.motion_modules.1.transformer_blocks.0.attn2.to_q",
334
+ "down_blocks.0.motion_modules.1.transformer_blocks.0.attn1.to_k",
335
+ "down_blocks.0.attentions.0.proj_in",
336
+ "down_blocks.2.motion_modules.1.proj_out",
337
+ "up_blocks.3.motion_modules.0.transformer_blocks.0.attn1.to_out.0",
338
+ "up_blocks.1.motion_modules.1.proj_in",
339
+ "down_blocks.2.attentions.0.transformer_blocks.0.attn1.to_q",
340
+ "up_blocks.1.motion_modules.0.transformer_blocks.0.attn2.to_v",
341
+ "up_blocks.1.motion_modules.0.transformer_blocks.0.ff.net.0.proj",
342
+ "down_blocks.2.attentions.0.transformer_blocks.0.attn2.to_v",
343
+ "mid_block.motion_modules.0.transformer_blocks.0.attn1.to_k",
344
+ "down_blocks.3.motion_modules.0.proj_out",
345
+ "down_blocks.1.motion_modules.1.transformer_blocks.0.attn1.to_k",
346
+ "up_blocks.3.motion_modules.0.transformer_blocks.0.ff.net.0.proj",
347
+ "down_blocks.1.attentions.0.transformer_blocks.0.attn2.to_v",
348
+ "down_blocks.2.attentions.1.transformer_blocks.0.attn1.to_q",
349
+ "up_blocks.0.motion_modules.2.transformer_blocks.0.attn1.to_v",
350
+ "down_blocks.0.motion_modules.0.transformer_blocks.0.attn2.to_k",
351
+ "up_blocks.2.attentions.1.transformer_blocks.0.ff.net.2",
352
+ "down_blocks.2.attentions.0.proj_out",
353
+ "down_blocks.2.motion_modules.0.transformer_blocks.0.attn2.to_v",
354
+ "down_blocks.3.motion_modules.0.transformer_blocks.0.attn2.to_k",
355
+ "up_blocks.3.motion_modules.2.transformer_blocks.0.attn1.to_k",
356
+ "up_blocks.2.attentions.1.transformer_blocks.0.attn1.to_k",
357
+ "up_blocks.0.motion_modules.0.proj_in",
358
+ "down_blocks.2.attentions.0.transformer_blocks.0.attn1.to_out.0",
359
+ "down_blocks.3.resnets.0.time_emb_proj",
360
+ "mid_block.attentions.0.proj_out",
361
+ "up_blocks.3.motion_modules.0.transformer_blocks.0.attn2.to_k",
362
+ "up_blocks.3.motion_modules.1.transformer_blocks.0.attn2.to_q",
363
+ "mid_block.attentions.0.transformer_blocks.0.attn2.to_q",
364
+ "down_blocks.1.motion_modules.1.transformer_blocks.0.ff.net.2",
365
+ "up_blocks.1.motion_modules.0.proj_in",
366
+ "up_blocks.2.resnets.2.conv_shortcut",
367
+ "up_blocks.3.motion_modules.0.transformer_blocks.0.attn1.to_k",
368
+ "down_blocks.3.motion_modules.0.transformer_blocks.0.attn1.to_out.0",
369
+ "down_blocks.0.attentions.0.transformer_blocks.0.attn1.to_out.0",
370
+ "down_blocks.0.attentions.0.transformer_blocks.0.attn1.to_v",
371
+ "up_blocks.0.motion_modules.1.transformer_blocks.0.attn1.to_k",
372
+ "up_blocks.3.motion_modules.0.proj_in",
373
+ "mid_block.motion_modules.0.transformer_blocks.0.attn2.to_q",
374
+ "up_blocks.0.resnets.0.conv_shortcut",
375
+ "down_blocks.0.motion_modules.1.transformer_blocks.0.attn1.to_v",
376
+ "up_blocks.2.motion_modules.1.transformer_blocks.0.attn2.to_q",
377
+ "up_blocks.0.motion_modules.2.transformer_blocks.0.attn1.to_k",
378
+ "up_blocks.1.motion_modules.1.transformer_blocks.0.attn1.to_out.0",
379
+ "up_blocks.2.resnets.0.time_emb_proj",
380
+ "down_blocks.0.attentions.1.transformer_blocks.0.attn1.to_v",
381
+ "down_blocks.0.attentions.1.transformer_blocks.0.attn2.to_out.0",
382
+ "up_blocks.2.attentions.0.transformer_blocks.0.attn2.to_v",
383
+ "up_blocks.2.motion_modules.0.proj_in",
384
+ "down_blocks.2.attentions.0.transformer_blocks.0.attn2.to_k",
385
+ "down_blocks.0.resnets.0.time_emb_proj",
386
+ "up_blocks.2.motion_modules.0.transformer_blocks.0.attn2.to_q",
387
+ "down_blocks.3.motion_modules.0.transformer_blocks.0.ff.net.2",
388
+ "up_blocks.3.attentions.1.transformer_blocks.0.attn1.to_out.0",
389
+ "mid_block.motion_modules.0.proj_in",
390
+ "down_blocks.1.attentions.0.transformer_blocks.0.attn2.to_k",
391
+ "up_blocks.1.attentions.1.transformer_blocks.0.attn1.to_out.0",
392
+ "up_blocks.3.attentions.1.transformer_blocks.0.attn2.to_q",
393
+ "down_blocks.2.motion_modules.1.transformer_blocks.0.ff.net.2",
394
+ "up_blocks.0.motion_modules.0.transformer_blocks.0.attn1.to_k",
395
+ "up_blocks.0.motion_modules.2.transformer_blocks.0.attn2.to_v",
396
+ "up_blocks.3.resnets.2.time_emb_proj",
397
+ "down_blocks.0.motion_modules.0.transformer_blocks.0.attn2.to_v",
398
+ "up_blocks.3.resnets.2.conv_shortcut",
399
+ "up_blocks.3.attentions.0.transformer_blocks.0.attn1.to_v",
400
+ "up_blocks.1.resnets.0.conv2",
401
+ "down_blocks.1.attentions.0.transformer_blocks.0.attn1.to_out.0",
402
+ "up_blocks.2.attentions.2.transformer_blocks.0.attn1.to_k",
403
+ "up_blocks.1.resnets.1.time_emb_proj",
404
+ "up_blocks.0.resnets.1.time_emb_proj",
405
+ "up_blocks.0.motion_modules.1.transformer_blocks.0.attn1.to_v",
406
+ "down_blocks.2.motion_modules.1.transformer_blocks.0.attn1.to_q",
407
+ "up_blocks.0.motion_modules.1.transformer_blocks.0.attn2.to_v",
408
+ "down_blocks.2.resnets.1.time_emb_proj",
409
+ "up_blocks.1.resnets.2.conv1",
410
+ "up_blocks.3.attentions.0.proj_in",
411
+ "up_blocks.1.motion_modules.1.transformer_blocks.0.attn2.to_out.0",
412
+ "up_blocks.2.attentions.2.transformer_blocks.0.ff.net.2",
413
+ "up_blocks.3.motion_modules.2.transformer_blocks.0.attn1.to_out.0",
414
+ "down_blocks.2.resnets.1.conv1",
415
+ "up_blocks.1.attentions.2.transformer_blocks.0.attn2.to_q",
416
+ "up_blocks.2.attentions.2.transformer_blocks.0.attn1.to_v",
417
+ "up_blocks.1.attentions.1.transformer_blocks.0.attn2.to_out.0",
418
+ "up_blocks.2.attentions.0.proj_out",
419
+ "down_blocks.1.attentions.1.transformer_blocks.0.attn1.to_q",
420
+ "down_blocks.2.motion_modules.1.transformer_blocks.0.attn1.to_k",
421
+ "down_blocks.0.attentions.0.transformer_blocks.0.ff.net.0.proj",
422
+ "up_blocks.3.resnets.2.conv2",
423
+ "up_blocks.2.attentions.0.transformer_blocks.0.attn1.to_k",
424
+ "up_blocks.1.motion_modules.0.transformer_blocks.0.attn1.to_k",
425
+ "down_blocks.0.attentions.1.proj_in",
426
+ "up_blocks.3.resnets.2.conv1",
427
+ "down_blocks.1.attentions.0.transformer_blocks.0.attn2.to_q",
428
+ "down_blocks.1.motion_modules.1.transformer_blocks.0.attn1.to_q",
429
+ "up_blocks.1.attentions.0.transformer_blocks.0.attn2.to_q",
430
+ "up_blocks.3.attentions.0.transformer_blocks.0.attn2.to_v",
431
+ "down_blocks.0.attentions.1.transformer_blocks.0.attn1.to_out.0",
432
+ "down_blocks.0.attentions.0.transformer_blocks.0.attn1.to_k",
433
+ "down_blocks.2.motion_modules.0.transformer_blocks.0.ff.net.2",
434
+ "down_blocks.1.motion_modules.0.transformer_blocks.0.attn2.to_k",
435
+ "up_blocks.3.attentions.0.proj_out",
436
+ "up_blocks.2.motion_modules.2.transformer_blocks.0.ff.net.0.proj",
437
+ "up_blocks.3.motion_modules.0.transformer_blocks.0.attn1.to_q",
438
+ "down_blocks.0.motion_modules.0.transformer_blocks.0.attn1.to_v",
439
+ "down_blocks.1.attentions.0.transformer_blocks.0.attn1.to_q",
440
+ "up_blocks.2.motion_modules.0.transformer_blocks.0.attn1.to_k",
441
+ "up_blocks.0.motion_modules.2.transformer_blocks.0.attn1.to_q",
442
+ "up_blocks.0.motion_modules.0.transformer_blocks.0.attn1.to_v",
443
+ "up_blocks.2.motion_modules.1.transformer_blocks.0.attn1.to_q",
444
+ "mid_block.attentions.0.transformer_blocks.0.attn2.to_v",
445
+ "up_blocks.1.motion_modules.1.transformer_blocks.0.attn1.to_v",
446
+ "up_blocks.1.resnets.1.conv1",
447
+ "down_blocks.2.attentions.0.transformer_blocks.0.ff.net.2",
448
+ "up_blocks.1.attentions.1.proj_in",
449
+ "up_blocks.2.motion_modules.1.transformer_blocks.0.attn2.to_out.0",
450
+ "up_blocks.3.motion_modules.1.transformer_blocks.0.attn2.to_v",
451
+ "up_blocks.2.attentions.1.transformer_blocks.0.attn2.to_q",
452
+ "down_blocks.0.motion_modules.0.proj_in",
453
+ "up_blocks.0.resnets.1.conv_shortcut",
454
+ "down_blocks.0.resnets.0.conv1",
455
+ "up_blocks.1.motion_modules.1.transformer_blocks.0.ff.net.2",
456
+ "up_blocks.2.motion_modules.1.proj_in",
457
+ "up_blocks.0.upsamplers.0.conv",
458
+ "down_blocks.2.downsamplers.0.conv",
459
+ "up_blocks.2.motion_modules.0.transformer_blocks.0.attn2.to_v",
460
+ "down_blocks.2.motion_modules.0.transformer_blocks.0.attn2.to_out.0",
461
+ "up_blocks.3.attentions.1.proj_out",
462
+ "up_blocks.1.attentions.2.transformer_blocks.0.attn1.to_out.0",
463
+ "up_blocks.2.attentions.2.transformer_blocks.0.attn1.to_q",
464
+ "up_blocks.3.motion_modules.0.proj_out",
465
+ "up_blocks.3.resnets.1.conv_shortcut",
466
+ "down_blocks.2.motion_modules.1.transformer_blocks.0.attn2.to_k",
467
+ "up_blocks.3.motion_modules.1.transformer_blocks.0.attn1.to_v",
468
+ "down_blocks.3.motion_modules.1.transformer_blocks.0.attn1.to_k",
469
+ "mid_block.resnets.0.conv2",
470
+ "down_blocks.1.motion_modules.0.transformer_blocks.0.attn1.to_v",
471
+ "up_blocks.2.attentions.2.transformer_blocks.0.attn2.to_q",
472
+ "up_blocks.0.motion_modules.2.proj_in",
473
+ "up_blocks.1.motion_modules.1.transformer_blocks.0.attn1.to_q",
474
+ "down_blocks.2.resnets.0.time_emb_proj",
475
+ "down_blocks.0.downsamplers.0.conv",
476
+ "down_blocks.0.motion_modules.1.transformer_blocks.0.ff.net.0.proj",
477
+ "up_blocks.1.motion_modules.2.transformer_blocks.0.attn1.to_k",
478
+ "down_blocks.2.attentions.1.transformer_blocks.0.attn2.to_out.0",
479
+ "down_blocks.2.attentions.0.transformer_blocks.0.ff.net.0.proj",
480
+ "up_blocks.1.motion_modules.1.transformer_blocks.0.attn2.to_q",
481
+ "down_blocks.0.motion_modules.0.transformer_blocks.0.attn2.to_out.0",
482
+ "mid_block.motion_modules.0.transformer_blocks.0.attn2.to_out.0",
483
+ "down_blocks.1.motion_modules.1.transformer_blocks.0.ff.net.0.proj",
484
+ "up_blocks.2.resnets.0.conv1",
485
+ "down_blocks.0.attentions.0.transformer_blocks.0.attn2.to_k",
486
+ "up_blocks.1.motion_modules.2.transformer_blocks.0.attn2.to_k",
487
+ "down_blocks.0.attentions.0.proj_out",
488
+ "up_blocks.3.attentions.2.transformer_blocks.0.attn1.to_k",
489
+ "down_blocks.2.motion_modules.1.transformer_blocks.0.attn2.to_v",
490
+ "up_blocks.0.motion_modules.2.transformer_blocks.0.attn2.to_k",
491
+ "down_blocks.2.motion_modules.1.transformer_blocks.0.attn2.to_out.0",
492
+ "down_blocks.0.attentions.1.proj_out",
493
+ "up_blocks.1.motion_modules.2.transformer_blocks.0.ff.net.2",
494
+ "up_blocks.2.attentions.0.transformer_blocks.0.ff.net.0.proj",
495
+ "up_blocks.3.motion_modules.0.transformer_blocks.0.attn2.to_out.0",
496
+ "down_blocks.1.attentions.0.transformer_blocks.0.attn1.to_v",
497
+ "mid_block.attentions.0.transformer_blocks.0.attn1.to_q",
498
+ "up_blocks.1.motion_modules.2.transformer_blocks.0.attn2.to_q",
499
+ "up_blocks.0.motion_modules.2.transformer_blocks.0.ff.net.0.proj",
500
+ "down_blocks.1.attentions.1.transformer_blocks.0.attn2.to_k",
501
+ "down_blocks.3.resnets.1.conv2",
502
+ "down_blocks.3.motion_modules.1.transformer_blocks.0.attn1.to_v",
503
+ "down_blocks.0.resnets.0.conv2",
504
+ "mid_block.motion_modules.0.proj_out",
505
+ "up_blocks.3.attentions.2.transformer_blocks.0.attn2.to_k",
506
+ "up_blocks.3.attentions.2.transformer_blocks.0.attn2.to_out.0",
507
+ "down_blocks.1.resnets.1.time_emb_proj",
508
+ "up_blocks.0.motion_modules.0.transformer_blocks.0.attn1.to_out.0",
509
+ "up_blocks.2.attentions.0.transformer_blocks.0.attn1.to_v",
510
+ "down_blocks.3.motion_modules.0.transformer_blocks.0.attn1.to_q",
511
+ "up_blocks.2.motion_modules.1.transformer_blocks.0.attn1.to_k",
512
+ "up_blocks.1.attentions.1.transformer_blocks.0.ff.net.0.proj",
513
+ "up_blocks.2.motion_modules.0.transformer_blocks.0.attn1.to_q",
514
+ "up_blocks.2.attentions.0.transformer_blocks.0.attn2.to_out.0",
515
+ "down_blocks.1.resnets.0.conv2",
516
+ "down_blocks.2.attentions.1.transformer_blocks.0.ff.net.0.proj",
517
+ "down_blocks.3.motion_modules.1.transformer_blocks.0.attn1.to_out.0",
518
+ "down_blocks.1.motion_modules.1.transformer_blocks.0.attn1.to_out.0",
519
+ "down_blocks.2.attentions.1.transformer_blocks.0.attn2.to_k",
520
+ "down_blocks.0.attentions.1.transformer_blocks.0.attn1.to_k",
521
+ "down_blocks.1.motion_modules.1.transformer_blocks.0.attn2.to_out.0",
522
+ "down_blocks.2.attentions.1.transformer_blocks.0.attn1.to_out.0",
523
+ "down_blocks.0.motion_modules.0.transformer_blocks.0.attn1.to_q",
524
+ "up_blocks.2.motion_modules.1.proj_out",
525
+ "up_blocks.2.motion_modules.2.transformer_blocks.0.ff.net.2",
526
+ "up_blocks.2.motion_modules.2.transformer_blocks.0.attn1.to_v",
527
+ "down_blocks.1.motion_modules.0.transformer_blocks.0.ff.net.2",
528
+ "up_blocks.1.resnets.1.conv2",
529
+ "up_blocks.3.motion_modules.0.transformer_blocks.0.attn2.to_v",
530
+ "up_blocks.2.attentions.1.transformer_blocks.0.attn2.to_k",
531
+ "up_blocks.2.resnets.2.conv2",
532
+ "up_blocks.1.attentions.0.transformer_blocks.0.ff.net.2",
533
+ "up_blocks.0.motion_modules.1.proj_out",
534
+ "up_blocks.2.motion_modules.2.transformer_blocks.0.attn2.to_k",
535
+ "up_blocks.1.attentions.1.transformer_blocks.0.attn2.to_q",
536
+ "up_blocks.2.attentions.0.transformer_blocks.0.attn2.to_k",
537
+ "up_blocks.3.motion_modules.2.transformer_blocks.0.attn1.to_v",
538
+ "down_blocks.2.motion_modules.0.transformer_blocks.0.attn1.to_k",
539
+ "down_blocks.1.motion_modules.1.transformer_blocks.0.attn1.to_v",
540
+ "up_blocks.0.motion_modules.2.transformer_blocks.0.attn2.to_out.0",
541
+ "up_blocks.3.attentions.2.proj_out",
542
+ "mid_block.motion_modules.0.transformer_blocks.0.attn2.to_v",
543
+ "up_blocks.2.motion_modules.0.transformer_blocks.0.ff.net.0.proj",
544
+ "up_blocks.1.motion_modules.0.transformer_blocks.0.attn2.to_out.0",
545
+ "down_blocks.1.resnets.1.conv1",
546
+ "mid_block.attentions.0.transformer_blocks.0.attn1.to_k",
547
+ "up_blocks.1.attentions.0.transformer_blocks.0.attn1.to_k",
548
+ "down_blocks.3.motion_modules.0.transformer_blocks.0.attn2.to_v",
549
+ "up_blocks.3.motion_modules.0.transformer_blocks.0.attn1.to_v",
550
+ "down_blocks.2.attentions.0.transformer_blocks.0.attn1.to_k",
551
+ "up_blocks.1.attentions.1.transformer_blocks.0.ff.net.2",
552
+ "down_blocks.3.motion_modules.1.proj_out",
553
+ "up_blocks.0.motion_modules.1.transformer_blocks.0.attn1.to_q",
554
+ "up_blocks.2.motion_modules.0.transformer_blocks.0.attn1.to_out.0",
555
+ "mid_block.resnets.1.conv2"
556
+ ],
557
+ "task_type": null,
558
+ "use_dora": false,
559
+ "use_rslora": false
560
+ }
animatediff-webvid/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2e73272878c4670743ab9aa896f901195875ef3c633a39d40c0df5594e7c615
3
+ size 433506048
animatediff-webvid/unet_lora/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d79cfde53d5f4f7a03c0d41bbf7e7ae4b3b40278d345457d1dc23433154e073
3
+ size 433511344