qqceqqq Inner-Reflections commited on
Commit
c57842b
·
0 Parent(s):

Duplicate from Inner-Reflections/Wan2.1_VACE_Phantom

Browse files

Co-authored-by: Inner-Reflections <Inner-Reflections@users.noreply.huggingface.co>

.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - Wan-AI/Wan2.1-VACE-14B
5
+ - bytedance-research/Phantom
6
+ ---
7
+ **Updates**
8
+
9
+ Aug 21, 2025 - Added a V2 Workflow that uses a dedicated node (https://github.com/drozbay/ComfyUI-WanVaceAdvanced). This allows VACE to have no strength of phantom embeds and improves character consistency. Because of this I can remove all the special math I needed to do.
10
+
11
+ Feb 6, 2026 - I have merged the Skyreels V3 R2V model with VACE and it appears to be overall better than Phantom. Find it here https://huggingface.co/Inner-Reflections/VACE_Skyreels_V3_R2V_Merge/blob/main/README.md . It work with exactly the same workflow as this model.
12
+
13
+ **Introduction**
14
+
15
+
16
+ VACE is currently one of the most powerful tools currently available to be able to control AI video generations and Phantom is currently one of the best image reference to video for WAN. For the last few months I have worked on trying to combine the two together. I could have released earlier as even my earlier approaches were at least inconsistently working but I have spent time to find an approach that works most of the time.
17
+
18
+
19
+ I have split this article into two sections - one is a user guide for those of you that just want to use this tool and the other is a more detailed report on my findings for those who want to try mixing WAN models.
20
+
21
+
22
+ Workflow is attached and uses the Low Steps v2 model - the only difference between that and the regular model is that is has CausVid v2 merged with it.
23
+
24
+
25
+ **User Guide**
26
+
27
+
28
+ There are several steps to using Phantom and this is not the be all and end all but an approach that seems to work.
29
+
30
+ 1/ Find your images - You can use anything but the ideal image would be one that is approximately the same as exactly how it will look in the video. Phantom likes to copy and paste exactly what is in the images. So if you want a closeup shot then cropping a full body image to the torso will give you more consistent results. Things that are more realistic tend to do better as well as things that are generated with WAN.
31
+
32
+ 2/Find the prompt for your image - You trigger your images by prompting for them - basically you need to caption what is in them. This can be a difficult step to do by hand. Fortunately the Phantom team has noted that they used Gemini to help caption. It is available for free https://aistudio.google.com and I have had mostly good luck asking it to give a 1 sentence description of the image. I am sure any LLM will work fine though.
33
+
34
+ 3/Add extra info to the prompts - You will want to prompt where the characters are and having a description of the motion also will help with consistency. Of course anything not in the images needs to be prompted as well.
35
+
36
+ 4/It should be as simple as that - at least most of the time. The more you push the boundaries of what the model the more tweaking you might need to do.
37
+
38
+
39
+ **Notes**
40
+
41
+ I use the Load Video node to control the length of the animation and the dimensions - so depending on your wish you will need to change these to your needs.
42
+ Remember phantom takes at most 4 images to embed.
43
+
44
+ You will see I have increased VACE strength to 1.5 - this is because otherwise openpose models gets ignored. The higher it is the more drift you will likely get from your characters so you can tune it down especially if you are using other controls like depth which are more consistent.
45
+ If for some reason you want to add a reference frame to VACE you will have to subtract 4 from each of the simple math nodes.
46
+
47
+ You likely can get away with as low as 6 steps but Phantom needs CFG > 1 and more steps usually results in more accurate results when it comes to character consistency. You can try other samplers or noise schedules but I can't say I found any that made a consistent difference.
48
+
49
+ Sometimes the results are a bit more blurry than base WAN - this is a result of the merge and if I find a solution I will update the model.
50
+
51
+
52
+ **Troubleshooting**
53
+
54
+
55
+ If you are not getting what you want it usually can be summarized as either the characters are not showing up or the motion is not being followed.
56
+
57
+ If you character is not showing up:
58
+ Have you cropped the image of the character to match the control video?
59
+ Have you tried to have an LLM caption the image? Have you tried weighting the prompts of the things that are incorrect?
60
+ Have you prompted where the character is in the video?
61
+ Try a different seed - some are much better than others.
62
+ If worst comes to worst make VACE strength 0 and see if your character shows up - this will turn off any motion control and you should get a good
63
+
64
+ If your motion is not being followed:
65
+ Have you prompted where the characters are and the motion that is shown?
66
+ Longer videos result in better and stronger VACE control - if you can make your video 81 frames you will get much more control following.
67
+ Try a different seed - some are much better than others.
68
+ Consider trying a different contolnet type like depth which will be much stronger and more consistent.
69
+
70
+
71
+ **Technical Report**
72
+
73
+
74
+ I am not alone in trying to merge VACE with things. VACE is well designed in that it is adding layers to WAN rather than being a fine tune which works in our favor here as otherwise we could not mix these models together.
75
+
76
+ The main issues in this case are conditioning for Phantom adds a latent with each image to the end of conditioning. You therefore need to add n + 4 frames to the VACE conditioning (or subract the same from the Phantom) to have them be compatible. The type of conditioning here really matters for some reason - grey and white result in much worse results than black. There might be a better conditioning method for this but black seems to work best.
77
+
78
+ Merging the models themselves a simple merge is what I used for the majority of my testing adding only the VACE blocks - but you can add small amounts to various Phantom layers to get improvement. Just be careful.
79
+
80
+
81
+
82
+ In terms of speedup the Lightx LORAs cause the model to follow the prompt more I think but this ends up breaking the conditioning and often results in characters that are not consistent. Causvid does not have this problem but requires more steps.
83
+
84
+ Ill try to update this further as things come to mind.
85
+
86
+
87
+
88
+ **In Closing**
89
+
90
+ I hope you enjoyed this tutorial. If you did enjoy it please consider subscribing to my YouTube channel (https://www.youtube.com/@Inner-Reflections-AI) or my Instagram/Tiktok (https://linktr.ee/Inner_Reflections )
91
+
92
+
93
+
94
+ Thanks to the WAN/VACE and Phantom teams for opensourcing such powerful models
95
+
96
+ Thanks to all those on the Banadoco server always exploring new things. Especially AbleJones
Workflows/Phantom_VACE_Basic_Workflow.json ADDED
@@ -0,0 +1,2753 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "62aab0b8-d87c-4806-85c3-39880e25a4bd",
3
+ "revision": 0,
4
+ "last_node_id": 289,
5
+ "last_link_id": 1036,
6
+ "nodes": [
7
+ {
8
+ "id": 39,
9
+ "type": "VAELoader",
10
+ "pos": [
11
+ -3200,
12
+ -450
13
+ ],
14
+ "size": [
15
+ 400,
16
+ 58
17
+ ],
18
+ "flags": {},
19
+ "order": 0,
20
+ "mode": 0,
21
+ "inputs": [],
22
+ "outputs": [
23
+ {
24
+ "name": "VAE",
25
+ "type": "VAE",
26
+ "slot_index": 0,
27
+ "links": [
28
+ 262,
29
+ 504,
30
+ 811
31
+ ]
32
+ }
33
+ ],
34
+ "properties": {
35
+ "cnr_id": "comfy-core",
36
+ "ver": "0.3.27",
37
+ "Node name for S&R": "VAELoader"
38
+ },
39
+ "widgets_values": [
40
+ "Wan2.1_VAE.pth"
41
+ ],
42
+ "color": "#432",
43
+ "bgcolor": "#653"
44
+ },
45
+ {
46
+ "id": 235,
47
+ "type": "VAEDecode",
48
+ "pos": [
49
+ 650,
50
+ 200
51
+ ],
52
+ "size": [
53
+ 140,
54
+ 46
55
+ ],
56
+ "flags": {},
57
+ "order": 31,
58
+ "mode": 0,
59
+ "inputs": [
60
+ {
61
+ "name": "samples",
62
+ "type": "LATENT",
63
+ "link": 1019
64
+ },
65
+ {
66
+ "name": "vae",
67
+ "type": "VAE",
68
+ "link": 811
69
+ }
70
+ ],
71
+ "outputs": [
72
+ {
73
+ "name": "IMAGE",
74
+ "type": "IMAGE",
75
+ "links": [
76
+ 814,
77
+ 824
78
+ ]
79
+ }
80
+ ],
81
+ "properties": {
82
+ "cnr_id": "comfy-core",
83
+ "ver": "0.3.44",
84
+ "Node name for S&R": "VAEDecode"
85
+ },
86
+ "widgets_values": []
87
+ },
88
+ {
89
+ "id": 38,
90
+ "type": "CLIPLoader",
91
+ "pos": [
92
+ -3200,
93
+ -600
94
+ ],
95
+ "size": [
96
+ 400,
97
+ 106
98
+ ],
99
+ "flags": {},
100
+ "order": 1,
101
+ "mode": 0,
102
+ "inputs": [],
103
+ "outputs": [
104
+ {
105
+ "name": "CLIP",
106
+ "type": "CLIP",
107
+ "slot_index": 0,
108
+ "links": [
109
+ 468,
110
+ 469
111
+ ]
112
+ }
113
+ ],
114
+ "properties": {
115
+ "cnr_id": "comfy-core",
116
+ "ver": "0.3.27",
117
+ "Node name for S&R": "CLIPLoader"
118
+ },
119
+ "widgets_values": [
120
+ "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
121
+ "wan",
122
+ "default"
123
+ ],
124
+ "color": "#432",
125
+ "bgcolor": "#653"
126
+ },
127
+ {
128
+ "id": 37,
129
+ "type": "UNETLoader",
130
+ "pos": [
131
+ -3200,
132
+ -750
133
+ ],
134
+ "size": [
135
+ 400,
136
+ 100
137
+ ],
138
+ "flags": {},
139
+ "order": 2,
140
+ "mode": 0,
141
+ "inputs": [],
142
+ "outputs": [
143
+ {
144
+ "name": "MODEL",
145
+ "type": "MODEL",
146
+ "slot_index": 0,
147
+ "links": [
148
+ 1016
149
+ ]
150
+ }
151
+ ],
152
+ "properties": {
153
+ "cnr_id": "comfy-core",
154
+ "ver": "0.3.27",
155
+ "Node name for S&R": "UNETLoader"
156
+ },
157
+ "widgets_values": [
158
+ "wan-14B_vace_phantom_v2_LowSteps[Causvid]_fp8_e4m3fn_00001_.safetensors",
159
+ "fp8_e4m3fn"
160
+ ],
161
+ "color": "#432",
162
+ "bgcolor": "#653"
163
+ },
164
+ {
165
+ "id": 55,
166
+ "type": "ModelSamplingSD3",
167
+ "pos": [
168
+ -2400,
169
+ -750
170
+ ],
171
+ "size": [
172
+ 300,
173
+ 100
174
+ ],
175
+ "flags": {},
176
+ "order": 10,
177
+ "mode": 0,
178
+ "inputs": [
179
+ {
180
+ "name": "model",
181
+ "type": "MODEL",
182
+ "link": 1016
183
+ }
184
+ ],
185
+ "outputs": [
186
+ {
187
+ "name": "MODEL",
188
+ "type": "MODEL",
189
+ "links": [
190
+ 805
191
+ ]
192
+ }
193
+ ],
194
+ "properties": {
195
+ "cnr_id": "comfy-core",
196
+ "ver": "0.3.27",
197
+ "Node name for S&R": "ModelSamplingSD3"
198
+ },
199
+ "widgets_values": [
200
+ 6.000000000000001
201
+ ],
202
+ "color": "#432",
203
+ "bgcolor": "#653"
204
+ },
205
+ {
206
+ "id": 233,
207
+ "type": "KSampler",
208
+ "pos": [
209
+ 250,
210
+ 150
211
+ ],
212
+ "size": [
213
+ 270,
214
+ 262
215
+ ],
216
+ "flags": {},
217
+ "order": 30,
218
+ "mode": 0,
219
+ "inputs": [
220
+ {
221
+ "name": "model",
222
+ "type": "MODEL",
223
+ "link": 805
224
+ },
225
+ {
226
+ "name": "positive",
227
+ "type": "CONDITIONING",
228
+ "link": 1030
229
+ },
230
+ {
231
+ "name": "negative",
232
+ "type": "CONDITIONING",
233
+ "link": 1031
234
+ },
235
+ {
236
+ "name": "latent_image",
237
+ "type": "LATENT",
238
+ "link": 808
239
+ }
240
+ ],
241
+ "outputs": [
242
+ {
243
+ "name": "LATENT",
244
+ "type": "LATENT",
245
+ "links": [
246
+ 1019
247
+ ]
248
+ }
249
+ ],
250
+ "properties": {
251
+ "cnr_id": "comfy-core",
252
+ "ver": "0.3.44",
253
+ "Node name for S&R": "KSampler"
254
+ },
255
+ "widgets_values": [
256
+ 70848224447857,
257
+ "randomize",
258
+ 12,
259
+ 3,
260
+ "euler",
261
+ "simple",
262
+ 1
263
+ ]
264
+ },
265
+ {
266
+ "id": 176,
267
+ "type": "LoadImage",
268
+ "pos": [
269
+ -3200,
270
+ -250
271
+ ],
272
+ "size": [
273
+ 214.0749969482422,
274
+ 326
275
+ ],
276
+ "flags": {},
277
+ "order": 3,
278
+ "mode": 0,
279
+ "inputs": [],
280
+ "outputs": [
281
+ {
282
+ "name": "IMAGE",
283
+ "type": "IMAGE",
284
+ "links": [
285
+ 993
286
+ ]
287
+ },
288
+ {
289
+ "name": "MASK",
290
+ "type": "MASK",
291
+ "links": null
292
+ }
293
+ ],
294
+ "properties": {
295
+ "cnr_id": "comfy-core",
296
+ "ver": "0.3.40",
297
+ "Node name for S&R": "LoadImage"
298
+ },
299
+ "widgets_values": [
300
+ "UHsNbNMK8c3nkQBhrAh8Bd-970-80.jpg.webp",
301
+ "image"
302
+ ],
303
+ "color": "#332922",
304
+ "bgcolor": "#593930"
305
+ },
306
+ {
307
+ "id": 174,
308
+ "type": "LoadImage",
309
+ "pos": [
310
+ -3200,
311
+ 150
312
+ ],
313
+ "size": [
314
+ 214.0749969482422,
315
+ 326
316
+ ],
317
+ "flags": {},
318
+ "order": 4,
319
+ "mode": 0,
320
+ "inputs": [],
321
+ "outputs": [
322
+ {
323
+ "name": "IMAGE",
324
+ "type": "IMAGE",
325
+ "links": [
326
+ 994
327
+ ]
328
+ },
329
+ {
330
+ "name": "MASK",
331
+ "type": "MASK",
332
+ "links": null
333
+ }
334
+ ],
335
+ "properties": {
336
+ "cnr_id": "comfy-core",
337
+ "ver": "0.3.40",
338
+ "Node name for S&R": "LoadImage"
339
+ },
340
+ "widgets_values": [
341
+ "Tw2_journal_Triss.jpg",
342
+ "image"
343
+ ],
344
+ "color": "#332922",
345
+ "bgcolor": "#593930"
346
+ },
347
+ {
348
+ "id": 189,
349
+ "type": "ImageResizeKJv2",
350
+ "pos": [
351
+ -2900,
352
+ 150
353
+ ],
354
+ "size": [
355
+ 225,
356
+ 325
357
+ ],
358
+ "flags": {},
359
+ "order": 15,
360
+ "mode": 0,
361
+ "inputs": [
362
+ {
363
+ "name": "image",
364
+ "type": "IMAGE",
365
+ "link": 994
366
+ },
367
+ {
368
+ "name": "mask",
369
+ "shape": 7,
370
+ "type": "MASK",
371
+ "link": null
372
+ },
373
+ {
374
+ "name": "width",
375
+ "type": "INT",
376
+ "widget": {
377
+ "name": "width"
378
+ },
379
+ "link": 593
380
+ },
381
+ {
382
+ "name": "height",
383
+ "type": "INT",
384
+ "widget": {
385
+ "name": "height"
386
+ },
387
+ "link": 594
388
+ }
389
+ ],
390
+ "outputs": [
391
+ {
392
+ "name": "IMAGE",
393
+ "type": "IMAGE",
394
+ "links": [
395
+ 1014
396
+ ]
397
+ },
398
+ {
399
+ "name": "width",
400
+ "type": "INT",
401
+ "links": null
402
+ },
403
+ {
404
+ "name": "height",
405
+ "type": "INT",
406
+ "links": null
407
+ },
408
+ {
409
+ "name": "mask",
410
+ "type": "MASK",
411
+ "links": null
412
+ }
413
+ ],
414
+ "properties": {
415
+ "cnr_id": "comfyui-kjnodes",
416
+ "ver": "5dcda71011870278c35d92ff77a677ed2e538f2d",
417
+ "Node name for S&R": "ImageResizeKJv2"
418
+ },
419
+ "widgets_values": [
420
+ 512,
421
+ 512,
422
+ "bilinear",
423
+ "pad_edge",
424
+ "255, 255, 255",
425
+ "center",
426
+ 2,
427
+ "cpu"
428
+ ],
429
+ "color": "#332922",
430
+ "bgcolor": "#593930"
431
+ },
432
+ {
433
+ "id": 286,
434
+ "type": "LoadImage",
435
+ "pos": [
436
+ -3200,
437
+ 950
438
+ ],
439
+ "size": [
440
+ 214.0749969482422,
441
+ 326
442
+ ],
443
+ "flags": {},
444
+ "order": 5,
445
+ "mode": 4,
446
+ "inputs": [],
447
+ "outputs": [
448
+ {
449
+ "name": "IMAGE",
450
+ "type": "IMAGE",
451
+ "links": [
452
+ 1020
453
+ ]
454
+ },
455
+ {
456
+ "name": "MASK",
457
+ "type": "MASK",
458
+ "links": null
459
+ }
460
+ ],
461
+ "properties": {
462
+ "cnr_id": "comfy-core",
463
+ "ver": "0.3.40",
464
+ "Node name for S&R": "LoadImage"
465
+ },
466
+ "widgets_values": [
467
+ "Tw2_journal_Triss.jpg",
468
+ "image"
469
+ ],
470
+ "color": "#332922",
471
+ "bgcolor": "#593930"
472
+ },
473
+ {
474
+ "id": 188,
475
+ "type": "ImageResizeKJv2",
476
+ "pos": [
477
+ -2900,
478
+ -250
479
+ ],
480
+ "size": [
481
+ 210,
482
+ 325
483
+ ],
484
+ "flags": {},
485
+ "order": 14,
486
+ "mode": 0,
487
+ "inputs": [
488
+ {
489
+ "name": "image",
490
+ "type": "IMAGE",
491
+ "link": 993
492
+ },
493
+ {
494
+ "name": "mask",
495
+ "shape": 7,
496
+ "type": "MASK",
497
+ "link": null
498
+ },
499
+ {
500
+ "name": "width",
501
+ "type": "INT",
502
+ "widget": {
503
+ "name": "width"
504
+ },
505
+ "link": 585
506
+ },
507
+ {
508
+ "name": "height",
509
+ "type": "INT",
510
+ "widget": {
511
+ "name": "height"
512
+ },
513
+ "link": 586
514
+ }
515
+ ],
516
+ "outputs": [
517
+ {
518
+ "name": "IMAGE",
519
+ "type": "IMAGE",
520
+ "links": [
521
+ 1015
522
+ ]
523
+ },
524
+ {
525
+ "name": "width",
526
+ "type": "INT",
527
+ "links": null
528
+ },
529
+ {
530
+ "name": "height",
531
+ "type": "INT",
532
+ "links": null
533
+ },
534
+ {
535
+ "name": "mask",
536
+ "type": "MASK",
537
+ "links": null
538
+ }
539
+ ],
540
+ "properties": {
541
+ "cnr_id": "comfyui-kjnodes",
542
+ "ver": "5dcda71011870278c35d92ff77a677ed2e538f2d",
543
+ "Node name for S&R": "ImageResizeKJv2"
544
+ },
545
+ "widgets_values": [
546
+ 512,
547
+ 512,
548
+ "bilinear",
549
+ "pad_edge",
550
+ "255, 255, 255",
551
+ "center",
552
+ 3,
553
+ "gpu"
554
+ ],
555
+ "color": "#332922",
556
+ "bgcolor": "#593930"
557
+ },
558
+ {
559
+ "id": 98,
560
+ "type": "VHS_VideoInfoLoaded",
561
+ "pos": [
562
+ -2850,
563
+ 1500
564
+ ],
565
+ "size": [
566
+ 243.0833282470703,
567
+ 106
568
+ ],
569
+ "flags": {},
570
+ "order": 12,
571
+ "mode": 0,
572
+ "inputs": [
573
+ {
574
+ "name": "video_info",
575
+ "type": "VHS_VIDEOINFO",
576
+ "link": 819
577
+ }
578
+ ],
579
+ "outputs": [
580
+ {
581
+ "name": "fps🟦",
582
+ "type": "FLOAT",
583
+ "links": []
584
+ },
585
+ {
586
+ "name": "frame_count🟦",
587
+ "type": "INT",
588
+ "links": [
589
+ 600,
590
+ 976
591
+ ]
592
+ },
593
+ {
594
+ "name": "duration🟦",
595
+ "type": "FLOAT",
596
+ "links": null
597
+ },
598
+ {
599
+ "name": "width🟦",
600
+ "type": "INT",
601
+ "links": [
602
+ 402,
603
+ 404,
604
+ 497,
605
+ 585,
606
+ 593,
607
+ 985,
608
+ 1021,
609
+ 1024
610
+ ]
611
+ },
612
+ {
613
+ "name": "height🟦",
614
+ "type": "INT",
615
+ "links": [
616
+ 403,
617
+ 405,
618
+ 498,
619
+ 586,
620
+ 594,
621
+ 986,
622
+ 1022,
623
+ 1025
624
+ ]
625
+ }
626
+ ],
627
+ "properties": {
628
+ "cnr_id": "comfyui-videohelpersuite",
629
+ "ver": "a7ce59e381934733bfae03b1be029756d6ce936d",
630
+ "Node name for S&R": "VHS_VideoInfoLoaded"
631
+ },
632
+ "widgets_values": {},
633
+ "color": "#223",
634
+ "bgcolor": "#335"
635
+ },
636
+ {
637
+ "id": 108,
638
+ "type": "DWPreprocessor",
639
+ "pos": [
640
+ -2325,
641
+ 1700
642
+ ],
643
+ "size": [
644
+ 294.4444580078125,
645
+ 222
646
+ ],
647
+ "flags": {},
648
+ "order": 11,
649
+ "mode": 0,
650
+ "inputs": [
651
+ {
652
+ "name": "image",
653
+ "type": "IMAGE",
654
+ "link": 817
655
+ }
656
+ ],
657
+ "outputs": [
658
+ {
659
+ "name": "IMAGE",
660
+ "type": "IMAGE",
661
+ "links": [
662
+ 936
663
+ ]
664
+ },
665
+ {
666
+ "name": "POSE_KEYPOINT",
667
+ "type": "POSE_KEYPOINT",
668
+ "links": null
669
+ }
670
+ ],
671
+ "properties": {
672
+ "cnr_id": "comfyui_controlnet_aux",
673
+ "ver": "83463c2e4b04e729268e57f638b4212e0da4badc",
674
+ "Node name for S&R": "DWPreprocessor"
675
+ },
676
+ "widgets_values": [
677
+ "enable",
678
+ "enable",
679
+ "enable",
680
+ 512,
681
+ "yolox_l.torchscript.pt",
682
+ "dw-ll_ucoco_384_bs5.torchscript.pt",
683
+ "disable"
684
+ ],
685
+ "color": "#223",
686
+ "bgcolor": "#335"
687
+ },
688
+ {
689
+ "id": 279,
690
+ "type": "EmptyImage",
691
+ "pos": [
692
+ -1350,
693
+ 1000
694
+ ],
695
+ "size": [
696
+ 270,
697
+ 130
698
+ ],
699
+ "flags": {},
700
+ "order": 25,
701
+ "mode": 0,
702
+ "inputs": [
703
+ {
704
+ "name": "width",
705
+ "type": "INT",
706
+ "widget": {
707
+ "name": "width"
708
+ },
709
+ "link": 985
710
+ },
711
+ {
712
+ "name": "height",
713
+ "type": "INT",
714
+ "widget": {
715
+ "name": "height"
716
+ },
717
+ "link": 986
718
+ },
719
+ {
720
+ "name": "batch_size",
721
+ "type": "INT",
722
+ "widget": {
723
+ "name": "batch_size"
724
+ },
725
+ "link": 1034
726
+ }
727
+ ],
728
+ "outputs": [
729
+ {
730
+ "name": "IMAGE",
731
+ "type": "IMAGE",
732
+ "links": [
733
+ 987
734
+ ]
735
+ }
736
+ ],
737
+ "properties": {
738
+ "cnr_id": "comfy-core",
739
+ "ver": "0.3.49",
740
+ "Node name for S&R": "EmptyImage"
741
+ },
742
+ "widgets_values": [
743
+ 512,
744
+ 512,
745
+ 8,
746
+ 0
747
+ ],
748
+ "color": "#223",
749
+ "bgcolor": "#335"
750
+ },
751
+ {
752
+ "id": 232,
753
+ "type": "VHS_GetImageCount",
754
+ "pos": [
755
+ -1675,
756
+ 875
757
+ ],
758
+ "size": [
759
+ 250,
760
+ 26
761
+ ],
762
+ "flags": {},
763
+ "order": 21,
764
+ "mode": 0,
765
+ "inputs": [
766
+ {
767
+ "name": "images",
768
+ "type": "IMAGE",
769
+ "link": 1012
770
+ }
771
+ ],
772
+ "outputs": [
773
+ {
774
+ "name": "count",
775
+ "type": "INT",
776
+ "links": [
777
+ 804,
778
+ 1033
779
+ ]
780
+ }
781
+ ],
782
+ "properties": {
783
+ "cnr_id": "comfyui-videohelpersuite",
784
+ "ver": "a7ce59e381934733bfae03b1be029756d6ce936d",
785
+ "Node name for S&R": "VHS_GetImageCount"
786
+ },
787
+ "widgets_values": {},
788
+ "color": "#223",
789
+ "bgcolor": "#335"
790
+ },
791
+ {
792
+ "id": 6,
793
+ "type": "CLIPTextEncode",
794
+ "pos": [
795
+ -1575,
796
+ 0
797
+ ],
798
+ "size": [
799
+ 422.84503173828125,
800
+ 164.31304931640625
801
+ ],
802
+ "flags": {},
803
+ "order": 8,
804
+ "mode": 0,
805
+ "inputs": [
806
+ {
807
+ "name": "clip",
808
+ "type": "CLIP",
809
+ "link": 468
810
+ }
811
+ ],
812
+ "outputs": [
813
+ {
814
+ "name": "CONDITIONING",
815
+ "type": "CONDITIONING",
816
+ "slot_index": 0,
817
+ "links": [
818
+ 1026
819
+ ]
820
+ }
821
+ ],
822
+ "title": "CLIP Text Encode (Positive Prompt)",
823
+ "properties": {
824
+ "cnr_id": "comfy-core",
825
+ "ver": "0.3.27",
826
+ "Node name for S&R": "CLIPTextEncode"
827
+ },
828
+ "widgets_values": [
829
+ "On the right A female character with pointed ears, black hair with bangs in a long ponytail, and a silver circlet wears ornate leather and metal armor with the handle of a weapon visible over her shoulder.\n\nOn the left A woman with wavy red hair and a scar under her eye wears a (blue and white striped shirt:0.6) with a brown and green collar and a decorative silver clasp.\n\nThey are sitting at a restaurant large pasta in front of them."
830
+ ],
831
+ "color": "#232",
832
+ "bgcolor": "#353"
833
+ },
834
+ {
835
+ "id": 7,
836
+ "type": "CLIPTextEncode",
837
+ "pos": [
838
+ -1575,
839
+ 250
840
+ ],
841
+ "size": [
842
+ 425.27801513671875,
843
+ 180.6060791015625
844
+ ],
845
+ "flags": {},
846
+ "order": 9,
847
+ "mode": 0,
848
+ "inputs": [
849
+ {
850
+ "name": "clip",
851
+ "type": "CLIP",
852
+ "link": 469
853
+ }
854
+ ],
855
+ "outputs": [
856
+ {
857
+ "name": "CONDITIONING",
858
+ "type": "CONDITIONING",
859
+ "slot_index": 0,
860
+ "links": [
861
+ 1027
862
+ ]
863
+ }
864
+ ],
865
+ "title": "CLIP Text Encode (Negative Prompt)",
866
+ "properties": {
867
+ "cnr_id": "comfy-core",
868
+ "ver": "0.3.27",
869
+ "Node name for S&R": "CLIPTextEncode"
870
+ },
871
+ "widgets_values": [
872
+ ""
873
+ ],
874
+ "color": "#322",
875
+ "bgcolor": "#533"
876
+ },
877
+ {
878
+ "id": 101,
879
+ "type": "WanVaceToVideo",
880
+ "pos": [
881
+ -900,
882
+ 150
883
+ ],
884
+ "size": [
885
+ 350,
886
+ 254
887
+ ],
888
+ "flags": {},
889
+ "order": 27,
890
+ "mode": 0,
891
+ "inputs": [
892
+ {
893
+ "name": "positive",
894
+ "type": "CONDITIONING",
895
+ "link": 1026
896
+ },
897
+ {
898
+ "name": "negative",
899
+ "type": "CONDITIONING",
900
+ "link": 1027
901
+ },
902
+ {
903
+ "name": "vae",
904
+ "type": "VAE",
905
+ "link": 262
906
+ },
907
+ {
908
+ "name": "control_video",
909
+ "shape": 7,
910
+ "type": "IMAGE",
911
+ "link": 982
912
+ },
913
+ {
914
+ "name": "control_masks",
915
+ "shape": 7,
916
+ "type": "MASK",
917
+ "link": null
918
+ },
919
+ {
920
+ "name": "reference_image",
921
+ "shape": 7,
922
+ "type": "IMAGE",
923
+ "link": null
924
+ },
925
+ {
926
+ "name": "width",
927
+ "type": "INT",
928
+ "widget": {
929
+ "name": "width"
930
+ },
931
+ "link": 404
932
+ },
933
+ {
934
+ "name": "height",
935
+ "type": "INT",
936
+ "widget": {
937
+ "name": "height"
938
+ },
939
+ "link": 405
940
+ },
941
+ {
942
+ "name": "length",
943
+ "type": "INT",
944
+ "widget": {
945
+ "name": "length"
946
+ },
947
+ "link": 977
948
+ }
949
+ ],
950
+ "outputs": [
951
+ {
952
+ "name": "positive",
953
+ "type": "CONDITIONING",
954
+ "links": [
955
+ 1028
956
+ ]
957
+ },
958
+ {
959
+ "name": "negative",
960
+ "type": "CONDITIONING",
961
+ "links": [
962
+ 1029
963
+ ]
964
+ },
965
+ {
966
+ "name": "latent",
967
+ "type": "LATENT",
968
+ "links": []
969
+ },
970
+ {
971
+ "name": "trim_latent",
972
+ "type": "INT",
973
+ "links": []
974
+ }
975
+ ],
976
+ "properties": {
977
+ "cnr_id": "comfy-core",
978
+ "ver": "0.3.33",
979
+ "Node name for S&R": "WanVaceToVideo"
980
+ },
981
+ "widgets_values": [
982
+ 480,
983
+ 832,
984
+ 149,
985
+ 1,
986
+ 1.5000000000000002
987
+ ]
988
+ },
989
+ {
990
+ "id": 167,
991
+ "type": "WanPhantomSubjectToVideo",
992
+ "pos": [
993
+ -450,
994
+ 150
995
+ ],
996
+ "size": [
997
+ 300,
998
+ 250
999
+ ],
1000
+ "flags": {},
1001
+ "order": 28,
1002
+ "mode": 0,
1003
+ "inputs": [
1004
+ {
1005
+ "name": "positive",
1006
+ "type": "CONDITIONING",
1007
+ "link": 1028
1008
+ },
1009
+ {
1010
+ "name": "negative",
1011
+ "type": "CONDITIONING",
1012
+ "link": 1029
1013
+ },
1014
+ {
1015
+ "name": "vae",
1016
+ "type": "VAE",
1017
+ "link": 504
1018
+ },
1019
+ {
1020
+ "name": "images",
1021
+ "shape": 7,
1022
+ "type": "IMAGE",
1023
+ "link": 1009
1024
+ },
1025
+ {
1026
+ "name": "width",
1027
+ "type": "INT",
1028
+ "widget": {
1029
+ "name": "width"
1030
+ },
1031
+ "link": 497
1032
+ },
1033
+ {
1034
+ "name": "height",
1035
+ "type": "INT",
1036
+ "widget": {
1037
+ "name": "height"
1038
+ },
1039
+ "link": 498
1040
+ },
1041
+ {
1042
+ "name": "length",
1043
+ "type": "INT",
1044
+ "widget": {
1045
+ "name": "length"
1046
+ },
1047
+ "link": 976
1048
+ }
1049
+ ],
1050
+ "outputs": [
1051
+ {
1052
+ "name": "positive",
1053
+ "type": "CONDITIONING",
1054
+ "links": [
1055
+ 1030
1056
+ ]
1057
+ },
1058
+ {
1059
+ "name": "negative_text",
1060
+ "type": "CONDITIONING",
1061
+ "links": [
1062
+ 513
1063
+ ]
1064
+ },
1065
+ {
1066
+ "name": "negative_img_text",
1067
+ "type": "CONDITIONING",
1068
+ "links": [
1069
+ 514
1070
+ ]
1071
+ },
1072
+ {
1073
+ "name": "latent",
1074
+ "type": "LATENT",
1075
+ "links": [
1076
+ 808
1077
+ ]
1078
+ }
1079
+ ],
1080
+ "properties": {
1081
+ "cnr_id": "comfy-core",
1082
+ "ver": "0.3.40",
1083
+ "Node name for S&R": "WanPhantomSubjectToVideo"
1084
+ },
1085
+ "widgets_values": [
1086
+ 832,
1087
+ 480,
1088
+ 25,
1089
+ 1
1090
+ ]
1091
+ },
1092
+ {
1093
+ "id": 171,
1094
+ "type": "ConditioningCombine",
1095
+ "pos": [
1096
+ -75,
1097
+ 325
1098
+ ],
1099
+ "size": [
1100
+ 211.07501220703125,
1101
+ 46
1102
+ ],
1103
+ "flags": {},
1104
+ "order": 29,
1105
+ "mode": 0,
1106
+ "inputs": [
1107
+ {
1108
+ "name": "conditioning_1",
1109
+ "type": "CONDITIONING",
1110
+ "link": 513
1111
+ },
1112
+ {
1113
+ "name": "conditioning_2",
1114
+ "type": "CONDITIONING",
1115
+ "link": 514
1116
+ }
1117
+ ],
1118
+ "outputs": [
1119
+ {
1120
+ "name": "CONDITIONING",
1121
+ "type": "CONDITIONING",
1122
+ "links": [
1123
+ 1031
1124
+ ]
1125
+ }
1126
+ ],
1127
+ "properties": {
1128
+ "cnr_id": "comfy-core",
1129
+ "ver": "0.3.40",
1130
+ "Node name for S&R": "ConditioningCombine"
1131
+ },
1132
+ "widgets_values": []
1133
+ },
1134
+ {
1135
+ "id": 280,
1136
+ "type": "ImageConcanate",
1137
+ "pos": [
1138
+ 350,
1139
+ 1325
1140
+ ],
1141
+ "size": [
1142
+ 270,
1143
+ 102
1144
+ ],
1145
+ "flags": {},
1146
+ "order": 18,
1147
+ "mode": 0,
1148
+ "inputs": [
1149
+ {
1150
+ "name": "image1",
1151
+ "type": "IMAGE",
1152
+ "link": 996
1153
+ },
1154
+ {
1155
+ "name": "image2",
1156
+ "type": "IMAGE",
1157
+ "link": 995
1158
+ }
1159
+ ],
1160
+ "outputs": [
1161
+ {
1162
+ "name": "IMAGE",
1163
+ "type": "IMAGE",
1164
+ "links": [
1165
+ 998
1166
+ ]
1167
+ }
1168
+ ],
1169
+ "properties": {
1170
+ "cnr_id": "comfyui-kjnodes",
1171
+ "ver": "984c7bb27652bb7ea85cb3e2d7b1b95e962f8963",
1172
+ "Node name for S&R": "ImageConcanate"
1173
+ },
1174
+ "widgets_values": [
1175
+ "down",
1176
+ true
1177
+ ],
1178
+ "color": "#2a363b",
1179
+ "bgcolor": "#3f5159"
1180
+ },
1181
+ {
1182
+ "id": 157,
1183
+ "type": "ImageConcanate",
1184
+ "pos": [
1185
+ 325,
1186
+ 1100
1187
+ ],
1188
+ "size": [
1189
+ 315,
1190
+ 102
1191
+ ],
1192
+ "flags": {},
1193
+ "order": 32,
1194
+ "mode": 0,
1195
+ "inputs": [
1196
+ {
1197
+ "name": "image1",
1198
+ "type": "IMAGE",
1199
+ "link": 814
1200
+ },
1201
+ {
1202
+ "name": "image2",
1203
+ "type": "IMAGE",
1204
+ "link": 815
1205
+ }
1206
+ ],
1207
+ "outputs": [
1208
+ {
1209
+ "name": "IMAGE",
1210
+ "type": "IMAGE",
1211
+ "links": [
1212
+ 997
1213
+ ]
1214
+ }
1215
+ ],
1216
+ "properties": {
1217
+ "cnr_id": "comfyui-kjnodes",
1218
+ "ver": "8ecf5cd05e0a1012087b0da90eea9a13674668db",
1219
+ "Node name for S&R": "ImageConcanate"
1220
+ },
1221
+ "widgets_values": [
1222
+ "left",
1223
+ true
1224
+ ],
1225
+ "color": "#2a363b",
1226
+ "bgcolor": "#3f5159"
1227
+ },
1228
+ {
1229
+ "id": 234,
1230
+ "type": "ImageConcatFromBatch",
1231
+ "pos": [
1232
+ -50,
1233
+ 1100
1234
+ ],
1235
+ "size": [
1236
+ 275,
1237
+ 106
1238
+ ],
1239
+ "flags": {},
1240
+ "order": 20,
1241
+ "mode": 0,
1242
+ "inputs": [
1243
+ {
1244
+ "name": "images",
1245
+ "type": "IMAGE",
1246
+ "link": 1008
1247
+ }
1248
+ ],
1249
+ "outputs": [
1250
+ {
1251
+ "name": "IMAGE",
1252
+ "type": "IMAGE",
1253
+ "links": [
1254
+ 815
1255
+ ]
1256
+ }
1257
+ ],
1258
+ "properties": {
1259
+ "cnr_id": "comfyui-kjnodes",
1260
+ "ver": "0d909572e226a49cae540cfe436551e93836db20",
1261
+ "Node name for S&R": "ImageConcatFromBatch"
1262
+ },
1263
+ "widgets_values": [
1264
+ 1,
1265
+ false,
1266
+ 4096
1267
+ ],
1268
+ "color": "#2a363b",
1269
+ "bgcolor": "#3f5159"
1270
+ },
1271
+ {
1272
+ "id": 175,
1273
+ "type": "PreviewImage",
1274
+ "pos": [
1275
+ -2550,
1276
+ -150
1277
+ ],
1278
+ "size": [
1279
+ 140,
1280
+ 246
1281
+ ],
1282
+ "flags": {},
1283
+ "order": 22,
1284
+ "mode": 0,
1285
+ "inputs": [
1286
+ {
1287
+ "name": "images",
1288
+ "type": "IMAGE",
1289
+ "link": 1013
1290
+ }
1291
+ ],
1292
+ "outputs": [],
1293
+ "properties": {
1294
+ "cnr_id": "comfy-core",
1295
+ "ver": "0.3.40",
1296
+ "Node name for S&R": "PreviewImage"
1297
+ },
1298
+ "widgets_values": [],
1299
+ "color": "#332922",
1300
+ "bgcolor": "#593930"
1301
+ },
1302
+ {
1303
+ "id": 95,
1304
+ "type": "ImageResize+",
1305
+ "pos": [
1306
+ -1950,
1307
+ 1700
1308
+ ],
1309
+ "size": [
1310
+ 270,
1311
+ 218
1312
+ ],
1313
+ "flags": {},
1314
+ "order": 13,
1315
+ "mode": 0,
1316
+ "inputs": [
1317
+ {
1318
+ "name": "image",
1319
+ "type": "IMAGE",
1320
+ "link": 936
1321
+ },
1322
+ {
1323
+ "name": "width",
1324
+ "type": "INT",
1325
+ "widget": {
1326
+ "name": "width"
1327
+ },
1328
+ "link": 402
1329
+ },
1330
+ {
1331
+ "name": "height",
1332
+ "type": "INT",
1333
+ "widget": {
1334
+ "name": "height"
1335
+ },
1336
+ "link": 403
1337
+ }
1338
+ ],
1339
+ "outputs": [
1340
+ {
1341
+ "name": "IMAGE",
1342
+ "type": "IMAGE",
1343
+ "links": [
1344
+ 984,
1345
+ 996
1346
+ ]
1347
+ },
1348
+ {
1349
+ "name": "width",
1350
+ "type": "INT",
1351
+ "links": null
1352
+ },
1353
+ {
1354
+ "name": "height",
1355
+ "type": "INT",
1356
+ "links": null
1357
+ }
1358
+ ],
1359
+ "properties": {
1360
+ "cnr_id": "comfyui_essentials",
1361
+ "ver": "9d9f4bedfc9f0321c19faf71855e228c93bd0dc9",
1362
+ "Node name for S&R": "ImageResize+"
1363
+ },
1364
+ "widgets_values": [
1365
+ 832,
1366
+ 832,
1367
+ "nearest",
1368
+ "keep proportion",
1369
+ "always",
1370
+ 0
1371
+ ],
1372
+ "color": "#223",
1373
+ "bgcolor": "#335"
1374
+ },
1375
+ {
1376
+ "id": 283,
1377
+ "type": "ImageBatchMultiple+",
1378
+ "pos": [
1379
+ -2600,
1380
+ 275
1381
+ ],
1382
+ "size": [
1383
+ 350,
1384
+ 138
1385
+ ],
1386
+ "flags": {},
1387
+ "order": 19,
1388
+ "mode": 0,
1389
+ "inputs": [
1390
+ {
1391
+ "name": "image_1",
1392
+ "type": "IMAGE",
1393
+ "link": 1015
1394
+ },
1395
+ {
1396
+ "name": "image_2",
1397
+ "shape": 7,
1398
+ "type": "IMAGE",
1399
+ "link": 1014
1400
+ },
1401
+ {
1402
+ "name": "image_3",
1403
+ "shape": 7,
1404
+ "type": "IMAGE",
1405
+ "link": 1035
1406
+ },
1407
+ {
1408
+ "name": "image_4",
1409
+ "shape": 7,
1410
+ "type": "IMAGE",
1411
+ "link": 1036
1412
+ },
1413
+ {
1414
+ "name": "image_5",
1415
+ "shape": 7,
1416
+ "type": "IMAGE",
1417
+ "link": null
1418
+ }
1419
+ ],
1420
+ "outputs": [
1421
+ {
1422
+ "name": "IMAGE",
1423
+ "type": "IMAGE",
1424
+ "links": [
1425
+ 1008,
1426
+ 1009,
1427
+ 1012,
1428
+ 1013
1429
+ ]
1430
+ }
1431
+ ],
1432
+ "title": "🔧 Images Batch Multiple [Max 4 for Phantom]",
1433
+ "properties": {
1434
+ "cnr_id": "comfyui_essentials",
1435
+ "ver": "9d9f4bedfc9f0321c19faf71855e228c93bd0dc9",
1436
+ "Node name for S&R": "ImageBatchMultiple+"
1437
+ },
1438
+ "widgets_values": [
1439
+ "lanczos"
1440
+ ],
1441
+ "color": "#332922",
1442
+ "bgcolor": "#593930"
1443
+ },
1444
+ {
1445
+ "id": 281,
1446
+ "type": "ImageConcanate",
1447
+ "pos": [
1448
+ 700,
1449
+ 1150
1450
+ ],
1451
+ "size": [
1452
+ 270,
1453
+ 102
1454
+ ],
1455
+ "flags": {},
1456
+ "order": 34,
1457
+ "mode": 0,
1458
+ "inputs": [
1459
+ {
1460
+ "name": "image1",
1461
+ "type": "IMAGE",
1462
+ "link": 997
1463
+ },
1464
+ {
1465
+ "name": "image2",
1466
+ "type": "IMAGE",
1467
+ "link": 998
1468
+ }
1469
+ ],
1470
+ "outputs": [
1471
+ {
1472
+ "name": "IMAGE",
1473
+ "type": "IMAGE",
1474
+ "links": [
1475
+ 999
1476
+ ]
1477
+ }
1478
+ ],
1479
+ "properties": {
1480
+ "cnr_id": "comfyui-kjnodes",
1481
+ "ver": "984c7bb27652bb7ea85cb3e2d7b1b95e962f8963",
1482
+ "Node name for S&R": "ImageConcanate"
1483
+ },
1484
+ "widgets_values": [
1485
+ "right",
1486
+ true
1487
+ ],
1488
+ "color": "#2a363b",
1489
+ "bgcolor": "#3f5159"
1490
+ },
1491
+ {
1492
+ "id": 112,
1493
+ "type": "VHS_VideoCombine",
1494
+ "pos": [
1495
+ 1225,
1496
+ 1150
1497
+ ],
1498
+ "size": [
1499
+ 609.3076171875,
1500
+ 517.9925537109375
1501
+ ],
1502
+ "flags": {
1503
+ "collapsed": false
1504
+ },
1505
+ "order": 35,
1506
+ "mode": 0,
1507
+ "inputs": [
1508
+ {
1509
+ "name": "images",
1510
+ "type": "IMAGE",
1511
+ "link": 999
1512
+ },
1513
+ {
1514
+ "name": "audio",
1515
+ "shape": 7,
1516
+ "type": "AUDIO",
1517
+ "link": 821
1518
+ },
1519
+ {
1520
+ "name": "meta_batch",
1521
+ "shape": 7,
1522
+ "type": "VHS_BatchManager",
1523
+ "link": null
1524
+ },
1525
+ {
1526
+ "name": "vae",
1527
+ "shape": 7,
1528
+ "type": "VAE",
1529
+ "link": null
1530
+ }
1531
+ ],
1532
+ "outputs": [
1533
+ {
1534
+ "name": "Filenames",
1535
+ "type": "VHS_FILENAMES",
1536
+ "links": null
1537
+ }
1538
+ ],
1539
+ "properties": {
1540
+ "cnr_id": "comfyui-videohelpersuite",
1541
+ "ver": "c9dcc3a229437df232d61da4f9697c87c1f22428",
1542
+ "Node name for S&R": "VHS_VideoCombine"
1543
+ },
1544
+ "widgets_values": {
1545
+ "frame_rate": 16,
1546
+ "loop_count": 0,
1547
+ "filename_prefix": "VACE_Phantom_Compare/Comparison",
1548
+ "format": "video/h264-mp4",
1549
+ "pix_fmt": "yuv420p",
1550
+ "crf": 19,
1551
+ "save_metadata": false,
1552
+ "trim_to_audio": false,
1553
+ "pingpong": false,
1554
+ "save_output": true,
1555
+ "videopreview": {
1556
+ "hidden": false,
1557
+ "paused": false,
1558
+ "params": {
1559
+ "filename": "Comparison_00497-audio.mp4",
1560
+ "subfolder": "VACE_Phantom_Compare",
1561
+ "type": "output",
1562
+ "format": "video/h264-mp4",
1563
+ "frame_rate": 16,
1564
+ "workflow": "Comparison_00497.png",
1565
+ "fullpath": "E:\\ComfyUI\\output\\VACE_Phantom_Compare\\Comparison_00497-audio.mp4"
1566
+ }
1567
+ }
1568
+ },
1569
+ "color": "#2a363b",
1570
+ "bgcolor": "#3f5159"
1571
+ },
1572
+ {
1573
+ "id": 278,
1574
+ "type": "ImageBatch",
1575
+ "pos": [
1576
+ -975,
1577
+ 925
1578
+ ],
1579
+ "size": [
1580
+ 140,
1581
+ 46
1582
+ ],
1583
+ "flags": {},
1584
+ "order": 26,
1585
+ "mode": 0,
1586
+ "inputs": [
1587
+ {
1588
+ "name": "image1",
1589
+ "type": "IMAGE",
1590
+ "link": 984
1591
+ },
1592
+ {
1593
+ "name": "image2",
1594
+ "type": "IMAGE",
1595
+ "link": 987
1596
+ }
1597
+ ],
1598
+ "outputs": [
1599
+ {
1600
+ "name": "IMAGE",
1601
+ "type": "IMAGE",
1602
+ "links": [
1603
+ 982
1604
+ ]
1605
+ }
1606
+ ],
1607
+ "properties": {
1608
+ "cnr_id": "comfy-core",
1609
+ "ver": "0.3.49",
1610
+ "Node name for S&R": "ImageBatch"
1611
+ },
1612
+ "widgets_values": [],
1613
+ "color": "#223",
1614
+ "bgcolor": "#335"
1615
+ },
1616
+ {
1617
+ "id": 190,
1618
+ "type": "SimpleMath+",
1619
+ "pos": [
1620
+ -1350,
1621
+ 850
1622
+ ],
1623
+ "size": [
1624
+ 270,
1625
+ 98
1626
+ ],
1627
+ "flags": {},
1628
+ "order": 23,
1629
+ "mode": 0,
1630
+ "inputs": [
1631
+ {
1632
+ "name": "a",
1633
+ "shape": 7,
1634
+ "type": "*",
1635
+ "link": 600
1636
+ },
1637
+ {
1638
+ "name": "b",
1639
+ "shape": 7,
1640
+ "type": "*",
1641
+ "link": 804
1642
+ },
1643
+ {
1644
+ "name": "c",
1645
+ "shape": 7,
1646
+ "type": "*",
1647
+ "link": null
1648
+ }
1649
+ ],
1650
+ "outputs": [
1651
+ {
1652
+ "name": "INT",
1653
+ "type": "INT",
1654
+ "links": [
1655
+ 977
1656
+ ]
1657
+ },
1658
+ {
1659
+ "name": "FLOAT",
1660
+ "type": "FLOAT",
1661
+ "links": null
1662
+ }
1663
+ ],
1664
+ "properties": {
1665
+ "cnr_id": "comfyui_essentials",
1666
+ "ver": "9d9f4bedfc9f0321c19faf71855e228c93bd0dc9",
1667
+ "Node name for S&R": "SimpleMath+"
1668
+ },
1669
+ "widgets_values": [
1670
+ "a + (b * 4)"
1671
+ ],
1672
+ "color": "#223",
1673
+ "bgcolor": "#335"
1674
+ },
1675
+ {
1676
+ "id": 289,
1677
+ "type": "SimpleMath+",
1678
+ "pos": [
1679
+ -1675,
1680
+ 1025
1681
+ ],
1682
+ "size": [
1683
+ 270,
1684
+ 98
1685
+ ],
1686
+ "flags": {},
1687
+ "order": 24,
1688
+ "mode": 0,
1689
+ "inputs": [
1690
+ {
1691
+ "name": "a",
1692
+ "shape": 7,
1693
+ "type": "*",
1694
+ "link": null
1695
+ },
1696
+ {
1697
+ "name": "b",
1698
+ "shape": 7,
1699
+ "type": "*",
1700
+ "link": 1033
1701
+ },
1702
+ {
1703
+ "name": "c",
1704
+ "shape": 7,
1705
+ "type": "*",
1706
+ "link": null
1707
+ }
1708
+ ],
1709
+ "outputs": [
1710
+ {
1711
+ "name": "INT",
1712
+ "type": "INT",
1713
+ "links": [
1714
+ 1034
1715
+ ]
1716
+ },
1717
+ {
1718
+ "name": "FLOAT",
1719
+ "type": "FLOAT",
1720
+ "links": null
1721
+ }
1722
+ ],
1723
+ "properties": {
1724
+ "cnr_id": "comfyui_essentials",
1725
+ "ver": "9d9f4bedfc9f0321c19faf71855e228c93bd0dc9",
1726
+ "Node name for S&R": "SimpleMath+"
1727
+ },
1728
+ "widgets_values": [
1729
+ "b * 4"
1730
+ ],
1731
+ "color": "#223",
1732
+ "bgcolor": "#335"
1733
+ },
1734
+ {
1735
+ "id": 73,
1736
+ "type": "VHS_VideoCombine",
1737
+ "pos": [
1738
+ 1225,
1739
+ -675
1740
+ ],
1741
+ "size": [
1742
+ 609.3076171875,
1743
+ 687.9851684570312
1744
+ ],
1745
+ "flags": {
1746
+ "collapsed": false
1747
+ },
1748
+ "order": 33,
1749
+ "mode": 0,
1750
+ "inputs": [
1751
+ {
1752
+ "name": "images",
1753
+ "type": "IMAGE",
1754
+ "link": 824
1755
+ },
1756
+ {
1757
+ "name": "audio",
1758
+ "shape": 7,
1759
+ "type": "AUDIO",
1760
+ "link": 822
1761
+ },
1762
+ {
1763
+ "name": "meta_batch",
1764
+ "shape": 7,
1765
+ "type": "VHS_BatchManager",
1766
+ "link": null
1767
+ },
1768
+ {
1769
+ "name": "vae",
1770
+ "shape": 7,
1771
+ "type": "VAE",
1772
+ "link": null
1773
+ }
1774
+ ],
1775
+ "outputs": [
1776
+ {
1777
+ "name": "Filenames",
1778
+ "type": "VHS_FILENAMES",
1779
+ "links": null
1780
+ }
1781
+ ],
1782
+ "properties": {
1783
+ "cnr_id": "comfyui-videohelpersuite",
1784
+ "ver": "c9dcc3a229437df232d61da4f9697c87c1f22428",
1785
+ "Node name for S&R": "VHS_VideoCombine"
1786
+ },
1787
+ "widgets_values": {
1788
+ "frame_rate": 16,
1789
+ "loop_count": 0,
1790
+ "filename_prefix": "VACE_Phantom/VACE_Phantom",
1791
+ "format": "video/h264-mp4",
1792
+ "pix_fmt": "yuv420p",
1793
+ "crf": 19,
1794
+ "save_metadata": false,
1795
+ "trim_to_audio": false,
1796
+ "pingpong": false,
1797
+ "save_output": true,
1798
+ "videopreview": {
1799
+ "hidden": false,
1800
+ "paused": false,
1801
+ "params": {
1802
+ "filename": "VACE_Phantom_00251-audio.mp4",
1803
+ "subfolder": "VACE_Phantom",
1804
+ "type": "output",
1805
+ "format": "video/h264-mp4",
1806
+ "frame_rate": 16,
1807
+ "workflow": "VACE_Phantom_00251.png",
1808
+ "fullpath": "E:\\ComfyUI\\output\\VACE_Phantom\\VACE_Phantom_00251-audio.mp4"
1809
+ }
1810
+ }
1811
+ },
1812
+ "color": "#2a363b",
1813
+ "bgcolor": "#3f5159"
1814
+ },
1815
+ {
1816
+ "id": 238,
1817
+ "type": "VHS_LoadVideo",
1818
+ "pos": [
1819
+ -3175,
1820
+ 1500
1821
+ ],
1822
+ "size": [
1823
+ 248.55555725097656,
1824
+ 455.8204345703125
1825
+ ],
1826
+ "flags": {},
1827
+ "order": 6,
1828
+ "mode": 0,
1829
+ "inputs": [
1830
+ {
1831
+ "name": "meta_batch",
1832
+ "shape": 7,
1833
+ "type": "VHS_BatchManager",
1834
+ "link": null
1835
+ },
1836
+ {
1837
+ "name": "vae",
1838
+ "shape": 7,
1839
+ "type": "VAE",
1840
+ "link": null
1841
+ }
1842
+ ],
1843
+ "outputs": [
1844
+ {
1845
+ "name": "IMAGE",
1846
+ "type": "IMAGE",
1847
+ "links": [
1848
+ 817,
1849
+ 995
1850
+ ]
1851
+ },
1852
+ {
1853
+ "name": "frame_count",
1854
+ "type": "INT",
1855
+ "links": null
1856
+ },
1857
+ {
1858
+ "name": "audio",
1859
+ "type": "AUDIO",
1860
+ "links": [
1861
+ 821,
1862
+ 822
1863
+ ]
1864
+ },
1865
+ {
1866
+ "name": "video_info",
1867
+ "type": "VHS_VIDEOINFO",
1868
+ "links": [
1869
+ 819
1870
+ ]
1871
+ }
1872
+ ],
1873
+ "properties": {
1874
+ "cnr_id": "comfyui-videohelpersuite",
1875
+ "ver": "a7ce59e381934733bfae03b1be029756d6ce936d",
1876
+ "Node name for S&R": "VHS_LoadVideo"
1877
+ },
1878
+ "widgets_values": {
1879
+ "video": "Input Video00000068.mov",
1880
+ "force_rate": 16,
1881
+ "custom_width": 832,
1882
+ "custom_height": 480,
1883
+ "frame_load_cap": 0,
1884
+ "skip_first_frames": 0,
1885
+ "select_every_nth": 1,
1886
+ "format": "Wan",
1887
+ "choose video to upload": "image",
1888
+ "videopreview": {
1889
+ "hidden": false,
1890
+ "paused": false,
1891
+ "params": {
1892
+ "filename": "Input Video00000068.mov",
1893
+ "type": "input",
1894
+ "format": "video/mov",
1895
+ "force_rate": 16,
1896
+ "custom_width": 832,
1897
+ "custom_height": 480,
1898
+ "frame_load_cap": 0,
1899
+ "skip_first_frames": 0,
1900
+ "select_every_nth": 1
1901
+ }
1902
+ }
1903
+ },
1904
+ "color": "#223",
1905
+ "bgcolor": "#335"
1906
+ },
1907
+ {
1908
+ "id": 288,
1909
+ "type": "ImageResizeKJv2",
1910
+ "pos": [
1911
+ -2900,
1912
+ 550
1913
+ ],
1914
+ "size": [
1915
+ 210,
1916
+ 325
1917
+ ],
1918
+ "flags": {},
1919
+ "order": 17,
1920
+ "mode": 4,
1921
+ "inputs": [
1922
+ {
1923
+ "name": "image",
1924
+ "type": "IMAGE",
1925
+ "link": 1023
1926
+ },
1927
+ {
1928
+ "name": "mask",
1929
+ "shape": 7,
1930
+ "type": "MASK",
1931
+ "link": null
1932
+ },
1933
+ {
1934
+ "name": "width",
1935
+ "type": "INT",
1936
+ "widget": {
1937
+ "name": "width"
1938
+ },
1939
+ "link": 1024
1940
+ },
1941
+ {
1942
+ "name": "height",
1943
+ "type": "INT",
1944
+ "widget": {
1945
+ "name": "height"
1946
+ },
1947
+ "link": 1025
1948
+ }
1949
+ ],
1950
+ "outputs": [
1951
+ {
1952
+ "name": "IMAGE",
1953
+ "type": "IMAGE",
1954
+ "links": [
1955
+ 1035
1956
+ ]
1957
+ },
1958
+ {
1959
+ "name": "width",
1960
+ "type": "INT",
1961
+ "links": null
1962
+ },
1963
+ {
1964
+ "name": "height",
1965
+ "type": "INT",
1966
+ "links": null
1967
+ },
1968
+ {
1969
+ "name": "mask",
1970
+ "type": "MASK",
1971
+ "links": null
1972
+ }
1973
+ ],
1974
+ "properties": {
1975
+ "cnr_id": "comfyui-kjnodes",
1976
+ "ver": "5dcda71011870278c35d92ff77a677ed2e538f2d",
1977
+ "Node name for S&R": "ImageResizeKJv2"
1978
+ },
1979
+ "widgets_values": [
1980
+ 512,
1981
+ 512,
1982
+ "bilinear",
1983
+ "pad_edge",
1984
+ "255, 255, 255",
1985
+ "center",
1986
+ 3,
1987
+ "gpu"
1988
+ ],
1989
+ "color": "#332922",
1990
+ "bgcolor": "#593930"
1991
+ },
1992
+ {
1993
+ "id": 287,
1994
+ "type": "ImageResizeKJv2",
1995
+ "pos": [
1996
+ -2900,
1997
+ 950
1998
+ ],
1999
+ "size": [
2000
+ 210,
2001
+ 325
2002
+ ],
2003
+ "flags": {},
2004
+ "order": 16,
2005
+ "mode": 4,
2006
+ "inputs": [
2007
+ {
2008
+ "name": "image",
2009
+ "type": "IMAGE",
2010
+ "link": 1020
2011
+ },
2012
+ {
2013
+ "name": "mask",
2014
+ "shape": 7,
2015
+ "type": "MASK",
2016
+ "link": null
2017
+ },
2018
+ {
2019
+ "name": "width",
2020
+ "type": "INT",
2021
+ "widget": {
2022
+ "name": "width"
2023
+ },
2024
+ "link": 1021
2025
+ },
2026
+ {
2027
+ "name": "height",
2028
+ "type": "INT",
2029
+ "widget": {
2030
+ "name": "height"
2031
+ },
2032
+ "link": 1022
2033
+ }
2034
+ ],
2035
+ "outputs": [
2036
+ {
2037
+ "name": "IMAGE",
2038
+ "type": "IMAGE",
2039
+ "links": [
2040
+ 1036
2041
+ ]
2042
+ },
2043
+ {
2044
+ "name": "width",
2045
+ "type": "INT",
2046
+ "links": null
2047
+ },
2048
+ {
2049
+ "name": "height",
2050
+ "type": "INT",
2051
+ "links": null
2052
+ },
2053
+ {
2054
+ "name": "mask",
2055
+ "type": "MASK",
2056
+ "links": null
2057
+ }
2058
+ ],
2059
+ "properties": {
2060
+ "cnr_id": "comfyui-kjnodes",
2061
+ "ver": "5dcda71011870278c35d92ff77a677ed2e538f2d",
2062
+ "Node name for S&R": "ImageResizeKJv2"
2063
+ },
2064
+ "widgets_values": [
2065
+ 512,
2066
+ 512,
2067
+ "bilinear",
2068
+ "pad_edge",
2069
+ "255, 255, 255",
2070
+ "center",
2071
+ 2,
2072
+ "cpu"
2073
+ ],
2074
+ "color": "#332922",
2075
+ "bgcolor": "#593930"
2076
+ },
2077
+ {
2078
+ "id": 285,
2079
+ "type": "LoadImage",
2080
+ "pos": [
2081
+ -3200,
2082
+ 550
2083
+ ],
2084
+ "size": [
2085
+ 214.0749969482422,
2086
+ 326
2087
+ ],
2088
+ "flags": {},
2089
+ "order": 7,
2090
+ "mode": 4,
2091
+ "inputs": [],
2092
+ "outputs": [
2093
+ {
2094
+ "name": "IMAGE",
2095
+ "type": "IMAGE",
2096
+ "links": [
2097
+ 1023
2098
+ ]
2099
+ },
2100
+ {
2101
+ "name": "MASK",
2102
+ "type": "MASK",
2103
+ "links": null
2104
+ }
2105
+ ],
2106
+ "properties": {
2107
+ "cnr_id": "comfy-core",
2108
+ "ver": "0.3.40",
2109
+ "Node name for S&R": "LoadImage"
2110
+ },
2111
+ "widgets_values": [
2112
+ "UHsNbNMK8c3nkQBhrAh8Bd-970-80.jpg.webp",
2113
+ "image"
2114
+ ],
2115
+ "color": "#332922",
2116
+ "bgcolor": "#593930"
2117
+ }
2118
+ ],
2119
+ "links": [
2120
+ [
2121
+ 262,
2122
+ 39,
2123
+ 0,
2124
+ 101,
2125
+ 2,
2126
+ "VAE"
2127
+ ],
2128
+ [
2129
+ 402,
2130
+ 98,
2131
+ 3,
2132
+ 95,
2133
+ 1,
2134
+ "INT"
2135
+ ],
2136
+ [
2137
+ 403,
2138
+ 98,
2139
+ 4,
2140
+ 95,
2141
+ 2,
2142
+ "INT"
2143
+ ],
2144
+ [
2145
+ 404,
2146
+ 98,
2147
+ 3,
2148
+ 101,
2149
+ 6,
2150
+ "INT"
2151
+ ],
2152
+ [
2153
+ 405,
2154
+ 98,
2155
+ 4,
2156
+ 101,
2157
+ 7,
2158
+ "INT"
2159
+ ],
2160
+ [
2161
+ 468,
2162
+ 38,
2163
+ 0,
2164
+ 6,
2165
+ 0,
2166
+ "CLIP"
2167
+ ],
2168
+ [
2169
+ 469,
2170
+ 38,
2171
+ 0,
2172
+ 7,
2173
+ 0,
2174
+ "CLIP"
2175
+ ],
2176
+ [
2177
+ 497,
2178
+ 98,
2179
+ 3,
2180
+ 167,
2181
+ 4,
2182
+ "INT"
2183
+ ],
2184
+ [
2185
+ 498,
2186
+ 98,
2187
+ 4,
2188
+ 167,
2189
+ 5,
2190
+ "INT"
2191
+ ],
2192
+ [
2193
+ 504,
2194
+ 39,
2195
+ 0,
2196
+ 167,
2197
+ 2,
2198
+ "VAE"
2199
+ ],
2200
+ [
2201
+ 513,
2202
+ 167,
2203
+ 1,
2204
+ 171,
2205
+ 0,
2206
+ "CONDITIONING"
2207
+ ],
2208
+ [
2209
+ 514,
2210
+ 167,
2211
+ 2,
2212
+ 171,
2213
+ 1,
2214
+ "CONDITIONING"
2215
+ ],
2216
+ [
2217
+ 585,
2218
+ 98,
2219
+ 3,
2220
+ 188,
2221
+ 2,
2222
+ "INT"
2223
+ ],
2224
+ [
2225
+ 586,
2226
+ 98,
2227
+ 4,
2228
+ 188,
2229
+ 3,
2230
+ "INT"
2231
+ ],
2232
+ [
2233
+ 593,
2234
+ 98,
2235
+ 3,
2236
+ 189,
2237
+ 2,
2238
+ "INT"
2239
+ ],
2240
+ [
2241
+ 594,
2242
+ 98,
2243
+ 4,
2244
+ 189,
2245
+ 3,
2246
+ "INT"
2247
+ ],
2248
+ [
2249
+ 600,
2250
+ 98,
2251
+ 1,
2252
+ 190,
2253
+ 0,
2254
+ "*"
2255
+ ],
2256
+ [
2257
+ 804,
2258
+ 232,
2259
+ 0,
2260
+ 190,
2261
+ 1,
2262
+ "*"
2263
+ ],
2264
+ [
2265
+ 805,
2266
+ 55,
2267
+ 0,
2268
+ 233,
2269
+ 0,
2270
+ "MODEL"
2271
+ ],
2272
+ [
2273
+ 808,
2274
+ 167,
2275
+ 3,
2276
+ 233,
2277
+ 3,
2278
+ "LATENT"
2279
+ ],
2280
+ [
2281
+ 811,
2282
+ 39,
2283
+ 0,
2284
+ 235,
2285
+ 1,
2286
+ "VAE"
2287
+ ],
2288
+ [
2289
+ 814,
2290
+ 235,
2291
+ 0,
2292
+ 157,
2293
+ 0,
2294
+ "IMAGE"
2295
+ ],
2296
+ [
2297
+ 815,
2298
+ 234,
2299
+ 0,
2300
+ 157,
2301
+ 1,
2302
+ "IMAGE"
2303
+ ],
2304
+ [
2305
+ 817,
2306
+ 238,
2307
+ 0,
2308
+ 108,
2309
+ 0,
2310
+ "IMAGE"
2311
+ ],
2312
+ [
2313
+ 819,
2314
+ 238,
2315
+ 3,
2316
+ 98,
2317
+ 0,
2318
+ "VHS_VIDEOINFO"
2319
+ ],
2320
+ [
2321
+ 821,
2322
+ 238,
2323
+ 2,
2324
+ 112,
2325
+ 1,
2326
+ "AUDIO"
2327
+ ],
2328
+ [
2329
+ 822,
2330
+ 238,
2331
+ 2,
2332
+ 73,
2333
+ 1,
2334
+ "AUDIO"
2335
+ ],
2336
+ [
2337
+ 824,
2338
+ 235,
2339
+ 0,
2340
+ 73,
2341
+ 0,
2342
+ "IMAGE"
2343
+ ],
2344
+ [
2345
+ 936,
2346
+ 108,
2347
+ 0,
2348
+ 95,
2349
+ 0,
2350
+ "IMAGE"
2351
+ ],
2352
+ [
2353
+ 976,
2354
+ 98,
2355
+ 1,
2356
+ 167,
2357
+ 6,
2358
+ "INT"
2359
+ ],
2360
+ [
2361
+ 977,
2362
+ 190,
2363
+ 0,
2364
+ 101,
2365
+ 8,
2366
+ "INT"
2367
+ ],
2368
+ [
2369
+ 982,
2370
+ 278,
2371
+ 0,
2372
+ 101,
2373
+ 3,
2374
+ "IMAGE"
2375
+ ],
2376
+ [
2377
+ 984,
2378
+ 95,
2379
+ 0,
2380
+ 278,
2381
+ 0,
2382
+ "IMAGE"
2383
+ ],
2384
+ [
2385
+ 985,
2386
+ 98,
2387
+ 3,
2388
+ 279,
2389
+ 0,
2390
+ "INT"
2391
+ ],
2392
+ [
2393
+ 986,
2394
+ 98,
2395
+ 4,
2396
+ 279,
2397
+ 1,
2398
+ "INT"
2399
+ ],
2400
+ [
2401
+ 987,
2402
+ 279,
2403
+ 0,
2404
+ 278,
2405
+ 1,
2406
+ "IMAGE"
2407
+ ],
2408
+ [
2409
+ 993,
2410
+ 176,
2411
+ 0,
2412
+ 188,
2413
+ 0,
2414
+ "IMAGE"
2415
+ ],
2416
+ [
2417
+ 994,
2418
+ 174,
2419
+ 0,
2420
+ 189,
2421
+ 0,
2422
+ "IMAGE"
2423
+ ],
2424
+ [
2425
+ 995,
2426
+ 238,
2427
+ 0,
2428
+ 280,
2429
+ 1,
2430
+ "IMAGE"
2431
+ ],
2432
+ [
2433
+ 996,
2434
+ 95,
2435
+ 0,
2436
+ 280,
2437
+ 0,
2438
+ "IMAGE"
2439
+ ],
2440
+ [
2441
+ 997,
2442
+ 157,
2443
+ 0,
2444
+ 281,
2445
+ 0,
2446
+ "IMAGE"
2447
+ ],
2448
+ [
2449
+ 998,
2450
+ 280,
2451
+ 0,
2452
+ 281,
2453
+ 1,
2454
+ "IMAGE"
2455
+ ],
2456
+ [
2457
+ 999,
2458
+ 281,
2459
+ 0,
2460
+ 112,
2461
+ 0,
2462
+ "IMAGE"
2463
+ ],
2464
+ [
2465
+ 1008,
2466
+ 283,
2467
+ 0,
2468
+ 234,
2469
+ 0,
2470
+ "IMAGE"
2471
+ ],
2472
+ [
2473
+ 1009,
2474
+ 283,
2475
+ 0,
2476
+ 167,
2477
+ 3,
2478
+ "IMAGE"
2479
+ ],
2480
+ [
2481
+ 1012,
2482
+ 283,
2483
+ 0,
2484
+ 232,
2485
+ 0,
2486
+ "IMAGE"
2487
+ ],
2488
+ [
2489
+ 1013,
2490
+ 283,
2491
+ 0,
2492
+ 175,
2493
+ 0,
2494
+ "IMAGE"
2495
+ ],
2496
+ [
2497
+ 1014,
2498
+ 189,
2499
+ 0,
2500
+ 283,
2501
+ 1,
2502
+ "IMAGE"
2503
+ ],
2504
+ [
2505
+ 1015,
2506
+ 188,
2507
+ 0,
2508
+ 283,
2509
+ 0,
2510
+ "IMAGE"
2511
+ ],
2512
+ [
2513
+ 1016,
2514
+ 37,
2515
+ 0,
2516
+ 55,
2517
+ 0,
2518
+ "MODEL"
2519
+ ],
2520
+ [
2521
+ 1019,
2522
+ 233,
2523
+ 0,
2524
+ 235,
2525
+ 0,
2526
+ "LATENT"
2527
+ ],
2528
+ [
2529
+ 1020,
2530
+ 286,
2531
+ 0,
2532
+ 287,
2533
+ 0,
2534
+ "IMAGE"
2535
+ ],
2536
+ [
2537
+ 1021,
2538
+ 98,
2539
+ 3,
2540
+ 287,
2541
+ 2,
2542
+ "INT"
2543
+ ],
2544
+ [
2545
+ 1022,
2546
+ 98,
2547
+ 4,
2548
+ 287,
2549
+ 3,
2550
+ "INT"
2551
+ ],
2552
+ [
2553
+ 1023,
2554
+ 285,
2555
+ 0,
2556
+ 288,
2557
+ 0,
2558
+ "IMAGE"
2559
+ ],
2560
+ [
2561
+ 1024,
2562
+ 98,
2563
+ 3,
2564
+ 288,
2565
+ 2,
2566
+ "INT"
2567
+ ],
2568
+ [
2569
+ 1025,
2570
+ 98,
2571
+ 4,
2572
+ 288,
2573
+ 3,
2574
+ "INT"
2575
+ ],
2576
+ [
2577
+ 1026,
2578
+ 6,
2579
+ 0,
2580
+ 101,
2581
+ 0,
2582
+ "CONDITIONING"
2583
+ ],
2584
+ [
2585
+ 1027,
2586
+ 7,
2587
+ 0,
2588
+ 101,
2589
+ 1,
2590
+ "CONDITIONING"
2591
+ ],
2592
+ [
2593
+ 1028,
2594
+ 101,
2595
+ 0,
2596
+ 167,
2597
+ 0,
2598
+ "CONDITIONING"
2599
+ ],
2600
+ [
2601
+ 1029,
2602
+ 101,
2603
+ 1,
2604
+ 167,
2605
+ 1,
2606
+ "CONDITIONING"
2607
+ ],
2608
+ [
2609
+ 1030,
2610
+ 167,
2611
+ 0,
2612
+ 233,
2613
+ 1,
2614
+ "CONDITIONING"
2615
+ ],
2616
+ [
2617
+ 1031,
2618
+ 171,
2619
+ 0,
2620
+ 233,
2621
+ 2,
2622
+ "CONDITIONING"
2623
+ ],
2624
+ [
2625
+ 1033,
2626
+ 232,
2627
+ 0,
2628
+ 289,
2629
+ 1,
2630
+ "*"
2631
+ ],
2632
+ [
2633
+ 1034,
2634
+ 289,
2635
+ 0,
2636
+ 279,
2637
+ 2,
2638
+ "INT"
2639
+ ],
2640
+ [
2641
+ 1035,
2642
+ 288,
2643
+ 0,
2644
+ 283,
2645
+ 2,
2646
+ "IMAGE"
2647
+ ],
2648
+ [
2649
+ 1036,
2650
+ 287,
2651
+ 0,
2652
+ 283,
2653
+ 3,
2654
+ "IMAGE"
2655
+ ]
2656
+ ],
2657
+ "groups": [
2658
+ {
2659
+ "id": 1,
2660
+ "title": "Models",
2661
+ "bounding": [
2662
+ -3225,
2663
+ -850,
2664
+ 1325,
2665
+ 500
2666
+ ],
2667
+ "color": "#3f789e",
2668
+ "font_size": 24,
2669
+ "flags": {}
2670
+ },
2671
+ {
2672
+ "id": 2,
2673
+ "title": "Phantom Conditioning Images",
2674
+ "bounding": [
2675
+ -3225,
2676
+ -325,
2677
+ 1000,
2678
+ 1675
2679
+ ],
2680
+ "color": "#3f789e",
2681
+ "font_size": 24,
2682
+ "flags": {}
2683
+ },
2684
+ {
2685
+ "id": 3,
2686
+ "title": "Control Video",
2687
+ "bounding": [
2688
+ -3225,
2689
+ 1400,
2690
+ 1725,
2691
+ 650
2692
+ ],
2693
+ "color": "#3f789e",
2694
+ "font_size": 24,
2695
+ "flags": {}
2696
+ },
2697
+ {
2698
+ "id": 4,
2699
+ "title": "Conditioning Adapter",
2700
+ "bounding": [
2701
+ -1750,
2702
+ 675,
2703
+ 1025,
2704
+ 550
2705
+ ],
2706
+ "color": "#3f789e",
2707
+ "font_size": 24,
2708
+ "flags": {}
2709
+ },
2710
+ {
2711
+ "id": 5,
2712
+ "title": "Conditioning",
2713
+ "bounding": [
2714
+ -1750,
2715
+ -150,
2716
+ 1950,
2717
+ 675
2718
+ ],
2719
+ "color": "#3f789e",
2720
+ "font_size": 24,
2721
+ "flags": {}
2722
+ },
2723
+ {
2724
+ "id": 6,
2725
+ "title": "Output",
2726
+ "bounding": [
2727
+ 1125,
2728
+ -875,
2729
+ 775,
2730
+ 2925
2731
+ ],
2732
+ "color": "#3f789e",
2733
+ "font_size": 24,
2734
+ "flags": {}
2735
+ }
2736
+ ],
2737
+ "config": {},
2738
+ "extra": {
2739
+ "ds": {
2740
+ "scale": 0.6303940863128502,
2741
+ "offset": [
2742
+ 3622.8598124651894,
2743
+ 43.487806540066
2744
+ ]
2745
+ },
2746
+ "frontendVersion": "1.23.4",
2747
+ "VHS_latentpreview": false,
2748
+ "VHS_latentpreviewrate": 0,
2749
+ "VHS_MetadataImage": true,
2750
+ "VHS_KeepIntermediate": true
2751
+ },
2752
+ "version": 0.4
2753
+ }
Workflows/Phantom_VACE_Basic_Workflow_v2.json ADDED
@@ -0,0 +1,2287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "62aab0b8-d87c-4806-85c3-39880e25a4bd",
3
+ "revision": 0,
4
+ "last_node_id": 290,
5
+ "last_link_id": 1053,
6
+ "nodes": [
7
+ {
8
+ "id": 39,
9
+ "type": "VAELoader",
10
+ "pos": [
11
+ -3200,
12
+ -450
13
+ ],
14
+ "size": [
15
+ 400,
16
+ 58
17
+ ],
18
+ "flags": {},
19
+ "order": 0,
20
+ "mode": 0,
21
+ "inputs": [],
22
+ "outputs": [
23
+ {
24
+ "name": "VAE",
25
+ "type": "VAE",
26
+ "slot_index": 0,
27
+ "links": [
28
+ 811,
29
+ 1042
30
+ ]
31
+ }
32
+ ],
33
+ "properties": {
34
+ "cnr_id": "comfy-core",
35
+ "ver": "0.3.27",
36
+ "Node name for S&R": "VAELoader"
37
+ },
38
+ "widgets_values": [
39
+ "Wan2.1_VAE.pth"
40
+ ],
41
+ "color": "#432",
42
+ "bgcolor": "#653"
43
+ },
44
+ {
45
+ "id": 235,
46
+ "type": "VAEDecode",
47
+ "pos": [
48
+ 650,
49
+ 200
50
+ ],
51
+ "size": [
52
+ 140,
53
+ 46
54
+ ],
55
+ "flags": {},
56
+ "order": 25,
57
+ "mode": 0,
58
+ "inputs": [
59
+ {
60
+ "name": "samples",
61
+ "type": "LATENT",
62
+ "link": 1019
63
+ },
64
+ {
65
+ "name": "vae",
66
+ "type": "VAE",
67
+ "link": 811
68
+ }
69
+ ],
70
+ "outputs": [
71
+ {
72
+ "name": "IMAGE",
73
+ "type": "IMAGE",
74
+ "links": [
75
+ 814,
76
+ 824
77
+ ]
78
+ }
79
+ ],
80
+ "properties": {
81
+ "cnr_id": "comfy-core",
82
+ "ver": "0.3.44",
83
+ "Node name for S&R": "VAEDecode"
84
+ },
85
+ "widgets_values": []
86
+ },
87
+ {
88
+ "id": 38,
89
+ "type": "CLIPLoader",
90
+ "pos": [
91
+ -3200,
92
+ -600
93
+ ],
94
+ "size": [
95
+ 400,
96
+ 106
97
+ ],
98
+ "flags": {},
99
+ "order": 1,
100
+ "mode": 0,
101
+ "inputs": [],
102
+ "outputs": [
103
+ {
104
+ "name": "CLIP",
105
+ "type": "CLIP",
106
+ "slot_index": 0,
107
+ "links": [
108
+ 468,
109
+ 469
110
+ ]
111
+ }
112
+ ],
113
+ "properties": {
114
+ "cnr_id": "comfy-core",
115
+ "ver": "0.3.27",
116
+ "Node name for S&R": "CLIPLoader"
117
+ },
118
+ "widgets_values": [
119
+ "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
120
+ "wan",
121
+ "default"
122
+ ],
123
+ "color": "#432",
124
+ "bgcolor": "#653"
125
+ },
126
+ {
127
+ "id": 55,
128
+ "type": "ModelSamplingSD3",
129
+ "pos": [
130
+ -2400,
131
+ -750
132
+ ],
133
+ "size": [
134
+ 300,
135
+ 100
136
+ ],
137
+ "flags": {},
138
+ "order": 10,
139
+ "mode": 0,
140
+ "inputs": [
141
+ {
142
+ "name": "model",
143
+ "type": "MODEL",
144
+ "link": 1016
145
+ }
146
+ ],
147
+ "outputs": [
148
+ {
149
+ "name": "MODEL",
150
+ "type": "MODEL",
151
+ "links": [
152
+ 1043
153
+ ]
154
+ }
155
+ ],
156
+ "properties": {
157
+ "cnr_id": "comfy-core",
158
+ "ver": "0.3.27",
159
+ "Node name for S&R": "ModelSamplingSD3"
160
+ },
161
+ "widgets_values": [
162
+ 6.000000000000001
163
+ ],
164
+ "color": "#432",
165
+ "bgcolor": "#653"
166
+ },
167
+ {
168
+ "id": 176,
169
+ "type": "LoadImage",
170
+ "pos": [
171
+ -3200,
172
+ -250
173
+ ],
174
+ "size": [
175
+ 214.0749969482422,
176
+ 326
177
+ ],
178
+ "flags": {},
179
+ "order": 2,
180
+ "mode": 0,
181
+ "inputs": [],
182
+ "outputs": [
183
+ {
184
+ "name": "IMAGE",
185
+ "type": "IMAGE",
186
+ "links": [
187
+ 993
188
+ ]
189
+ },
190
+ {
191
+ "name": "MASK",
192
+ "type": "MASK",
193
+ "links": null
194
+ }
195
+ ],
196
+ "properties": {
197
+ "cnr_id": "comfy-core",
198
+ "ver": "0.3.40",
199
+ "Node name for S&R": "LoadImage"
200
+ },
201
+ "widgets_values": [
202
+ "UHsNbNMK8c3nkQBhrAh8Bd-970-80.jpg.webp",
203
+ "image"
204
+ ],
205
+ "color": "#332922",
206
+ "bgcolor": "#593930"
207
+ },
208
+ {
209
+ "id": 174,
210
+ "type": "LoadImage",
211
+ "pos": [
212
+ -3200,
213
+ 150
214
+ ],
215
+ "size": [
216
+ 214.0749969482422,
217
+ 326
218
+ ],
219
+ "flags": {},
220
+ "order": 3,
221
+ "mode": 0,
222
+ "inputs": [],
223
+ "outputs": [
224
+ {
225
+ "name": "IMAGE",
226
+ "type": "IMAGE",
227
+ "links": [
228
+ 994
229
+ ]
230
+ },
231
+ {
232
+ "name": "MASK",
233
+ "type": "MASK",
234
+ "links": null
235
+ }
236
+ ],
237
+ "properties": {
238
+ "cnr_id": "comfy-core",
239
+ "ver": "0.3.40",
240
+ "Node name for S&R": "LoadImage"
241
+ },
242
+ "widgets_values": [
243
+ "Tw2_journal_Triss.jpg",
244
+ "image"
245
+ ],
246
+ "color": "#332922",
247
+ "bgcolor": "#593930"
248
+ },
249
+ {
250
+ "id": 189,
251
+ "type": "ImageResizeKJv2",
252
+ "pos": [
253
+ -2900,
254
+ 150
255
+ ],
256
+ "size": [
257
+ 225,
258
+ 336
259
+ ],
260
+ "flags": {},
261
+ "order": 15,
262
+ "mode": 0,
263
+ "inputs": [
264
+ {
265
+ "name": "image",
266
+ "type": "IMAGE",
267
+ "link": 994
268
+ },
269
+ {
270
+ "name": "mask",
271
+ "shape": 7,
272
+ "type": "MASK",
273
+ "link": null
274
+ },
275
+ {
276
+ "name": "width",
277
+ "type": "INT",
278
+ "widget": {
279
+ "name": "width"
280
+ },
281
+ "link": 593
282
+ },
283
+ {
284
+ "name": "height",
285
+ "type": "INT",
286
+ "widget": {
287
+ "name": "height"
288
+ },
289
+ "link": 594
290
+ }
291
+ ],
292
+ "outputs": [
293
+ {
294
+ "name": "IMAGE",
295
+ "type": "IMAGE",
296
+ "links": [
297
+ 1014
298
+ ]
299
+ },
300
+ {
301
+ "name": "width",
302
+ "type": "INT",
303
+ "links": null
304
+ },
305
+ {
306
+ "name": "height",
307
+ "type": "INT",
308
+ "links": null
309
+ },
310
+ {
311
+ "name": "mask",
312
+ "type": "MASK",
313
+ "links": null
314
+ }
315
+ ],
316
+ "properties": {
317
+ "cnr_id": "comfyui-kjnodes",
318
+ "ver": "5dcda71011870278c35d92ff77a677ed2e538f2d",
319
+ "Node name for S&R": "ImageResizeKJv2"
320
+ },
321
+ "widgets_values": [
322
+ 512,
323
+ 512,
324
+ "bilinear",
325
+ "pad_edge",
326
+ "255, 255, 255",
327
+ "center",
328
+ 2,
329
+ "cpu"
330
+ ],
331
+ "color": "#332922",
332
+ "bgcolor": "#593930"
333
+ },
334
+ {
335
+ "id": 286,
336
+ "type": "LoadImage",
337
+ "pos": [
338
+ -3200,
339
+ 950
340
+ ],
341
+ "size": [
342
+ 214.0749969482422,
343
+ 326
344
+ ],
345
+ "flags": {},
346
+ "order": 4,
347
+ "mode": 4,
348
+ "inputs": [],
349
+ "outputs": [
350
+ {
351
+ "name": "IMAGE",
352
+ "type": "IMAGE",
353
+ "links": [
354
+ 1020
355
+ ]
356
+ },
357
+ {
358
+ "name": "MASK",
359
+ "type": "MASK",
360
+ "links": null
361
+ }
362
+ ],
363
+ "properties": {
364
+ "cnr_id": "comfy-core",
365
+ "ver": "0.3.40",
366
+ "Node name for S&R": "LoadImage"
367
+ },
368
+ "widgets_values": [
369
+ "Tw2_journal_Triss.jpg",
370
+ "image"
371
+ ],
372
+ "color": "#332922",
373
+ "bgcolor": "#593930"
374
+ },
375
+ {
376
+ "id": 188,
377
+ "type": "ImageResizeKJv2",
378
+ "pos": [
379
+ -2900,
380
+ -250
381
+ ],
382
+ "size": [
383
+ 210,
384
+ 336
385
+ ],
386
+ "flags": {},
387
+ "order": 14,
388
+ "mode": 0,
389
+ "inputs": [
390
+ {
391
+ "name": "image",
392
+ "type": "IMAGE",
393
+ "link": 993
394
+ },
395
+ {
396
+ "name": "mask",
397
+ "shape": 7,
398
+ "type": "MASK",
399
+ "link": null
400
+ },
401
+ {
402
+ "name": "width",
403
+ "type": "INT",
404
+ "widget": {
405
+ "name": "width"
406
+ },
407
+ "link": 585
408
+ },
409
+ {
410
+ "name": "height",
411
+ "type": "INT",
412
+ "widget": {
413
+ "name": "height"
414
+ },
415
+ "link": 586
416
+ }
417
+ ],
418
+ "outputs": [
419
+ {
420
+ "name": "IMAGE",
421
+ "type": "IMAGE",
422
+ "links": [
423
+ 1015
424
+ ]
425
+ },
426
+ {
427
+ "name": "width",
428
+ "type": "INT",
429
+ "links": null
430
+ },
431
+ {
432
+ "name": "height",
433
+ "type": "INT",
434
+ "links": null
435
+ },
436
+ {
437
+ "name": "mask",
438
+ "type": "MASK",
439
+ "links": null
440
+ }
441
+ ],
442
+ "properties": {
443
+ "cnr_id": "comfyui-kjnodes",
444
+ "ver": "5dcda71011870278c35d92ff77a677ed2e538f2d",
445
+ "Node name for S&R": "ImageResizeKJv2"
446
+ },
447
+ "widgets_values": [
448
+ 512,
449
+ 512,
450
+ "bilinear",
451
+ "pad_edge",
452
+ "255, 255, 255",
453
+ "center",
454
+ 3,
455
+ "gpu"
456
+ ],
457
+ "color": "#332922",
458
+ "bgcolor": "#593930"
459
+ },
460
+ {
461
+ "id": 98,
462
+ "type": "VHS_VideoInfoLoaded",
463
+ "pos": [
464
+ -2850,
465
+ 1500
466
+ ],
467
+ "size": [
468
+ 243.0833282470703,
469
+ 106
470
+ ],
471
+ "flags": {},
472
+ "order": 12,
473
+ "mode": 0,
474
+ "inputs": [
475
+ {
476
+ "name": "video_info",
477
+ "type": "VHS_VIDEOINFO",
478
+ "link": 819
479
+ }
480
+ ],
481
+ "outputs": [
482
+ {
483
+ "name": "fps🟦",
484
+ "type": "FLOAT",
485
+ "links": []
486
+ },
487
+ {
488
+ "name": "frame_count🟦",
489
+ "type": "INT",
490
+ "links": [
491
+ 1052
492
+ ]
493
+ },
494
+ {
495
+ "name": "duration🟦",
496
+ "type": "FLOAT",
497
+ "links": null
498
+ },
499
+ {
500
+ "name": "width🟦",
501
+ "type": "INT",
502
+ "links": [
503
+ 402,
504
+ 585,
505
+ 593,
506
+ 1021,
507
+ 1024,
508
+ 1050
509
+ ]
510
+ },
511
+ {
512
+ "name": "height🟦",
513
+ "type": "INT",
514
+ "links": [
515
+ 403,
516
+ 586,
517
+ 594,
518
+ 1022,
519
+ 1025,
520
+ 1051
521
+ ]
522
+ }
523
+ ],
524
+ "properties": {
525
+ "cnr_id": "comfyui-videohelpersuite",
526
+ "ver": "a7ce59e381934733bfae03b1be029756d6ce936d",
527
+ "Node name for S&R": "VHS_VideoInfoLoaded"
528
+ },
529
+ "widgets_values": {},
530
+ "color": "#223",
531
+ "bgcolor": "#335"
532
+ },
533
+ {
534
+ "id": 108,
535
+ "type": "DWPreprocessor",
536
+ "pos": [
537
+ -2325,
538
+ 1700
539
+ ],
540
+ "size": [
541
+ 294.4444580078125,
542
+ 222
543
+ ],
544
+ "flags": {},
545
+ "order": 11,
546
+ "mode": 0,
547
+ "inputs": [
548
+ {
549
+ "name": "image",
550
+ "type": "IMAGE",
551
+ "link": 817
552
+ }
553
+ ],
554
+ "outputs": [
555
+ {
556
+ "name": "IMAGE",
557
+ "type": "IMAGE",
558
+ "links": [
559
+ 936
560
+ ]
561
+ },
562
+ {
563
+ "name": "POSE_KEYPOINT",
564
+ "type": "POSE_KEYPOINT",
565
+ "links": null
566
+ }
567
+ ],
568
+ "properties": {
569
+ "cnr_id": "comfyui_controlnet_aux",
570
+ "ver": "83463c2e4b04e729268e57f638b4212e0da4badc",
571
+ "Node name for S&R": "DWPreprocessor"
572
+ },
573
+ "widgets_values": [
574
+ "enable",
575
+ "enable",
576
+ "enable",
577
+ 512,
578
+ "yolox_l.torchscript.pt",
579
+ "dw-ll_ucoco_384_bs5.torchscript.pt",
580
+ "disable"
581
+ ],
582
+ "color": "#223",
583
+ "bgcolor": "#335"
584
+ },
585
+ {
586
+ "id": 6,
587
+ "type": "CLIPTextEncode",
588
+ "pos": [
589
+ -1575,
590
+ 0
591
+ ],
592
+ "size": [
593
+ 422.84503173828125,
594
+ 164.31304931640625
595
+ ],
596
+ "flags": {},
597
+ "order": 8,
598
+ "mode": 0,
599
+ "inputs": [
600
+ {
601
+ "name": "clip",
602
+ "type": "CLIP",
603
+ "link": 468
604
+ }
605
+ ],
606
+ "outputs": [
607
+ {
608
+ "name": "CONDITIONING",
609
+ "type": "CONDITIONING",
610
+ "slot_index": 0,
611
+ "links": [
612
+ 1040
613
+ ]
614
+ }
615
+ ],
616
+ "title": "CLIP Text Encode (Positive Prompt)",
617
+ "properties": {
618
+ "cnr_id": "comfy-core",
619
+ "ver": "0.3.27",
620
+ "Node name for S&R": "CLIPTextEncode"
621
+ },
622
+ "widgets_values": [
623
+ "On the right A female character with pointed ears, black hair with bangs in a long ponytail, and a silver circlet wears ornate leather and metal armor with the handle of a weapon visible over her shoulder.\n\nOn the left A woman with wavy red hair and a scar under her eye wears a (blue and white striped shirt:0.6) with a brown and green collar and a decorative silver clasp.\n\nThey are sitting at a restaurant large pasta in front of them."
624
+ ],
625
+ "color": "#232",
626
+ "bgcolor": "#353"
627
+ },
628
+ {
629
+ "id": 7,
630
+ "type": "CLIPTextEncode",
631
+ "pos": [
632
+ -1575,
633
+ 250
634
+ ],
635
+ "size": [
636
+ 425.27801513671875,
637
+ 180.6060791015625
638
+ ],
639
+ "flags": {},
640
+ "order": 9,
641
+ "mode": 0,
642
+ "inputs": [
643
+ {
644
+ "name": "clip",
645
+ "type": "CLIP",
646
+ "link": 469
647
+ }
648
+ ],
649
+ "outputs": [
650
+ {
651
+ "name": "CONDITIONING",
652
+ "type": "CONDITIONING",
653
+ "slot_index": 0,
654
+ "links": [
655
+ 1041
656
+ ]
657
+ }
658
+ ],
659
+ "title": "CLIP Text Encode (Negative Prompt)",
660
+ "properties": {
661
+ "cnr_id": "comfy-core",
662
+ "ver": "0.3.27",
663
+ "Node name for S&R": "CLIPTextEncode"
664
+ },
665
+ "widgets_values": [
666
+ ""
667
+ ],
668
+ "color": "#322",
669
+ "bgcolor": "#533"
670
+ },
671
+ {
672
+ "id": 171,
673
+ "type": "ConditioningCombine",
674
+ "pos": [
675
+ -75,
676
+ 325
677
+ ],
678
+ "size": [
679
+ 211.07501220703125,
680
+ 46
681
+ ],
682
+ "flags": {},
683
+ "order": 23,
684
+ "mode": 0,
685
+ "inputs": [
686
+ {
687
+ "name": "conditioning_1",
688
+ "type": "CONDITIONING",
689
+ "link": 1047
690
+ },
691
+ {
692
+ "name": "conditioning_2",
693
+ "type": "CONDITIONING",
694
+ "link": 1046
695
+ }
696
+ ],
697
+ "outputs": [
698
+ {
699
+ "name": "CONDITIONING",
700
+ "type": "CONDITIONING",
701
+ "links": [
702
+ 1031
703
+ ]
704
+ }
705
+ ],
706
+ "properties": {
707
+ "cnr_id": "comfy-core",
708
+ "ver": "0.3.40",
709
+ "Node name for S&R": "ConditioningCombine"
710
+ },
711
+ "widgets_values": []
712
+ },
713
+ {
714
+ "id": 280,
715
+ "type": "ImageConcanate",
716
+ "pos": [
717
+ 350,
718
+ 1325
719
+ ],
720
+ "size": [
721
+ 270,
722
+ 102
723
+ ],
724
+ "flags": {},
725
+ "order": 18,
726
+ "mode": 0,
727
+ "inputs": [
728
+ {
729
+ "name": "image1",
730
+ "type": "IMAGE",
731
+ "link": 996
732
+ },
733
+ {
734
+ "name": "image2",
735
+ "type": "IMAGE",
736
+ "link": 995
737
+ }
738
+ ],
739
+ "outputs": [
740
+ {
741
+ "name": "IMAGE",
742
+ "type": "IMAGE",
743
+ "links": [
744
+ 998
745
+ ]
746
+ }
747
+ ],
748
+ "properties": {
749
+ "cnr_id": "comfyui-kjnodes",
750
+ "ver": "984c7bb27652bb7ea85cb3e2d7b1b95e962f8963",
751
+ "Node name for S&R": "ImageConcanate"
752
+ },
753
+ "widgets_values": [
754
+ "down",
755
+ true
756
+ ],
757
+ "color": "#2a363b",
758
+ "bgcolor": "#3f5159"
759
+ },
760
+ {
761
+ "id": 157,
762
+ "type": "ImageConcanate",
763
+ "pos": [
764
+ 325,
765
+ 1100
766
+ ],
767
+ "size": [
768
+ 315,
769
+ 102
770
+ ],
771
+ "flags": {},
772
+ "order": 26,
773
+ "mode": 0,
774
+ "inputs": [
775
+ {
776
+ "name": "image1",
777
+ "type": "IMAGE",
778
+ "link": 814
779
+ },
780
+ {
781
+ "name": "image2",
782
+ "type": "IMAGE",
783
+ "link": 815
784
+ }
785
+ ],
786
+ "outputs": [
787
+ {
788
+ "name": "IMAGE",
789
+ "type": "IMAGE",
790
+ "links": [
791
+ 997
792
+ ]
793
+ }
794
+ ],
795
+ "properties": {
796
+ "cnr_id": "comfyui-kjnodes",
797
+ "ver": "8ecf5cd05e0a1012087b0da90eea9a13674668db",
798
+ "Node name for S&R": "ImageConcanate"
799
+ },
800
+ "widgets_values": [
801
+ "left",
802
+ true
803
+ ],
804
+ "color": "#2a363b",
805
+ "bgcolor": "#3f5159"
806
+ },
807
+ {
808
+ "id": 234,
809
+ "type": "ImageConcatFromBatch",
810
+ "pos": [
811
+ -50,
812
+ 1100
813
+ ],
814
+ "size": [
815
+ 275,
816
+ 106
817
+ ],
818
+ "flags": {},
819
+ "order": 20,
820
+ "mode": 0,
821
+ "inputs": [
822
+ {
823
+ "name": "images",
824
+ "type": "IMAGE",
825
+ "link": 1008
826
+ }
827
+ ],
828
+ "outputs": [
829
+ {
830
+ "name": "IMAGE",
831
+ "type": "IMAGE",
832
+ "links": [
833
+ 815
834
+ ]
835
+ }
836
+ ],
837
+ "properties": {
838
+ "cnr_id": "comfyui-kjnodes",
839
+ "ver": "0d909572e226a49cae540cfe436551e93836db20",
840
+ "Node name for S&R": "ImageConcatFromBatch"
841
+ },
842
+ "widgets_values": [
843
+ 1,
844
+ false,
845
+ 4096
846
+ ],
847
+ "color": "#2a363b",
848
+ "bgcolor": "#3f5159"
849
+ },
850
+ {
851
+ "id": 175,
852
+ "type": "PreviewImage",
853
+ "pos": [
854
+ -2550,
855
+ -150
856
+ ],
857
+ "size": [
858
+ 140,
859
+ 246
860
+ ],
861
+ "flags": {},
862
+ "order": 21,
863
+ "mode": 0,
864
+ "inputs": [
865
+ {
866
+ "name": "images",
867
+ "type": "IMAGE",
868
+ "link": 1013
869
+ }
870
+ ],
871
+ "outputs": [],
872
+ "properties": {
873
+ "cnr_id": "comfy-core",
874
+ "ver": "0.3.40",
875
+ "Node name for S&R": "PreviewImage"
876
+ },
877
+ "widgets_values": [],
878
+ "color": "#332922",
879
+ "bgcolor": "#593930"
880
+ },
881
+ {
882
+ "id": 281,
883
+ "type": "ImageConcanate",
884
+ "pos": [
885
+ 700,
886
+ 1150
887
+ ],
888
+ "size": [
889
+ 270,
890
+ 102
891
+ ],
892
+ "flags": {},
893
+ "order": 28,
894
+ "mode": 0,
895
+ "inputs": [
896
+ {
897
+ "name": "image1",
898
+ "type": "IMAGE",
899
+ "link": 997
900
+ },
901
+ {
902
+ "name": "image2",
903
+ "type": "IMAGE",
904
+ "link": 998
905
+ }
906
+ ],
907
+ "outputs": [
908
+ {
909
+ "name": "IMAGE",
910
+ "type": "IMAGE",
911
+ "links": [
912
+ 999
913
+ ]
914
+ }
915
+ ],
916
+ "properties": {
917
+ "cnr_id": "comfyui-kjnodes",
918
+ "ver": "984c7bb27652bb7ea85cb3e2d7b1b95e962f8963",
919
+ "Node name for S&R": "ImageConcanate"
920
+ },
921
+ "widgets_values": [
922
+ "right",
923
+ true
924
+ ],
925
+ "color": "#2a363b",
926
+ "bgcolor": "#3f5159"
927
+ },
928
+ {
929
+ "id": 112,
930
+ "type": "VHS_VideoCombine",
931
+ "pos": [
932
+ 1225,
933
+ 1150
934
+ ],
935
+ "size": [
936
+ 609.3076171875,
937
+ 517.9925537109375
938
+ ],
939
+ "flags": {
940
+ "collapsed": false
941
+ },
942
+ "order": 29,
943
+ "mode": 0,
944
+ "inputs": [
945
+ {
946
+ "name": "images",
947
+ "type": "IMAGE",
948
+ "link": 999
949
+ },
950
+ {
951
+ "name": "audio",
952
+ "shape": 7,
953
+ "type": "AUDIO",
954
+ "link": 821
955
+ },
956
+ {
957
+ "name": "meta_batch",
958
+ "shape": 7,
959
+ "type": "VHS_BatchManager",
960
+ "link": null
961
+ },
962
+ {
963
+ "name": "vae",
964
+ "shape": 7,
965
+ "type": "VAE",
966
+ "link": null
967
+ }
968
+ ],
969
+ "outputs": [
970
+ {
971
+ "name": "Filenames",
972
+ "type": "VHS_FILENAMES",
973
+ "links": null
974
+ }
975
+ ],
976
+ "properties": {
977
+ "cnr_id": "comfyui-videohelpersuite",
978
+ "ver": "c9dcc3a229437df232d61da4f9697c87c1f22428",
979
+ "Node name for S&R": "VHS_VideoCombine"
980
+ },
981
+ "widgets_values": {
982
+ "frame_rate": 16,
983
+ "loop_count": 0,
984
+ "filename_prefix": "VACE_Phantom_Compare/Comparison",
985
+ "format": "video/h264-mp4",
986
+ "pix_fmt": "yuv420p",
987
+ "crf": 19,
988
+ "save_metadata": false,
989
+ "trim_to_audio": false,
990
+ "pingpong": false,
991
+ "save_output": true,
992
+ "videopreview": {
993
+ "hidden": false,
994
+ "paused": false,
995
+ "params": {
996
+ "filename": "Comparison_00136-audio.mp4",
997
+ "subfolder": "VACE_Phantom_Compare",
998
+ "type": "output",
999
+ "format": "video/h264-mp4",
1000
+ "frame_rate": 16,
1001
+ "workflow": "Comparison_00136.png",
1002
+ "fullpath": "E:\\ComfyUI\\output\\VACE_Phantom_Compare\\Comparison_00136-audio.mp4"
1003
+ }
1004
+ }
1005
+ },
1006
+ "color": "#2a363b",
1007
+ "bgcolor": "#3f5159"
1008
+ },
1009
+ {
1010
+ "id": 73,
1011
+ "type": "VHS_VideoCombine",
1012
+ "pos": [
1013
+ 1225,
1014
+ -675
1015
+ ],
1016
+ "size": [
1017
+ 609.3076171875,
1018
+ 687.9851684570312
1019
+ ],
1020
+ "flags": {
1021
+ "collapsed": false
1022
+ },
1023
+ "order": 27,
1024
+ "mode": 0,
1025
+ "inputs": [
1026
+ {
1027
+ "name": "images",
1028
+ "type": "IMAGE",
1029
+ "link": 824
1030
+ },
1031
+ {
1032
+ "name": "audio",
1033
+ "shape": 7,
1034
+ "type": "AUDIO",
1035
+ "link": 822
1036
+ },
1037
+ {
1038
+ "name": "meta_batch",
1039
+ "shape": 7,
1040
+ "type": "VHS_BatchManager",
1041
+ "link": null
1042
+ },
1043
+ {
1044
+ "name": "vae",
1045
+ "shape": 7,
1046
+ "type": "VAE",
1047
+ "link": null
1048
+ }
1049
+ ],
1050
+ "outputs": [
1051
+ {
1052
+ "name": "Filenames",
1053
+ "type": "VHS_FILENAMES",
1054
+ "links": null
1055
+ }
1056
+ ],
1057
+ "properties": {
1058
+ "cnr_id": "comfyui-videohelpersuite",
1059
+ "ver": "c9dcc3a229437df232d61da4f9697c87c1f22428",
1060
+ "Node name for S&R": "VHS_VideoCombine"
1061
+ },
1062
+ "widgets_values": {
1063
+ "frame_rate": 16,
1064
+ "loop_count": 0,
1065
+ "filename_prefix": "VACE_Phantom/VACE_Phantom",
1066
+ "format": "video/h264-mp4",
1067
+ "pix_fmt": "yuv420p",
1068
+ "crf": 19,
1069
+ "save_metadata": false,
1070
+ "trim_to_audio": false,
1071
+ "pingpong": false,
1072
+ "save_output": true,
1073
+ "videopreview": {
1074
+ "hidden": false,
1075
+ "paused": false,
1076
+ "params": {
1077
+ "filename": "VACE_Phantom_00026-audio.mp4",
1078
+ "subfolder": "VACE_Phantom",
1079
+ "type": "output",
1080
+ "format": "video/h264-mp4",
1081
+ "frame_rate": 16,
1082
+ "workflow": "VACE_Phantom_00026.png",
1083
+ "fullpath": "E:\\ComfyUI\\output\\VACE_Phantom\\VACE_Phantom_00026-audio.mp4"
1084
+ }
1085
+ }
1086
+ },
1087
+ "color": "#2a363b",
1088
+ "bgcolor": "#3f5159"
1089
+ },
1090
+ {
1091
+ "id": 288,
1092
+ "type": "ImageResizeKJv2",
1093
+ "pos": [
1094
+ -2900,
1095
+ 550
1096
+ ],
1097
+ "size": [
1098
+ 210,
1099
+ 325
1100
+ ],
1101
+ "flags": {},
1102
+ "order": 17,
1103
+ "mode": 4,
1104
+ "inputs": [
1105
+ {
1106
+ "name": "image",
1107
+ "type": "IMAGE",
1108
+ "link": 1023
1109
+ },
1110
+ {
1111
+ "name": "mask",
1112
+ "shape": 7,
1113
+ "type": "MASK",
1114
+ "link": null
1115
+ },
1116
+ {
1117
+ "name": "width",
1118
+ "type": "INT",
1119
+ "widget": {
1120
+ "name": "width"
1121
+ },
1122
+ "link": 1024
1123
+ },
1124
+ {
1125
+ "name": "height",
1126
+ "type": "INT",
1127
+ "widget": {
1128
+ "name": "height"
1129
+ },
1130
+ "link": 1025
1131
+ }
1132
+ ],
1133
+ "outputs": [
1134
+ {
1135
+ "name": "IMAGE",
1136
+ "type": "IMAGE",
1137
+ "links": [
1138
+ 1035
1139
+ ]
1140
+ },
1141
+ {
1142
+ "name": "width",
1143
+ "type": "INT",
1144
+ "links": null
1145
+ },
1146
+ {
1147
+ "name": "height",
1148
+ "type": "INT",
1149
+ "links": null
1150
+ },
1151
+ {
1152
+ "name": "mask",
1153
+ "type": "MASK",
1154
+ "links": null
1155
+ }
1156
+ ],
1157
+ "properties": {
1158
+ "cnr_id": "comfyui-kjnodes",
1159
+ "ver": "5dcda71011870278c35d92ff77a677ed2e538f2d",
1160
+ "Node name for S&R": "ImageResizeKJv2"
1161
+ },
1162
+ "widgets_values": [
1163
+ 512,
1164
+ 512,
1165
+ "bilinear",
1166
+ "pad_edge",
1167
+ "255, 255, 255",
1168
+ "center",
1169
+ 3,
1170
+ "gpu"
1171
+ ],
1172
+ "color": "#332922",
1173
+ "bgcolor": "#593930"
1174
+ },
1175
+ {
1176
+ "id": 287,
1177
+ "type": "ImageResizeKJv2",
1178
+ "pos": [
1179
+ -2900,
1180
+ 950
1181
+ ],
1182
+ "size": [
1183
+ 210,
1184
+ 325
1185
+ ],
1186
+ "flags": {},
1187
+ "order": 16,
1188
+ "mode": 4,
1189
+ "inputs": [
1190
+ {
1191
+ "name": "image",
1192
+ "type": "IMAGE",
1193
+ "link": 1020
1194
+ },
1195
+ {
1196
+ "name": "mask",
1197
+ "shape": 7,
1198
+ "type": "MASK",
1199
+ "link": null
1200
+ },
1201
+ {
1202
+ "name": "width",
1203
+ "type": "INT",
1204
+ "widget": {
1205
+ "name": "width"
1206
+ },
1207
+ "link": 1021
1208
+ },
1209
+ {
1210
+ "name": "height",
1211
+ "type": "INT",
1212
+ "widget": {
1213
+ "name": "height"
1214
+ },
1215
+ "link": 1022
1216
+ }
1217
+ ],
1218
+ "outputs": [
1219
+ {
1220
+ "name": "IMAGE",
1221
+ "type": "IMAGE",
1222
+ "links": [
1223
+ 1036
1224
+ ]
1225
+ },
1226
+ {
1227
+ "name": "width",
1228
+ "type": "INT",
1229
+ "links": null
1230
+ },
1231
+ {
1232
+ "name": "height",
1233
+ "type": "INT",
1234
+ "links": null
1235
+ },
1236
+ {
1237
+ "name": "mask",
1238
+ "type": "MASK",
1239
+ "links": null
1240
+ }
1241
+ ],
1242
+ "properties": {
1243
+ "cnr_id": "comfyui-kjnodes",
1244
+ "ver": "5dcda71011870278c35d92ff77a677ed2e538f2d",
1245
+ "Node name for S&R": "ImageResizeKJv2"
1246
+ },
1247
+ "widgets_values": [
1248
+ 512,
1249
+ 512,
1250
+ "bilinear",
1251
+ "pad_edge",
1252
+ "255, 255, 255",
1253
+ "center",
1254
+ 2,
1255
+ "cpu"
1256
+ ],
1257
+ "color": "#332922",
1258
+ "bgcolor": "#593930"
1259
+ },
1260
+ {
1261
+ "id": 285,
1262
+ "type": "LoadImage",
1263
+ "pos": [
1264
+ -3200,
1265
+ 550
1266
+ ],
1267
+ "size": [
1268
+ 214.0749969482422,
1269
+ 326
1270
+ ],
1271
+ "flags": {},
1272
+ "order": 5,
1273
+ "mode": 4,
1274
+ "inputs": [],
1275
+ "outputs": [
1276
+ {
1277
+ "name": "IMAGE",
1278
+ "type": "IMAGE",
1279
+ "links": [
1280
+ 1023
1281
+ ]
1282
+ },
1283
+ {
1284
+ "name": "MASK",
1285
+ "type": "MASK",
1286
+ "links": null
1287
+ }
1288
+ ],
1289
+ "properties": {
1290
+ "cnr_id": "comfy-core",
1291
+ "ver": "0.3.40",
1292
+ "Node name for S&R": "LoadImage"
1293
+ },
1294
+ "widgets_values": [
1295
+ "UHsNbNMK8c3nkQBhrAh8Bd-970-80.jpg.webp",
1296
+ "image"
1297
+ ],
1298
+ "color": "#332922",
1299
+ "bgcolor": "#593930"
1300
+ },
1301
+ {
1302
+ "id": 95,
1303
+ "type": "ImageResize+",
1304
+ "pos": [
1305
+ -1950,
1306
+ 1700
1307
+ ],
1308
+ "size": [
1309
+ 270,
1310
+ 218
1311
+ ],
1312
+ "flags": {},
1313
+ "order": 13,
1314
+ "mode": 0,
1315
+ "inputs": [
1316
+ {
1317
+ "name": "image",
1318
+ "type": "IMAGE",
1319
+ "link": 936
1320
+ },
1321
+ {
1322
+ "name": "width",
1323
+ "type": "INT",
1324
+ "widget": {
1325
+ "name": "width"
1326
+ },
1327
+ "link": 402
1328
+ },
1329
+ {
1330
+ "name": "height",
1331
+ "type": "INT",
1332
+ "widget": {
1333
+ "name": "height"
1334
+ },
1335
+ "link": 403
1336
+ }
1337
+ ],
1338
+ "outputs": [
1339
+ {
1340
+ "name": "IMAGE",
1341
+ "type": "IMAGE",
1342
+ "links": [
1343
+ 996,
1344
+ 1049
1345
+ ]
1346
+ },
1347
+ {
1348
+ "name": "width",
1349
+ "type": "INT",
1350
+ "links": null
1351
+ },
1352
+ {
1353
+ "name": "height",
1354
+ "type": "INT",
1355
+ "links": null
1356
+ }
1357
+ ],
1358
+ "properties": {
1359
+ "cnr_id": "comfyui_essentials",
1360
+ "ver": "9d9f4bedfc9f0321c19faf71855e228c93bd0dc9",
1361
+ "Node name for S&R": "ImageResize+"
1362
+ },
1363
+ "widgets_values": [
1364
+ 832,
1365
+ 832,
1366
+ "nearest",
1367
+ "keep proportion",
1368
+ "always",
1369
+ 0
1370
+ ],
1371
+ "color": "#223",
1372
+ "bgcolor": "#335"
1373
+ },
1374
+ {
1375
+ "id": 233,
1376
+ "type": "KSampler",
1377
+ "pos": [
1378
+ 250,
1379
+ 150
1380
+ ],
1381
+ "size": [
1382
+ 270,
1383
+ 262
1384
+ ],
1385
+ "flags": {},
1386
+ "order": 24,
1387
+ "mode": 0,
1388
+ "inputs": [
1389
+ {
1390
+ "name": "model",
1391
+ "type": "MODEL",
1392
+ "link": 1044
1393
+ },
1394
+ {
1395
+ "name": "positive",
1396
+ "type": "CONDITIONING",
1397
+ "link": 1048
1398
+ },
1399
+ {
1400
+ "name": "negative",
1401
+ "type": "CONDITIONING",
1402
+ "link": 1031
1403
+ },
1404
+ {
1405
+ "name": "latent_image",
1406
+ "type": "LATENT",
1407
+ "link": 1045
1408
+ }
1409
+ ],
1410
+ "outputs": [
1411
+ {
1412
+ "name": "LATENT",
1413
+ "type": "LATENT",
1414
+ "links": [
1415
+ 1019
1416
+ ]
1417
+ }
1418
+ ],
1419
+ "properties": {
1420
+ "cnr_id": "comfy-core",
1421
+ "ver": "0.3.44",
1422
+ "Node name for S&R": "KSampler"
1423
+ },
1424
+ "widgets_values": [
1425
+ 807091054613027,
1426
+ "randomize",
1427
+ 12,
1428
+ 3,
1429
+ "euler",
1430
+ "simple",
1431
+ 1
1432
+ ]
1433
+ },
1434
+ {
1435
+ "id": 37,
1436
+ "type": "UNETLoader",
1437
+ "pos": [
1438
+ -3200,
1439
+ -750
1440
+ ],
1441
+ "size": [
1442
+ 400,
1443
+ 100
1444
+ ],
1445
+ "flags": {},
1446
+ "order": 6,
1447
+ "mode": 0,
1448
+ "inputs": [],
1449
+ "outputs": [
1450
+ {
1451
+ "name": "MODEL",
1452
+ "type": "MODEL",
1453
+ "slot_index": 0,
1454
+ "links": [
1455
+ 1016
1456
+ ]
1457
+ }
1458
+ ],
1459
+ "properties": {
1460
+ "cnr_id": "comfy-core",
1461
+ "ver": "0.3.27",
1462
+ "Node name for S&R": "UNETLoader"
1463
+ },
1464
+ "widgets_values": [
1465
+ "wan-14B_vace_phantom_v2_LowSteps[Causvid]_fp8_e4m3fn.safetensors",
1466
+ "fp8_e4m3fn"
1467
+ ],
1468
+ "color": "#432",
1469
+ "bgcolor": "#653"
1470
+ },
1471
+ {
1472
+ "id": 283,
1473
+ "type": "ImageBatchMultiple+",
1474
+ "pos": [
1475
+ -2600,
1476
+ 275
1477
+ ],
1478
+ "size": [
1479
+ 350,
1480
+ 138
1481
+ ],
1482
+ "flags": {},
1483
+ "order": 19,
1484
+ "mode": 0,
1485
+ "inputs": [
1486
+ {
1487
+ "name": "image_1",
1488
+ "type": "IMAGE",
1489
+ "link": 1015
1490
+ },
1491
+ {
1492
+ "name": "image_2",
1493
+ "shape": 7,
1494
+ "type": "IMAGE",
1495
+ "link": 1014
1496
+ },
1497
+ {
1498
+ "name": "image_3",
1499
+ "shape": 7,
1500
+ "type": "IMAGE",
1501
+ "link": 1035
1502
+ },
1503
+ {
1504
+ "name": "image_4",
1505
+ "shape": 7,
1506
+ "type": "IMAGE",
1507
+ "link": 1036
1508
+ },
1509
+ {
1510
+ "name": "image_5",
1511
+ "shape": 7,
1512
+ "type": "IMAGE",
1513
+ "link": null
1514
+ }
1515
+ ],
1516
+ "outputs": [
1517
+ {
1518
+ "name": "IMAGE",
1519
+ "type": "IMAGE",
1520
+ "links": [
1521
+ 1008,
1522
+ 1013,
1523
+ 1053
1524
+ ]
1525
+ }
1526
+ ],
1527
+ "title": "🔧 Images Batch Multiple [Max 4 for Phantom]",
1528
+ "properties": {
1529
+ "cnr_id": "comfyui_essentials",
1530
+ "ver": "9d9f4bedfc9f0321c19faf71855e228c93bd0dc9",
1531
+ "Node name for S&R": "ImageBatchMultiple+"
1532
+ },
1533
+ "widgets_values": [
1534
+ "lanczos"
1535
+ ],
1536
+ "color": "#332922",
1537
+ "bgcolor": "#593930"
1538
+ },
1539
+ {
1540
+ "id": 238,
1541
+ "type": "VHS_LoadVideo",
1542
+ "pos": [
1543
+ -3175,
1544
+ 1500
1545
+ ],
1546
+ "size": [
1547
+ 248.55555725097656,
1548
+ 455.8204345703125
1549
+ ],
1550
+ "flags": {},
1551
+ "order": 7,
1552
+ "mode": 0,
1553
+ "inputs": [
1554
+ {
1555
+ "name": "meta_batch",
1556
+ "shape": 7,
1557
+ "type": "VHS_BatchManager",
1558
+ "link": null
1559
+ },
1560
+ {
1561
+ "name": "vae",
1562
+ "shape": 7,
1563
+ "type": "VAE",
1564
+ "link": null
1565
+ }
1566
+ ],
1567
+ "outputs": [
1568
+ {
1569
+ "name": "IMAGE",
1570
+ "type": "IMAGE",
1571
+ "links": [
1572
+ 817,
1573
+ 995
1574
+ ]
1575
+ },
1576
+ {
1577
+ "name": "frame_count",
1578
+ "type": "INT",
1579
+ "links": null
1580
+ },
1581
+ {
1582
+ "name": "audio",
1583
+ "type": "AUDIO",
1584
+ "links": [
1585
+ 821,
1586
+ 822
1587
+ ]
1588
+ },
1589
+ {
1590
+ "name": "video_info",
1591
+ "type": "VHS_VIDEOINFO",
1592
+ "links": [
1593
+ 819
1594
+ ]
1595
+ }
1596
+ ],
1597
+ "properties": {
1598
+ "cnr_id": "comfyui-videohelpersuite",
1599
+ "ver": "a7ce59e381934733bfae03b1be029756d6ce936d",
1600
+ "Node name for S&R": "VHS_LoadVideo"
1601
+ },
1602
+ "widgets_values": {
1603
+ "video": "Input Video00000068.mov",
1604
+ "force_rate": 16,
1605
+ "custom_width": 832,
1606
+ "custom_height": 480,
1607
+ "frame_load_cap": 0,
1608
+ "skip_first_frames": 0,
1609
+ "select_every_nth": 1,
1610
+ "format": "Wan",
1611
+ "choose video to upload": "image",
1612
+ "videopreview": {
1613
+ "hidden": false,
1614
+ "paused": false,
1615
+ "params": {
1616
+ "filename": "Input Video00000068.mov",
1617
+ "type": "input",
1618
+ "format": "video/mov",
1619
+ "force_rate": 16,
1620
+ "custom_width": 832,
1621
+ "custom_height": 480,
1622
+ "frame_load_cap": 0,
1623
+ "skip_first_frames": 0,
1624
+ "select_every_nth": 1
1625
+ }
1626
+ }
1627
+ },
1628
+ "color": "#223",
1629
+ "bgcolor": "#335"
1630
+ },
1631
+ {
1632
+ "id": 290,
1633
+ "type": "WanVacePhantomSimpleV2",
1634
+ "pos": [
1635
+ -725,
1636
+ 75
1637
+ ],
1638
+ "size": [
1639
+ 279.5555419921875,
1640
+ 338
1641
+ ],
1642
+ "flags": {},
1643
+ "order": 22,
1644
+ "mode": 0,
1645
+ "inputs": [
1646
+ {
1647
+ "name": "model",
1648
+ "type": "MODEL",
1649
+ "link": 1043
1650
+ },
1651
+ {
1652
+ "name": "positive",
1653
+ "type": "CONDITIONING",
1654
+ "link": 1040
1655
+ },
1656
+ {
1657
+ "name": "negative",
1658
+ "type": "CONDITIONING",
1659
+ "link": 1041
1660
+ },
1661
+ {
1662
+ "name": "vae",
1663
+ "type": "VAE",
1664
+ "link": 1042
1665
+ },
1666
+ {
1667
+ "name": "latent_in",
1668
+ "shape": 7,
1669
+ "type": "LATENT",
1670
+ "link": null
1671
+ },
1672
+ {
1673
+ "name": "control_video",
1674
+ "shape": 7,
1675
+ "type": "IMAGE",
1676
+ "link": 1049
1677
+ },
1678
+ {
1679
+ "name": "control_masks",
1680
+ "shape": 7,
1681
+ "type": "MASK",
1682
+ "link": null
1683
+ },
1684
+ {
1685
+ "name": "vace_reference",
1686
+ "shape": 7,
1687
+ "type": "IMAGE",
1688
+ "link": null
1689
+ },
1690
+ {
1691
+ "name": "phantom_images",
1692
+ "shape": 7,
1693
+ "type": "IMAGE",
1694
+ "link": 1053
1695
+ },
1696
+ {
1697
+ "name": "width",
1698
+ "type": "INT",
1699
+ "widget": {
1700
+ "name": "width"
1701
+ },
1702
+ "link": 1050
1703
+ },
1704
+ {
1705
+ "name": "height",
1706
+ "type": "INT",
1707
+ "widget": {
1708
+ "name": "height"
1709
+ },
1710
+ "link": 1051
1711
+ },
1712
+ {
1713
+ "name": "length",
1714
+ "type": "INT",
1715
+ "widget": {
1716
+ "name": "length"
1717
+ },
1718
+ "link": 1052
1719
+ }
1720
+ ],
1721
+ "outputs": [
1722
+ {
1723
+ "name": "model",
1724
+ "type": "MODEL",
1725
+ "links": [
1726
+ 1044
1727
+ ]
1728
+ },
1729
+ {
1730
+ "name": "positive",
1731
+ "type": "CONDITIONING",
1732
+ "links": [
1733
+ 1048
1734
+ ]
1735
+ },
1736
+ {
1737
+ "name": "negative",
1738
+ "type": "CONDITIONING",
1739
+ "links": [
1740
+ 1047
1741
+ ]
1742
+ },
1743
+ {
1744
+ "name": "neg_phant_img",
1745
+ "type": "CONDITIONING",
1746
+ "links": [
1747
+ 1046
1748
+ ]
1749
+ },
1750
+ {
1751
+ "name": "latent",
1752
+ "type": "LATENT",
1753
+ "links": [
1754
+ 1045
1755
+ ]
1756
+ },
1757
+ {
1758
+ "name": "trim_latent",
1759
+ "type": "INT",
1760
+ "links": null
1761
+ }
1762
+ ],
1763
+ "properties": {
1764
+ "cnr_id": "wanvaceadvanced",
1765
+ "ver": "1.1.0",
1766
+ "Node name for S&R": "WanVacePhantomSimpleV2"
1767
+ },
1768
+ "widgets_values": [
1769
+ 832,
1770
+ 480,
1771
+ 81,
1772
+ 1,
1773
+ 1.5,
1774
+ 0
1775
+ ]
1776
+ }
1777
+ ],
1778
+ "links": [
1779
+ [
1780
+ 402,
1781
+ 98,
1782
+ 3,
1783
+ 95,
1784
+ 1,
1785
+ "INT"
1786
+ ],
1787
+ [
1788
+ 403,
1789
+ 98,
1790
+ 4,
1791
+ 95,
1792
+ 2,
1793
+ "INT"
1794
+ ],
1795
+ [
1796
+ 468,
1797
+ 38,
1798
+ 0,
1799
+ 6,
1800
+ 0,
1801
+ "CLIP"
1802
+ ],
1803
+ [
1804
+ 469,
1805
+ 38,
1806
+ 0,
1807
+ 7,
1808
+ 0,
1809
+ "CLIP"
1810
+ ],
1811
+ [
1812
+ 585,
1813
+ 98,
1814
+ 3,
1815
+ 188,
1816
+ 2,
1817
+ "INT"
1818
+ ],
1819
+ [
1820
+ 586,
1821
+ 98,
1822
+ 4,
1823
+ 188,
1824
+ 3,
1825
+ "INT"
1826
+ ],
1827
+ [
1828
+ 593,
1829
+ 98,
1830
+ 3,
1831
+ 189,
1832
+ 2,
1833
+ "INT"
1834
+ ],
1835
+ [
1836
+ 594,
1837
+ 98,
1838
+ 4,
1839
+ 189,
1840
+ 3,
1841
+ "INT"
1842
+ ],
1843
+ [
1844
+ 811,
1845
+ 39,
1846
+ 0,
1847
+ 235,
1848
+ 1,
1849
+ "VAE"
1850
+ ],
1851
+ [
1852
+ 814,
1853
+ 235,
1854
+ 0,
1855
+ 157,
1856
+ 0,
1857
+ "IMAGE"
1858
+ ],
1859
+ [
1860
+ 815,
1861
+ 234,
1862
+ 0,
1863
+ 157,
1864
+ 1,
1865
+ "IMAGE"
1866
+ ],
1867
+ [
1868
+ 817,
1869
+ 238,
1870
+ 0,
1871
+ 108,
1872
+ 0,
1873
+ "IMAGE"
1874
+ ],
1875
+ [
1876
+ 819,
1877
+ 238,
1878
+ 3,
1879
+ 98,
1880
+ 0,
1881
+ "VHS_VIDEOINFO"
1882
+ ],
1883
+ [
1884
+ 821,
1885
+ 238,
1886
+ 2,
1887
+ 112,
1888
+ 1,
1889
+ "AUDIO"
1890
+ ],
1891
+ [
1892
+ 822,
1893
+ 238,
1894
+ 2,
1895
+ 73,
1896
+ 1,
1897
+ "AUDIO"
1898
+ ],
1899
+ [
1900
+ 824,
1901
+ 235,
1902
+ 0,
1903
+ 73,
1904
+ 0,
1905
+ "IMAGE"
1906
+ ],
1907
+ [
1908
+ 936,
1909
+ 108,
1910
+ 0,
1911
+ 95,
1912
+ 0,
1913
+ "IMAGE"
1914
+ ],
1915
+ [
1916
+ 993,
1917
+ 176,
1918
+ 0,
1919
+ 188,
1920
+ 0,
1921
+ "IMAGE"
1922
+ ],
1923
+ [
1924
+ 994,
1925
+ 174,
1926
+ 0,
1927
+ 189,
1928
+ 0,
1929
+ "IMAGE"
1930
+ ],
1931
+ [
1932
+ 995,
1933
+ 238,
1934
+ 0,
1935
+ 280,
1936
+ 1,
1937
+ "IMAGE"
1938
+ ],
1939
+ [
1940
+ 996,
1941
+ 95,
1942
+ 0,
1943
+ 280,
1944
+ 0,
1945
+ "IMAGE"
1946
+ ],
1947
+ [
1948
+ 997,
1949
+ 157,
1950
+ 0,
1951
+ 281,
1952
+ 0,
1953
+ "IMAGE"
1954
+ ],
1955
+ [
1956
+ 998,
1957
+ 280,
1958
+ 0,
1959
+ 281,
1960
+ 1,
1961
+ "IMAGE"
1962
+ ],
1963
+ [
1964
+ 999,
1965
+ 281,
1966
+ 0,
1967
+ 112,
1968
+ 0,
1969
+ "IMAGE"
1970
+ ],
1971
+ [
1972
+ 1008,
1973
+ 283,
1974
+ 0,
1975
+ 234,
1976
+ 0,
1977
+ "IMAGE"
1978
+ ],
1979
+ [
1980
+ 1013,
1981
+ 283,
1982
+ 0,
1983
+ 175,
1984
+ 0,
1985
+ "IMAGE"
1986
+ ],
1987
+ [
1988
+ 1014,
1989
+ 189,
1990
+ 0,
1991
+ 283,
1992
+ 1,
1993
+ "IMAGE"
1994
+ ],
1995
+ [
1996
+ 1015,
1997
+ 188,
1998
+ 0,
1999
+ 283,
2000
+ 0,
2001
+ "IMAGE"
2002
+ ],
2003
+ [
2004
+ 1016,
2005
+ 37,
2006
+ 0,
2007
+ 55,
2008
+ 0,
2009
+ "MODEL"
2010
+ ],
2011
+ [
2012
+ 1019,
2013
+ 233,
2014
+ 0,
2015
+ 235,
2016
+ 0,
2017
+ "LATENT"
2018
+ ],
2019
+ [
2020
+ 1020,
2021
+ 286,
2022
+ 0,
2023
+ 287,
2024
+ 0,
2025
+ "IMAGE"
2026
+ ],
2027
+ [
2028
+ 1021,
2029
+ 98,
2030
+ 3,
2031
+ 287,
2032
+ 2,
2033
+ "INT"
2034
+ ],
2035
+ [
2036
+ 1022,
2037
+ 98,
2038
+ 4,
2039
+ 287,
2040
+ 3,
2041
+ "INT"
2042
+ ],
2043
+ [
2044
+ 1023,
2045
+ 285,
2046
+ 0,
2047
+ 288,
2048
+ 0,
2049
+ "IMAGE"
2050
+ ],
2051
+ [
2052
+ 1024,
2053
+ 98,
2054
+ 3,
2055
+ 288,
2056
+ 2,
2057
+ "INT"
2058
+ ],
2059
+ [
2060
+ 1025,
2061
+ 98,
2062
+ 4,
2063
+ 288,
2064
+ 3,
2065
+ "INT"
2066
+ ],
2067
+ [
2068
+ 1031,
2069
+ 171,
2070
+ 0,
2071
+ 233,
2072
+ 2,
2073
+ "CONDITIONING"
2074
+ ],
2075
+ [
2076
+ 1035,
2077
+ 288,
2078
+ 0,
2079
+ 283,
2080
+ 2,
2081
+ "IMAGE"
2082
+ ],
2083
+ [
2084
+ 1036,
2085
+ 287,
2086
+ 0,
2087
+ 283,
2088
+ 3,
2089
+ "IMAGE"
2090
+ ],
2091
+ [
2092
+ 1040,
2093
+ 6,
2094
+ 0,
2095
+ 290,
2096
+ 1,
2097
+ "CONDITIONING"
2098
+ ],
2099
+ [
2100
+ 1041,
2101
+ 7,
2102
+ 0,
2103
+ 290,
2104
+ 2,
2105
+ "CONDITIONING"
2106
+ ],
2107
+ [
2108
+ 1042,
2109
+ 39,
2110
+ 0,
2111
+ 290,
2112
+ 3,
2113
+ "VAE"
2114
+ ],
2115
+ [
2116
+ 1043,
2117
+ 55,
2118
+ 0,
2119
+ 290,
2120
+ 0,
2121
+ "MODEL"
2122
+ ],
2123
+ [
2124
+ 1044,
2125
+ 290,
2126
+ 0,
2127
+ 233,
2128
+ 0,
2129
+ "MODEL"
2130
+ ],
2131
+ [
2132
+ 1045,
2133
+ 290,
2134
+ 4,
2135
+ 233,
2136
+ 3,
2137
+ "LATENT"
2138
+ ],
2139
+ [
2140
+ 1046,
2141
+ 290,
2142
+ 3,
2143
+ 171,
2144
+ 1,
2145
+ "CONDITIONING"
2146
+ ],
2147
+ [
2148
+ 1047,
2149
+ 290,
2150
+ 2,
2151
+ 171,
2152
+ 0,
2153
+ "CONDITIONING"
2154
+ ],
2155
+ [
2156
+ 1048,
2157
+ 290,
2158
+ 1,
2159
+ 233,
2160
+ 1,
2161
+ "CONDITIONING"
2162
+ ],
2163
+ [
2164
+ 1049,
2165
+ 95,
2166
+ 0,
2167
+ 290,
2168
+ 5,
2169
+ "IMAGE"
2170
+ ],
2171
+ [
2172
+ 1050,
2173
+ 98,
2174
+ 3,
2175
+ 290,
2176
+ 9,
2177
+ "INT"
2178
+ ],
2179
+ [
2180
+ 1051,
2181
+ 98,
2182
+ 4,
2183
+ 290,
2184
+ 10,
2185
+ "INT"
2186
+ ],
2187
+ [
2188
+ 1052,
2189
+ 98,
2190
+ 1,
2191
+ 290,
2192
+ 11,
2193
+ "INT"
2194
+ ],
2195
+ [
2196
+ 1053,
2197
+ 283,
2198
+ 0,
2199
+ 290,
2200
+ 8,
2201
+ "IMAGE"
2202
+ ]
2203
+ ],
2204
+ "groups": [
2205
+ {
2206
+ "id": 1,
2207
+ "title": "Models",
2208
+ "bounding": [
2209
+ -3225,
2210
+ -850,
2211
+ 1325,
2212
+ 500
2213
+ ],
2214
+ "color": "#3f789e",
2215
+ "font_size": 24,
2216
+ "flags": {}
2217
+ },
2218
+ {
2219
+ "id": 2,
2220
+ "title": "Phantom Conditioning Images",
2221
+ "bounding": [
2222
+ -3225,
2223
+ -325,
2224
+ 1000,
2225
+ 1675
2226
+ ],
2227
+ "color": "#3f789e",
2228
+ "font_size": 24,
2229
+ "flags": {}
2230
+ },
2231
+ {
2232
+ "id": 3,
2233
+ "title": "Control Video",
2234
+ "bounding": [
2235
+ -3225,
2236
+ 1400,
2237
+ 1725,
2238
+ 650
2239
+ ],
2240
+ "color": "#3f789e",
2241
+ "font_size": 24,
2242
+ "flags": {}
2243
+ },
2244
+ {
2245
+ "id": 5,
2246
+ "title": "Conditioning",
2247
+ "bounding": [
2248
+ -1750,
2249
+ -150,
2250
+ 1950,
2251
+ 675
2252
+ ],
2253
+ "color": "#3f789e",
2254
+ "font_size": 24,
2255
+ "flags": {}
2256
+ },
2257
+ {
2258
+ "id": 6,
2259
+ "title": "Output",
2260
+ "bounding": [
2261
+ 1125,
2262
+ -875,
2263
+ 775,
2264
+ 2925
2265
+ ],
2266
+ "color": "#3f789e",
2267
+ "font_size": 24,
2268
+ "flags": {}
2269
+ }
2270
+ ],
2271
+ "config": {},
2272
+ "extra": {
2273
+ "ds": {
2274
+ "scale": 0.9229599817706443,
2275
+ "offset": [
2276
+ 1636.4455885676366,
2277
+ 336.510160076635
2278
+ ]
2279
+ },
2280
+ "frontendVersion": "1.25.9",
2281
+ "VHS_latentpreview": false,
2282
+ "VHS_latentpreviewrate": 0,
2283
+ "VHS_MetadataImage": true,
2284
+ "VHS_KeepIntermediate": true
2285
+ },
2286
+ "version": 0.4
2287
+ }
wan-14B_vace_phantom_fp8_e4m3fn_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:967f9b08f03013551ac60c8b8c99aa6ff146aadc94a3bdcf5f2efb9908b1099f
3
+ size 17344679512
wan-14B_vace_phantom_v2_LowSteps[Causvid]_fp8_e4m3fn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57dd9833605c1c507a7baf2fd053968be832ef5b0dd58f85e580659684970e39
3
+ size 17344679104
wan-14B_vace_phantom_v2_fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:542bb761b6d5b0e3422a4e47ef8a4f21de346aec0724fd27bf1d646fcf8b015e
3
+ size 34679962672