comfyui-workflow-templates 0.1.16__py3-none-any.whl → 0.1.17__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (23) hide show
  1. comfyui_workflow_templates/templates/audio_ace_step_1_m2m_editing-1.mp3 +0 -0
  2. comfyui_workflow_templates/templates/audio_ace_step_1_m2m_editing.json +431 -375
  3. comfyui_workflow_templates/templates/audio_ace_step_1_t2a_instrumentals-1.mp3 +0 -0
  4. comfyui_workflow_templates/templates/audio_ace_step_1_t2a_instrumentals.json +451 -319
  5. comfyui_workflow_templates/templates/audio_ace_step_1_t2a_song-1.mp3 +0 -0
  6. comfyui_workflow_templates/templates/audio_ace_step_1_t2a_song.json +458 -328
  7. comfyui_workflow_templates/templates/image_lotus_depth_v1_1-1.webp +0 -0
  8. comfyui_workflow_templates/templates/image_lotus_depth_v1_1-2.webp +0 -0
  9. comfyui_workflow_templates/templates/image_lotus_depth_v1_1.json +789 -0
  10. comfyui_workflow_templates/templates/index.json +46 -22
  11. comfyui_workflow_templates/templates/video_wan_vace_14B_i2v.json +1629 -677
  12. comfyui_workflow_templates/templates/video_wan_vace_14B_t2v.json +678 -693
  13. comfyui_workflow_templates/templates/video_wan_vace_14B_v2v.json +838 -559
  14. comfyui_workflow_templates/templates/video_wan_vace_flf2v-1.webp +0 -0
  15. comfyui_workflow_templates/templates/video_wan_vace_flf2v.json +2239 -0
  16. comfyui_workflow_templates/templates/video_wan_vace_outpainting-1.webp +0 -0
  17. comfyui_workflow_templates/templates/video_wan_vace_outpainting-2.webp +0 -0
  18. comfyui_workflow_templates/templates/video_wan_vace_outpainting.json +1914 -0
  19. {comfyui_workflow_templates-0.1.16.dist-info → comfyui_workflow_templates-0.1.17.dist-info}/METADATA +1 -1
  20. {comfyui_workflow_templates-0.1.16.dist-info → comfyui_workflow_templates-0.1.17.dist-info}/RECORD +23 -15
  21. {comfyui_workflow_templates-0.1.16.dist-info → comfyui_workflow_templates-0.1.17.dist-info}/WHEEL +1 -1
  22. {comfyui_workflow_templates-0.1.16.dist-info → comfyui_workflow_templates-0.1.17.dist-info}/licenses/LICENSE +0 -0
  23. {comfyui_workflow_templates-0.1.16.dist-info → comfyui_workflow_templates-0.1.17.dist-info}/top_level.txt +0 -0
@@ -1,187 +1,357 @@
1
1
  {
2
2
  "id": "96995b8f-85c5-47af-b3cf-7b6a24675694",
3
3
  "revision": 0,
4
- "last_node_id": 104,
5
- "last_link_id": 175,
4
+ "last_node_id": 116,
5
+ "last_link_id": 192,
6
6
  "nodes": [
7
7
  {
8
- "id": 58,
9
- "type": "TrimVideoLatent",
8
+ "id": 6,
9
+ "type": "CLIPTextEncode",
10
10
  "pos": [
11
- 980,
12
- 530
11
+ 150,
12
+ 200
13
13
  ],
14
14
  "size": [
15
- 276.5860290527344,
16
- 58
15
+ 422.84503173828125,
16
+ 164.31304931640625
17
+ ],
18
+ "flags": {},
19
+ "order": 14,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "clip",
24
+ "type": "CLIP",
25
+ "link": 190
26
+ }
27
+ ],
28
+ "outputs": [
29
+ {
30
+ "name": "CONDITIONING",
31
+ "type": "CONDITIONING",
32
+ "slot_index": 0,
33
+ "links": [
34
+ 96
35
+ ]
36
+ }
37
+ ],
38
+ "title": "CLIP Text Encode (Positive Prompt)",
39
+ "properties": {
40
+ "Node name for S&R": "CLIPTextEncode",
41
+ "cnr_id": "comfy-core",
42
+ "ver": "0.3.34"
43
+ },
44
+ "widgets_values": [
45
+ "Fujifilm Portra 400H film still, slammed Nissan Skyline R33 GTR LM JGTC, in heavy motion blur, 7-11 Tokyo, Midnight"
46
+ ],
47
+ "color": "#232",
48
+ "bgcolor": "#353"
49
+ },
50
+ {
51
+ "id": 68,
52
+ "type": "CreateVideo",
53
+ "pos": [
54
+ 290,
55
+ 690
56
+ ],
57
+ "size": [
58
+ 270,
59
+ 78
17
60
  ],
18
61
  "flags": {
19
- "collapsed": true
62
+ "collapsed": false
20
63
  },
21
- "order": 18,
64
+ "order": 21,
22
65
  "mode": 0,
23
66
  "inputs": [
24
67
  {
25
- "name": "samples",
26
- "type": "LATENT",
27
- "link": 116
68
+ "name": "images",
69
+ "type": "IMAGE",
70
+ "link": 139
28
71
  },
29
72
  {
30
- "name": "trim_amount",
31
- "type": "INT",
32
- "widget": {
33
- "name": "trim_amount"
34
- },
35
- "link": 115
73
+ "name": "audio",
74
+ "shape": 7,
75
+ "type": "AUDIO",
76
+ "link": null
36
77
  }
37
78
  ],
38
79
  "outputs": [
39
80
  {
40
- "name": "LATENT",
41
- "type": "LATENT",
81
+ "name": "VIDEO",
82
+ "type": "VIDEO",
42
83
  "links": [
43
- 117
84
+ 185
44
85
  ]
45
86
  }
46
87
  ],
47
88
  "properties": {
48
- "Node name for S&R": "TrimVideoLatent",
89
+ "Node name for S&R": "CreateVideo",
49
90
  "cnr_id": "comfy-core",
50
91
  "ver": "0.3.34"
51
92
  },
52
93
  "widgets_values": [
53
- 0
94
+ 16
54
95
  ]
55
96
  },
56
97
  {
57
- "id": 8,
58
- "type": "VAEDecode",
98
+ "id": 7,
99
+ "type": "CLIPTextEncode",
59
100
  "pos": [
60
- 1150,
61
- 530
101
+ 150,
102
+ 410
62
103
  ],
63
104
  "size": [
64
- 210,
65
- 46
105
+ 425.27801513671875,
106
+ 180.6060791015625
66
107
  ],
67
- "flags": {
68
- "collapsed": true
108
+ "flags": {},
109
+ "order": 15,
110
+ "mode": 0,
111
+ "inputs": [
112
+ {
113
+ "name": "clip",
114
+ "type": "CLIP",
115
+ "link": 191
116
+ }
117
+ ],
118
+ "outputs": [
119
+ {
120
+ "name": "CONDITIONING",
121
+ "type": "CONDITIONING",
122
+ "slot_index": 0,
123
+ "links": [
124
+ 97
125
+ ]
126
+ }
127
+ ],
128
+ "title": "CLIP Text Encode (Negative Prompt)",
129
+ "properties": {
130
+ "Node name for S&R": "CLIPTextEncode",
131
+ "cnr_id": "comfy-core",
132
+ "ver": "0.3.34"
69
133
  },
70
- "order": 19,
134
+ "widgets_values": [
135
+ "过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走,"
136
+ ],
137
+ "color": "#322",
138
+ "bgcolor": "#533"
139
+ },
140
+ {
141
+ "id": 3,
142
+ "type": "KSampler",
143
+ "pos": [
144
+ 980,
145
+ 50
146
+ ],
147
+ "size": [
148
+ 315,
149
+ 262
150
+ ],
151
+ "flags": {},
152
+ "order": 17,
71
153
  "mode": 0,
72
154
  "inputs": [
73
155
  {
74
- "name": "samples",
75
- "type": "LATENT",
76
- "link": 117
156
+ "name": "model",
157
+ "type": "MODEL",
158
+ "link": 95
77
159
  },
78
160
  {
79
- "name": "vae",
80
- "type": "VAE",
81
- "link": 76
161
+ "name": "positive",
162
+ "type": "CONDITIONING",
163
+ "link": 98
164
+ },
165
+ {
166
+ "name": "negative",
167
+ "type": "CONDITIONING",
168
+ "link": 99
169
+ },
170
+ {
171
+ "name": "latent_image",
172
+ "type": "LATENT",
173
+ "link": 160
82
174
  }
83
175
  ],
84
176
  "outputs": [
85
177
  {
86
- "name": "IMAGE",
87
- "type": "IMAGE",
178
+ "name": "LATENT",
179
+ "type": "LATENT",
88
180
  "slot_index": 0,
89
181
  "links": [
90
- 130,
91
- 139
182
+ 116
92
183
  ]
93
184
  }
94
185
  ],
95
186
  "properties": {
96
- "Node name for S&R": "VAEDecode",
187
+ "Node name for S&R": "KSampler",
97
188
  "cnr_id": "comfy-core",
98
189
  "ver": "0.3.34"
99
190
  },
100
- "widgets_values": []
191
+ "widgets_values": [
192
+ 163906241301643,
193
+ "randomize",
194
+ 4,
195
+ 1,
196
+ "uni_pc",
197
+ "simple",
198
+ 1
199
+ ]
101
200
  },
102
201
  {
103
- "id": 78,
104
- "type": "Canny",
202
+ "id": 49,
203
+ "type": "WanVaceToVideo",
105
204
  "pos": [
106
205
  630,
107
- 680
206
+ 60
108
207
  ],
109
208
  "size": [
110
- 270,
111
- 82
209
+ 315,
210
+ 254
112
211
  ],
113
212
  "flags": {},
114
- "order": 14,
115
- "mode": 4,
213
+ "order": 16,
214
+ "mode": 0,
116
215
  "inputs": [
117
216
  {
118
- "name": "image",
217
+ "name": "positive",
218
+ "type": "CONDITIONING",
219
+ "link": 96
220
+ },
221
+ {
222
+ "name": "negative",
223
+ "type": "CONDITIONING",
224
+ "link": 97
225
+ },
226
+ {
227
+ "name": "vae",
228
+ "type": "VAE",
229
+ "link": 183
230
+ },
231
+ {
232
+ "name": "control_video",
233
+ "shape": 7,
119
234
  "type": "IMAGE",
120
- "link": 140
235
+ "link": null
236
+ },
237
+ {
238
+ "name": "control_masks",
239
+ "shape": 7,
240
+ "type": "MASK",
241
+ "link": null
242
+ },
243
+ {
244
+ "name": "reference_image",
245
+ "shape": 7,
246
+ "type": "IMAGE",
247
+ "link": null
121
248
  }
122
249
  ],
123
250
  "outputs": [
124
251
  {
125
- "name": "IMAGE",
126
- "type": "IMAGE",
252
+ "name": "positive",
253
+ "type": "CONDITIONING",
254
+ "links": [
255
+ 98
256
+ ]
257
+ },
258
+ {
259
+ "name": "negative",
260
+ "type": "CONDITIONING",
261
+ "links": [
262
+ 99
263
+ ]
264
+ },
265
+ {
266
+ "name": "latent",
267
+ "type": "LATENT",
268
+ "links": [
269
+ 160
270
+ ]
271
+ },
272
+ {
273
+ "name": "trim_latent",
274
+ "type": "INT",
275
+ "links": [
276
+ 115
277
+ ]
278
+ }
279
+ ],
280
+ "properties": {
281
+ "Node name for S&R": "WanVaceToVideo",
282
+ "cnr_id": "comfy-core",
283
+ "ver": "0.3.34"
284
+ },
285
+ "widgets_values": [
286
+ 1280,
287
+ 720,
288
+ 81,
289
+ 1,
290
+ 1
291
+ ]
292
+ },
293
+ {
294
+ "id": 48,
295
+ "type": "ModelSamplingSD3",
296
+ "pos": [
297
+ 730,
298
+ 10
299
+ ],
300
+ "size": [
301
+ 210,
302
+ 58
303
+ ],
304
+ "flags": {
305
+ "collapsed": true
306
+ },
307
+ "order": 13,
308
+ "mode": 0,
309
+ "inputs": [
310
+ {
311
+ "name": "model",
312
+ "type": "MODEL",
313
+ "link": 192
314
+ }
315
+ ],
316
+ "outputs": [
317
+ {
318
+ "name": "MODEL",
319
+ "type": "MODEL",
320
+ "slot_index": 0,
127
321
  "links": [
128
- 141,
129
- 174
322
+ 95
130
323
  ]
131
324
  }
132
325
  ],
133
326
  "properties": {
134
- "Node name for S&R": "Canny",
327
+ "Node name for S&R": "ModelSamplingSD3",
135
328
  "cnr_id": "comfy-core",
136
329
  "ver": "0.3.34"
137
330
  },
138
331
  "widgets_values": [
139
- 0.4,
140
- 0.8
332
+ 8.000000000000002
141
333
  ]
142
334
  },
143
335
  {
144
- "id": 80,
336
+ "id": 115,
145
337
  "type": "MarkdownNote",
146
338
  "pos": [
147
- 630,
148
- 810
339
+ -290,
340
+ -210
149
341
  ],
150
342
  "size": [
151
- 270.8102111816406,
152
- 186.98114013671875
343
+ 420,
344
+ 150
153
345
  ],
154
346
  "flags": {},
155
347
  "order": 0,
156
348
  "mode": 0,
157
349
  "inputs": [],
158
350
  "outputs": [],
351
+ "title": "About CausVid LoRA",
159
352
  "properties": {},
160
353
  "widgets_values": [
161
- "You can replace this part with another image preprocessor. \n\nRelated custom node: \n[comfyui_controlnet_aux](https://github.com/Fannovel16/comfyui_controlnet_aux)\n\n可以把这部分替换成其它的图像预处理器\n"
162
- ],
163
- "color": "#432",
164
- "bgcolor": "#653"
165
- },
166
- {
167
- "id": 77,
168
- "type": "MarkdownNote",
169
- "pos": [
170
- -750,
171
- 0
172
- ],
173
- "size": [
174
- 440,
175
- 410
176
- ],
177
- "flags": {},
178
- "order": 1,
179
- "mode": 0,
180
- "inputs": [],
181
- "outputs": [],
182
- "properties": {},
183
- "widgets_values": [
184
- "[Tutorial](https://docs.comfy.org/tutorials/video/wan/vace) | [教程](https://docs.comfy.org/zh-CN/tutorials/video/wan/vace)\n\n\n**diffusion_models** \n\n- [wan2.1_vace_14B_fp16.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_vace_14B_fp16.safetensors)\n\n**VAE**\n- [wan_2.1_vae.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors?download=true)\n\n**Text encoders** Chose one of following model\n- [umt5_xxl_fp16.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp16.safetensors?download=true)\n- [umt5_xxl_fp8_e4m3fn_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors?download=true)\n\n> You can choose between fp16 of fp8; I used fp16 to match what kijai's wrapper is compatible with.\n\nFile save location\n\n```\nComfyUI/\n├── models/\n│ ├── diffusion_models/\n│ │ └─── wan2.1_vace_14B_fp16.safetensors\n│ ├── text_encoders/\n│ │ └─── umt5_xxl_fp8_e4m3fn_scaled.safetensors # or fp16\n│ └── vae/\n│ └── wan_2.1_vae.safetensors\n```\n"
354
+ "You may need to test different LoRA strength to get the best results. Test within the range of 0.3 to 1. \nWhen we were testing the workflow, we found that sometimes there are relatively obvious artifacts when the intensity is around 0.5. The effect is sometimes quite good when it's above 0.7. When the value is too high, it will be overly saturated. \n\n---\n\n\n你可能需要测试不同的 LoRA 强度来获取最好的结果,0.3~1 之间进行测试,我们在测试工作流时发现,有时候 0.5 左右会有比较明显的伪影,0.7 后效果有时还不错,但数值过高时会过于饱和。\n"
185
355
  ],
186
356
  "color": "#432",
187
357
  "bgcolor": "#653"
@@ -198,7 +368,7 @@
198
368
  100
199
369
  ],
200
370
  "flags": {},
201
- "order": 2,
371
+ "order": 1,
202
372
  "mode": 0,
203
373
  "inputs": [],
204
374
  "outputs": [],
@@ -210,107 +380,62 @@
210
380
  "bgcolor": "#653"
211
381
  },
212
382
  {
213
- "id": 38,
214
- "type": "CLIPLoader",
383
+ "id": 106,
384
+ "type": "UNETLoader",
215
385
  "pos": [
216
- -280,
217
- 187.3333282470703
386
+ -260,
387
+ 90
218
388
  ],
219
389
  "size": [
220
- 390,
221
- 106
390
+ 350,
391
+ 82
222
392
  ],
223
393
  "flags": {},
224
- "order": 3,
394
+ "order": 2,
225
395
  "mode": 0,
226
396
  "inputs": [],
227
397
  "outputs": [
228
398
  {
229
- "name": "CLIP",
230
- "type": "CLIP",
399
+ "name": "MODEL",
400
+ "type": "MODEL",
231
401
  "slot_index": 0,
232
402
  "links": [
233
- 74,
234
- 75
403
+ 188
235
404
  ]
236
405
  }
237
406
  ],
238
407
  "properties": {
239
- "Node name for S&R": "CLIPLoader",
408
+ "Node name for S&R": "UNETLoader",
240
409
  "cnr_id": "comfy-core",
241
410
  "ver": "0.3.34",
242
411
  "models": [
243
412
  {
244
- "name": "umt5_xxl_fp16.safetensors",
245
- "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp16.safetensors",
246
- "hash": "7b8850f1961e1cf8a77cca4c964a358d303f490833c6c087d0cff4b2f99db2af",
247
- "hash_type": "SHA256",
248
- "directory": "text_encoders"
413
+ "name": "wan2.1_vace_14B_fp16.safetensors",
414
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_vace_14B_fp16.safetensors",
415
+ "directory": "diffusion_models"
249
416
  }
250
417
  ]
251
418
  },
252
419
  "widgets_values": [
253
- "umt5_xxl_fp16.safetensors",
254
- "wan",
420
+ "wan2.1_vace_14B_fp16.safetensors",
255
421
  "default"
256
- ]
257
- },
258
- {
259
- "id": 66,
260
- "type": "CLIPLoader",
261
- "pos": [
262
- -280,
263
- 348.6666564941406
264
- ],
265
- "size": [
266
- 390,
267
- 106
268
- ],
269
- "flags": {},
270
- "order": 4,
271
- "mode": 4,
272
- "inputs": [],
273
- "outputs": [
274
- {
275
- "name": "CLIP",
276
- "type": "CLIP",
277
- "slot_index": 0,
278
- "links": []
279
- }
280
422
  ],
281
- "properties": {
282
- "Node name for S&R": "CLIPLoader",
283
- "cnr_id": "comfy-core",
284
- "ver": "0.3.34",
285
- "models": [
286
- {
287
- "name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
288
- "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors",
289
- "hash": "c3355d30191f1f066b26d93fba017ae9809dce6c627dda5f6a66eaa651204f68",
290
- "hash_type": "SHA256",
291
- "directory": "text_encoders"
292
- }
293
- ]
294
- },
295
- "widgets_values": [
296
- "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
297
- "wan",
298
- "default"
299
- ]
423
+ "color": "#322",
424
+ "bgcolor": "#533"
300
425
  },
301
426
  {
302
- "id": 39,
427
+ "id": 105,
303
428
  "type": "VAELoader",
304
429
  "pos": [
305
- -280,
306
- 510
430
+ -260,
431
+ 530
307
432
  ],
308
433
  "size": [
309
- 390,
310
- 60
434
+ 350,
435
+ 58
311
436
  ],
312
437
  "flags": {},
313
- "order": 5,
438
+ "order": 3,
314
439
  "mode": 0,
315
440
  "inputs": [],
316
441
  "outputs": [
@@ -319,8 +444,8 @@
319
444
  "type": "VAE",
320
445
  "slot_index": 0,
321
446
  "links": [
322
- 76,
323
- 101
447
+ 183,
448
+ 184
324
449
  ]
325
450
  }
326
451
  ],
@@ -332,358 +457,263 @@
332
457
  {
333
458
  "name": "wan_2.1_vae.safetensors",
334
459
  "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors",
335
- "hash": "2fc39d31359a4b0a64f55876d8ff7fa8d780956ae2cb13463b0223e15148976b",
336
- "hash_type": "SHA256",
337
460
  "directory": "vae"
338
461
  }
339
462
  ]
340
463
  },
341
464
  "widgets_values": [
342
465
  "wan_2.1_vae.safetensors"
343
- ]
466
+ ],
467
+ "color": "#322",
468
+ "bgcolor": "#533"
344
469
  },
345
470
  {
346
- "id": 70,
347
- "type": "SaveAnimatedWEBP",
471
+ "id": 116,
472
+ "type": "MarkdownNote",
348
473
  "pos": [
349
- 2240,
350
- 200
474
+ 640,
475
+ 370
351
476
  ],
352
477
  "size": [
353
- 670,
354
- 780
478
+ 310,
479
+ 110
355
480
  ],
356
481
  "flags": {},
357
- "order": 20,
358
- "mode": 4,
359
- "inputs": [
360
- {
361
- "name": "images",
362
- "type": "IMAGE",
363
- "link": 130
364
- }
365
- ],
482
+ "order": 4,
483
+ "mode": 0,
484
+ "inputs": [],
366
485
  "outputs": [],
367
- "properties": {
368
- "Node name for S&R": "SaveAnimatedWEBP",
369
- "cnr_id": "comfy-core",
370
- "ver": "0.3.34"
371
- },
486
+ "title": "About Video Size",
487
+ "properties": {},
372
488
  "widgets_values": [
373
- "ComfyUI",
374
- 6,
375
- true,
376
- 80,
377
- "default"
378
- ]
489
+ "| Model | 480P | 720P |\n| ------------------------------------------------------------ | ---- | ---- |\n| [VACE-1.3B](https://huggingface.co/Wan-AI/Wan2.1-VACE-1.3B) | ✅ | ❌ |\n| [VACE-14B](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B) | ✅ | ✅ |"
490
+ ],
491
+ "color": "#432",
492
+ "bgcolor": "#653"
379
493
  },
380
494
  {
381
- "id": 75,
382
- "type": "PreviewImage",
495
+ "id": 112,
496
+ "type": "MarkdownNote",
383
497
  "pos": [
384
- 920,
385
- 670
498
+ 980,
499
+ 350
386
500
  ],
387
501
  "size": [
388
- 409.20550537109375,
389
- 246
502
+ 320,
503
+ 170
390
504
  ],
391
505
  "flags": {},
392
- "order": 15,
393
- "mode": 4,
394
- "inputs": [
395
- {
396
- "name": "images",
397
- "type": "IMAGE",
398
- "link": 141
399
- }
400
- ],
506
+ "order": 5,
507
+ "mode": 0,
508
+ "inputs": [],
401
509
  "outputs": [],
402
- "properties": {
403
- "Node name for S&R": "PreviewImage",
404
- "cnr_id": "comfy-core",
405
- "ver": "0.3.34"
406
- },
407
- "widgets_values": []
510
+ "title": "KSampler Setting",
511
+ "properties": {},
512
+ "widgets_values": [
513
+ "## Default\n\n- steps:20\n- cfg:4.0\n\n## [For CausVid LoRA](https://www.reddit.com/r/StableDiffusion/comments/1knuafk/causvid_lora_massive_speedup_for_wan21_made_by/)\n\n- steps: 2-4\n- cfg: 1.0\n\n"
514
+ ],
515
+ "color": "#432",
516
+ "bgcolor": "#653"
408
517
  },
409
518
  {
410
- "id": 72,
411
- "type": "GetVideoComponents",
519
+ "id": 58,
520
+ "type": "TrimVideoLatent",
412
521
  "pos": [
413
- 360,
414
- 690
522
+ 980,
523
+ 570
415
524
  ],
416
525
  "size": [
417
- 185.17733764648438,
418
- 66
526
+ 276.5860290527344,
527
+ 58
419
528
  ],
420
- "flags": {},
421
- "order": 11,
422
- "mode": 4,
529
+ "flags": {
530
+ "collapsed": true
531
+ },
532
+ "order": 18,
533
+ "mode": 0,
423
534
  "inputs": [
424
535
  {
425
- "name": "video",
426
- "type": "VIDEO",
427
- "link": 131
536
+ "name": "samples",
537
+ "type": "LATENT",
538
+ "link": 116
539
+ },
540
+ {
541
+ "name": "trim_amount",
542
+ "type": "INT",
543
+ "widget": {
544
+ "name": "trim_amount"
545
+ },
546
+ "link": 115
428
547
  }
429
548
  ],
430
549
  "outputs": [
431
550
  {
432
- "name": "images",
433
- "type": "IMAGE",
551
+ "name": "LATENT",
552
+ "type": "LATENT",
434
553
  "links": [
435
- 140
554
+ 117
436
555
  ]
437
- },
438
- {
439
- "name": "audio",
440
- "type": "AUDIO",
441
- "links": null
442
- },
443
- {
444
- "name": "fps",
445
- "type": "FLOAT",
446
- "links": []
447
556
  }
448
557
  ],
449
558
  "properties": {
450
- "Node name for S&R": "GetVideoComponents",
559
+ "Node name for S&R": "TrimVideoLatent",
451
560
  "cnr_id": "comfy-core",
452
561
  "ver": "0.3.34"
453
562
  },
454
- "widgets_values": []
563
+ "widgets_values": [
564
+ 0
565
+ ]
455
566
  },
456
567
  {
457
- "id": 76,
458
- "type": "PreviewAny",
568
+ "id": 8,
569
+ "type": "VAEDecode",
459
570
  "pos": [
460
- 360,
461
- 820
571
+ 1170,
572
+ 570
462
573
  ],
463
574
  "size": [
464
575
  210,
465
- 88
576
+ 46
466
577
  ],
467
- "flags": {},
468
- "order": 12,
469
- "mode": 4,
578
+ "flags": {
579
+ "collapsed": true
580
+ },
581
+ "order": 19,
582
+ "mode": 0,
470
583
  "inputs": [
471
584
  {
472
- "name": "source",
473
- "type": "*",
474
- "link": 166
585
+ "name": "samples",
586
+ "type": "LATENT",
587
+ "link": 117
588
+ },
589
+ {
590
+ "name": "vae",
591
+ "type": "VAE",
592
+ "link": 184
593
+ }
594
+ ],
595
+ "outputs": [
596
+ {
597
+ "name": "IMAGE",
598
+ "type": "IMAGE",
599
+ "slot_index": 0,
600
+ "links": [
601
+ 130,
602
+ 139
603
+ ]
475
604
  }
476
605
  ],
477
- "outputs": [],
478
606
  "properties": {
479
- "Node name for S&R": "PreviewAny",
607
+ "Node name for S&R": "VAEDecode",
480
608
  "cnr_id": "comfy-core",
481
609
  "ver": "0.3.34"
482
610
  },
483
611
  "widgets_values": []
484
612
  },
485
613
  {
486
- "id": 71,
487
- "type": "LoadVideo",
614
+ "id": 113,
615
+ "type": "MarkdownNote",
488
616
  "pos": [
489
- 40,
490
- 690
617
+ -680,
618
+ 500
491
619
  ],
492
620
  "size": [
493
- 274.080078125,
494
- 228.1700439453125
621
+ 370,
622
+ 220
495
623
  ],
496
624
  "flags": {},
497
625
  "order": 6,
498
- "mode": 4,
626
+ "mode": 0,
499
627
  "inputs": [],
500
- "outputs": [
501
- {
502
- "name": "VIDEO",
503
- "type": "VIDEO",
504
- "links": [
505
- 131,
506
- 166
507
- ]
508
- }
509
- ],
510
- "properties": {
511
- "Node name for S&R": "LoadVideo",
512
- "cnr_id": "comfy-core",
513
- "ver": "0.3.34"
514
- },
628
+ "outputs": [],
629
+ "title": "Note",
630
+ "properties": {},
515
631
  "widgets_values": [
516
- "11111.mp4",
517
- "image"
518
- ]
632
+ "The generation quality of the 14B model is better, but it takes longer to generate. If you have already downloaded the model, you can choose to directly use the nodes above, or just modify the model loaded by the loader node.\n\nThe corresponding LoRA should match the Diffusion Model. For example, the LoRA corresponding to the 14B diffusion model is the 14B LoRA. \n\n---\n\n14B 的生成质量更好,但是需要更长的时间去生成,如果你下载好了模型,你可以选择直接使用上面的节点,或者只是修改 loader 节点加载的模型。\n\n对应的 LoRA 应该是和 Diffusion Model匹配的,比如 14B 的 diffusion model 对应的是 14B 的 LoRA"
633
+ ],
634
+ "color": "#432",
635
+ "bgcolor": "#653"
519
636
  },
520
637
  {
521
- "id": 3,
522
- "type": "KSampler",
638
+ "id": 114,
639
+ "type": "SaveVideo",
523
640
  "pos": [
524
- 980,
525
- 200
641
+ -270,
642
+ 810
526
643
  ],
527
644
  "size": [
528
- 315,
529
- 262
645
+ 830,
646
+ 928
530
647
  ],
531
648
  "flags": {},
532
- "order": 17,
649
+ "order": 22,
533
650
  "mode": 0,
534
651
  "inputs": [
535
652
  {
536
- "name": "model",
537
- "type": "MODEL",
538
- "link": 95
539
- },
540
- {
541
- "name": "positive",
542
- "type": "CONDITIONING",
543
- "link": 98
544
- },
545
- {
546
- "name": "negative",
547
- "type": "CONDITIONING",
548
- "link": 99
549
- },
550
- {
551
- "name": "latent_image",
552
- "type": "LATENT",
553
- "link": 160
554
- }
555
- ],
556
- "outputs": [
557
- {
558
- "name": "LATENT",
559
- "type": "LATENT",
560
- "slot_index": 0,
561
- "links": [
562
- 116
563
- ]
653
+ "name": "video",
654
+ "type": "VIDEO",
655
+ "link": 185
564
656
  }
565
657
  ],
658
+ "outputs": [],
566
659
  "properties": {
567
- "Node name for S&R": "KSampler",
568
- "cnr_id": "comfy-core",
569
- "ver": "0.3.34"
660
+ "Node name for S&R": "SaveVideo"
570
661
  },
571
662
  "widgets_values": [
572
- 950999628674043,
573
- "randomize",
574
- 20,
575
- 4,
576
- "uni_pc",
577
- "simple",
578
- 1
663
+ "video/ComfyUI",
664
+ "auto",
665
+ "auto"
579
666
  ]
580
667
  },
581
668
  {
582
- "id": 49,
583
- "type": "WanVaceToVideo",
669
+ "id": 70,
670
+ "type": "SaveAnimatedWEBP",
584
671
  "pos": [
585
672
  630,
586
- 210
673
+ 700
587
674
  ],
588
675
  "size": [
589
- 315,
590
- 254
676
+ 670,
677
+ 800
591
678
  ],
592
679
  "flags": {},
593
- "order": 16,
594
- "mode": 0,
680
+ "order": 20,
681
+ "mode": 4,
595
682
  "inputs": [
596
683
  {
597
- "name": "positive",
598
- "type": "CONDITIONING",
599
- "link": 96
600
- },
601
- {
602
- "name": "negative",
603
- "type": "CONDITIONING",
604
- "link": 97
605
- },
606
- {
607
- "name": "vae",
608
- "type": "VAE",
609
- "link": 101
610
- },
611
- {
612
- "name": "control_video",
613
- "shape": 7,
614
- "type": "IMAGE",
615
- "link": 174
616
- },
617
- {
618
- "name": "control_masks",
619
- "shape": 7,
620
- "type": "MASK",
621
- "link": null
622
- },
623
- {
624
- "name": "reference_image",
625
- "shape": 7,
684
+ "name": "images",
626
685
  "type": "IMAGE",
627
- "link": 175
628
- }
629
- ],
630
- "outputs": [
631
- {
632
- "name": "positive",
633
- "type": "CONDITIONING",
634
- "links": [
635
- 98
636
- ]
637
- },
638
- {
639
- "name": "negative",
640
- "type": "CONDITIONING",
641
- "links": [
642
- 99
643
- ]
644
- },
645
- {
646
- "name": "latent",
647
- "type": "LATENT",
648
- "links": [
649
- 160
650
- ]
651
- },
652
- {
653
- "name": "trim_latent",
654
- "type": "INT",
655
- "links": [
656
- 115
657
- ]
686
+ "link": 130
658
687
  }
659
688
  ],
689
+ "outputs": [],
660
690
  "properties": {
661
- "Node name for S&R": "WanVaceToVideo",
691
+ "Node name for S&R": "SaveAnimatedWEBP",
662
692
  "cnr_id": "comfy-core",
663
693
  "ver": "0.3.34"
664
694
  },
665
695
  "widgets_values": [
666
- 640,
667
- 640,
668
- 49,
669
- 1,
670
- 1
696
+ "ComfyUI",
697
+ 6,
698
+ true,
699
+ 80,
700
+ "default"
671
701
  ]
672
702
  },
673
703
  {
674
- "id": 37,
704
+ "id": 108,
675
705
  "type": "UNETLoader",
676
706
  "pos": [
677
- -270,
678
- 50
707
+ -670,
708
+ 40
679
709
  ],
680
710
  "size": [
681
- 380,
711
+ 350,
682
712
  82
683
713
  ],
684
714
  "flags": {},
685
715
  "order": 7,
686
- "mode": 0,
716
+ "mode": 4,
687
717
  "inputs": [],
688
718
  "outputs": [
689
719
  {
@@ -691,7 +721,7 @@
691
721
  "type": "MODEL",
692
722
  "slot_index": 0,
693
723
  "links": [
694
- 109
724
+ 178
695
725
  ]
696
726
  }
697
727
  ],
@@ -701,290 +731,250 @@
701
731
  "ver": "0.3.34",
702
732
  "models": [
703
733
  {
704
- "name": "wan2.1_vace_14B_fp16.safetensors",
705
- "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_vace_14B_fp16.safetensors",
706
- "hash": "f202a5c59b8a91ada1862c46a038214f1f7f216c61ec8350d25f69b919da4307",
707
- "hash_type": "SHA256",
734
+ "name": "wan2.1_vace_1.3B_fp16.safetensors",
735
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_vace_1.3B_fp16.safetensors",
708
736
  "directory": "diffusion_models"
709
737
  }
710
738
  ]
711
739
  },
712
740
  "widgets_values": [
713
- "wan2.1_vace_14B_fp16.safetensors",
741
+ "wan2.1_vace_1.3B_fp16.safetensors",
714
742
  "default"
715
- ]
716
- },
717
- {
718
- "id": 7,
719
- "type": "CLIPTextEncode",
720
- "pos": [
721
- 149.87985229492188,
722
- 401.6088562011719
723
- ],
724
- "size": [
725
- 425.27801513671875,
726
- 180.6060791015625
727
- ],
728
- "flags": {},
729
- "order": 10,
730
- "mode": 0,
731
- "inputs": [
732
- {
733
- "name": "clip",
734
- "type": "CLIP",
735
- "link": 75
736
- }
737
- ],
738
- "outputs": [
739
- {
740
- "name": "CONDITIONING",
741
- "type": "CONDITIONING",
742
- "slot_index": 0,
743
- "links": [
744
- 97
745
- ]
746
- }
747
- ],
748
- "title": "CLIP Text Encode (Negative Prompt)",
749
- "properties": {
750
- "Node name for S&R": "CLIPTextEncode",
751
- "cnr_id": "comfy-core",
752
- "ver": "0.3.34"
753
- },
754
- "widgets_values": [
755
- "bad quality, blurry, messy, chaotic"
756
743
  ],
757
744
  "color": "#322",
758
745
  "bgcolor": "#533"
759
746
  },
760
747
  {
761
- "id": 6,
762
- "type": "CLIPTextEncode",
748
+ "id": 109,
749
+ "type": "LoraLoader",
763
750
  "pos": [
764
- 149.87985229492188,
765
- 191.60894775390625
751
+ -670,
752
+ 160
766
753
  ],
767
754
  "size": [
768
- 422.84503173828125,
769
- 164.31304931640625
755
+ 350,
756
+ 126
770
757
  ],
771
758
  "flags": {},
772
- "order": 9,
773
- "mode": 0,
759
+ "order": 11,
760
+ "mode": 4,
774
761
  "inputs": [
762
+ {
763
+ "name": "model",
764
+ "type": "MODEL",
765
+ "link": 178
766
+ },
775
767
  {
776
768
  "name": "clip",
777
769
  "type": "CLIP",
778
- "link": 74
770
+ "link": 179
779
771
  }
780
772
  ],
781
773
  "outputs": [
782
774
  {
783
- "name": "CONDITIONING",
784
- "type": "CONDITIONING",
785
- "slot_index": 0,
786
- "links": [
787
- 96
788
- ]
775
+ "name": "MODEL",
776
+ "type": "MODEL",
777
+ "links": []
778
+ },
779
+ {
780
+ "name": "CLIP",
781
+ "type": "CLIP",
782
+ "links": []
789
783
  }
790
784
  ],
791
- "title": "CLIP Text Encode (Positive Prompt)",
792
785
  "properties": {
793
- "Node name for S&R": "CLIPTextEncode",
794
- "cnr_id": "comfy-core",
795
- "ver": "0.3.34"
786
+ "Node name for S&R": "LoraLoader",
787
+ "models": [
788
+ {
789
+ "name": "Wan21_CausVid_bidirect2_T2V_1_3B_lora_rank32.safetensors",
790
+ "url": "https://huggingface.co/Kijai/WanVideo_comfy/resolve/main/Wan21_CausVid_bidirect2_T2V_1_3B_lora_rank32.safetensors",
791
+ "directory": "loras"
792
+ }
793
+ ]
796
794
  },
797
795
  "widgets_values": [
798
- "Fujifilm Portra 400H film still, slammed Nissan Skyline R33 GTR LM JGTC, in heavy motion blur, 7-11 Tokyo, Midnight"
796
+ "Wan21_CausVid_bidirect2_T2V_1_3B_lora_rank32.safetensors",
797
+ 0.7000000000000002,
798
+ 1
799
799
  ],
800
- "color": "#232",
801
- "bgcolor": "#353"
800
+ "color": "#322",
801
+ "bgcolor": "#533"
802
802
  },
803
803
  {
804
- "id": 48,
805
- "type": "ModelSamplingSD3",
804
+ "id": 111,
805
+ "type": "CLIPLoader",
806
806
  "pos": [
807
- 740,
808
- 50
807
+ -680,
808
+ 350
809
809
  ],
810
810
  "size": [
811
- 210,
812
- 58
811
+ 370,
812
+ 106
813
813
  ],
814
814
  "flags": {},
815
- "order": 13,
816
- "mode": 0,
817
- "inputs": [
818
- {
819
- "name": "model",
820
- "type": "MODEL",
821
- "link": 109
822
- }
823
- ],
815
+ "order": 8,
816
+ "mode": 4,
817
+ "inputs": [],
824
818
  "outputs": [
825
819
  {
826
- "name": "MODEL",
827
- "type": "MODEL",
820
+ "name": "CLIP",
821
+ "type": "CLIP",
828
822
  "slot_index": 0,
829
- "links": [
830
- 95
831
- ]
823
+ "links": []
832
824
  }
833
825
  ],
834
826
  "properties": {
835
- "Node name for S&R": "ModelSamplingSD3",
827
+ "Node name for S&R": "CLIPLoader",
836
828
  "cnr_id": "comfy-core",
837
- "ver": "0.3.34"
829
+ "ver": "0.3.34",
830
+ "models": [
831
+ {
832
+ "name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
833
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors?download=true",
834
+ "directory": "text_encoders"
835
+ }
836
+ ]
838
837
  },
839
838
  "widgets_values": [
840
- 8.000000000000002
841
- ]
839
+ "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
840
+ "wan",
841
+ "default"
842
+ ],
843
+ "color": "#322",
844
+ "bgcolor": "#533"
842
845
  },
843
846
  {
844
- "id": 69,
845
- "type": "SaveVideo",
847
+ "id": 110,
848
+ "type": "CLIPLoader",
846
849
  "pos": [
847
- 1390,
848
- 210
850
+ -260,
851
+ 380
849
852
  ],
850
853
  "size": [
851
- 780.23095703125,
852
- 786.23095703125
854
+ 350,
855
+ 106
853
856
  ],
854
857
  "flags": {},
855
- "order": 22,
858
+ "order": 9,
856
859
  "mode": 0,
857
- "inputs": [
860
+ "inputs": [],
861
+ "outputs": [
858
862
  {
859
- "name": "video",
860
- "type": "VIDEO",
861
- "link": 129
863
+ "name": "CLIP",
864
+ "type": "CLIP",
865
+ "slot_index": 0,
866
+ "links": [
867
+ 179,
868
+ 189
869
+ ]
862
870
  }
863
871
  ],
864
- "outputs": [],
865
872
  "properties": {
866
- "Node name for S&R": "SaveVideo",
873
+ "Node name for S&R": "CLIPLoader",
867
874
  "cnr_id": "comfy-core",
868
- "ver": "0.3.34"
875
+ "ver": "0.3.34",
876
+ "models": [
877
+ {
878
+ "name": "umt5_xxl_fp16.safetensors",
879
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp16.safetensors",
880
+ "directory": "text_encoders"
881
+ }
882
+ ]
869
883
  },
870
884
  "widgets_values": [
871
- "video/ComfyUI",
872
- "auto",
873
- "auto"
874
- ]
885
+ "umt5_xxl_fp16.safetensors",
886
+ "wan",
887
+ "default"
888
+ ],
889
+ "color": "#322",
890
+ "bgcolor": "#533"
875
891
  },
876
892
  {
877
- "id": 68,
878
- "type": "CreateVideo",
893
+ "id": 107,
894
+ "type": "LoraLoader",
879
895
  "pos": [
880
- 1370,
881
- 20
896
+ -260,
897
+ 210
882
898
  ],
883
899
  "size": [
884
- 270,
885
- 78
900
+ 350,
901
+ 126
886
902
  ],
887
- "flags": {
888
- "collapsed": false
889
- },
890
- "order": 21,
903
+ "flags": {},
904
+ "order": 12,
891
905
  "mode": 0,
892
906
  "inputs": [
893
907
  {
894
- "name": "images",
895
- "type": "IMAGE",
896
- "link": 139
908
+ "name": "model",
909
+ "type": "MODEL",
910
+ "link": 188
897
911
  },
898
912
  {
899
- "name": "audio",
900
- "shape": 7,
901
- "type": "AUDIO",
902
- "link": null
913
+ "name": "clip",
914
+ "type": "CLIP",
915
+ "link": 189
903
916
  }
904
917
  ],
905
918
  "outputs": [
906
919
  {
907
- "name": "VIDEO",
908
- "type": "VIDEO",
920
+ "name": "MODEL",
921
+ "type": "MODEL",
922
+ "links": [
923
+ 192
924
+ ]
925
+ },
926
+ {
927
+ "name": "CLIP",
928
+ "type": "CLIP",
909
929
  "links": [
910
- 129
930
+ 190,
931
+ 191
911
932
  ]
912
933
  }
913
934
  ],
914
935
  "properties": {
915
- "Node name for S&R": "CreateVideo",
916
- "cnr_id": "comfy-core",
917
- "ver": "0.3.34"
936
+ "Node name for S&R": "LoraLoader",
937
+ "models": [
938
+ {
939
+ "name": "Wan21_CausVid_14B_T2V_lora_rank32.safetensors",
940
+ "url": "https://huggingface.co/Kijai/WanVideo_comfy/resolve/main/Wan21_CausVid_14B_T2V_lora_rank32.safetensors",
941
+ "directory": "loras"
942
+ }
943
+ ]
918
944
  },
919
945
  "widgets_values": [
920
- 16
921
- ]
946
+ "Wan21_CausVid_14B_T2V_lora_rank32.safetensors",
947
+ 0.7000000000000002,
948
+ 1
949
+ ],
950
+ "color": "#322",
951
+ "bgcolor": "#533"
922
952
  },
923
953
  {
924
- "id": 73,
925
- "type": "LoadImage",
954
+ "id": 77,
955
+ "type": "MarkdownNote",
926
956
  "pos": [
927
- -280,
928
- 680
957
+ -1170,
958
+ 0
929
959
  ],
930
960
  "size": [
931
- 274.080078125,
932
- 314.00006103515625
961
+ 470,
962
+ 800
933
963
  ],
934
964
  "flags": {},
935
- "order": 8,
936
- "mode": 4,
965
+ "order": 10,
966
+ "mode": 0,
937
967
  "inputs": [],
938
- "outputs": [
939
- {
940
- "name": "IMAGE",
941
- "type": "IMAGE",
942
- "links": [
943
- 175
944
- ]
945
- },
946
- {
947
- "name": "MASK",
948
- "type": "MASK",
949
- "links": null
950
- }
951
- ],
952
- "properties": {
953
- "Node name for S&R": "LoadImage",
954
- "cnr_id": "comfy-core",
955
- "ver": "0.3.34"
956
- },
968
+ "outputs": [],
969
+ "properties": {},
957
970
  "widgets_values": [
958
- "fox.jpg",
959
- "image"
960
- ]
971
+ "[Tutorial](https://docs.comfy.org/tutorials/video/wan/vace) | [教程](https://docs.comfy.org/zh-CN/tutorials/video/wan/vace)\n\n[Causvid Lora extracted by Kijai](https://www.reddit.com/r/StableDiffusion/comments/1knuafk/causvid_lora_massive_speedup_for_wan21_made_by/) Thanks to CausVid MIT\n\n## 14B Support 480P 720P\n\n**Diffusion Model**\n- [wan2.1_vace_14B_fp16.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_vace_14B_fp16.safetensors)\n\n**LoRA**\n- [Wan21_CausVid_14B_T2V_lora_rank32.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan21_CausVid_14B_T2V_lora_rank32.safetensors)\n\nIt takes about 40 minutes to complete at 81 frames 720P resolution with the RTX 4090 . \nAfter using Wan21_CausVid_14B_T2V_lora_rank32.safetensors, it only takes about 4 minutes.\n\n## 1.3B Support 480P only\n\n**Diffusion Model**\n- [wan2.1_vace_1.3B_fp16.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_vace_14B_fp16.safetensors)\n\n**LoRA**\n- [Wan21_CausVid_bidirect2_T2V_1_3B_lora_rank32.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan21_CausVid_bidirect2_T2V_1_3B_lora_rank32.safetensors)\n \n\n## Other Models\n\n* You may already have these models if you use Wan workflow before.\n\n**VAE**\n- [wan_2.1_vae.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors?download=true)\n\n**Text encoders** Chose one of following model\n- [umt5_xxl_fp16.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp16.safetensors?download=true)\n- [umt5_xxl_fp8_e4m3fn_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors?download=true)\n\n> You can choose between fp16 of fp8; I used fp16 to match what kijai's wrapper is compatible with.\n\nFile save location\n\n```\nComfyUI/\n├── models/\n│ ├── diffusion_models/\n│ │ ├-── wan2.1_vace_14B_fp16.safetensors\n│ │ └─── wan2.1_vace_1.3B_fp16.safetensors \n│ ├── text_encoders/\n│ │ └─── umt5_xxl_fp8_e4m3fn_scaled.safetensors # or fp16\n│ ├── loras/\n│ │ ├── Wan21_CausVid_14B_T2V_lora_rank32.safetensors\n│ │ └── Wan21_CausVid_bidirect2_T2V_1_3B_lora_rank32.safetensors\n│ └── vae/\n│ └── wan_2.1_vae.safetensors\n```\n"
972
+ ],
973
+ "color": "#432",
974
+ "bgcolor": "#653"
961
975
  }
962
976
  ],
963
977
  "links": [
964
- [
965
- 74,
966
- 38,
967
- 0,
968
- 6,
969
- 0,
970
- "CLIP"
971
- ],
972
- [
973
- 75,
974
- 38,
975
- 0,
976
- 7,
977
- 0,
978
- "CLIP"
979
- ],
980
- [
981
- 76,
982
- 39,
983
- 0,
984
- 8,
985
- 1,
986
- "VAE"
987
- ],
988
978
  [
989
979
  95,
990
980
  48,
@@ -1025,22 +1015,6 @@
1025
1015
  2,
1026
1016
  "CONDITIONING"
1027
1017
  ],
1028
- [
1029
- 101,
1030
- 39,
1031
- 0,
1032
- 49,
1033
- 2,
1034
- "VAE"
1035
- ],
1036
- [
1037
- 109,
1038
- 37,
1039
- 0,
1040
- 48,
1041
- 0,
1042
- "MODEL"
1043
- ],
1044
1018
  [
1045
1019
  115,
1046
1020
  49,
@@ -1065,14 +1039,6 @@
1065
1039
  0,
1066
1040
  "LATENT"
1067
1041
  ],
1068
- [
1069
- 129,
1070
- 68,
1071
- 0,
1072
- 69,
1073
- 0,
1074
- "VIDEO"
1075
- ],
1076
1042
  [
1077
1043
  130,
1078
1044
  8,
@@ -1081,14 +1047,6 @@
1081
1047
  0,
1082
1048
  "IMAGE"
1083
1049
  ],
1084
- [
1085
- 131,
1086
- 71,
1087
- 0,
1088
- 72,
1089
- 0,
1090
- "VIDEO"
1091
- ],
1092
1050
  [
1093
1051
  139,
1094
1052
  8,
@@ -1098,68 +1056,95 @@
1098
1056
  "IMAGE"
1099
1057
  ],
1100
1058
  [
1101
- 140,
1102
- 72,
1059
+ 160,
1060
+ 49,
1061
+ 2,
1062
+ 3,
1063
+ 3,
1064
+ "LATENT"
1065
+ ],
1066
+ [
1067
+ 178,
1068
+ 108,
1103
1069
  0,
1104
- 78,
1070
+ 109,
1105
1071
  0,
1106
- "IMAGE"
1072
+ "MODEL"
1107
1073
  ],
1108
1074
  [
1109
- 141,
1110
- 78,
1075
+ 179,
1076
+ 110,
1111
1077
  0,
1112
- 75,
1113
- 0,
1114
- "IMAGE"
1078
+ 109,
1079
+ 1,
1080
+ "CLIP"
1115
1081
  ],
1116
1082
  [
1117
- 160,
1083
+ 183,
1084
+ 105,
1085
+ 0,
1118
1086
  49,
1119
1087
  2,
1120
- 3,
1121
- 3,
1122
- "LATENT"
1088
+ "VAE"
1089
+ ],
1090
+ [
1091
+ 184,
1092
+ 105,
1093
+ 0,
1094
+ 8,
1095
+ 1,
1096
+ "VAE"
1123
1097
  ],
1124
1098
  [
1125
- 166,
1126
- 71,
1099
+ 185,
1100
+ 68,
1127
1101
  0,
1128
- 76,
1102
+ 114,
1129
1103
  0,
1130
- "*"
1104
+ "VIDEO"
1131
1105
  ],
1132
1106
  [
1133
- 174,
1134
- 78,
1107
+ 188,
1108
+ 106,
1135
1109
  0,
1136
- 49,
1137
- 3,
1138
- "IMAGE"
1110
+ 107,
1111
+ 0,
1112
+ "MODEL"
1139
1113
  ],
1140
1114
  [
1141
- 175,
1142
- 73,
1115
+ 189,
1116
+ 110,
1143
1117
  0,
1144
- 49,
1145
- 5,
1146
- "IMAGE"
1118
+ 107,
1119
+ 1,
1120
+ "CLIP"
1121
+ ],
1122
+ [
1123
+ 190,
1124
+ 107,
1125
+ 1,
1126
+ 6,
1127
+ 0,
1128
+ "CLIP"
1129
+ ],
1130
+ [
1131
+ 191,
1132
+ 107,
1133
+ 1,
1134
+ 7,
1135
+ 0,
1136
+ "CLIP"
1137
+ ],
1138
+ [
1139
+ 192,
1140
+ 107,
1141
+ 0,
1142
+ 48,
1143
+ 0,
1144
+ "MODEL"
1147
1145
  ]
1148
1146
  ],
1149
1147
  "groups": [
1150
- {
1151
- "id": 1,
1152
- "title": "Load models here",
1153
- "bounding": [
1154
- -290,
1155
- -30,
1156
- 410,
1157
- 620
1158
- ],
1159
- "color": "#3f789e",
1160
- "font_size": 24,
1161
- "flags": {}
1162
- },
1163
1148
  {
1164
1149
  "id": 2,
1165
1150
  "title": "Prompt",
@@ -1178,9 +1163,9 @@
1178
1163
  "title": "Sampling & Decoding",
1179
1164
  "bounding": [
1180
1165
  610,
1181
- 120,
1182
- 730,
1183
- 470
1166
+ -30,
1167
+ 720,
1168
+ 620
1184
1169
  ],
1185
1170
  "color": "#3f789e",
1186
1171
  "font_size": 24,
@@ -1190,10 +1175,10 @@
1190
1175
  "id": 4,
1191
1176
  "title": "Save Video(Mp4)",
1192
1177
  "bounding": [
1193
- 1360,
1194
- 120,
1195
- 850,
1196
- 900
1178
+ -290,
1179
+ 610,
1180
+ 880,
1181
+ 1140
1197
1182
  ],
1198
1183
  "color": "#3f789e",
1199
1184
  "font_size": 24,
@@ -1203,49 +1188,49 @@
1203
1188
  "id": 5,
1204
1189
  "title": "Save Video(WebP)",
1205
1190
  "bounding": [
1206
- 2230,
1207
- 120,
1208
- 700,
1209
- 900
1191
+ 610,
1192
+ 610,
1193
+ 720,
1194
+ 1130
1210
1195
  ],
1211
1196
  "color": "#3f789e",
1212
1197
  "font_size": 24,
1213
1198
  "flags": {}
1214
1199
  },
1215
1200
  {
1216
- "id": 6,
1217
- "title": "Load control video",
1201
+ "id": 9,
1202
+ "title": "Load models here",
1218
1203
  "bounding": [
1219
- 30,
1220
- 610,
1221
- 560,
1222
- 410
1204
+ -290,
1205
+ -30,
1206
+ 410,
1207
+ 620
1223
1208
  ],
1224
1209
  "color": "#3f789e",
1225
1210
  "font_size": 24,
1226
1211
  "flags": {}
1227
1212
  },
1228
1213
  {
1229
- "id": 7,
1230
- "title": "Load reference image",
1214
+ "id": 10,
1215
+ "title": "14B",
1231
1216
  "bounding": [
1232
- -290,
1233
- 610,
1234
- 300,
1235
- 410
1217
+ -270,
1218
+ 10,
1219
+ 370,
1220
+ 340
1236
1221
  ],
1237
1222
  "color": "#3f789e",
1238
1223
  "font_size": 24,
1239
1224
  "flags": {}
1240
1225
  },
1241
1226
  {
1242
- "id": 8,
1243
- "title": "Image preprocessing",
1227
+ "id": 11,
1228
+ "title": "1.3B",
1244
1229
  "bounding": [
1245
- 610,
1246
- 610,
1247
- 730,
1248
- 410
1230
+ -680,
1231
+ -30,
1232
+ 370,
1233
+ 330
1249
1234
  ],
1250
1235
  "color": "#3f789e",
1251
1236
  "font_size": 24,
@@ -1255,10 +1240,10 @@
1255
1240
  "config": {},
1256
1241
  "extra": {
1257
1242
  "ds": {
1258
- "scale": 0.6727499949325626,
1243
+ "scale": 0.8140274938684045,
1259
1244
  "offset": [
1260
- 470.47709909163535,
1261
- 137.997847548158
1245
+ 1488.6027197387862,
1246
+ 193.06828706918466
1262
1247
  ]
1263
1248
  },
1264
1249
  "frontendVersion": "1.19.9",