comfyui-workflow-templates 0.1.58__py3-none-any.whl → 0.1.60__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.
Potentially problematic release.
This version of comfyui-workflow-templates might be problematic. Click here for more details.
- comfyui_workflow_templates/templates/image_qwen_image.json +47 -47
- comfyui_workflow_templates/templates/index.es.json +34 -2
- comfyui_workflow_templates/templates/index.json +23 -1
- comfyui_workflow_templates/templates/index.ko.json +1136 -1194
- comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v.json +368 -344
- comfyui_workflow_templates/templates/video_wan2_2_14B_fun_camera-1.webp +0 -0
- comfyui_workflow_templates/templates/video_wan2_2_14B_fun_camera.json +2731 -0
- comfyui_workflow_templates/templates/video_wan2_2_14B_fun_control-1.webp +0 -0
- comfyui_workflow_templates/templates/video_wan2_2_14B_fun_control.json +2887 -0
- comfyui_workflow_templates/templates/video_wan2_2_14B_fun_inpaint.json +109 -85
- comfyui_workflow_templates/templates/video_wan2_2_14B_i2v.json +573 -549
- comfyui_workflow_templates/templates/video_wan2_2_14B_t2v.json +791 -690
- {comfyui_workflow_templates-0.1.58.dist-info → comfyui_workflow_templates-0.1.60.dist-info}/METADATA +1 -1
- {comfyui_workflow_templates-0.1.58.dist-info → comfyui_workflow_templates-0.1.60.dist-info}/RECORD +17 -13
- {comfyui_workflow_templates-0.1.58.dist-info → comfyui_workflow_templates-0.1.60.dist-info}/WHEEL +0 -0
- {comfyui_workflow_templates-0.1.58.dist-info → comfyui_workflow_templates-0.1.60.dist-info}/licenses/LICENSE +0 -0
- {comfyui_workflow_templates-0.1.58.dist-info → comfyui_workflow_templates-0.1.60.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "ec7da562-7e21-4dac-a0d2-f4441e1efd3b",
|
|
3
3
|
"revision": 0,
|
|
4
|
-
"last_node_id":
|
|
5
|
-
"last_link_id":
|
|
4
|
+
"last_node_id": 113,
|
|
5
|
+
"last_link_id": 186,
|
|
6
6
|
"nodes": [
|
|
7
7
|
{
|
|
8
8
|
"id": 71,
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
}
|
|
32
32
|
],
|
|
33
33
|
"properties": {
|
|
34
|
-
"Node name for S&R": "CLIPLoader",
|
|
35
34
|
"cnr_id": "comfy-core",
|
|
36
35
|
"ver": "0.3.45",
|
|
36
|
+
"Node name for S&R": "CLIPLoader",
|
|
37
37
|
"models": [
|
|
38
38
|
{
|
|
39
39
|
"name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"properties": {
|
|
77
|
-
"Node name for S&R": "VAELoader",
|
|
78
77
|
"cnr_id": "comfy-core",
|
|
79
78
|
"ver": "0.3.45",
|
|
79
|
+
"Node name for S&R": "VAELoader",
|
|
80
80
|
"models": [
|
|
81
81
|
{
|
|
82
82
|
"name": "wan_2.1_vae.safetensors",
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
}
|
|
116
116
|
],
|
|
117
117
|
"properties": {
|
|
118
|
-
"Node name for S&R": "UNETLoader",
|
|
119
118
|
"cnr_id": "comfy-core",
|
|
120
119
|
"ver": "0.3.45",
|
|
120
|
+
"Node name for S&R": "UNETLoader",
|
|
121
121
|
"models": [
|
|
122
122
|
{
|
|
123
123
|
"name": "wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
|
|
@@ -131,94 +131,6 @@
|
|
|
131
131
|
"default"
|
|
132
132
|
]
|
|
133
133
|
},
|
|
134
|
-
{
|
|
135
|
-
"id": 87,
|
|
136
|
-
"type": "VAEDecode",
|
|
137
|
-
"pos": [
|
|
138
|
-
1330,
|
|
139
|
-
-250
|
|
140
|
-
],
|
|
141
|
-
"size": [
|
|
142
|
-
210,
|
|
143
|
-
46
|
|
144
|
-
],
|
|
145
|
-
"flags": {},
|
|
146
|
-
"order": 29,
|
|
147
|
-
"mode": 0,
|
|
148
|
-
"inputs": [
|
|
149
|
-
{
|
|
150
|
-
"name": "samples",
|
|
151
|
-
"type": "LATENT",
|
|
152
|
-
"link": 157
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"name": "vae",
|
|
156
|
-
"type": "VAE",
|
|
157
|
-
"link": 158
|
|
158
|
-
}
|
|
159
|
-
],
|
|
160
|
-
"outputs": [
|
|
161
|
-
{
|
|
162
|
-
"name": "IMAGE",
|
|
163
|
-
"type": "IMAGE",
|
|
164
|
-
"slot_index": 0,
|
|
165
|
-
"links": [
|
|
166
|
-
159
|
|
167
|
-
]
|
|
168
|
-
}
|
|
169
|
-
],
|
|
170
|
-
"properties": {
|
|
171
|
-
"Node name for S&R": "VAEDecode",
|
|
172
|
-
"cnr_id": "comfy-core",
|
|
173
|
-
"ver": "0.3.45"
|
|
174
|
-
},
|
|
175
|
-
"widgets_values": []
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"id": 88,
|
|
179
|
-
"type": "CreateVideo",
|
|
180
|
-
"pos": [
|
|
181
|
-
1330,
|
|
182
|
-
-150
|
|
183
|
-
],
|
|
184
|
-
"size": [
|
|
185
|
-
270,
|
|
186
|
-
78
|
|
187
|
-
],
|
|
188
|
-
"flags": {},
|
|
189
|
-
"order": 31,
|
|
190
|
-
"mode": 0,
|
|
191
|
-
"inputs": [
|
|
192
|
-
{
|
|
193
|
-
"name": "images",
|
|
194
|
-
"type": "IMAGE",
|
|
195
|
-
"link": 159
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"name": "audio",
|
|
199
|
-
"shape": 7,
|
|
200
|
-
"type": "AUDIO",
|
|
201
|
-
"link": null
|
|
202
|
-
}
|
|
203
|
-
],
|
|
204
|
-
"outputs": [
|
|
205
|
-
{
|
|
206
|
-
"name": "VIDEO",
|
|
207
|
-
"type": "VIDEO",
|
|
208
|
-
"links": [
|
|
209
|
-
147
|
|
210
|
-
]
|
|
211
|
-
}
|
|
212
|
-
],
|
|
213
|
-
"properties": {
|
|
214
|
-
"Node name for S&R": "CreateVideo",
|
|
215
|
-
"cnr_id": "comfy-core",
|
|
216
|
-
"ver": "0.3.45"
|
|
217
|
-
},
|
|
218
|
-
"widgets_values": [
|
|
219
|
-
16
|
|
220
|
-
]
|
|
221
|
-
},
|
|
222
134
|
{
|
|
223
135
|
"id": 75,
|
|
224
136
|
"type": "UNETLoader",
|
|
@@ -245,9 +157,9 @@
|
|
|
245
157
|
}
|
|
246
158
|
],
|
|
247
159
|
"properties": {
|
|
248
|
-
"Node name for S&R": "UNETLoader",
|
|
249
160
|
"cnr_id": "comfy-core",
|
|
250
161
|
"ver": "0.3.45",
|
|
162
|
+
"Node name for S&R": "UNETLoader",
|
|
251
163
|
"models": [
|
|
252
164
|
{
|
|
253
165
|
"name": "wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
|
|
@@ -266,7 +178,7 @@
|
|
|
266
178
|
"type": "CLIPLoader",
|
|
267
179
|
"pos": [
|
|
268
180
|
60,
|
|
269
|
-
|
|
181
|
+
1130
|
|
270
182
|
],
|
|
271
183
|
"size": [
|
|
272
184
|
346.391845703125,
|
|
@@ -288,9 +200,9 @@
|
|
|
288
200
|
}
|
|
289
201
|
],
|
|
290
202
|
"properties": {
|
|
291
|
-
"Node name for S&R": "CLIPLoader",
|
|
292
203
|
"cnr_id": "comfy-core",
|
|
293
204
|
"ver": "0.3.45",
|
|
205
|
+
"Node name for S&R": "CLIPLoader",
|
|
294
206
|
"models": [
|
|
295
207
|
{
|
|
296
208
|
"name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
|
|
@@ -305,56 +217,12 @@
|
|
|
305
217
|
"default"
|
|
306
218
|
]
|
|
307
219
|
},
|
|
308
|
-
{
|
|
309
|
-
"id": 91,
|
|
310
|
-
"type": "CLIPTextEncode",
|
|
311
|
-
"pos": [
|
|
312
|
-
440,
|
|
313
|
-
1440
|
|
314
|
-
],
|
|
315
|
-
"size": [
|
|
316
|
-
425.27801513671875,
|
|
317
|
-
180.6060791015625
|
|
318
|
-
],
|
|
319
|
-
"flags": {},
|
|
320
|
-
"order": 18,
|
|
321
|
-
"mode": 4,
|
|
322
|
-
"inputs": [
|
|
323
|
-
{
|
|
324
|
-
"name": "clip",
|
|
325
|
-
"type": "CLIP",
|
|
326
|
-
"link": 164
|
|
327
|
-
}
|
|
328
|
-
],
|
|
329
|
-
"outputs": [
|
|
330
|
-
{
|
|
331
|
-
"name": "CONDITIONING",
|
|
332
|
-
"type": "CONDITIONING",
|
|
333
|
-
"slot_index": 0,
|
|
334
|
-
"links": [
|
|
335
|
-
169,
|
|
336
|
-
173
|
|
337
|
-
]
|
|
338
|
-
}
|
|
339
|
-
],
|
|
340
|
-
"title": "CLIP Text Encode (Negative Prompt)",
|
|
341
|
-
"properties": {
|
|
342
|
-
"Node name for S&R": "CLIPTextEncode",
|
|
343
|
-
"cnr_id": "comfy-core",
|
|
344
|
-
"ver": "0.3.45"
|
|
345
|
-
},
|
|
346
|
-
"widgets_values": [
|
|
347
|
-
"色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走"
|
|
348
|
-
],
|
|
349
|
-
"color": "#322",
|
|
350
|
-
"bgcolor": "#533"
|
|
351
|
-
},
|
|
352
220
|
{
|
|
353
221
|
"id": 92,
|
|
354
222
|
"type": "VAELoader",
|
|
355
223
|
"pos": [
|
|
356
224
|
60,
|
|
357
|
-
|
|
225
|
+
1290
|
|
358
226
|
],
|
|
359
227
|
"size": [
|
|
360
228
|
344.731689453125,
|
|
@@ -375,9 +243,9 @@
|
|
|
375
243
|
}
|
|
376
244
|
],
|
|
377
245
|
"properties": {
|
|
378
|
-
"Node name for S&R": "VAELoader",
|
|
379
246
|
"cnr_id": "comfy-core",
|
|
380
247
|
"ver": "0.3.45",
|
|
248
|
+
"Node name for S&R": "VAELoader",
|
|
381
249
|
"models": [
|
|
382
250
|
{
|
|
383
251
|
"name": "wan_2.1_vae.safetensors",
|
|
@@ -391,24 +259,24 @@
|
|
|
391
259
|
]
|
|
392
260
|
},
|
|
393
261
|
{
|
|
394
|
-
"id":
|
|
262
|
+
"id": 94,
|
|
395
263
|
"type": "ModelSamplingSD3",
|
|
396
264
|
"pos": [
|
|
397
265
|
660,
|
|
398
|
-
|
|
266
|
+
980
|
|
399
267
|
],
|
|
400
268
|
"size": [
|
|
401
269
|
210,
|
|
402
|
-
|
|
270
|
+
58
|
|
403
271
|
],
|
|
404
272
|
"flags": {},
|
|
405
|
-
"order":
|
|
273
|
+
"order": 22,
|
|
406
274
|
"mode": 4,
|
|
407
275
|
"inputs": [
|
|
408
276
|
{
|
|
409
277
|
"name": "model",
|
|
410
278
|
"type": "MODEL",
|
|
411
|
-
"link":
|
|
279
|
+
"link": 166
|
|
412
280
|
}
|
|
413
281
|
],
|
|
414
282
|
"outputs": [
|
|
@@ -417,674 +285,863 @@
|
|
|
417
285
|
"type": "MODEL",
|
|
418
286
|
"slot_index": 0,
|
|
419
287
|
"links": [
|
|
420
|
-
|
|
288
|
+
167
|
|
421
289
|
]
|
|
422
290
|
}
|
|
423
291
|
],
|
|
424
292
|
"properties": {
|
|
425
|
-
"Node name for S&R": "ModelSamplingSD3",
|
|
426
293
|
"cnr_id": "comfy-core",
|
|
427
|
-
"ver": "0.3.45"
|
|
294
|
+
"ver": "0.3.45",
|
|
295
|
+
"Node name for S&R": "ModelSamplingSD3"
|
|
428
296
|
},
|
|
429
297
|
"widgets_values": [
|
|
430
|
-
8
|
|
298
|
+
8
|
|
431
299
|
]
|
|
432
300
|
},
|
|
433
301
|
{
|
|
434
|
-
"id":
|
|
435
|
-
"type": "
|
|
302
|
+
"id": 101,
|
|
303
|
+
"type": "UNETLoader",
|
|
436
304
|
"pos": [
|
|
437
|
-
|
|
438
|
-
|
|
305
|
+
50,
|
|
306
|
+
870
|
|
439
307
|
],
|
|
440
308
|
"size": [
|
|
441
|
-
|
|
442
|
-
|
|
309
|
+
346.7470703125,
|
|
310
|
+
82
|
|
443
311
|
],
|
|
444
312
|
"flags": {},
|
|
445
|
-
"order":
|
|
313
|
+
"order": 6,
|
|
446
314
|
"mode": 4,
|
|
447
|
-
"inputs": [
|
|
448
|
-
{
|
|
449
|
-
"name": "model",
|
|
450
|
-
"type": "MODEL",
|
|
451
|
-
"link": 166
|
|
452
|
-
}
|
|
453
|
-
],
|
|
315
|
+
"inputs": [],
|
|
454
316
|
"outputs": [
|
|
455
317
|
{
|
|
456
318
|
"name": "MODEL",
|
|
457
319
|
"type": "MODEL",
|
|
458
320
|
"slot_index": 0,
|
|
459
321
|
"links": [
|
|
460
|
-
|
|
322
|
+
165
|
|
461
323
|
]
|
|
462
324
|
}
|
|
463
325
|
],
|
|
464
326
|
"properties": {
|
|
465
|
-
"Node name for S&R": "ModelSamplingSD3",
|
|
466
327
|
"cnr_id": "comfy-core",
|
|
467
|
-
"ver": "0.3.45"
|
|
328
|
+
"ver": "0.3.45",
|
|
329
|
+
"Node name for S&R": "UNETLoader",
|
|
330
|
+
"models": [
|
|
331
|
+
{
|
|
332
|
+
"name": "wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
|
|
333
|
+
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
|
|
334
|
+
"directory": "diffusion_models"
|
|
335
|
+
}
|
|
336
|
+
]
|
|
468
337
|
},
|
|
469
338
|
"widgets_values": [
|
|
470
|
-
|
|
339
|
+
"wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
|
|
340
|
+
"default"
|
|
471
341
|
]
|
|
472
342
|
},
|
|
473
343
|
{
|
|
474
|
-
"id":
|
|
475
|
-
"type": "
|
|
344
|
+
"id": 102,
|
|
345
|
+
"type": "UNETLoader",
|
|
476
346
|
"pos": [
|
|
477
|
-
|
|
478
|
-
|
|
347
|
+
50,
|
|
348
|
+
1000
|
|
479
349
|
],
|
|
480
350
|
"size": [
|
|
481
|
-
|
|
482
|
-
|
|
351
|
+
346.7470703125,
|
|
352
|
+
82
|
|
483
353
|
],
|
|
484
354
|
"flags": {},
|
|
485
|
-
"order":
|
|
355
|
+
"order": 7,
|
|
486
356
|
"mode": 4,
|
|
487
|
-
"inputs": [
|
|
488
|
-
{
|
|
489
|
-
"name": "model",
|
|
490
|
-
"type": "MODEL",
|
|
491
|
-
"link": 167
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"name": "positive",
|
|
495
|
-
"type": "CONDITIONING",
|
|
496
|
-
"link": 168
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"name": "negative",
|
|
500
|
-
"type": "CONDITIONING",
|
|
501
|
-
"link": 169
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
"name": "latent_image",
|
|
505
|
-
"type": "LATENT",
|
|
506
|
-
"link": 170
|
|
507
|
-
}
|
|
508
|
-
],
|
|
357
|
+
"inputs": [],
|
|
509
358
|
"outputs": [
|
|
510
359
|
{
|
|
511
|
-
"name": "
|
|
512
|
-
"type": "
|
|
360
|
+
"name": "MODEL",
|
|
361
|
+
"type": "MODEL",
|
|
362
|
+
"slot_index": 0,
|
|
513
363
|
"links": [
|
|
514
|
-
|
|
364
|
+
166
|
|
515
365
|
]
|
|
516
366
|
}
|
|
517
367
|
],
|
|
518
368
|
"properties": {
|
|
519
|
-
"Node name for S&R": "KSamplerAdvanced",
|
|
520
369
|
"cnr_id": "comfy-core",
|
|
521
|
-
"ver": "0.3.45"
|
|
370
|
+
"ver": "0.3.45",
|
|
371
|
+
"Node name for S&R": "UNETLoader",
|
|
372
|
+
"models": [
|
|
373
|
+
{
|
|
374
|
+
"name": "wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
|
|
375
|
+
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
|
|
376
|
+
"directory": "diffusion_models"
|
|
377
|
+
}
|
|
378
|
+
]
|
|
522
379
|
},
|
|
523
380
|
"widgets_values": [
|
|
524
|
-
"
|
|
525
|
-
|
|
526
|
-
"fixed",
|
|
527
|
-
20,
|
|
528
|
-
3.5,
|
|
529
|
-
"euler",
|
|
530
|
-
"simple",
|
|
531
|
-
10,
|
|
532
|
-
10000,
|
|
533
|
-
"disable"
|
|
381
|
+
"wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
|
|
382
|
+
"default"
|
|
534
383
|
]
|
|
535
384
|
},
|
|
536
385
|
{
|
|
537
|
-
"id":
|
|
538
|
-
"type": "
|
|
386
|
+
"id": 83,
|
|
387
|
+
"type": "LoraLoaderModelOnly",
|
|
539
388
|
"pos": [
|
|
540
|
-
|
|
541
|
-
|
|
389
|
+
450,
|
|
390
|
+
-200
|
|
542
391
|
],
|
|
543
392
|
"size": [
|
|
544
|
-
|
|
545
|
-
|
|
393
|
+
280,
|
|
394
|
+
82
|
|
546
395
|
],
|
|
547
396
|
"flags": {},
|
|
548
|
-
"order":
|
|
549
|
-
"mode":
|
|
397
|
+
"order": 18,
|
|
398
|
+
"mode": 0,
|
|
550
399
|
"inputs": [
|
|
551
400
|
{
|
|
552
401
|
"name": "model",
|
|
553
402
|
"type": "MODEL",
|
|
554
|
-
"link":
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"name": "positive",
|
|
558
|
-
"type": "CONDITIONING",
|
|
559
|
-
"link": 172
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"name": "negative",
|
|
563
|
-
"type": "CONDITIONING",
|
|
564
|
-
"link": 173
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"name": "latent_image",
|
|
568
|
-
"type": "LATENT",
|
|
569
|
-
"link": 174
|
|
403
|
+
"link": 153
|
|
570
404
|
}
|
|
571
405
|
],
|
|
572
406
|
"outputs": [
|
|
573
407
|
{
|
|
574
|
-
"name": "
|
|
575
|
-
"type": "
|
|
408
|
+
"name": "MODEL",
|
|
409
|
+
"type": "MODEL",
|
|
576
410
|
"links": [
|
|
577
|
-
|
|
411
|
+
152
|
|
578
412
|
]
|
|
579
413
|
}
|
|
580
414
|
],
|
|
581
415
|
"properties": {
|
|
582
|
-
"Node name for S&R": "KSamplerAdvanced",
|
|
583
416
|
"cnr_id": "comfy-core",
|
|
584
|
-
"ver": "0.3.
|
|
417
|
+
"ver": "0.3.49",
|
|
418
|
+
"Node name for S&R": "LoraLoaderModelOnly",
|
|
419
|
+
"models": [
|
|
420
|
+
{
|
|
421
|
+
"name": "wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors",
|
|
422
|
+
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors",
|
|
423
|
+
"directory": "loras"
|
|
424
|
+
}
|
|
425
|
+
]
|
|
585
426
|
},
|
|
586
427
|
"widgets_values": [
|
|
587
|
-
"
|
|
588
|
-
|
|
589
|
-
"randomize",
|
|
590
|
-
20,
|
|
591
|
-
3.5,
|
|
592
|
-
"euler",
|
|
593
|
-
"simple",
|
|
594
|
-
0,
|
|
595
|
-
10,
|
|
596
|
-
"enable"
|
|
428
|
+
"wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors",
|
|
429
|
+
1.0000000000000002
|
|
597
430
|
]
|
|
598
431
|
},
|
|
599
432
|
{
|
|
600
|
-
"id":
|
|
601
|
-
"type": "
|
|
433
|
+
"id": 85,
|
|
434
|
+
"type": "LoraLoaderModelOnly",
|
|
602
435
|
"pos": [
|
|
603
|
-
|
|
604
|
-
|
|
436
|
+
450,
|
|
437
|
+
-60
|
|
605
438
|
],
|
|
606
439
|
"size": [
|
|
607
|
-
|
|
608
|
-
|
|
440
|
+
280,
|
|
441
|
+
82
|
|
609
442
|
],
|
|
610
443
|
"flags": {},
|
|
611
|
-
"order":
|
|
612
|
-
"mode":
|
|
444
|
+
"order": 17,
|
|
445
|
+
"mode": 0,
|
|
613
446
|
"inputs": [
|
|
614
447
|
{
|
|
615
|
-
"name": "
|
|
616
|
-
"type": "
|
|
617
|
-
"link":
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"name": "vae",
|
|
621
|
-
"type": "VAE",
|
|
622
|
-
"link": 176
|
|
448
|
+
"name": "model",
|
|
449
|
+
"type": "MODEL",
|
|
450
|
+
"link": 155
|
|
623
451
|
}
|
|
624
452
|
],
|
|
625
453
|
"outputs": [
|
|
626
454
|
{
|
|
627
|
-
"name": "
|
|
628
|
-
"type": "
|
|
629
|
-
"slot_index": 0,
|
|
455
|
+
"name": "MODEL",
|
|
456
|
+
"type": "MODEL",
|
|
630
457
|
"links": [
|
|
631
|
-
|
|
458
|
+
156
|
|
632
459
|
]
|
|
633
460
|
}
|
|
634
461
|
],
|
|
635
462
|
"properties": {
|
|
636
|
-
"Node name for S&R": "VAEDecode",
|
|
637
463
|
"cnr_id": "comfy-core",
|
|
638
|
-
"ver": "0.3.
|
|
464
|
+
"ver": "0.3.49",
|
|
465
|
+
"Node name for S&R": "LoraLoaderModelOnly",
|
|
466
|
+
"models": [
|
|
467
|
+
{
|
|
468
|
+
"name": "wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors",
|
|
469
|
+
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors",
|
|
470
|
+
"directory": "loras"
|
|
471
|
+
}
|
|
472
|
+
]
|
|
639
473
|
},
|
|
640
|
-
"widgets_values": [
|
|
474
|
+
"widgets_values": [
|
|
475
|
+
"wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors",
|
|
476
|
+
1.0000000000000002
|
|
477
|
+
]
|
|
641
478
|
},
|
|
642
479
|
{
|
|
643
|
-
"id":
|
|
644
|
-
"type": "
|
|
480
|
+
"id": 86,
|
|
481
|
+
"type": "ModelSamplingSD3",
|
|
645
482
|
"pos": [
|
|
646
|
-
|
|
647
|
-
|
|
483
|
+
740,
|
|
484
|
+
-60
|
|
648
485
|
],
|
|
649
486
|
"size": [
|
|
650
|
-
|
|
651
|
-
|
|
487
|
+
210,
|
|
488
|
+
58
|
|
652
489
|
],
|
|
653
|
-
"flags": {
|
|
654
|
-
|
|
655
|
-
|
|
490
|
+
"flags": {
|
|
491
|
+
"collapsed": false
|
|
492
|
+
},
|
|
493
|
+
"order": 23,
|
|
494
|
+
"mode": 0,
|
|
656
495
|
"inputs": [
|
|
657
496
|
{
|
|
658
|
-
"name": "
|
|
659
|
-
"type": "
|
|
660
|
-
"link":
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"name": "audio",
|
|
664
|
-
"shape": 7,
|
|
665
|
-
"type": "AUDIO",
|
|
666
|
-
"link": null
|
|
497
|
+
"name": "model",
|
|
498
|
+
"type": "MODEL",
|
|
499
|
+
"link": 156
|
|
667
500
|
}
|
|
668
501
|
],
|
|
669
502
|
"outputs": [
|
|
670
503
|
{
|
|
671
|
-
"name": "
|
|
672
|
-
"type": "
|
|
504
|
+
"name": "MODEL",
|
|
505
|
+
"type": "MODEL",
|
|
506
|
+
"slot_index": 0,
|
|
673
507
|
"links": [
|
|
674
|
-
|
|
508
|
+
183
|
|
675
509
|
]
|
|
676
510
|
}
|
|
677
511
|
],
|
|
678
512
|
"properties": {
|
|
679
|
-
"Node name for S&R": "CreateVideo",
|
|
680
513
|
"cnr_id": "comfy-core",
|
|
681
|
-
"ver": "0.3.45"
|
|
514
|
+
"ver": "0.3.45",
|
|
515
|
+
"Node name for S&R": "ModelSamplingSD3"
|
|
682
516
|
},
|
|
683
517
|
"widgets_values": [
|
|
684
|
-
|
|
518
|
+
5.000000000000001
|
|
685
519
|
]
|
|
686
520
|
},
|
|
687
521
|
{
|
|
688
|
-
"id":
|
|
689
|
-
"type": "
|
|
522
|
+
"id": 82,
|
|
523
|
+
"type": "ModelSamplingSD3",
|
|
690
524
|
"pos": [
|
|
691
|
-
|
|
692
|
-
|
|
525
|
+
740,
|
|
526
|
+
-200
|
|
693
527
|
],
|
|
694
528
|
"size": [
|
|
695
|
-
|
|
696
|
-
|
|
529
|
+
210,
|
|
530
|
+
60
|
|
697
531
|
],
|
|
698
532
|
"flags": {},
|
|
699
|
-
"order":
|
|
700
|
-
"mode":
|
|
701
|
-
"inputs": [
|
|
533
|
+
"order": 24,
|
|
534
|
+
"mode": 0,
|
|
535
|
+
"inputs": [
|
|
536
|
+
{
|
|
537
|
+
"name": "model",
|
|
538
|
+
"type": "MODEL",
|
|
539
|
+
"link": 152
|
|
540
|
+
}
|
|
541
|
+
],
|
|
702
542
|
"outputs": [
|
|
703
543
|
{
|
|
704
544
|
"name": "MODEL",
|
|
705
545
|
"type": "MODEL",
|
|
706
546
|
"slot_index": 0,
|
|
707
547
|
"links": [
|
|
708
|
-
|
|
548
|
+
181
|
|
709
549
|
]
|
|
710
550
|
}
|
|
711
551
|
],
|
|
712
552
|
"properties": {
|
|
713
|
-
"Node name for S&R": "UNETLoader",
|
|
714
553
|
"cnr_id": "comfy-core",
|
|
715
554
|
"ver": "0.3.45",
|
|
716
|
-
"
|
|
717
|
-
{
|
|
718
|
-
"name": "wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
|
|
719
|
-
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
|
|
720
|
-
"directory": "diffusion_models"
|
|
721
|
-
}
|
|
722
|
-
]
|
|
555
|
+
"Node name for S&R": "ModelSamplingSD3"
|
|
723
556
|
},
|
|
724
557
|
"widgets_values": [
|
|
725
|
-
|
|
726
|
-
"default"
|
|
558
|
+
5.000000000000001
|
|
727
559
|
]
|
|
728
560
|
},
|
|
729
561
|
{
|
|
730
|
-
"id":
|
|
731
|
-
"type": "
|
|
562
|
+
"id": 62,
|
|
563
|
+
"type": "MarkdownNote",
|
|
732
564
|
"pos": [
|
|
733
|
-
|
|
734
|
-
|
|
565
|
+
-470,
|
|
566
|
+
-290
|
|
735
567
|
],
|
|
736
568
|
"size": [
|
|
737
|
-
|
|
738
|
-
|
|
569
|
+
480,
|
|
570
|
+
550
|
|
739
571
|
],
|
|
740
572
|
"flags": {},
|
|
741
|
-
"order":
|
|
742
|
-
"mode":
|
|
573
|
+
"order": 8,
|
|
574
|
+
"mode": 0,
|
|
743
575
|
"inputs": [],
|
|
576
|
+
"outputs": [],
|
|
577
|
+
"title": "Model Links",
|
|
578
|
+
"properties": {},
|
|
579
|
+
"widgets_values": [
|
|
580
|
+
"[Tutorial](https://docs.comfy.org/tutorials/video/wan/wan2_2\n) | [教程](https://docs.comfy.org/zh-CN/tutorials/video/wan/wan2_2\n)\n\n**Diffusion Model** \n- [wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors)\n- [wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors)\n\n**LoRA**\n\n- [wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors)\n- [wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors)\n\n**VAE**\n- [wan_2.1_vae.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors)\n\n**Text Encoder** \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)\n\n\nFile save location\n\n```\nComfyUI/\n├───📂 models/\n│ ├───📂 diffusion_models/\n│ │ ├─── wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors\n│ │ └─── wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors\n│ ├───📂 loras/\n│ │ ├───wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors\n│ │ └───wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors\n│ ├───📂 text_encoders/\n│ │ └─── umt5_xxl_fp8_e4m3fn_scaled.safetensors \n│ └───📂 vae/\n│ └── wan_2.1_vae.safetensors\n```\n"
|
|
581
|
+
],
|
|
582
|
+
"color": "#432",
|
|
583
|
+
"bgcolor": "#653"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"id": 89,
|
|
587
|
+
"type": "CLIPTextEncode",
|
|
588
|
+
"pos": [
|
|
589
|
+
440,
|
|
590
|
+
130
|
|
591
|
+
],
|
|
592
|
+
"size": [
|
|
593
|
+
510,
|
|
594
|
+
160
|
|
595
|
+
],
|
|
596
|
+
"flags": {},
|
|
597
|
+
"order": 16,
|
|
598
|
+
"mode": 0,
|
|
599
|
+
"inputs": [
|
|
600
|
+
{
|
|
601
|
+
"name": "clip",
|
|
602
|
+
"type": "CLIP",
|
|
603
|
+
"link": 160
|
|
604
|
+
}
|
|
605
|
+
],
|
|
744
606
|
"outputs": [
|
|
745
607
|
{
|
|
746
|
-
"name": "
|
|
747
|
-
"type": "
|
|
608
|
+
"name": "CONDITIONING",
|
|
609
|
+
"type": "CONDITIONING",
|
|
748
610
|
"slot_index": 0,
|
|
749
611
|
"links": [
|
|
750
|
-
|
|
612
|
+
143,
|
|
613
|
+
149
|
|
751
614
|
]
|
|
752
615
|
}
|
|
753
616
|
],
|
|
617
|
+
"title": "CLIP Text Encode (Positive Prompt)",
|
|
754
618
|
"properties": {
|
|
755
|
-
"Node name for S&R": "UNETLoader",
|
|
756
619
|
"cnr_id": "comfy-core",
|
|
757
620
|
"ver": "0.3.45",
|
|
758
|
-
"
|
|
759
|
-
{
|
|
760
|
-
"name": "wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
|
|
761
|
-
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
|
|
762
|
-
"directory": "diffusion_models"
|
|
763
|
-
}
|
|
764
|
-
]
|
|
621
|
+
"Node name for S&R": "CLIPTextEncode"
|
|
765
622
|
},
|
|
766
623
|
"widgets_values": [
|
|
767
|
-
"
|
|
768
|
-
|
|
769
|
-
|
|
624
|
+
"Beautiful young European woman with honey blonde hair gracefully turning her head back over shoulder, gentle smile, bright eyes looking at camera. Hair flowing in slow motion as she turns. Soft natural lighting, clean background, cinematic slow-motion portrait."
|
|
625
|
+
],
|
|
626
|
+
"color": "#232",
|
|
627
|
+
"bgcolor": "#353"
|
|
770
628
|
},
|
|
771
629
|
{
|
|
772
|
-
"id":
|
|
773
|
-
"type": "
|
|
630
|
+
"id": 81,
|
|
631
|
+
"type": "KSamplerAdvanced",
|
|
774
632
|
"pos": [
|
|
775
|
-
|
|
776
|
-
|
|
633
|
+
990,
|
|
634
|
+
-250
|
|
777
635
|
],
|
|
778
636
|
"size": [
|
|
779
|
-
|
|
780
|
-
|
|
637
|
+
300,
|
|
638
|
+
546
|
|
781
639
|
],
|
|
782
640
|
"flags": {},
|
|
783
|
-
"order":
|
|
784
|
-
"mode":
|
|
785
|
-
"inputs": [
|
|
641
|
+
"order": 26,
|
|
642
|
+
"mode": 0,
|
|
643
|
+
"inputs": [
|
|
644
|
+
{
|
|
645
|
+
"name": "model",
|
|
646
|
+
"type": "MODEL",
|
|
647
|
+
"link": 181
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"name": "positive",
|
|
651
|
+
"type": "CONDITIONING",
|
|
652
|
+
"link": 149
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "negative",
|
|
656
|
+
"type": "CONDITIONING",
|
|
657
|
+
"link": 150
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"name": "latent_image",
|
|
661
|
+
"type": "LATENT",
|
|
662
|
+
"link": 151
|
|
663
|
+
}
|
|
664
|
+
],
|
|
786
665
|
"outputs": [
|
|
787
666
|
{
|
|
788
667
|
"name": "LATENT",
|
|
789
668
|
"type": "LATENT",
|
|
790
|
-
"slot_index": 0,
|
|
791
669
|
"links": [
|
|
792
|
-
|
|
670
|
+
145
|
|
793
671
|
]
|
|
794
672
|
}
|
|
795
673
|
],
|
|
796
674
|
"properties": {
|
|
797
|
-
"Node name for S&R": "EmptyHunyuanLatentVideo",
|
|
798
675
|
"cnr_id": "comfy-core",
|
|
799
|
-
"ver": "0.3.45"
|
|
676
|
+
"ver": "0.3.45",
|
|
677
|
+
"Node name for S&R": "KSamplerAdvanced"
|
|
800
678
|
},
|
|
801
679
|
"widgets_values": [
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
680
|
+
"enable",
|
|
681
|
+
392459563371087,
|
|
682
|
+
"randomize",
|
|
683
|
+
4,
|
|
684
|
+
1,
|
|
685
|
+
"euler",
|
|
686
|
+
"simple",
|
|
687
|
+
0,
|
|
688
|
+
2,
|
|
689
|
+
"enable"
|
|
806
690
|
]
|
|
807
691
|
},
|
|
808
692
|
{
|
|
809
|
-
"id":
|
|
810
|
-
"type": "
|
|
693
|
+
"id": 88,
|
|
694
|
+
"type": "CreateVideo",
|
|
811
695
|
"pos": [
|
|
812
|
-
|
|
813
|
-
|
|
696
|
+
1320,
|
|
697
|
+
460
|
|
814
698
|
],
|
|
815
699
|
"size": [
|
|
816
|
-
|
|
817
|
-
|
|
700
|
+
270,
|
|
701
|
+
78
|
|
818
702
|
],
|
|
819
703
|
"flags": {},
|
|
820
|
-
"order":
|
|
704
|
+
"order": 34,
|
|
821
705
|
"mode": 0,
|
|
822
|
-
"inputs": [
|
|
706
|
+
"inputs": [
|
|
707
|
+
{
|
|
708
|
+
"name": "images",
|
|
709
|
+
"type": "IMAGE",
|
|
710
|
+
"link": 159
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"name": "audio",
|
|
714
|
+
"shape": 7,
|
|
715
|
+
"type": "AUDIO",
|
|
716
|
+
"link": null
|
|
717
|
+
}
|
|
718
|
+
],
|
|
823
719
|
"outputs": [
|
|
824
720
|
{
|
|
825
|
-
"name": "
|
|
826
|
-
"type": "
|
|
827
|
-
"slot_index": 0,
|
|
721
|
+
"name": "VIDEO",
|
|
722
|
+
"type": "VIDEO",
|
|
828
723
|
"links": [
|
|
829
|
-
|
|
724
|
+
147
|
|
830
725
|
]
|
|
831
726
|
}
|
|
832
727
|
],
|
|
833
728
|
"properties": {
|
|
834
|
-
"Node name for S&R": "EmptyHunyuanLatentVideo",
|
|
835
729
|
"cnr_id": "comfy-core",
|
|
836
|
-
"ver": "0.3.45"
|
|
730
|
+
"ver": "0.3.45",
|
|
731
|
+
"Node name for S&R": "CreateVideo"
|
|
837
732
|
},
|
|
838
733
|
"widgets_values": [
|
|
839
|
-
|
|
840
|
-
640,
|
|
841
|
-
81,
|
|
842
|
-
1
|
|
734
|
+
16
|
|
843
735
|
]
|
|
844
736
|
},
|
|
845
737
|
{
|
|
846
|
-
"id":
|
|
847
|
-
"type": "
|
|
738
|
+
"id": 80,
|
|
739
|
+
"type": "SaveVideo",
|
|
848
740
|
"pos": [
|
|
849
|
-
|
|
850
|
-
-
|
|
741
|
+
1660,
|
|
742
|
+
-240
|
|
851
743
|
],
|
|
852
744
|
"size": [
|
|
853
|
-
|
|
854
|
-
|
|
745
|
+
704,
|
|
746
|
+
802
|
|
855
747
|
],
|
|
856
748
|
"flags": {},
|
|
857
|
-
"order":
|
|
749
|
+
"order": 36,
|
|
858
750
|
"mode": 0,
|
|
751
|
+
"inputs": [
|
|
752
|
+
{
|
|
753
|
+
"name": "video",
|
|
754
|
+
"type": "VIDEO",
|
|
755
|
+
"link": 147
|
|
756
|
+
}
|
|
757
|
+
],
|
|
758
|
+
"outputs": [],
|
|
759
|
+
"properties": {
|
|
760
|
+
"cnr_id": "comfy-core",
|
|
761
|
+
"ver": "0.3.45",
|
|
762
|
+
"Node name for S&R": "SaveVideo"
|
|
763
|
+
},
|
|
764
|
+
"widgets_values": [
|
|
765
|
+
"video/ComfyUI",
|
|
766
|
+
"auto",
|
|
767
|
+
"auto"
|
|
768
|
+
]
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"id": 106,
|
|
772
|
+
"type": "MarkdownNote",
|
|
773
|
+
"pos": [
|
|
774
|
+
-350,
|
|
775
|
+
780
|
|
776
|
+
],
|
|
777
|
+
"size": [
|
|
778
|
+
350,
|
|
779
|
+
150
|
|
780
|
+
],
|
|
781
|
+
"flags": {},
|
|
782
|
+
"order": 9,
|
|
783
|
+
"mode": 0,
|
|
784
|
+
"inputs": [],
|
|
785
|
+
"outputs": [],
|
|
786
|
+
"properties": {},
|
|
787
|
+
"widgets_values": [
|
|
788
|
+
"1. Box-select then use Ctrl + B to enable\n2. If you don't want to run both groups simultaneously, don't forget to use **Ctrl + B** to disable the **fp8_scaled + 4steps LoRA** group after enabling the **fp8_scaled** group, or try the [partial - execution](https://docs.comfy.org/interface/features/partial-execution) feature."
|
|
789
|
+
],
|
|
790
|
+
"color": "#432",
|
|
791
|
+
"bgcolor": "#653"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"id": 87,
|
|
795
|
+
"type": "VAEDecode",
|
|
796
|
+
"pos": [
|
|
797
|
+
1020,
|
|
798
|
+
470
|
|
799
|
+
],
|
|
800
|
+
"size": [
|
|
801
|
+
210,
|
|
802
|
+
46
|
|
803
|
+
],
|
|
804
|
+
"flags": {},
|
|
805
|
+
"order": 32,
|
|
806
|
+
"mode": 0,
|
|
807
|
+
"inputs": [
|
|
808
|
+
{
|
|
809
|
+
"name": "samples",
|
|
810
|
+
"type": "LATENT",
|
|
811
|
+
"link": 157
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"name": "vae",
|
|
815
|
+
"type": "VAE",
|
|
816
|
+
"link": 158
|
|
817
|
+
}
|
|
818
|
+
],
|
|
819
|
+
"outputs": [
|
|
820
|
+
{
|
|
821
|
+
"name": "IMAGE",
|
|
822
|
+
"type": "IMAGE",
|
|
823
|
+
"slot_index": 0,
|
|
824
|
+
"links": [
|
|
825
|
+
159,
|
|
826
|
+
184
|
|
827
|
+
]
|
|
828
|
+
}
|
|
829
|
+
],
|
|
830
|
+
"properties": {
|
|
831
|
+
"cnr_id": "comfy-core",
|
|
832
|
+
"ver": "0.3.45",
|
|
833
|
+
"Node name for S&R": "VAEDecode"
|
|
834
|
+
},
|
|
835
|
+
"widgets_values": []
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"id": 93,
|
|
839
|
+
"type": "ModelSamplingSD3",
|
|
840
|
+
"pos": [
|
|
841
|
+
660,
|
|
842
|
+
850
|
|
843
|
+
],
|
|
844
|
+
"size": [
|
|
845
|
+
210,
|
|
846
|
+
60
|
|
847
|
+
],
|
|
848
|
+
"flags": {},
|
|
849
|
+
"order": 21,
|
|
850
|
+
"mode": 4,
|
|
859
851
|
"inputs": [
|
|
860
852
|
{
|
|
861
853
|
"name": "model",
|
|
862
854
|
"type": "MODEL",
|
|
863
|
-
"link":
|
|
855
|
+
"link": 165
|
|
864
856
|
}
|
|
865
857
|
],
|
|
866
858
|
"outputs": [
|
|
867
859
|
{
|
|
868
860
|
"name": "MODEL",
|
|
869
861
|
"type": "MODEL",
|
|
862
|
+
"slot_index": 0,
|
|
870
863
|
"links": [
|
|
871
|
-
|
|
864
|
+
171
|
|
872
865
|
]
|
|
873
866
|
}
|
|
874
867
|
],
|
|
875
868
|
"properties": {
|
|
876
|
-
"Node name for S&R": "LoraLoaderModelOnly",
|
|
877
869
|
"cnr_id": "comfy-core",
|
|
878
|
-
"ver": "0.3.
|
|
879
|
-
"
|
|
880
|
-
{
|
|
881
|
-
"name": "wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors",
|
|
882
|
-
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors",
|
|
883
|
-
"directory": "loras"
|
|
884
|
-
}
|
|
885
|
-
]
|
|
870
|
+
"ver": "0.3.45",
|
|
871
|
+
"Node name for S&R": "ModelSamplingSD3"
|
|
886
872
|
},
|
|
887
873
|
"widgets_values": [
|
|
888
|
-
|
|
889
|
-
1.0000000000000002
|
|
874
|
+
8.000000000000002
|
|
890
875
|
]
|
|
891
876
|
},
|
|
892
877
|
{
|
|
893
|
-
"id":
|
|
894
|
-
"type": "
|
|
878
|
+
"id": 72,
|
|
879
|
+
"type": "CLIPTextEncode",
|
|
895
880
|
"pos": [
|
|
896
|
-
|
|
897
|
-
|
|
881
|
+
440,
|
|
882
|
+
330
|
|
883
|
+
],
|
|
884
|
+
"size": [
|
|
885
|
+
510,
|
|
886
|
+
180
|
|
887
|
+
],
|
|
888
|
+
"flags": {},
|
|
889
|
+
"order": 15,
|
|
890
|
+
"mode": 0,
|
|
891
|
+
"inputs": [
|
|
892
|
+
{
|
|
893
|
+
"name": "clip",
|
|
894
|
+
"type": "CLIP",
|
|
895
|
+
"link": 141
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"outputs": [
|
|
899
|
+
{
|
|
900
|
+
"name": "CONDITIONING",
|
|
901
|
+
"type": "CONDITIONING",
|
|
902
|
+
"slot_index": 0,
|
|
903
|
+
"links": [
|
|
904
|
+
144,
|
|
905
|
+
150
|
|
906
|
+
]
|
|
907
|
+
}
|
|
908
|
+
],
|
|
909
|
+
"title": "CLIP Text Encode (Negative Prompt)",
|
|
910
|
+
"properties": {
|
|
911
|
+
"cnr_id": "comfy-core",
|
|
912
|
+
"ver": "0.3.45",
|
|
913
|
+
"Node name for S&R": "CLIPTextEncode"
|
|
914
|
+
},
|
|
915
|
+
"widgets_values": [
|
|
916
|
+
"色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走,裸露,NSFW"
|
|
917
|
+
],
|
|
918
|
+
"color": "#322",
|
|
919
|
+
"bgcolor": "#533"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"id": 96,
|
|
923
|
+
"type": "KSamplerAdvanced",
|
|
924
|
+
"pos": [
|
|
925
|
+
910,
|
|
926
|
+
850
|
|
898
927
|
],
|
|
899
928
|
"size": [
|
|
900
|
-
|
|
901
|
-
|
|
929
|
+
304.748046875,
|
|
930
|
+
546.0000610351562
|
|
902
931
|
],
|
|
903
932
|
"flags": {},
|
|
904
|
-
"order":
|
|
905
|
-
"mode":
|
|
933
|
+
"order": 25,
|
|
934
|
+
"mode": 4,
|
|
906
935
|
"inputs": [
|
|
907
936
|
{
|
|
908
937
|
"name": "model",
|
|
909
938
|
"type": "MODEL",
|
|
910
|
-
"link":
|
|
939
|
+
"link": 171
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "positive",
|
|
943
|
+
"type": "CONDITIONING",
|
|
944
|
+
"link": 172
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"name": "negative",
|
|
948
|
+
"type": "CONDITIONING",
|
|
949
|
+
"link": 173
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"name": "latent_image",
|
|
953
|
+
"type": "LATENT",
|
|
954
|
+
"link": 174
|
|
911
955
|
}
|
|
912
956
|
],
|
|
913
957
|
"outputs": [
|
|
914
958
|
{
|
|
915
|
-
"name": "
|
|
916
|
-
"type": "
|
|
959
|
+
"name": "LATENT",
|
|
960
|
+
"type": "LATENT",
|
|
917
961
|
"links": [
|
|
918
|
-
|
|
962
|
+
170,
|
|
963
|
+
186
|
|
919
964
|
]
|
|
920
965
|
}
|
|
921
966
|
],
|
|
922
967
|
"properties": {
|
|
923
|
-
"Node name for S&R": "LoraLoaderModelOnly",
|
|
924
968
|
"cnr_id": "comfy-core",
|
|
925
|
-
"ver": "0.3.
|
|
926
|
-
"
|
|
927
|
-
{
|
|
928
|
-
"name": "wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors",
|
|
929
|
-
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors",
|
|
930
|
-
"directory": "loras"
|
|
931
|
-
}
|
|
932
|
-
]
|
|
969
|
+
"ver": "0.3.45",
|
|
970
|
+
"Node name for S&R": "KSamplerAdvanced"
|
|
933
971
|
},
|
|
934
972
|
"widgets_values": [
|
|
935
|
-
"
|
|
936
|
-
|
|
973
|
+
"enable",
|
|
974
|
+
864031777124281,
|
|
975
|
+
"randomize",
|
|
976
|
+
20,
|
|
977
|
+
3.5,
|
|
978
|
+
"euler",
|
|
979
|
+
"simple",
|
|
980
|
+
0,
|
|
981
|
+
20,
|
|
982
|
+
"enable"
|
|
937
983
|
]
|
|
938
984
|
},
|
|
939
985
|
{
|
|
940
|
-
"id":
|
|
941
|
-
"type": "
|
|
986
|
+
"id": 100,
|
|
987
|
+
"type": "CreateVideo",
|
|
942
988
|
"pos": [
|
|
943
|
-
|
|
944
|
-
|
|
989
|
+
1270,
|
|
990
|
+
1500
|
|
945
991
|
],
|
|
946
992
|
"size": [
|
|
947
|
-
|
|
948
|
-
|
|
993
|
+
270,
|
|
994
|
+
78
|
|
949
995
|
],
|
|
950
|
-
"flags": {
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
"order": 22,
|
|
954
|
-
"mode": 0,
|
|
996
|
+
"flags": {},
|
|
997
|
+
"order": 30,
|
|
998
|
+
"mode": 4,
|
|
955
999
|
"inputs": [
|
|
956
1000
|
{
|
|
957
|
-
"name": "
|
|
958
|
-
"type": "
|
|
959
|
-
"link":
|
|
1001
|
+
"name": "images",
|
|
1002
|
+
"type": "IMAGE",
|
|
1003
|
+
"link": 179
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"name": "audio",
|
|
1007
|
+
"shape": 7,
|
|
1008
|
+
"type": "AUDIO",
|
|
1009
|
+
"link": null
|
|
960
1010
|
}
|
|
961
1011
|
],
|
|
962
1012
|
"outputs": [
|
|
963
1013
|
{
|
|
964
|
-
"name": "
|
|
965
|
-
"type": "
|
|
966
|
-
"slot_index": 0,
|
|
1014
|
+
"name": "VIDEO",
|
|
1015
|
+
"type": "VIDEO",
|
|
967
1016
|
"links": [
|
|
968
|
-
|
|
1017
|
+
177
|
|
969
1018
|
]
|
|
970
1019
|
}
|
|
971
1020
|
],
|
|
972
1021
|
"properties": {
|
|
973
|
-
"Node name for S&R": "ModelSamplingSD3",
|
|
974
1022
|
"cnr_id": "comfy-core",
|
|
975
|
-
"ver": "0.3.45"
|
|
1023
|
+
"ver": "0.3.45",
|
|
1024
|
+
"Node name for S&R": "CreateVideo"
|
|
976
1025
|
},
|
|
977
1026
|
"widgets_values": [
|
|
978
|
-
|
|
1027
|
+
16
|
|
979
1028
|
]
|
|
980
1029
|
},
|
|
981
1030
|
{
|
|
982
|
-
"id":
|
|
983
|
-
"type": "
|
|
1031
|
+
"id": 95,
|
|
1032
|
+
"type": "KSamplerAdvanced",
|
|
984
1033
|
"pos": [
|
|
985
|
-
|
|
986
|
-
|
|
1034
|
+
1260,
|
|
1035
|
+
860
|
|
987
1036
|
],
|
|
988
1037
|
"size": [
|
|
989
|
-
|
|
990
|
-
|
|
1038
|
+
304.748046875,
|
|
1039
|
+
546
|
|
991
1040
|
],
|
|
992
1041
|
"flags": {},
|
|
993
|
-
"order":
|
|
994
|
-
"mode":
|
|
1042
|
+
"order": 27,
|
|
1043
|
+
"mode": 4,
|
|
995
1044
|
"inputs": [
|
|
996
1045
|
{
|
|
997
1046
|
"name": "model",
|
|
998
1047
|
"type": "MODEL",
|
|
999
|
-
"link":
|
|
1048
|
+
"link": 167
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "positive",
|
|
1052
|
+
"type": "CONDITIONING",
|
|
1053
|
+
"link": 168
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "negative",
|
|
1057
|
+
"type": "CONDITIONING",
|
|
1058
|
+
"link": 169
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"name": "latent_image",
|
|
1062
|
+
"type": "LATENT",
|
|
1063
|
+
"link": 170
|
|
1000
1064
|
}
|
|
1001
1065
|
],
|
|
1002
1066
|
"outputs": [
|
|
1003
1067
|
{
|
|
1004
|
-
"name": "
|
|
1005
|
-
"type": "
|
|
1006
|
-
"
|
|
1007
|
-
"links": [
|
|
1008
|
-
181
|
|
1009
|
-
]
|
|
1068
|
+
"name": "LATENT",
|
|
1069
|
+
"type": "LATENT",
|
|
1070
|
+
"links": []
|
|
1010
1071
|
}
|
|
1011
1072
|
],
|
|
1012
1073
|
"properties": {
|
|
1013
|
-
"Node name for S&R": "ModelSamplingSD3",
|
|
1014
1074
|
"cnr_id": "comfy-core",
|
|
1015
|
-
"ver": "0.3.45"
|
|
1075
|
+
"ver": "0.3.45",
|
|
1076
|
+
"Node name for S&R": "KSamplerAdvanced"
|
|
1016
1077
|
},
|
|
1017
1078
|
"widgets_values": [
|
|
1018
|
-
|
|
1079
|
+
"disable",
|
|
1080
|
+
0,
|
|
1081
|
+
"fixed",
|
|
1082
|
+
20,
|
|
1083
|
+
3.5,
|
|
1084
|
+
"euler",
|
|
1085
|
+
"simple",
|
|
1086
|
+
10,
|
|
1087
|
+
10000,
|
|
1088
|
+
"disable"
|
|
1019
1089
|
]
|
|
1020
1090
|
},
|
|
1021
1091
|
{
|
|
1022
|
-
"id":
|
|
1023
|
-
"type": "
|
|
1092
|
+
"id": 99,
|
|
1093
|
+
"type": "CLIPTextEncode",
|
|
1024
1094
|
"pos": [
|
|
1025
|
-
|
|
1026
|
-
|
|
1095
|
+
440,
|
|
1096
|
+
1220
|
|
1027
1097
|
],
|
|
1028
1098
|
"size": [
|
|
1029
|
-
|
|
1030
|
-
|
|
1099
|
+
422.84503173828125,
|
|
1100
|
+
164.31304931640625
|
|
1031
1101
|
],
|
|
1032
1102
|
"flags": {},
|
|
1033
|
-
"order":
|
|
1103
|
+
"order": 20,
|
|
1034
1104
|
"mode": 4,
|
|
1035
1105
|
"inputs": [
|
|
1036
1106
|
{
|
|
1037
|
-
"name": "
|
|
1038
|
-
"type": "
|
|
1039
|
-
"link":
|
|
1107
|
+
"name": "clip",
|
|
1108
|
+
"type": "CLIP",
|
|
1109
|
+
"link": 178
|
|
1040
1110
|
}
|
|
1041
1111
|
],
|
|
1042
|
-
"outputs": [
|
|
1112
|
+
"outputs": [
|
|
1113
|
+
{
|
|
1114
|
+
"name": "CONDITIONING",
|
|
1115
|
+
"type": "CONDITIONING",
|
|
1116
|
+
"slot_index": 0,
|
|
1117
|
+
"links": [
|
|
1118
|
+
168,
|
|
1119
|
+
172
|
|
1120
|
+
]
|
|
1121
|
+
}
|
|
1122
|
+
],
|
|
1123
|
+
"title": "CLIP Text Encode (Positive Prompt)",
|
|
1043
1124
|
"properties": {
|
|
1044
|
-
"Node name for S&R": "SaveVideo",
|
|
1045
1125
|
"cnr_id": "comfy-core",
|
|
1046
|
-
"ver": "0.3.45"
|
|
1126
|
+
"ver": "0.3.45",
|
|
1127
|
+
"Node name for S&R": "CLIPTextEncode"
|
|
1047
1128
|
},
|
|
1048
1129
|
"widgets_values": [
|
|
1049
|
-
"
|
|
1050
|
-
"auto",
|
|
1051
|
-
"auto"
|
|
1052
|
-
]
|
|
1053
|
-
},
|
|
1054
|
-
{
|
|
1055
|
-
"id": 103,
|
|
1056
|
-
"type": "Note",
|
|
1057
|
-
"pos": [
|
|
1058
|
-
40,
|
|
1059
|
-
1680
|
|
1060
|
-
],
|
|
1061
|
-
"size": [
|
|
1062
|
-
370,
|
|
1063
|
-
120
|
|
1064
|
-
],
|
|
1065
|
-
"flags": {},
|
|
1066
|
-
"order": 10,
|
|
1067
|
-
"mode": 4,
|
|
1068
|
-
"inputs": [],
|
|
1069
|
-
"outputs": [],
|
|
1070
|
-
"title": "Video Size",
|
|
1071
|
-
"properties": {},
|
|
1072
|
-
"widgets_values": [
|
|
1073
|
-
"By default, we set the video to a smaller size for users with low VRAM. If you have enough VRAM, you can change the size"
|
|
1130
|
+
"Beautiful young European woman with honey blonde hair gracefully turning her head back over shoulder, gentle smile, bright eyes looking at camera. Hair flowing in slow motion as she turns. Soft natural lighting, clean background, cinematic portrait."
|
|
1074
1131
|
],
|
|
1075
|
-
"color": "#
|
|
1076
|
-
"bgcolor": "#
|
|
1132
|
+
"color": "#232",
|
|
1133
|
+
"bgcolor": "#353"
|
|
1077
1134
|
},
|
|
1078
1135
|
{
|
|
1079
|
-
"id":
|
|
1136
|
+
"id": 91,
|
|
1080
1137
|
"type": "CLIPTextEncode",
|
|
1081
1138
|
"pos": [
|
|
1082
1139
|
440,
|
|
1083
|
-
|
|
1140
|
+
1420
|
|
1084
1141
|
],
|
|
1085
1142
|
"size": [
|
|
1086
|
-
|
|
1087
|
-
|
|
1143
|
+
425.27801513671875,
|
|
1144
|
+
180.6060791015625
|
|
1088
1145
|
],
|
|
1089
1146
|
"flags": {},
|
|
1090
1147
|
"order": 19,
|
|
@@ -1093,7 +1150,7 @@
|
|
|
1093
1150
|
{
|
|
1094
1151
|
"name": "clip",
|
|
1095
1152
|
"type": "CLIP",
|
|
1096
|
-
"link":
|
|
1153
|
+
"link": 164
|
|
1097
1154
|
}
|
|
1098
1155
|
],
|
|
1099
1156
|
"outputs": [
|
|
@@ -1102,113 +1159,147 @@
|
|
|
1102
1159
|
"type": "CONDITIONING",
|
|
1103
1160
|
"slot_index": 0,
|
|
1104
1161
|
"links": [
|
|
1105
|
-
|
|
1106
|
-
|
|
1162
|
+
169,
|
|
1163
|
+
173
|
|
1107
1164
|
]
|
|
1108
1165
|
}
|
|
1109
1166
|
],
|
|
1110
|
-
"title": "CLIP Text Encode (
|
|
1167
|
+
"title": "CLIP Text Encode (Negative Prompt)",
|
|
1111
1168
|
"properties": {
|
|
1112
|
-
"Node name for S&R": "CLIPTextEncode",
|
|
1113
1169
|
"cnr_id": "comfy-core",
|
|
1114
|
-
"ver": "0.3.45"
|
|
1170
|
+
"ver": "0.3.45",
|
|
1171
|
+
"Node name for S&R": "CLIPTextEncode"
|
|
1115
1172
|
},
|
|
1116
1173
|
"widgets_values": [
|
|
1117
|
-
"
|
|
1174
|
+
"色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走,裸露,NSFW"
|
|
1118
1175
|
],
|
|
1119
|
-
"color": "#
|
|
1120
|
-
"bgcolor": "#
|
|
1176
|
+
"color": "#322",
|
|
1177
|
+
"bgcolor": "#533"
|
|
1121
1178
|
},
|
|
1122
1179
|
{
|
|
1123
|
-
"id":
|
|
1124
|
-
"type": "
|
|
1180
|
+
"id": 109,
|
|
1181
|
+
"type": "SaveImage",
|
|
1125
1182
|
"pos": [
|
|
1126
|
-
|
|
1127
|
-
|
|
1183
|
+
2500,
|
|
1184
|
+
860
|
|
1128
1185
|
],
|
|
1129
1186
|
"size": [
|
|
1130
|
-
|
|
1131
|
-
|
|
1187
|
+
700,
|
|
1188
|
+
670
|
|
1132
1189
|
],
|
|
1133
1190
|
"flags": {},
|
|
1134
|
-
"order":
|
|
1135
|
-
"mode":
|
|
1191
|
+
"order": 31,
|
|
1192
|
+
"mode": 4,
|
|
1193
|
+
"inputs": [
|
|
1194
|
+
{
|
|
1195
|
+
"name": "images",
|
|
1196
|
+
"type": "IMAGE",
|
|
1197
|
+
"link": 185
|
|
1198
|
+
}
|
|
1199
|
+
],
|
|
1200
|
+
"outputs": [],
|
|
1201
|
+
"properties": {
|
|
1202
|
+
"cnr_id": "comfy-core",
|
|
1203
|
+
"ver": "0.3.50"
|
|
1204
|
+
},
|
|
1205
|
+
"widgets_values": [
|
|
1206
|
+
"ComfyUI"
|
|
1207
|
+
]
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"id": 97,
|
|
1211
|
+
"type": "VAEDecode",
|
|
1212
|
+
"pos": [
|
|
1213
|
+
930,
|
|
1214
|
+
1510
|
|
1215
|
+
],
|
|
1216
|
+
"size": [
|
|
1217
|
+
210,
|
|
1218
|
+
46
|
|
1219
|
+
],
|
|
1220
|
+
"flags": {},
|
|
1221
|
+
"order": 28,
|
|
1222
|
+
"mode": 4,
|
|
1136
1223
|
"inputs": [
|
|
1137
1224
|
{
|
|
1138
|
-
"name": "
|
|
1139
|
-
"type": "
|
|
1140
|
-
"link":
|
|
1225
|
+
"name": "samples",
|
|
1226
|
+
"type": "LATENT",
|
|
1227
|
+
"link": 186
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"name": "vae",
|
|
1231
|
+
"type": "VAE",
|
|
1232
|
+
"link": 176
|
|
1233
|
+
}
|
|
1234
|
+
],
|
|
1235
|
+
"outputs": [
|
|
1236
|
+
{
|
|
1237
|
+
"name": "IMAGE",
|
|
1238
|
+
"type": "IMAGE",
|
|
1239
|
+
"slot_index": 0,
|
|
1240
|
+
"links": [
|
|
1241
|
+
179,
|
|
1242
|
+
185
|
|
1243
|
+
]
|
|
1141
1244
|
}
|
|
1142
1245
|
],
|
|
1143
|
-
"outputs": [],
|
|
1144
1246
|
"properties": {
|
|
1145
|
-
"Node name for S&R": "SaveVideo",
|
|
1146
1247
|
"cnr_id": "comfy-core",
|
|
1147
|
-
"ver": "0.3.45"
|
|
1248
|
+
"ver": "0.3.45",
|
|
1249
|
+
"Node name for S&R": "VAEDecode"
|
|
1148
1250
|
},
|
|
1149
|
-
"widgets_values": [
|
|
1150
|
-
"video/ComfyUI",
|
|
1151
|
-
"auto",
|
|
1152
|
-
"auto"
|
|
1153
|
-
]
|
|
1251
|
+
"widgets_values": []
|
|
1154
1252
|
},
|
|
1155
1253
|
{
|
|
1156
|
-
"id":
|
|
1157
|
-
"type": "
|
|
1254
|
+
"id": 74,
|
|
1255
|
+
"type": "EmptyHunyuanLatentVideo",
|
|
1158
1256
|
"pos": [
|
|
1159
|
-
|
|
1160
|
-
|
|
1257
|
+
70,
|
|
1258
|
+
380
|
|
1161
1259
|
],
|
|
1162
1260
|
"size": [
|
|
1163
|
-
|
|
1164
|
-
|
|
1261
|
+
315,
|
|
1262
|
+
130
|
|
1165
1263
|
],
|
|
1166
1264
|
"flags": {},
|
|
1167
|
-
"order":
|
|
1265
|
+
"order": 10,
|
|
1168
1266
|
"mode": 0,
|
|
1169
|
-
"inputs": [
|
|
1170
|
-
{
|
|
1171
|
-
"name": "clip",
|
|
1172
|
-
"type": "CLIP",
|
|
1173
|
-
"link": 141
|
|
1174
|
-
}
|
|
1175
|
-
],
|
|
1267
|
+
"inputs": [],
|
|
1176
1268
|
"outputs": [
|
|
1177
1269
|
{
|
|
1178
|
-
"name": "
|
|
1179
|
-
"type": "
|
|
1270
|
+
"name": "LATENT",
|
|
1271
|
+
"type": "LATENT",
|
|
1180
1272
|
"slot_index": 0,
|
|
1181
1273
|
"links": [
|
|
1182
|
-
|
|
1183
|
-
150
|
|
1274
|
+
151
|
|
1184
1275
|
]
|
|
1185
1276
|
}
|
|
1186
1277
|
],
|
|
1187
|
-
"title": "CLIP Text Encode (Negative Prompt)",
|
|
1188
1278
|
"properties": {
|
|
1189
|
-
"Node name for S&R": "CLIPTextEncode",
|
|
1190
1279
|
"cnr_id": "comfy-core",
|
|
1191
|
-
"ver": "0.3.45"
|
|
1280
|
+
"ver": "0.3.45",
|
|
1281
|
+
"Node name for S&R": "EmptyHunyuanLatentVideo"
|
|
1192
1282
|
},
|
|
1193
1283
|
"widgets_values": [
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1284
|
+
640,
|
|
1285
|
+
640,
|
|
1286
|
+
81,
|
|
1287
|
+
1
|
|
1288
|
+
]
|
|
1198
1289
|
},
|
|
1199
1290
|
{
|
|
1200
1291
|
"id": 78,
|
|
1201
1292
|
"type": "KSamplerAdvanced",
|
|
1202
1293
|
"pos": [
|
|
1203
|
-
|
|
1204
|
-
|
|
1294
|
+
1310,
|
|
1295
|
+
-250
|
|
1205
1296
|
],
|
|
1206
1297
|
"size": [
|
|
1207
1298
|
304.748046875,
|
|
1208
|
-
|
|
1299
|
+
546
|
|
1209
1300
|
],
|
|
1210
1301
|
"flags": {},
|
|
1211
|
-
"order":
|
|
1302
|
+
"order": 29,
|
|
1212
1303
|
"mode": 0,
|
|
1213
1304
|
"inputs": [
|
|
1214
1305
|
{
|
|
@@ -1242,9 +1333,9 @@
|
|
|
1242
1333
|
}
|
|
1243
1334
|
],
|
|
1244
1335
|
"properties": {
|
|
1245
|
-
"Node name for S&R": "KSamplerAdvanced",
|
|
1246
1336
|
"cnr_id": "comfy-core",
|
|
1247
|
-
"ver": "0.3.45"
|
|
1337
|
+
"ver": "0.3.45",
|
|
1338
|
+
"Node name for S&R": "KSamplerAdvanced"
|
|
1248
1339
|
},
|
|
1249
1340
|
"widgets_values": [
|
|
1250
1341
|
"disable",
|
|
@@ -1260,184 +1351,178 @@
|
|
|
1260
1351
|
]
|
|
1261
1352
|
},
|
|
1262
1353
|
{
|
|
1263
|
-
"id":
|
|
1264
|
-
"type": "
|
|
1354
|
+
"id": 108,
|
|
1355
|
+
"type": "SaveImage",
|
|
1265
1356
|
"pos": [
|
|
1266
|
-
|
|
1267
|
-
-
|
|
1357
|
+
2400,
|
|
1358
|
+
-230
|
|
1268
1359
|
],
|
|
1269
1360
|
"size": [
|
|
1270
|
-
|
|
1271
|
-
|
|
1361
|
+
700,
|
|
1362
|
+
750
|
|
1272
1363
|
],
|
|
1273
1364
|
"flags": {},
|
|
1274
|
-
"order":
|
|
1275
|
-
"mode":
|
|
1365
|
+
"order": 35,
|
|
1366
|
+
"mode": 4,
|
|
1276
1367
|
"inputs": [
|
|
1277
1368
|
{
|
|
1278
|
-
"name": "
|
|
1279
|
-
"type": "
|
|
1280
|
-
"link":
|
|
1281
|
-
},
|
|
1282
|
-
{
|
|
1283
|
-
"name": "positive",
|
|
1284
|
-
"type": "CONDITIONING",
|
|
1285
|
-
"link": 149
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
"name": "negative",
|
|
1289
|
-
"type": "CONDITIONING",
|
|
1290
|
-
"link": 150
|
|
1291
|
-
},
|
|
1292
|
-
{
|
|
1293
|
-
"name": "latent_image",
|
|
1294
|
-
"type": "LATENT",
|
|
1295
|
-
"link": 151
|
|
1296
|
-
}
|
|
1297
|
-
],
|
|
1298
|
-
"outputs": [
|
|
1299
|
-
{
|
|
1300
|
-
"name": "LATENT",
|
|
1301
|
-
"type": "LATENT",
|
|
1302
|
-
"links": [
|
|
1303
|
-
145
|
|
1304
|
-
]
|
|
1369
|
+
"name": "images",
|
|
1370
|
+
"type": "IMAGE",
|
|
1371
|
+
"link": 184
|
|
1305
1372
|
}
|
|
1306
1373
|
],
|
|
1374
|
+
"outputs": [],
|
|
1307
1375
|
"properties": {
|
|
1308
|
-
"Node name for S&R": "KSamplerAdvanced",
|
|
1309
1376
|
"cnr_id": "comfy-core",
|
|
1310
|
-
"ver": "0.3.
|
|
1377
|
+
"ver": "0.3.50"
|
|
1311
1378
|
},
|
|
1312
1379
|
"widgets_values": [
|
|
1313
|
-
"
|
|
1314
|
-
623604505552286,
|
|
1315
|
-
"randomize",
|
|
1316
|
-
4,
|
|
1317
|
-
1,
|
|
1318
|
-
"euler",
|
|
1319
|
-
"simple",
|
|
1320
|
-
0,
|
|
1321
|
-
2,
|
|
1322
|
-
"enable"
|
|
1380
|
+
"ComfyUI"
|
|
1323
1381
|
]
|
|
1324
1382
|
},
|
|
1325
1383
|
{
|
|
1326
|
-
"id":
|
|
1327
|
-
"type": "
|
|
1384
|
+
"id": 64,
|
|
1385
|
+
"type": "MarkdownNote",
|
|
1328
1386
|
"pos": [
|
|
1329
|
-
|
|
1330
|
-
|
|
1387
|
+
-480,
|
|
1388
|
+
320
|
|
1331
1389
|
],
|
|
1332
1390
|
"size": [
|
|
1333
|
-
|
|
1391
|
+
490,
|
|
1334
1392
|
160
|
|
1335
1393
|
],
|
|
1336
1394
|
"flags": {},
|
|
1337
|
-
"order":
|
|
1395
|
+
"order": 11,
|
|
1338
1396
|
"mode": 0,
|
|
1339
|
-
"inputs": [
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1397
|
+
"inputs": [],
|
|
1398
|
+
"outputs": [],
|
|
1399
|
+
"title": "VRAM Usage",
|
|
1400
|
+
"properties": {
|
|
1401
|
+
"widget_ue_connectable": {}
|
|
1402
|
+
},
|
|
1403
|
+
"widgets_values": [
|
|
1404
|
+
"## GPU:RTX4090D 24GB\n\n| Model | Size |VRAM Usage | 1st Generation | 2nd Generation |\n|---------------------|-------|-----------|---------------|-----------------|\n| fp8_scaled |640*640| 84% | ≈ 536s | ≈ 513s |\n| fp8_scaled + 4steps LoRA | 640*640 | 89% | ≈ 108s | ≈ 71s |"
|
|
1405
|
+
],
|
|
1406
|
+
"color": "#432",
|
|
1407
|
+
"bgcolor": "#653"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"id": 104,
|
|
1411
|
+
"type": "EmptyHunyuanLatentVideo",
|
|
1412
|
+
"pos": [
|
|
1413
|
+
70,
|
|
1414
|
+
1470
|
|
1415
|
+
],
|
|
1416
|
+
"size": [
|
|
1417
|
+
315,
|
|
1418
|
+
130
|
|
1345
1419
|
],
|
|
1420
|
+
"flags": {},
|
|
1421
|
+
"order": 12,
|
|
1422
|
+
"mode": 4,
|
|
1423
|
+
"inputs": [],
|
|
1346
1424
|
"outputs": [
|
|
1347
1425
|
{
|
|
1348
|
-
"name": "
|
|
1349
|
-
"type": "
|
|
1426
|
+
"name": "LATENT",
|
|
1427
|
+
"type": "LATENT",
|
|
1350
1428
|
"slot_index": 0,
|
|
1351
1429
|
"links": [
|
|
1352
|
-
|
|
1353
|
-
149
|
|
1430
|
+
174
|
|
1354
1431
|
]
|
|
1355
1432
|
}
|
|
1356
1433
|
],
|
|
1357
|
-
"title": "CLIP Text Encode (Positive Prompt)",
|
|
1358
1434
|
"properties": {
|
|
1359
|
-
"Node name for S&R": "CLIPTextEncode",
|
|
1360
1435
|
"cnr_id": "comfy-core",
|
|
1361
|
-
"ver": "0.3.45"
|
|
1436
|
+
"ver": "0.3.45",
|
|
1437
|
+
"Node name for S&R": "EmptyHunyuanLatentVideo"
|
|
1362
1438
|
},
|
|
1363
1439
|
"widgets_values": [
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1440
|
+
640,
|
|
1441
|
+
640,
|
|
1442
|
+
81,
|
|
1443
|
+
1
|
|
1444
|
+
]
|
|
1368
1445
|
},
|
|
1369
1446
|
{
|
|
1370
|
-
"id":
|
|
1371
|
-
"type": "
|
|
1447
|
+
"id": 110,
|
|
1448
|
+
"type": "Note",
|
|
1372
1449
|
"pos": [
|
|
1373
|
-
|
|
1374
|
-
|
|
1450
|
+
40,
|
|
1451
|
+
630
|
|
1375
1452
|
],
|
|
1376
1453
|
"size": [
|
|
1377
|
-
|
|
1378
|
-
|
|
1454
|
+
380,
|
|
1455
|
+
88
|
|
1379
1456
|
],
|
|
1380
1457
|
"flags": {},
|
|
1381
|
-
"order":
|
|
1458
|
+
"order": 13,
|
|
1382
1459
|
"mode": 0,
|
|
1383
1460
|
"inputs": [],
|
|
1384
1461
|
"outputs": [],
|
|
1385
|
-
"title": "
|
|
1386
|
-
"properties": {
|
|
1387
|
-
"widget_ue_connectable": {}
|
|
1388
|
-
},
|
|
1462
|
+
"title": "EmptyHunyuanLatentVideo",
|
|
1463
|
+
"properties": {},
|
|
1389
1464
|
"widgets_values": [
|
|
1390
|
-
"
|
|
1465
|
+
"1. (By:0.95) default, we set the video to a smaller size for users with low VRAM. If you have enough VRAM, you can (change:1.05) the size\n\n2. Set the length to 1. You can use Wan2.2 as an image T2I model."
|
|
1391
1466
|
],
|
|
1392
1467
|
"color": "#432",
|
|
1393
1468
|
"bgcolor": "#653"
|
|
1394
1469
|
},
|
|
1395
1470
|
{
|
|
1396
|
-
"id":
|
|
1397
|
-
"type": "
|
|
1471
|
+
"id": 112,
|
|
1472
|
+
"type": "Note",
|
|
1398
1473
|
"pos": [
|
|
1399
|
-
|
|
1400
|
-
|
|
1474
|
+
30,
|
|
1475
|
+
-430
|
|
1401
1476
|
],
|
|
1402
1477
|
"size": [
|
|
1403
|
-
|
|
1404
|
-
|
|
1478
|
+
360,
|
|
1479
|
+
100
|
|
1405
1480
|
],
|
|
1406
1481
|
"flags": {},
|
|
1407
|
-
"order":
|
|
1482
|
+
"order": 14,
|
|
1408
1483
|
"mode": 0,
|
|
1409
1484
|
"inputs": [],
|
|
1410
1485
|
"outputs": [],
|
|
1486
|
+
"title": "About 4 Steps LoRA",
|
|
1411
1487
|
"properties": {},
|
|
1412
1488
|
"widgets_values": [
|
|
1413
|
-
"
|
|
1489
|
+
"Using the Wan2.2 Lighting LoRA will result in the loss of video dynamics, but it will reduce the generation time. This template provides two workflows, and you can enable one as needed."
|
|
1414
1490
|
],
|
|
1415
1491
|
"color": "#432",
|
|
1416
1492
|
"bgcolor": "#653"
|
|
1417
1493
|
},
|
|
1418
1494
|
{
|
|
1419
|
-
"id":
|
|
1420
|
-
"type": "
|
|
1495
|
+
"id": 98,
|
|
1496
|
+
"type": "SaveVideo",
|
|
1421
1497
|
"pos": [
|
|
1422
|
-
|
|
1423
|
-
|
|
1498
|
+
1620,
|
|
1499
|
+
860
|
|
1424
1500
|
],
|
|
1425
1501
|
"size": [
|
|
1426
|
-
|
|
1427
|
-
|
|
1502
|
+
958,
|
|
1503
|
+
964
|
|
1428
1504
|
],
|
|
1429
1505
|
"flags": {},
|
|
1430
|
-
"order":
|
|
1431
|
-
"mode":
|
|
1432
|
-
"inputs": [
|
|
1506
|
+
"order": 33,
|
|
1507
|
+
"mode": 4,
|
|
1508
|
+
"inputs": [
|
|
1509
|
+
{
|
|
1510
|
+
"name": "video",
|
|
1511
|
+
"type": "VIDEO",
|
|
1512
|
+
"link": 177
|
|
1513
|
+
}
|
|
1514
|
+
],
|
|
1433
1515
|
"outputs": [],
|
|
1434
|
-
"
|
|
1435
|
-
|
|
1516
|
+
"properties": {
|
|
1517
|
+
"cnr_id": "comfy-core",
|
|
1518
|
+
"ver": "0.3.45",
|
|
1519
|
+
"Node name for S&R": "SaveVideo"
|
|
1520
|
+
},
|
|
1436
1521
|
"widgets_values": [
|
|
1437
|
-
"
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1522
|
+
"video/ComfyUI",
|
|
1523
|
+
"auto",
|
|
1524
|
+
"auto"
|
|
1525
|
+
]
|
|
1441
1526
|
}
|
|
1442
1527
|
],
|
|
1443
1528
|
"links": [
|
|
@@ -1657,14 +1742,6 @@
|
|
|
1657
1742
|
3,
|
|
1658
1743
|
"LATENT"
|
|
1659
1744
|
],
|
|
1660
|
-
[
|
|
1661
|
-
175,
|
|
1662
|
-
95,
|
|
1663
|
-
0,
|
|
1664
|
-
97,
|
|
1665
|
-
0,
|
|
1666
|
-
"LATENT"
|
|
1667
|
-
],
|
|
1668
1745
|
[
|
|
1669
1746
|
176,
|
|
1670
1747
|
92,
|
|
@@ -1712,6 +1789,30 @@
|
|
|
1712
1789
|
78,
|
|
1713
1790
|
0,
|
|
1714
1791
|
"MODEL"
|
|
1792
|
+
],
|
|
1793
|
+
[
|
|
1794
|
+
184,
|
|
1795
|
+
87,
|
|
1796
|
+
0,
|
|
1797
|
+
108,
|
|
1798
|
+
0,
|
|
1799
|
+
"IMAGE"
|
|
1800
|
+
],
|
|
1801
|
+
[
|
|
1802
|
+
185,
|
|
1803
|
+
97,
|
|
1804
|
+
0,
|
|
1805
|
+
109,
|
|
1806
|
+
0,
|
|
1807
|
+
"IMAGE"
|
|
1808
|
+
],
|
|
1809
|
+
[
|
|
1810
|
+
186,
|
|
1811
|
+
96,
|
|
1812
|
+
0,
|
|
1813
|
+
97,
|
|
1814
|
+
0,
|
|
1815
|
+
"LATENT"
|
|
1715
1816
|
]
|
|
1716
1817
|
],
|
|
1717
1818
|
"groups": [
|
|
@@ -1746,7 +1847,7 @@
|
|
|
1746
1847
|
"title": "Step1 - Load models",
|
|
1747
1848
|
"bounding": [
|
|
1748
1849
|
40,
|
|
1749
|
-
|
|
1850
|
+
790,
|
|
1750
1851
|
371.0310363769531,
|
|
1751
1852
|
571.3974609375
|
|
1752
1853
|
],
|
|
@@ -1759,7 +1860,7 @@
|
|
|
1759
1860
|
"title": "Step2 - Video size",
|
|
1760
1861
|
"bounding": [
|
|
1761
1862
|
40,
|
|
1762
|
-
|
|
1863
|
+
1390,
|
|
1763
1864
|
367.5572814941406,
|
|
1764
1865
|
222.82713317871094
|
|
1765
1866
|
],
|
|
@@ -1772,7 +1873,7 @@
|
|
|
1772
1873
|
"title": "Step3 Prompt",
|
|
1773
1874
|
"bounding": [
|
|
1774
1875
|
430,
|
|
1775
|
-
|
|
1876
|
+
1150,
|
|
1776
1877
|
445.27801513671875,
|
|
1777
1878
|
464.2060852050781
|
|
1778
1879
|
],
|
|
@@ -1782,12 +1883,12 @@
|
|
|
1782
1883
|
},
|
|
1783
1884
|
{
|
|
1784
1885
|
"id": 13,
|
|
1785
|
-
"title": "fp8_scaled +
|
|
1886
|
+
"title": "Wan2.2 T2V fp8_scaled + 4 steps LoRA",
|
|
1786
1887
|
"bounding": [
|
|
1787
1888
|
30,
|
|
1788
1889
|
-320,
|
|
1789
|
-
|
|
1790
|
-
|
|
1890
|
+
3190,
|
|
1891
|
+
890
|
|
1791
1892
|
],
|
|
1792
1893
|
"color": "#3f789e",
|
|
1793
1894
|
"font_size": 24,
|
|
@@ -1795,7 +1896,7 @@
|
|
|
1795
1896
|
},
|
|
1796
1897
|
{
|
|
1797
1898
|
"id": 11,
|
|
1798
|
-
"title": "
|
|
1899
|
+
"title": "Step 1 - Load models",
|
|
1799
1900
|
"bounding": [
|
|
1800
1901
|
40,
|
|
1801
1902
|
-280,
|
|
@@ -1808,7 +1909,7 @@
|
|
|
1808
1909
|
},
|
|
1809
1910
|
{
|
|
1810
1911
|
"id": 12,
|
|
1811
|
-
"title": "
|
|
1912
|
+
"title": "Step 2 - Video size",
|
|
1812
1913
|
"bounding": [
|
|
1813
1914
|
40,
|
|
1814
1915
|
300,
|
|
@@ -1821,12 +1922,12 @@
|
|
|
1821
1922
|
},
|
|
1822
1923
|
{
|
|
1823
1924
|
"id": 15,
|
|
1824
|
-
"title": "fp8_scaled",
|
|
1925
|
+
"title": "Wan2.2 T2V fp8_scaled",
|
|
1825
1926
|
"bounding": [
|
|
1826
1927
|
30,
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1928
|
+
750,
|
|
1929
|
+
3220,
|
|
1930
|
+
1010
|
|
1830
1931
|
],
|
|
1831
1932
|
"color": "#3f789e",
|
|
1832
1933
|
"font_size": 24,
|
|
@@ -1836,13 +1937,13 @@
|
|
|
1836
1937
|
"config": {},
|
|
1837
1938
|
"extra": {
|
|
1838
1939
|
"ds": {
|
|
1839
|
-
"scale":
|
|
1940
|
+
"scale": 0.4736244074477562,
|
|
1840
1941
|
"offset": [
|
|
1841
|
-
|
|
1842
|
-
|
|
1942
|
+
1473.1087388383494,
|
|
1943
|
+
350.42947082171804
|
|
1843
1944
|
]
|
|
1844
1945
|
},
|
|
1845
|
-
"frontendVersion": "1.
|
|
1946
|
+
"frontendVersion": "1.24.4",
|
|
1846
1947
|
"VHS_latentpreview": false,
|
|
1847
1948
|
"VHS_latentpreviewrate": 0,
|
|
1848
1949
|
"VHS_MetadataImage": true,
|