grmchn commited on
Commit
12d0bc1
·
1 Parent(s): bb4d5ca

Add GenAI Expo vol5 workflows

Browse files
.gitattributes CHANGED
@@ -39,3 +39,7 @@ LTX-2_3_00005-audio.mp4 filter=lfs diff=lfs merge=lfs -text
39
  LTX-2.3/Chinari-La_14s.mp3 filter=lfs diff=lfs merge=lfs -text
40
  LTX-2.3/dim_sum_sing1024.png filter=lfs diff=lfs merge=lfs -text
41
  LTX-2.3/LTX-2_3_00005-audio.mp4 filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
39
  LTX-2.3/Chinari-La_14s.mp3 filter=lfs diff=lfs merge=lfs -text
40
  LTX-2.3/dim_sum_sing1024.png filter=lfs diff=lfs merge=lfs -text
41
  LTX-2.3/LTX-2_3_00005-audio.mp4 filter=lfs diff=lfs merge=lfs -text
42
+ genai-expo_vol5/*.mp4 filter=lfs diff=lfs merge=lfs -text
43
+ genai-expo_vol5/*.wav filter=lfs diff=lfs merge=lfs -text
44
+ genai-expo_vol5/*.jpg filter=lfs diff=lfs merge=lfs -text
45
+ genai-expo_vol5/*.png filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Local Python environments
2
+ .venv/
3
+ venv/
4
+ env/
5
+
6
+ # Python cache and tooling
7
+ __pycache__/
8
+ *.py[cod]
9
+ .pytest_cache/
10
+ .mypy_cache/
11
+ .ruff_cache/
12
+
13
+ # Local environment files
14
+ .env
15
+ .env.*
16
+
17
+ # Local editor and OS files
18
+ .vscode/
19
+ .idea/
20
+ .DS_Store
21
+
22
+ # Local Hugging Face cache/config experiments
23
+ .cache/
LTX-2.3/LTX-2.3-I2V_Audio_Sync.json CHANGED
@@ -3106,7 +3106,7 @@
3106
  "format": "video/h264-mp4",
3107
  "frame_rate": 24,
3108
  "workflow": "LTX-2_3_00011.png",
3109
- "fullpath": "/home/shins/works/ComfyUI/output/LTX-2_3_00011-audio.mp4"
3110
  }
3111
  }
3112
  }
@@ -5672,4 +5672,4 @@
5672
  "VHS_KeepIntermediate": true
5673
  },
5674
  "version": 0.4
5675
- }
 
3106
  "format": "video/h264-mp4",
3107
  "frame_rate": 24,
3108
  "workflow": "LTX-2_3_00011.png",
3109
+ "fullpath": "/home/works/ComfyUI/output/LTX-2_3_00011-audio.mp4"
3110
  }
3111
  }
3112
  }
 
5672
  "VHS_KeepIntermediate": true
5673
  },
5674
  "version": 0.4
5675
+ }
README.md CHANGED
@@ -1,3 +1,68 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - comfyui
5
+ - workflows
6
+ - workflow-library
7
+ - experiments
8
+ ---
9
+
10
+ # ComfyUI Workflow Toybox
11
+
12
+ Personal collection of ComfyUI workflows, experiments, example inputs, and generated previews.
13
+ This repository is a toybox for multiple ComfyUI setups, not a single model or a
14
+ single workflow family.
15
+
16
+ ## Workflow Sets
17
+
18
+ | Directory | Contents |
19
+ | --- | --- |
20
+ | [`LTX-2.3/`](LTX-2.3/) | LTX-2.3 workflow experiments and sample media. |
21
+ | [`genai-expo_vol5/`](genai-expo_vol5/) | Workflows used for an exhibit at [生成AIなんでも展示会 Vol.5](https://techplay.jp/event/987273), a generative AI exhibition event held on 2026-05-06. |
22
+
23
+ ## LTX-2.3
24
+
25
+ LTX-2.3 workflow experiments.
26
+
27
+ ### LTX-2.3-I2V_Audio_Sync.json
28
+
29
+ An image-to-video workflow with audio sync. It makes a source image sing to the
30
+ provided audio track.
31
+
32
+ **Workflow download:**
33
+ [LTX-2.3-I2V_Audio_Sync.json](https://huggingface.co/grmchn/ComfyUI_workflow_toybox/resolve/main/LTX-2.3/LTX-2.3-I2V_Audio_Sync.json?download=true)
34
+
35
+ **Environment note:**
36
+ Tested on WSL with an RTX 3090. If you are using native Windows, you may need to
37
+ change file path separators in load nodes from `/` to `\`.
38
+
39
+ **Input image:**
40
+
41
+ <img src="LTX-2.3/dim_sum_sing1024.png" width="400" alt="Input image">
42
+
43
+ **Input audio:**
44
+
45
+ <audio controls src="https://huggingface.co/grmchn/ComfyUI_workflow_toybox/resolve/main/LTX-2.3/Chinari-La_14s.mp3"></audio>
46
+
47
+ **Output video:**
48
+
49
+ <video controls src="https://huggingface.co/grmchn/ComfyUI_workflow_toybox/resolve/main/LTX-2.3/LTX-2_3_00005-audio.mp4" width="400"></video>
50
+
51
+ ## GenAI Expo Vol.5
52
+
53
+ Workflows and sample media used for an exhibit at [生成AIなんでも展示会 Vol.5](https://techplay.jp/event/987273).
54
+
55
+ - `Wan_SCAIL_pose_control(exhibition_vol5_mascot_pose_detect).json`: Wan/SCAIL pose-control workflow.
56
+ - `LTX-2.3_extend_loop(exhibision_vol5) MultiGPU.json`: LTX-2.3 loop extension workflow for a multi-GPU setup.
57
+ - `usamiku1024.png`, `dj_rabbit_2.jpg`, `syouryuuken2_sample_girl.mp4`, `bpm140s.wav`: sample inputs used with the workflows.
58
+
59
+ ## Repository Layout
60
+
61
+ - `LTX-2.3/`: LTX-2.3 workflows and sample media.
62
+ - `genai-expo_vol5/`: GenAI Expo Vol.5 exhibit workflows and sample media.
63
+
64
+ ## References
65
+
66
+ - [Lightricks LTX-2.3](https://huggingface.co/Lightricks/LTX-2.3)
67
+ - [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy)
68
+ - [RuneXX/LTX-2.3-Workflows](https://huggingface.co/RuneXX/LTX-2.3-Workflows)
genai-expo_vol5/LTX-2.3_extend_loop(exhibision_vol5) MultiGPU.json ADDED
The diff for this file is too large to render. See raw diff
 
genai-expo_vol5/Wan_SCAIL_pose_control(exhibition_vol5_mascot_pose_detect).json ADDED
@@ -0,0 +1,4448 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "98bfa735-1d29-4f83-9de6-1d32806987f6",
3
+ "revision": 0,
4
+ "last_node_id": 421,
5
+ "last_link_id": 721,
6
+ "nodes": [
7
+ {
8
+ "id": 207,
9
+ "type": "SetNode",
10
+ "pos": [
11
+ -1565.1916856203243,
12
+ -1009.7922460922083
13
+ ],
14
+ "size": [
15
+ 210,
16
+ 60
17
+ ],
18
+ "flags": {
19
+ "collapsed": true
20
+ },
21
+ "order": 50,
22
+ "mode": 0,
23
+ "inputs": [
24
+ {
25
+ "name": "INT",
26
+ "type": "INT",
27
+ "link": 362
28
+ }
29
+ ],
30
+ "outputs": [
31
+ {
32
+ "name": "*",
33
+ "type": "*",
34
+ "links": null
35
+ }
36
+ ],
37
+ "title": "Set_height",
38
+ "properties": {
39
+ "Node name for S&R": "SetNode",
40
+ "aux_id": "kijai/ComfyUI-KJNodes",
41
+ "previousName": "height"
42
+ },
43
+ "widgets_values": [
44
+ "height"
45
+ ],
46
+ "color": "#1b4669",
47
+ "bgcolor": "#29699c"
48
+ },
49
+ {
50
+ "id": 206,
51
+ "type": "SetNode",
52
+ "pos": [
53
+ -1565.1916856203243,
54
+ -1119.7631775598918
55
+ ],
56
+ "size": [
57
+ 210,
58
+ 60
59
+ ],
60
+ "flags": {
61
+ "collapsed": true
62
+ },
63
+ "order": 49,
64
+ "mode": 0,
65
+ "inputs": [
66
+ {
67
+ "name": "INT",
68
+ "type": "INT",
69
+ "link": 361
70
+ }
71
+ ],
72
+ "outputs": [
73
+ {
74
+ "name": "*",
75
+ "type": "*",
76
+ "links": null
77
+ }
78
+ ],
79
+ "title": "Set_width",
80
+ "properties": {
81
+ "Node name for S&R": "SetNode",
82
+ "aux_id": "kijai/ComfyUI-KJNodes",
83
+ "previousName": "width"
84
+ },
85
+ "widgets_values": [
86
+ "width"
87
+ ],
88
+ "color": "#1b4669",
89
+ "bgcolor": "#29699c"
90
+ },
91
+ {
92
+ "id": 238,
93
+ "type": "FloatConstant",
94
+ "pos": [
95
+ -1789.160174112764,
96
+ -659.2578372370441
97
+ ],
98
+ "size": [
99
+ 210,
100
+ 72.86605155793302
101
+ ],
102
+ "flags": {},
103
+ "order": 0,
104
+ "mode": 0,
105
+ "inputs": [],
106
+ "outputs": [
107
+ {
108
+ "name": "value",
109
+ "type": "FLOAT",
110
+ "links": [
111
+ 414
112
+ ]
113
+ }
114
+ ],
115
+ "title": "CFG",
116
+ "properties": {
117
+ "cnr_id": "comfyui-kjnodes",
118
+ "ver": "50e7dd34d3b6e6bbab1d41e8068e1ddd19bd4d1b",
119
+ "Node name for S&R": "FloatConstant"
120
+ },
121
+ "widgets_values": [
122
+ 1
123
+ ],
124
+ "color": "#232",
125
+ "bgcolor": "#353"
126
+ },
127
+ {
128
+ "id": 385,
129
+ "type": "FloatConstant",
130
+ "pos": [
131
+ -1797.729991744204,
132
+ -915.8964232734796
133
+ ],
134
+ "size": [
135
+ 210,
136
+ 58
137
+ ],
138
+ "flags": {
139
+ "collapsed": false
140
+ },
141
+ "order": 1,
142
+ "mode": 0,
143
+ "inputs": [],
144
+ "outputs": [
145
+ {
146
+ "name": "value",
147
+ "type": "FLOAT",
148
+ "links": [
149
+ 657
150
+ ]
151
+ }
152
+ ],
153
+ "title": "fps",
154
+ "properties": {
155
+ "cnr_id": "comfyui-kjnodes",
156
+ "ver": "16cbf238a74cac17082d6888bc8934899c850645",
157
+ "Node name for S&R": "FloatConstant"
158
+ },
159
+ "widgets_values": [
160
+ 16
161
+ ],
162
+ "color": "#232",
163
+ "bgcolor": "#353"
164
+ },
165
+ {
166
+ "id": 239,
167
+ "type": "SetNode",
168
+ "pos": [
169
+ -1548.5436718615183,
170
+ -627.9673960531729
171
+ ],
172
+ "size": [
173
+ 210,
174
+ 60
175
+ ],
176
+ "flags": {
177
+ "collapsed": true
178
+ },
179
+ "order": 38,
180
+ "mode": 0,
181
+ "inputs": [
182
+ {
183
+ "name": "FLOAT",
184
+ "type": "FLOAT",
185
+ "link": 414
186
+ }
187
+ ],
188
+ "outputs": [
189
+ {
190
+ "name": "*",
191
+ "type": "*",
192
+ "links": null
193
+ }
194
+ ],
195
+ "title": "Set_cfg",
196
+ "properties": {
197
+ "Node name for S&R": "SetNode",
198
+ "aux_id": "kijai/ComfyUI-KJNodes",
199
+ "previousName": "cfg"
200
+ },
201
+ "widgets_values": [
202
+ "cfg"
203
+ ],
204
+ "color": "#232",
205
+ "bgcolor": "#353"
206
+ },
207
+ {
208
+ "id": 386,
209
+ "type": "SetNode",
210
+ "pos": [
211
+ -1547.3294088470084,
212
+ -885.3874242484962
213
+ ],
214
+ "size": [
215
+ 210,
216
+ 60
217
+ ],
218
+ "flags": {
219
+ "collapsed": true
220
+ },
221
+ "order": 39,
222
+ "mode": 0,
223
+ "inputs": [
224
+ {
225
+ "name": "FLOAT",
226
+ "type": "FLOAT",
227
+ "link": 657
228
+ }
229
+ ],
230
+ "outputs": [
231
+ {
232
+ "name": "FLOAT",
233
+ "type": "FLOAT",
234
+ "links": []
235
+ }
236
+ ],
237
+ "title": "Set_fps",
238
+ "properties": {
239
+ "Node name for S&R": "SetNode",
240
+ "aux_id": "kijai/ComfyUI-KJNodes",
241
+ "previousName": "fps"
242
+ },
243
+ "widgets_values": [
244
+ "fps"
245
+ ],
246
+ "color": "#232",
247
+ "bgcolor": "#353"
248
+ },
249
+ {
250
+ "id": 413,
251
+ "type": "MascotDWPoseDetector",
252
+ "pos": [
253
+ -622.6285719475646,
254
+ -1866.0097523196073
255
+ ],
256
+ "size": [
257
+ 303.181640625,
258
+ 126
259
+ ],
260
+ "flags": {},
261
+ "order": 60,
262
+ "mode": 0,
263
+ "inputs": [
264
+ {
265
+ "name": "mascot_pose_model",
266
+ "type": "MASCOT_POSE_MODEL",
267
+ "link": 708
268
+ },
269
+ {
270
+ "name": "image",
271
+ "type": "IMAGE",
272
+ "link": 711
273
+ }
274
+ ],
275
+ "outputs": [
276
+ {
277
+ "name": "pose_keypoint",
278
+ "type": "POSE_KEYPOINT",
279
+ "links": [
280
+ 709,
281
+ 712
282
+ ]
283
+ }
284
+ ],
285
+ "properties": {
286
+ "cnr_id": "ComfyUI-ProportionChanger",
287
+ "ver": "129956b9dfbae9caee773d123ca98c5c3ec2a963",
288
+ "Node name for S&R": "MascotDWPoseDetector"
289
+ },
290
+ "widgets_values": [
291
+ 1024,
292
+ 1024,
293
+ 0.3
294
+ ]
295
+ },
296
+ {
297
+ "id": 415,
298
+ "type": "ProportionChangerDWPoseRender",
299
+ "pos": [
300
+ -584.2378081741834,
301
+ -1624.0214688132633
302
+ ],
303
+ "size": [
304
+ 292.06991100606353,
305
+ 231.232175868563
306
+ ],
307
+ "flags": {},
308
+ "order": 66,
309
+ "mode": 0,
310
+ "inputs": [
311
+ {
312
+ "name": "pose_keypoint",
313
+ "type": "POSE_KEYPOINT",
314
+ "link": 709
315
+ }
316
+ ],
317
+ "outputs": [
318
+ {
319
+ "name": "IMAGE",
320
+ "type": "IMAGE",
321
+ "links": [
322
+ 710
323
+ ]
324
+ }
325
+ ],
326
+ "properties": {
327
+ "cnr_id": "ComfyUI-ProportionChanger",
328
+ "ver": "129956b9dfbae9caee773d123ca98c5c3ec2a963",
329
+ "Node name for S&R": "ProportionChangerDWPoseRender"
330
+ },
331
+ "widgets_values": [
332
+ true,
333
+ false,
334
+ true,
335
+ true,
336
+ -1,
337
+ 4,
338
+ 3,
339
+ 2
340
+ ]
341
+ },
342
+ {
343
+ "id": 56,
344
+ "type": "WanVideoLoraSelect",
345
+ "pos": [
346
+ -1209.3187463568224,
347
+ -753.3213358717836
348
+ ],
349
+ "size": [
350
+ 625.6896274024377,
351
+ 154.3601465571362
352
+ ],
353
+ "flags": {},
354
+ "order": 2,
355
+ "mode": 0,
356
+ "inputs": [
357
+ {
358
+ "name": "prev_lora",
359
+ "shape": 7,
360
+ "type": "WANVIDLORA",
361
+ "link": null
362
+ },
363
+ {
364
+ "name": "blocks",
365
+ "shape": 7,
366
+ "type": "SELECTEDBLOCKS",
367
+ "link": null
368
+ }
369
+ ],
370
+ "outputs": [
371
+ {
372
+ "name": "lora",
373
+ "type": "WANVIDLORA",
374
+ "links": [
375
+ 110
376
+ ]
377
+ }
378
+ ],
379
+ "properties": {
380
+ "cnr_id": "ComfyUI-WanVideoWrapper",
381
+ "ver": "998a69cc0acbec503001b8b0ce0a5d5404420e1e",
382
+ "Node name for S&R": "WanVideoLoraSelect"
383
+ },
384
+ "widgets_values": [
385
+ "WanVideo/Lightx2v/lightx2v_I2V_14B_480p_cfg_step_distill_rank64_bf16.safetensors",
386
+ 1,
387
+ false,
388
+ false
389
+ ],
390
+ "color": "#223",
391
+ "bgcolor": "#335"
392
+ },
393
+ {
394
+ "id": 369,
395
+ "type": "MarkdownNote",
396
+ "pos": [
397
+ -1147.9811967335204,
398
+ -532.2630770072194
399
+ ],
400
+ "size": [
401
+ 452.01725726675704,
402
+ 255.32775397145247
403
+ ],
404
+ "flags": {},
405
+ "order": 3,
406
+ "mode": 0,
407
+ "inputs": [],
408
+ "outputs": [],
409
+ "title": "Model links",
410
+ "properties": {},
411
+ "widgets_values": [
412
+ "bf16:\n\n[https://huggingface.co/Kijai/WanVideo_comfy/blob/main/SCAIL/Wan21-14B-SCAIL-preview_comfy_bf16.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/SCAIL/Wan21-14B-SCAIL-preview_comfy_bf16.safetensors)\n\nfp8_scaled:\n\n[https://huggingface.co/Kijai/WanVideo_comfy_fp8_scaled/blob/main/SCAIL/Wan21-14B-SCAIL-preview_fp8_e4m3fn_scaled_KJ.safetensors](https://huggingface.co/Kijai/WanVideo_comfy_fp8_scaled/blob/main/SCAIL/Wan21-14B-SCAIL-preview_fp8_e4m3fn_scaled_KJ.safetensors)\n\ndistill lora (should use I2V one):\n\n[https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Lightx2v/lightx2v_I2V_14B_480p_cfg_step_distill_rank64_bf16.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Lightx2v/lightx2v_I2V_14B_480p_cfg_step_distill_rank64_bf16.safetensors)\n\n\nText encoder:\n\n[https://huggingface.co/Kijai/WanVideo_comfy/blob/main/umt5-xxl-enc-bf16.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/umt5-xxl-enc-bf16.safetensors)\n\nVAE:\n\n[https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan2_1_VAE_bf16.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan2_1_VAE_bf16.safetensors)"
413
+ ],
414
+ "color": "#432",
415
+ "bgcolor": "#653"
416
+ },
417
+ {
418
+ "id": 380,
419
+ "type": "MarkdownNote",
420
+ "pos": [
421
+ -2452.2480964759384,
422
+ -2418.7169561666838
423
+ ],
424
+ "size": [
425
+ 536.27783203125,
426
+ 330.03546142578125
427
+ ],
428
+ "flags": {},
429
+ "order": 4,
430
+ "mode": 0,
431
+ "inputs": [],
432
+ "outputs": [],
433
+ "title": "Preprocessor links",
434
+ "properties": {},
435
+ "widgets_values": [
436
+ "Nodes:\n\n[https://github.com/kijai/ComfyUI-WanAnimatePreprocess](https://github.com/kijai/ComfyUI-WanAnimatePreprocess)\n\n[https://github.com/kijai/ComfyUI-SCAIL-pose](https://github.com/kijai/ComfyUI-SCAIL-pose)\n\nModels:\n\nYOLO:\n\n[https://huggingface.co/Wan-AI/Wan2.2-Animate-14B/blob/main/process_checkpoint/det/yolov10m.onnx](https://huggingface.co/Wan-AI/Wan2.2-Animate-14B/blob/main/process_checkpoint/det/yolov10m.onnx)\n\nViTPose\n\nLarge:\n\n[https://huggingface.co/JunkyByte/easy_ViTPose/blob/main/onnx/wholebody/vitpose-l-wholebody.onnx](https://huggingface.co/JunkyByte/easy_ViTPose/blob/main/onnx/wholebody/vitpose-l-wholebody.onnx)\n\nHuge (needs both files):\n\n[https://huggingface.co/Kijai/vitpose_comfy/blob/main/onnx/vitpose_h_wholebody_model.onnx](https://huggingface.co/Kijai/vitpose_comfy/blob/main/onnx/vitpose_h_wholebody_model.onnx)\n\n[https://huggingface.co/Kijai/vitpose_comfy/blob/main/onnx/vitpose_h_wholebody_data.bin](https://huggingface.co/Kijai/vitpose_comfy/blob/main/onnx/vitpose_h_wholebody_data.bin)"
437
+ ],
438
+ "color": "#432",
439
+ "bgcolor": "#653"
440
+ },
441
+ {
442
+ "id": 383,
443
+ "type": "SetNode",
444
+ "pos": [
445
+ -1391.8724126177167,
446
+ -2502.853966501225
447
+ ],
448
+ "size": [
449
+ 210,
450
+ 60
451
+ ],
452
+ "flags": {
453
+ "collapsed": true
454
+ },
455
+ "order": 54,
456
+ "mode": 0,
457
+ "inputs": [
458
+ {
459
+ "name": "AUDIO",
460
+ "type": "AUDIO",
461
+ "link": 704
462
+ }
463
+ ],
464
+ "outputs": [
465
+ {
466
+ "name": "AUDIO",
467
+ "type": "AUDIO",
468
+ "links": null
469
+ }
470
+ ],
471
+ "title": "Set_audio",
472
+ "properties": {
473
+ "Node name for S&R": "SetNode",
474
+ "aux_id": "kijai/ComfyUI-KJNodes",
475
+ "previousName": "audio"
476
+ },
477
+ "widgets_values": [
478
+ "audio"
479
+ ]
480
+ },
481
+ {
482
+ "id": 341,
483
+ "type": "GetNode",
484
+ "pos": [
485
+ -246.0396961862353,
486
+ -2232.2577695415853
487
+ ],
488
+ "size": [
489
+ 210,
490
+ 50
491
+ ],
492
+ "flags": {
493
+ "collapsed": true
494
+ },
495
+ "order": 5,
496
+ "mode": 0,
497
+ "inputs": [],
498
+ "outputs": [
499
+ {
500
+ "name": "INT",
501
+ "type": "INT",
502
+ "links": [
503
+ 644
504
+ ]
505
+ }
506
+ ],
507
+ "title": "Get_width",
508
+ "properties": {
509
+ "Node name for S&R": "GetNode",
510
+ "aux_id": "kijai/ComfyUI-KJNodes"
511
+ },
512
+ "widgets_values": [
513
+ "width"
514
+ ],
515
+ "color": "#1b4669",
516
+ "bgcolor": "#29699c"
517
+ },
518
+ {
519
+ "id": 371,
520
+ "type": "SimpleCalculatorKJ",
521
+ "pos": [
522
+ -263.6956750778907,
523
+ -2175.686033983646
524
+ ],
525
+ "size": [
526
+ 400,
527
+ 200
528
+ ],
529
+ "flags": {
530
+ "collapsed": true
531
+ },
532
+ "order": 40,
533
+ "mode": 0,
534
+ "inputs": [
535
+ {
536
+ "label": "a",
537
+ "name": "variables.a",
538
+ "shape": 7,
539
+ "type": "INT,FLOAT,BOOLEAN",
540
+ "link": null
541
+ },
542
+ {
543
+ "label": "b",
544
+ "name": "variables.b",
545
+ "shape": 7,
546
+ "type": "INT,FLOAT,BOOLEAN",
547
+ "link": null
548
+ },
549
+ {
550
+ "name": "a",
551
+ "shape": 7,
552
+ "type": "*",
553
+ "link": 644
554
+ },
555
+ {
556
+ "name": "b",
557
+ "shape": 7,
558
+ "type": "*",
559
+ "link": null
560
+ }
561
+ ],
562
+ "outputs": [
563
+ {
564
+ "name": "FLOAT",
565
+ "type": "FLOAT",
566
+ "links": null
567
+ },
568
+ {
569
+ "name": "INT",
570
+ "type": "INT",
571
+ "links": [
572
+ 645
573
+ ]
574
+ },
575
+ {
576
+ "name": "BOOLEAN",
577
+ "type": "BOOLEAN",
578
+ "links": null
579
+ }
580
+ ],
581
+ "properties": {
582
+ "cnr_id": "comfyui-kjnodes",
583
+ "ver": "908c14b9cf90e93cc7bb51c4a3981a7ec4984532",
584
+ "Node name for S&R": "SimpleCalculatorKJ"
585
+ },
586
+ "widgets_values": [
587
+ "a / 2"
588
+ ]
589
+ },
590
+ {
591
+ "id": 342,
592
+ "type": "GetNode",
593
+ "pos": [
594
+ -244.0989780544304,
595
+ -2126.3202640838877
596
+ ],
597
+ "size": [
598
+ 210,
599
+ 50
600
+ ],
601
+ "flags": {
602
+ "collapsed": true
603
+ },
604
+ "order": 6,
605
+ "mode": 0,
606
+ "inputs": [],
607
+ "outputs": [
608
+ {
609
+ "name": "INT",
610
+ "type": "INT",
611
+ "links": [
612
+ 647
613
+ ]
614
+ }
615
+ ],
616
+ "title": "Get_height",
617
+ "properties": {
618
+ "Node name for S&R": "GetNode",
619
+ "aux_id": "kijai/ComfyUI-KJNodes"
620
+ },
621
+ "widgets_values": [
622
+ "height"
623
+ ],
624
+ "color": "#1b4669",
625
+ "bgcolor": "#29699c"
626
+ },
627
+ {
628
+ "id": 372,
629
+ "type": "SimpleCalculatorKJ",
630
+ "pos": [
631
+ -266.56757807644766,
632
+ -2071.738002998251
633
+ ],
634
+ "size": [
635
+ 400,
636
+ 200
637
+ ],
638
+ "flags": {
639
+ "collapsed": true
640
+ },
641
+ "order": 41,
642
+ "mode": 0,
643
+ "inputs": [
644
+ {
645
+ "label": "a",
646
+ "name": "variables.a",
647
+ "shape": 7,
648
+ "type": "INT,FLOAT,BOOLEAN",
649
+ "link": null
650
+ },
651
+ {
652
+ "label": "b",
653
+ "name": "variables.b",
654
+ "shape": 7,
655
+ "type": "INT,FLOAT,BOOLEAN",
656
+ "link": null
657
+ },
658
+ {
659
+ "name": "a",
660
+ "shape": 7,
661
+ "type": "*",
662
+ "link": 647
663
+ },
664
+ {
665
+ "name": "b",
666
+ "shape": 7,
667
+ "type": "*",
668
+ "link": null
669
+ }
670
+ ],
671
+ "outputs": [
672
+ {
673
+ "name": "FLOAT",
674
+ "type": "FLOAT",
675
+ "links": null
676
+ },
677
+ {
678
+ "name": "INT",
679
+ "type": "INT",
680
+ "links": [
681
+ 648
682
+ ]
683
+ },
684
+ {
685
+ "name": "BOOLEAN",
686
+ "type": "BOOLEAN",
687
+ "links": null
688
+ }
689
+ ],
690
+ "properties": {
691
+ "cnr_id": "comfyui-kjnodes",
692
+ "ver": "908c14b9cf90e93cc7bb51c4a3981a7ec4984532",
693
+ "Node name for S&R": "SimpleCalculatorKJ"
694
+ },
695
+ "widgets_values": [
696
+ "a / 2"
697
+ ]
698
+ },
699
+ {
700
+ "id": 335,
701
+ "type": "DownloadAndLoadNLFModel",
702
+ "pos": [
703
+ -634.0348578857671,
704
+ -2597.4856950897624
705
+ ],
706
+ "size": [
707
+ 349.414518080251,
708
+ 82
709
+ ],
710
+ "flags": {},
711
+ "order": 7,
712
+ "mode": 0,
713
+ "inputs": [],
714
+ "outputs": [
715
+ {
716
+ "name": "nlf_model",
717
+ "type": "NLFMODEL",
718
+ "links": [
719
+ 570
720
+ ]
721
+ }
722
+ ],
723
+ "properties": {
724
+ "cnr_id": "ComfyUI-WanVideoWrapper",
725
+ "ver": "4a3ab6958a5d9650eb4e3c2eb1753c2d7c5b77c6",
726
+ "Node name for S&R": "DownloadAndLoadNLFModel"
727
+ },
728
+ "widgets_values": [
729
+ "https://github.com/isarandi/nlf/releases/download/v0.3.2/nlf_l_multi_0.3.2.torchscript",
730
+ true
731
+ ]
732
+ },
733
+ {
734
+ "id": 334,
735
+ "type": "NLFPredict",
736
+ "pos": [
737
+ -260.3169791621588,
738
+ -2592.695337649866
739
+ ],
740
+ "size": [
741
+ 210,
742
+ 78
743
+ ],
744
+ "flags": {},
745
+ "order": 63,
746
+ "mode": 0,
747
+ "inputs": [
748
+ {
749
+ "name": "model",
750
+ "type": "NLFMODEL",
751
+ "link": 570
752
+ },
753
+ {
754
+ "name": "images",
755
+ "type": "IMAGE",
756
+ "link": 641
757
+ }
758
+ ],
759
+ "outputs": [
760
+ {
761
+ "name": "pose_results",
762
+ "type": "NLFPRED",
763
+ "links": [
764
+ 621
765
+ ]
766
+ },
767
+ {
768
+ "name": "bboxes",
769
+ "type": "BBOX",
770
+ "links": null
771
+ }
772
+ ],
773
+ "properties": {
774
+ "cnr_id": "ComfyUI-WanVideoWrapper",
775
+ "ver": "4a3ab6958a5d9650eb4e3c2eb1753c2d7c5b77c6",
776
+ "Node name for S&R": "NLFPredict"
777
+ },
778
+ "widgets_values": [
779
+ -1
780
+ ]
781
+ },
782
+ {
783
+ "id": 370,
784
+ "type": "Reroute",
785
+ "pos": [
786
+ -599.0726243005361,
787
+ -2476.6290902732526
788
+ ],
789
+ "size": [
790
+ 75,
791
+ 26
792
+ ],
793
+ "flags": {},
794
+ "order": 58,
795
+ "mode": 0,
796
+ "inputs": [
797
+ {
798
+ "name": "",
799
+ "type": "*",
800
+ "link": 640
801
+ }
802
+ ],
803
+ "outputs": [
804
+ {
805
+ "name": "",
806
+ "type": "IMAGE",
807
+ "links": [
808
+ 641,
809
+ 642
810
+ ]
811
+ }
812
+ ],
813
+ "properties": {
814
+ "showOutputText": false,
815
+ "horizontal": false
816
+ }
817
+ },
818
+ {
819
+ "id": 186,
820
+ "type": "GetNode",
821
+ "pos": [
822
+ 61.11509984673264,
823
+ -1020.3082757269879
824
+ ],
825
+ "size": [
826
+ 210,
827
+ 60
828
+ ],
829
+ "flags": {
830
+ "collapsed": true
831
+ },
832
+ "order": 8,
833
+ "mode": 0,
834
+ "inputs": [],
835
+ "outputs": [
836
+ {
837
+ "name": "INT",
838
+ "type": "INT",
839
+ "links": [
840
+ 529
841
+ ]
842
+ }
843
+ ],
844
+ "title": "Get_width",
845
+ "properties": {
846
+ "Node name for S&R": "GetNode",
847
+ "aux_id": "kijai/ComfyUI-KJNodes"
848
+ },
849
+ "widgets_values": [
850
+ "width"
851
+ ],
852
+ "color": "#1b4669",
853
+ "bgcolor": "#29699c"
854
+ },
855
+ {
856
+ "id": 187,
857
+ "type": "GetNode",
858
+ "pos": [
859
+ 57.61910386581308,
860
+ -975.1710186066534
861
+ ],
862
+ "size": [
863
+ 210,
864
+ 58
865
+ ],
866
+ "flags": {
867
+ "collapsed": true
868
+ },
869
+ "order": 9,
870
+ "mode": 0,
871
+ "inputs": [],
872
+ "outputs": [
873
+ {
874
+ "name": "INT",
875
+ "type": "INT",
876
+ "links": [
877
+ 615
878
+ ]
879
+ }
880
+ ],
881
+ "title": "Get_height",
882
+ "properties": {
883
+ "Node name for S&R": "GetNode",
884
+ "aux_id": "kijai/ComfyUI-KJNodes"
885
+ },
886
+ "widgets_values": [
887
+ "height"
888
+ ],
889
+ "color": "#1b4669",
890
+ "bgcolor": "#29699c"
891
+ },
892
+ {
893
+ "id": 377,
894
+ "type": "GetNode",
895
+ "pos": [
896
+ 37.40501383563179,
897
+ -920.1554296720577
898
+ ],
899
+ "size": [
900
+ 210,
901
+ 60
902
+ ],
903
+ "flags": {
904
+ "collapsed": true
905
+ },
906
+ "order": 10,
907
+ "mode": 0,
908
+ "inputs": [],
909
+ "outputs": [
910
+ {
911
+ "name": "INT",
912
+ "type": "INT",
913
+ "links": [
914
+ 650
915
+ ]
916
+ }
917
+ ],
918
+ "title": "Get_frame_count",
919
+ "properties": {
920
+ "Node name for S&R": "GetNode",
921
+ "aux_id": "kijai/ComfyUI-KJNodes"
922
+ },
923
+ "widgets_values": [
924
+ "frame_count"
925
+ ],
926
+ "color": "#1b4669",
927
+ "bgcolor": "#29699c"
928
+ },
929
+ {
930
+ "id": 107,
931
+ "type": "ImageResizeKJv2",
932
+ "pos": [
933
+ -893.5608013802971,
934
+ -1720.184680962032
935
+ ],
936
+ "size": [
937
+ 270,
938
+ 336
939
+ ],
940
+ "flags": {},
941
+ "order": 56,
942
+ "mode": 0,
943
+ "inputs": [
944
+ {
945
+ "name": "image",
946
+ "type": "IMAGE",
947
+ "link": 689
948
+ },
949
+ {
950
+ "name": "mask",
951
+ "shape": 7,
952
+ "type": "MASK",
953
+ "link": null
954
+ },
955
+ {
956
+ "name": "width",
957
+ "type": "INT",
958
+ "widget": {
959
+ "name": "width"
960
+ },
961
+ "link": 524
962
+ },
963
+ {
964
+ "name": "height",
965
+ "type": "INT",
966
+ "widget": {
967
+ "name": "height"
968
+ },
969
+ "link": 525
970
+ }
971
+ ],
972
+ "outputs": [
973
+ {
974
+ "name": "IMAGE",
975
+ "type": "IMAGE",
976
+ "links": [
977
+ 711,
978
+ 714
979
+ ]
980
+ },
981
+ {
982
+ "name": "width",
983
+ "type": "INT",
984
+ "links": []
985
+ },
986
+ {
987
+ "name": "height",
988
+ "type": "INT",
989
+ "links": []
990
+ },
991
+ {
992
+ "name": "mask",
993
+ "type": "MASK",
994
+ "links": null
995
+ }
996
+ ],
997
+ "properties": {
998
+ "cnr_id": "comfyui-kjnodes",
999
+ "ver": "50e7dd34d3b6e6bbab1d41e8068e1ddd19bd4d1b",
1000
+ "Node name for S&R": "ImageResizeKJv2"
1001
+ },
1002
+ "widgets_values": [
1003
+ 480,
1004
+ 832,
1005
+ "lanczos",
1006
+ "crop",
1007
+ "255,255,255",
1008
+ "center",
1009
+ 32,
1010
+ "cpu"
1011
+ ]
1012
+ },
1013
+ {
1014
+ "id": 418,
1015
+ "type": "SetNode",
1016
+ "pos": [
1017
+ -569.7334880951541,
1018
+ -1688.0342997366163
1019
+ ],
1020
+ "size": [
1021
+ 210,
1022
+ 60
1023
+ ],
1024
+ "flags": {
1025
+ "collapsed": true
1026
+ },
1027
+ "order": 61,
1028
+ "mode": 0,
1029
+ "inputs": [
1030
+ {
1031
+ "name": "IMAGE",
1032
+ "type": "IMAGE",
1033
+ "link": 714
1034
+ }
1035
+ ],
1036
+ "outputs": [
1037
+ {
1038
+ "name": "IMAGE",
1039
+ "type": "IMAGE",
1040
+ "links": null
1041
+ }
1042
+ ],
1043
+ "title": "Set_ref_image",
1044
+ "properties": {
1045
+ "Node name for S&R": "SetNode",
1046
+ "aux_id": "kijai/ComfyUI-KJNodes",
1047
+ "previousName": "ref_image"
1048
+ },
1049
+ "widgets_values": [
1050
+ "ref_image"
1051
+ ],
1052
+ "color": "#2a363b",
1053
+ "bgcolor": "#3f5159"
1054
+ },
1055
+ {
1056
+ "id": 208,
1057
+ "type": "GetNode",
1058
+ "pos": [
1059
+ -1153.4033902817505,
1060
+ -2039.2258361533086
1061
+ ],
1062
+ "size": [
1063
+ 210,
1064
+ 50
1065
+ ],
1066
+ "flags": {
1067
+ "collapsed": true
1068
+ },
1069
+ "order": 11,
1070
+ "mode": 0,
1071
+ "inputs": [],
1072
+ "outputs": [
1073
+ {
1074
+ "name": "INT",
1075
+ "type": "INT",
1076
+ "links": [
1077
+ 524,
1078
+ 591
1079
+ ]
1080
+ }
1081
+ ],
1082
+ "title": "Get_width",
1083
+ "properties": {
1084
+ "Node name for S&R": "GetNode",
1085
+ "aux_id": "kijai/ComfyUI-KJNodes"
1086
+ },
1087
+ "widgets_values": [
1088
+ "width"
1089
+ ],
1090
+ "color": "#1b4669",
1091
+ "bgcolor": "#29699c"
1092
+ },
1093
+ {
1094
+ "id": 209,
1095
+ "type": "GetNode",
1096
+ "pos": [
1097
+ -1131.258966666954,
1098
+ -1858.9523418585163
1099
+ ],
1100
+ "size": [
1101
+ 210,
1102
+ 50
1103
+ ],
1104
+ "flags": {
1105
+ "collapsed": true
1106
+ },
1107
+ "order": 12,
1108
+ "mode": 0,
1109
+ "inputs": [],
1110
+ "outputs": [
1111
+ {
1112
+ "name": "INT",
1113
+ "type": "INT",
1114
+ "links": [
1115
+ 525,
1116
+ 592
1117
+ ]
1118
+ }
1119
+ ],
1120
+ "title": "Get_height",
1121
+ "properties": {
1122
+ "Node name for S&R": "GetNode",
1123
+ "aux_id": "kijai/ComfyUI-KJNodes"
1124
+ },
1125
+ "widgets_values": [
1126
+ "height"
1127
+ ],
1128
+ "color": "#1b4669",
1129
+ "bgcolor": "#29699c"
1130
+ },
1131
+ {
1132
+ "id": 374,
1133
+ "type": "MarkdownNote",
1134
+ "pos": [
1135
+ -280.6735262399917,
1136
+ -2284.4498186427286
1137
+ ],
1138
+ "size": [
1139
+ 278.612776664138,
1140
+ 347.2761894581836
1141
+ ],
1142
+ "flags": {
1143
+ "collapsed": true
1144
+ },
1145
+ "order": 13,
1146
+ "mode": 0,
1147
+ "inputs": [],
1148
+ "outputs": [],
1149
+ "title": "Markdown Note: Pose input info",
1150
+ "properties": {},
1151
+ "widgets_values": [
1152
+ "## IMPORTANT\n\nThe model uses downsampled poses, pose resolution needs to be **half** if the generation resolution. \n\nThat is automatically calculated here and the pose is rendered to the target resolution directly.\n\ndw_poses are optional and are used to draw face/hands as well as aligning the pose to the reference image.\n\nYou can disable the drawing and the alignment is still done if dw_poses are connected, to disable alignment disconnect them.\n"
1153
+ ],
1154
+ "color": "#432",
1155
+ "bgcolor": "#653"
1156
+ },
1157
+ {
1158
+ "id": 388,
1159
+ "type": "GetNode",
1160
+ "pos": [
1161
+ -125.82906039383636,
1162
+ -2012.1923116094301
1163
+ ],
1164
+ "size": [
1165
+ 210,
1166
+ 58
1167
+ ],
1168
+ "flags": {
1169
+ "collapsed": true
1170
+ },
1171
+ "order": 14,
1172
+ "mode": 0,
1173
+ "inputs": [],
1174
+ "outputs": [
1175
+ {
1176
+ "name": "FLOAT",
1177
+ "type": "FLOAT",
1178
+ "links": [
1179
+ 661
1180
+ ]
1181
+ }
1182
+ ],
1183
+ "title": "Get_fps",
1184
+ "properties": {
1185
+ "Node name for S&R": "GetNode",
1186
+ "aux_id": "kijai/ComfyUI-KJNodes"
1187
+ },
1188
+ "widgets_values": [
1189
+ "fps"
1190
+ ],
1191
+ "color": "#232",
1192
+ "bgcolor": "#353"
1193
+ },
1194
+ {
1195
+ "id": 375,
1196
+ "type": "SetNode",
1197
+ "pos": [
1198
+ -1399.386106432602,
1199
+ -2550.798112142249
1200
+ ],
1201
+ "size": [
1202
+ 210,
1203
+ 60
1204
+ ],
1205
+ "flags": {
1206
+ "collapsed": true
1207
+ },
1208
+ "order": 53,
1209
+ "mode": 0,
1210
+ "inputs": [
1211
+ {
1212
+ "name": "INT",
1213
+ "type": "INT",
1214
+ "link": 703
1215
+ }
1216
+ ],
1217
+ "outputs": [
1218
+ {
1219
+ "name": "INT",
1220
+ "type": "INT",
1221
+ "links": null
1222
+ }
1223
+ ],
1224
+ "title": "Set_frame_count",
1225
+ "properties": {
1226
+ "Node name for S&R": "SetNode",
1227
+ "aux_id": "kijai/ComfyUI-KJNodes",
1228
+ "previousName": "frame_count"
1229
+ },
1230
+ "widgets_values": [
1231
+ "frame_count"
1232
+ ],
1233
+ "color": "#1b4669",
1234
+ "bgcolor": "#29699c"
1235
+ },
1236
+ {
1237
+ "id": 412,
1238
+ "type": "GetNode",
1239
+ "pos": [
1240
+ -1837.1854578350305,
1241
+ -2478.261342548626
1242
+ ],
1243
+ "size": [
1244
+ 210,
1245
+ 60
1246
+ ],
1247
+ "flags": {
1248
+ "collapsed": true
1249
+ },
1250
+ "order": 15,
1251
+ "mode": 0,
1252
+ "inputs": [],
1253
+ "outputs": [
1254
+ {
1255
+ "name": "FLOAT",
1256
+ "type": "FLOAT",
1257
+ "links": [
1258
+ 707
1259
+ ]
1260
+ }
1261
+ ],
1262
+ "title": "Get_fps",
1263
+ "properties": {
1264
+ "Node name for S&R": "GetNode",
1265
+ "aux_id": "kijai/ComfyUI-KJNodes"
1266
+ },
1267
+ "widgets_values": [
1268
+ "fps"
1269
+ ],
1270
+ "color": "#232",
1271
+ "bgcolor": "#353"
1272
+ },
1273
+ {
1274
+ "id": 381,
1275
+ "type": "Note",
1276
+ "pos": [
1277
+ -2128.537692182043,
1278
+ -1147.5601271908786
1279
+ ],
1280
+ "size": [
1281
+ 287.7428125360259,
1282
+ 88
1283
+ ],
1284
+ "flags": {},
1285
+ "order": 16,
1286
+ "mode": 0,
1287
+ "inputs": [],
1288
+ "outputs": [],
1289
+ "title": "Note: Supported resolutions",
1290
+ "properties": {},
1291
+ "widgets_values": [
1292
+ "Dimensions should be divisible by 32"
1293
+ ],
1294
+ "color": "#432",
1295
+ "bgcolor": "#653"
1296
+ },
1297
+ {
1298
+ "id": 421,
1299
+ "type": "GetNode",
1300
+ "pos": [
1301
+ 752.1806335920757,
1302
+ -1156.3251122082713
1303
+ ],
1304
+ "size": [
1305
+ 210,
1306
+ 60
1307
+ ],
1308
+ "flags": {
1309
+ "collapsed": true
1310
+ },
1311
+ "order": 17,
1312
+ "mode": 0,
1313
+ "inputs": [],
1314
+ "outputs": [
1315
+ {
1316
+ "name": "IMAGE",
1317
+ "type": "IMAGE",
1318
+ "links": [
1319
+ 720
1320
+ ]
1321
+ }
1322
+ ],
1323
+ "title": "Get_pose",
1324
+ "properties": {
1325
+ "Node name for S&R": "GetNode",
1326
+ "aux_id": "kijai/ComfyUI-KJNodes"
1327
+ },
1328
+ "widgets_values": [
1329
+ "pose"
1330
+ ],
1331
+ "color": "#2a363b",
1332
+ "bgcolor": "#3f5159"
1333
+ },
1334
+ {
1335
+ "id": 139,
1336
+ "type": "VHS_VideoCombine",
1337
+ "pos": [
1338
+ 1221.8233356317091,
1339
+ -2614.3813697574424
1340
+ ],
1341
+ "size": [
1342
+ 237.5615059197694,
1343
+ 565.5615059197694
1344
+ ],
1345
+ "flags": {},
1346
+ "order": 76,
1347
+ "mode": 0,
1348
+ "inputs": [
1349
+ {
1350
+ "name": "images",
1351
+ "type": "IMAGE",
1352
+ "link": 721
1353
+ },
1354
+ {
1355
+ "name": "audio",
1356
+ "shape": 7,
1357
+ "type": "AUDIO",
1358
+ "link": 655
1359
+ },
1360
+ {
1361
+ "name": "meta_batch",
1362
+ "shape": 7,
1363
+ "type": "VHS_BatchManager",
1364
+ "link": null
1365
+ },
1366
+ {
1367
+ "name": "vae",
1368
+ "shape": 7,
1369
+ "type": "VAE",
1370
+ "link": null
1371
+ },
1372
+ {
1373
+ "name": "frame_rate",
1374
+ "type": "FLOAT",
1375
+ "widget": {
1376
+ "name": "frame_rate"
1377
+ },
1378
+ "link": 659
1379
+ }
1380
+ ],
1381
+ "outputs": [
1382
+ {
1383
+ "name": "Filenames",
1384
+ "type": "VHS_FILENAMES",
1385
+ "links": null
1386
+ }
1387
+ ],
1388
+ "properties": {
1389
+ "cnr_id": "comfyui-videohelpersuite",
1390
+ "ver": "0a75c7958fe320efcb052f1d9f8451fd20c730a8",
1391
+ "Node name for S&R": "VHS_VideoCombine"
1392
+ },
1393
+ "widgets_values": {
1394
+ "frame_rate": 16,
1395
+ "loop_count": 0,
1396
+ "filename_prefix": "WanVideo_SCAIL",
1397
+ "format": "video/h264-mp4",
1398
+ "pix_fmt": "yuv420p",
1399
+ "crf": 19,
1400
+ "save_metadata": true,
1401
+ "trim_to_audio": false,
1402
+ "pingpong": false,
1403
+ "save_output": true,
1404
+ "videopreview": {
1405
+ "hidden": false,
1406
+ "paused": false,
1407
+ "params": {
1408
+ "filename": "WanVideo_SCAIL_00383-audio.mp4",
1409
+ "subfolder": "",
1410
+ "type": "output",
1411
+ "format": "video/h264-mp4",
1412
+ "frame_rate": 16,
1413
+ "workflow": "WanVideo_SCAIL_00383.png",
1414
+ "fullpath": "/home/works/ComfyUI/output/WanVideo_SCAIL_00383-audio.mp4"
1415
+ }
1416
+ }
1417
+ }
1418
+ },
1419
+ {
1420
+ "id": 323,
1421
+ "type": "GetImageSizeAndCount",
1422
+ "pos": [
1423
+ 657.4499646736217,
1424
+ -2622.59634238066
1425
+ ],
1426
+ "size": [
1427
+ 196.2994140625,
1428
+ 86
1429
+ ],
1430
+ "flags": {},
1431
+ "order": 74,
1432
+ "mode": 0,
1433
+ "inputs": [
1434
+ {
1435
+ "name": "image",
1436
+ "type": "IMAGE",
1437
+ "link": 543
1438
+ }
1439
+ ],
1440
+ "outputs": [
1441
+ {
1442
+ "name": "image",
1443
+ "type": "IMAGE",
1444
+ "links": [
1445
+ 692,
1446
+ 721
1447
+ ]
1448
+ },
1449
+ {
1450
+ "label": "1024 width",
1451
+ "name": "width",
1452
+ "type": "INT",
1453
+ "links": null
1454
+ },
1455
+ {
1456
+ "label": "1024 height",
1457
+ "name": "height",
1458
+ "type": "INT",
1459
+ "links": null
1460
+ },
1461
+ {
1462
+ "label": "101 count",
1463
+ "name": "count",
1464
+ "type": "INT",
1465
+ "links": null
1466
+ }
1467
+ ],
1468
+ "properties": {
1469
+ "cnr_id": "comfyui-kjnodes",
1470
+ "ver": "ff7f876c09ff5a53be051073c3c1731b96ee31a3",
1471
+ "Node name for S&R": "GetImageSizeAndCount"
1472
+ },
1473
+ "widgets_values": []
1474
+ },
1475
+ {
1476
+ "id": 384,
1477
+ "type": "GetNode",
1478
+ "pos": [
1479
+ 900.9166188755926,
1480
+ -2581.584094512664
1481
+ ],
1482
+ "size": [
1483
+ 210,
1484
+ 60
1485
+ ],
1486
+ "flags": {
1487
+ "collapsed": true
1488
+ },
1489
+ "order": 18,
1490
+ "mode": 0,
1491
+ "inputs": [],
1492
+ "outputs": [
1493
+ {
1494
+ "name": "AUDIO",
1495
+ "type": "AUDIO",
1496
+ "links": [
1497
+ 655,
1498
+ 700
1499
+ ]
1500
+ }
1501
+ ],
1502
+ "title": "Get_audio",
1503
+ "properties": {
1504
+ "Node name for S&R": "GetNode",
1505
+ "aux_id": "kijai/ComfyUI-KJNodes"
1506
+ },
1507
+ "widgets_values": [
1508
+ "audio"
1509
+ ]
1510
+ },
1511
+ {
1512
+ "id": 387,
1513
+ "type": "GetNode",
1514
+ "pos": [
1515
+ 919.6425605596295,
1516
+ -2516.7628188119165
1517
+ ],
1518
+ "size": [
1519
+ 211.96543060625345,
1520
+ 58
1521
+ ],
1522
+ "flags": {
1523
+ "collapsed": true
1524
+ },
1525
+ "order": 19,
1526
+ "mode": 0,
1527
+ "inputs": [],
1528
+ "outputs": [
1529
+ {
1530
+ "name": "FLOAT",
1531
+ "type": "FLOAT",
1532
+ "links": [
1533
+ 659,
1534
+ 701
1535
+ ]
1536
+ }
1537
+ ],
1538
+ "title": "Get_fps",
1539
+ "properties": {
1540
+ "Node name for S&R": "GetNode",
1541
+ "aux_id": "kijai/ComfyUI-KJNodes"
1542
+ },
1543
+ "widgets_values": [
1544
+ "fps"
1545
+ ],
1546
+ "color": "#232",
1547
+ "bgcolor": "#353"
1548
+ },
1549
+ {
1550
+ "id": 406,
1551
+ "type": "ImagePadKJ",
1552
+ "pos": [
1553
+ -1213.8922726780866,
1554
+ -1721.8114837071757
1555
+ ],
1556
+ "size": [
1557
+ 270,
1558
+ 262
1559
+ ],
1560
+ "flags": {},
1561
+ "order": 46,
1562
+ "mode": 0,
1563
+ "inputs": [
1564
+ {
1565
+ "name": "image",
1566
+ "type": "IMAGE",
1567
+ "link": 688
1568
+ },
1569
+ {
1570
+ "name": "mask",
1571
+ "shape": 7,
1572
+ "type": "MASK",
1573
+ "link": null
1574
+ },
1575
+ {
1576
+ "name": "target_width",
1577
+ "shape": 7,
1578
+ "type": "INT",
1579
+ "link": null
1580
+ },
1581
+ {
1582
+ "name": "target_height",
1583
+ "shape": 7,
1584
+ "type": "INT",
1585
+ "link": null
1586
+ }
1587
+ ],
1588
+ "outputs": [
1589
+ {
1590
+ "name": "images",
1591
+ "type": "IMAGE",
1592
+ "links": [
1593
+ 689
1594
+ ]
1595
+ },
1596
+ {
1597
+ "name": "masks",
1598
+ "type": "MASK",
1599
+ "links": null
1600
+ }
1601
+ ],
1602
+ "properties": {
1603
+ "cnr_id": "comfyui-kjnodes",
1604
+ "ver": "16cbf238a74cac17082d6888bc8934899c850645",
1605
+ "Node name for S&R": "ImagePadKJ"
1606
+ },
1607
+ "widgets_values": [
1608
+ 50,
1609
+ 50,
1610
+ 100,
1611
+ 15,
1612
+ 0,
1613
+ "edge",
1614
+ "0, 0, 0"
1615
+ ]
1616
+ },
1617
+ {
1618
+ "id": 202,
1619
+ "type": "GetNode",
1620
+ "pos": [
1621
+ 944.7315498304457,
1622
+ -615.3588088946054
1623
+ ],
1624
+ "size": [
1625
+ 210,
1626
+ 34
1627
+ ],
1628
+ "flags": {
1629
+ "collapsed": true
1630
+ },
1631
+ "order": 20,
1632
+ "mode": 0,
1633
+ "inputs": [],
1634
+ "outputs": [
1635
+ {
1636
+ "name": "WANVIDEOTEXTEMBEDS",
1637
+ "type": "WANVIDEOTEXTEMBEDS",
1638
+ "links": [
1639
+ 599
1640
+ ]
1641
+ }
1642
+ ],
1643
+ "title": "Get_text_embeds",
1644
+ "properties": {
1645
+ "Node name for S&R": "GetNode",
1646
+ "aux_id": "kijai/ComfyUI-KJNodes"
1647
+ },
1648
+ "widgets_values": [
1649
+ "text_embeds"
1650
+ ]
1651
+ },
1652
+ {
1653
+ "id": 176,
1654
+ "type": "GetNode",
1655
+ "pos": [
1656
+ 1356.9381793809455,
1657
+ -1147.5843622285383
1658
+ ],
1659
+ "size": [
1660
+ 210,
1661
+ 34
1662
+ ],
1663
+ "flags": {
1664
+ "collapsed": true
1665
+ },
1666
+ "order": 21,
1667
+ "mode": 0,
1668
+ "inputs": [],
1669
+ "outputs": [
1670
+ {
1671
+ "name": "WANVAE",
1672
+ "type": "WANVAE",
1673
+ "links": [
1674
+ 327
1675
+ ]
1676
+ }
1677
+ ],
1678
+ "title": "Get_VAE",
1679
+ "properties": {
1680
+ "Node name for S&R": "GetNode",
1681
+ "aux_id": "kijai/ComfyUI-KJNodes"
1682
+ },
1683
+ "widgets_values": [
1684
+ "VAE"
1685
+ ],
1686
+ "color": "#322",
1687
+ "bgcolor": "#533"
1688
+ },
1689
+ {
1690
+ "id": 38,
1691
+ "type": "WanVideoVAELoader",
1692
+ "pos": [
1693
+ -550.5046983912342,
1694
+ -715.4178905710382
1695
+ ],
1696
+ "size": [
1697
+ 315,
1698
+ 130
1699
+ ],
1700
+ "flags": {},
1701
+ "order": 22,
1702
+ "mode": 0,
1703
+ "inputs": [
1704
+ {
1705
+ "name": "compile_args",
1706
+ "shape": 7,
1707
+ "type": "WANCOMPILEARGS",
1708
+ "link": null
1709
+ }
1710
+ ],
1711
+ "outputs": [
1712
+ {
1713
+ "name": "vae",
1714
+ "type": "WANVAE",
1715
+ "slot_index": 0,
1716
+ "links": [
1717
+ 324
1718
+ ]
1719
+ }
1720
+ ],
1721
+ "properties": {
1722
+ "cnr_id": "ComfyUI-WanVideoWrapper",
1723
+ "ver": "998a69cc0acbec503001b8b0ce0a5d5404420e1e",
1724
+ "Node name for S&R": "WanVideoVAELoader"
1725
+ },
1726
+ "widgets_values": [
1727
+ "Wan2_1_VAE_bf16.safetensors",
1728
+ "bf16",
1729
+ false,
1730
+ false
1731
+ ],
1732
+ "color": "#322",
1733
+ "bgcolor": "#533"
1734
+ },
1735
+ {
1736
+ "id": 35,
1737
+ "type": "WanVideoTorchCompileSettings",
1738
+ "pos": [
1739
+ -1258.7747491379787,
1740
+ -1165.123517983
1741
+ ],
1742
+ "size": [
1743
+ 293.380859375,
1744
+ 265.69677709908285
1745
+ ],
1746
+ "flags": {},
1747
+ "order": 23,
1748
+ "mode": 0,
1749
+ "inputs": [],
1750
+ "outputs": [
1751
+ {
1752
+ "name": "torch_compile_args",
1753
+ "type": "WANCOMPILEARGS",
1754
+ "slot_index": 0,
1755
+ "links": [
1756
+ 563
1757
+ ]
1758
+ }
1759
+ ],
1760
+ "properties": {
1761
+ "cnr_id": "ComfyUI-WanVideoWrapper",
1762
+ "ver": "998a69cc0acbec503001b8b0ce0a5d5404420e1e",
1763
+ "Node name for S&R": "WanVideoTorchCompileSettings"
1764
+ },
1765
+ "widgets_values": [
1766
+ "inductor",
1767
+ false,
1768
+ "default",
1769
+ false,
1770
+ 64,
1771
+ true,
1772
+ 128,
1773
+ false,
1774
+ false
1775
+ ],
1776
+ "color": "#223",
1777
+ "bgcolor": "#335"
1778
+ },
1779
+ {
1780
+ "id": 22,
1781
+ "type": "WanVideoModelLoader",
1782
+ "pos": [
1783
+ -945.9297964037535,
1784
+ -1166.7452561542716
1785
+ ],
1786
+ "size": [
1787
+ 294.3120597957659,
1788
+ 340.61613783296025
1789
+ ],
1790
+ "flags": {},
1791
+ "order": 45,
1792
+ "mode": 0,
1793
+ "inputs": [
1794
+ {
1795
+ "name": "compile_args",
1796
+ "shape": 7,
1797
+ "type": "WANCOMPILEARGS",
1798
+ "link": 563
1799
+ },
1800
+ {
1801
+ "name": "block_swap_args",
1802
+ "shape": 7,
1803
+ "type": "BLOCKSWAPARGS",
1804
+ "link": null
1805
+ },
1806
+ {
1807
+ "name": "lora",
1808
+ "shape": 7,
1809
+ "type": "WANVIDLORA",
1810
+ "link": null
1811
+ },
1812
+ {
1813
+ "name": "vram_management_args",
1814
+ "shape": 7,
1815
+ "type": "VRAM_MANAGEMENTARGS",
1816
+ "link": null
1817
+ },
1818
+ {
1819
+ "name": "extra_model",
1820
+ "shape": 7,
1821
+ "type": "VACEPATH",
1822
+ "link": null
1823
+ },
1824
+ {
1825
+ "name": "fantasytalking_model",
1826
+ "shape": 7,
1827
+ "type": "FANTASYTALKINGMODEL",
1828
+ "link": null
1829
+ },
1830
+ {
1831
+ "name": "multitalk_model",
1832
+ "shape": 7,
1833
+ "type": "MULTITALKMODEL",
1834
+ "link": null
1835
+ },
1836
+ {
1837
+ "name": "fantasyportrait_model",
1838
+ "shape": 7,
1839
+ "type": "FANTASYPORTRAITMODEL",
1840
+ "link": null
1841
+ },
1842
+ {
1843
+ "name": "vace_model",
1844
+ "shape": 7,
1845
+ "type": "VACEPATH",
1846
+ "link": null
1847
+ }
1848
+ ],
1849
+ "outputs": [
1850
+ {
1851
+ "name": "model",
1852
+ "type": "WANVIDEOMODEL",
1853
+ "slot_index": 0,
1854
+ "links": [
1855
+ 155
1856
+ ]
1857
+ }
1858
+ ],
1859
+ "properties": {
1860
+ "cnr_id": "ComfyUI-WanVideoWrapper",
1861
+ "ver": "998a69cc0acbec503001b8b0ce0a5d5404420e1e",
1862
+ "Node name for S&R": "WanVideoModelLoader"
1863
+ },
1864
+ "widgets_values": [
1865
+ "WanVideo/SCAIL/Wan21-14B-SCAIL-preview_fp8_e4m3fn_scaled_KJ.safetensors",
1866
+ "fp16_fast",
1867
+ "disabled",
1868
+ "offload_device",
1869
+ "sageattn",
1870
+ "default"
1871
+ ],
1872
+ "color": "#223",
1873
+ "bgcolor": "#335"
1874
+ },
1875
+ {
1876
+ "id": 92,
1877
+ "type": "WanVideoSetBlockSwap",
1878
+ "pos": [
1879
+ -383.55439155589323,
1880
+ -1167.8209317040155
1881
+ ],
1882
+ "size": [
1883
+ 209.6841796875,
1884
+ 46
1885
+ ],
1886
+ "flags": {},
1887
+ "order": 55,
1888
+ "mode": 0,
1889
+ "inputs": [
1890
+ {
1891
+ "name": "model",
1892
+ "type": "WANVIDEOMODEL",
1893
+ "link": 155
1894
+ },
1895
+ {
1896
+ "name": "block_swap_args",
1897
+ "shape": 7,
1898
+ "type": "BLOCKSWAPARGS",
1899
+ "link": 156
1900
+ }
1901
+ ],
1902
+ "outputs": [
1903
+ {
1904
+ "name": "model",
1905
+ "type": "WANVIDEOMODEL",
1906
+ "links": [
1907
+ 157
1908
+ ]
1909
+ }
1910
+ ],
1911
+ "properties": {
1912
+ "cnr_id": "ComfyUI-WanVideoWrapper",
1913
+ "ver": "7e290c67bff1f906cdab84523018573f6c9d4d7f",
1914
+ "Node name for S&R": "WanVideoSetBlockSwap"
1915
+ },
1916
+ "widgets_values": [],
1917
+ "color": "#223",
1918
+ "bgcolor": "#335"
1919
+ },
1920
+ {
1921
+ "id": 173,
1922
+ "type": "SetNode",
1923
+ "pos": [
1924
+ -193.6228976534456,
1925
+ -688.2249513055933
1926
+ ],
1927
+ "size": [
1928
+ 210,
1929
+ 60
1930
+ ],
1931
+ "flags": {
1932
+ "collapsed": true
1933
+ },
1934
+ "order": 44,
1935
+ "mode": 0,
1936
+ "inputs": [
1937
+ {
1938
+ "name": "WANVAE",
1939
+ "type": "WANVAE",
1940
+ "link": 324
1941
+ }
1942
+ ],
1943
+ "outputs": [
1944
+ {
1945
+ "name": "*",
1946
+ "type": "*",
1947
+ "links": []
1948
+ }
1949
+ ],
1950
+ "title": "Set_VAE",
1951
+ "properties": {
1952
+ "Node name for S&R": "SetNode",
1953
+ "aux_id": "kijai/ComfyUI-KJNodes",
1954
+ "previousName": "VAE"
1955
+ },
1956
+ "widgets_values": [
1957
+ "VAE"
1958
+ ],
1959
+ "color": "#322",
1960
+ "bgcolor": "#533"
1961
+ },
1962
+ {
1963
+ "id": 198,
1964
+ "type": "SetNode",
1965
+ "pos": [
1966
+ -212.45365675514006,
1967
+ -502.47076401339865
1968
+ ],
1969
+ "size": [
1970
+ 210,
1971
+ 60
1972
+ ],
1973
+ "flags": {
1974
+ "collapsed": true
1975
+ },
1976
+ "order": 51,
1977
+ "mode": 0,
1978
+ "inputs": [
1979
+ {
1980
+ "name": "WANVIDEOTEXTEMBEDS",
1981
+ "type": "WANVIDEOTEXTEMBEDS",
1982
+ "link": 639
1983
+ }
1984
+ ],
1985
+ "outputs": [
1986
+ {
1987
+ "name": "*",
1988
+ "type": "*",
1989
+ "links": null
1990
+ }
1991
+ ],
1992
+ "title": "Set_text_embeds",
1993
+ "properties": {
1994
+ "Node name for S&R": "SetNode",
1995
+ "aux_id": "kijai/ComfyUI-KJNodes",
1996
+ "previousName": "text_embeds"
1997
+ },
1998
+ "widgets_values": [
1999
+ "text_embeds"
2000
+ ]
2001
+ },
2002
+ {
2003
+ "id": 391,
2004
+ "type": "LoadImage",
2005
+ "pos": [
2006
+ -1705.0323604915345,
2007
+ -1734.330986191237
2008
+ ],
2009
+ "size": [
2010
+ 282.798828125,
2011
+ 314
2012
+ ],
2013
+ "flags": {},
2014
+ "order": 24,
2015
+ "mode": 0,
2016
+ "inputs": [],
2017
+ "outputs": [
2018
+ {
2019
+ "name": "IMAGE",
2020
+ "type": "IMAGE",
2021
+ "links": [
2022
+ 688
2023
+ ]
2024
+ },
2025
+ {
2026
+ "name": "MASK",
2027
+ "type": "MASK",
2028
+ "links": null
2029
+ }
2030
+ ],
2031
+ "properties": {
2032
+ "cnr_id": "comfy-core",
2033
+ "ver": "0.4.0",
2034
+ "Node name for S&R": "LoadImage"
2035
+ },
2036
+ "widgets_values": [
2037
+ "usamiku1024.png",
2038
+ "image"
2039
+ ]
2040
+ },
2041
+ {
2042
+ "id": 364,
2043
+ "type": "OnnxDetectionModelLoader",
2044
+ "pos": [
2045
+ -640.3494877313676,
2046
+ -2400.104448811392
2047
+ ],
2048
+ "size": [
2049
+ 304.0484375,
2050
+ 106
2051
+ ],
2052
+ "flags": {},
2053
+ "order": 25,
2054
+ "mode": 0,
2055
+ "inputs": [],
2056
+ "outputs": [
2057
+ {
2058
+ "name": "model",
2059
+ "type": "POSEMODEL",
2060
+ "links": [
2061
+ 627
2062
+ ]
2063
+ }
2064
+ ],
2065
+ "properties": {
2066
+ "cnr_id": "ComfyUI-WanAnimatePreprocess",
2067
+ "ver": "74f834b9ecec0e9f48535ab2ec95219f5288018a",
2068
+ "Node name for S&R": "OnnxDetectionModelLoader"
2069
+ },
2070
+ "widgets_values": [
2071
+ "onnx/vitpose_h_wholebody_model.onnx",
2072
+ "onnx/yolov10m.onnx",
2073
+ "CUDAExecutionProvider"
2074
+ ]
2075
+ },
2076
+ {
2077
+ "id": 363,
2078
+ "type": "PoseDetectionVitPoseToDWPose",
2079
+ "pos": [
2080
+ -314.3427611170767,
2081
+ -2397.103254296071
2082
+ ],
2083
+ "size": [
2084
+ 271.9595703125,
2085
+ 46
2086
+ ],
2087
+ "flags": {},
2088
+ "order": 64,
2089
+ "mode": 0,
2090
+ "inputs": [
2091
+ {
2092
+ "name": "vitpose_model",
2093
+ "type": "POSEMODEL",
2094
+ "link": 627
2095
+ },
2096
+ {
2097
+ "name": "images",
2098
+ "type": "IMAGE",
2099
+ "link": 642
2100
+ }
2101
+ ],
2102
+ "outputs": [
2103
+ {
2104
+ "name": "dw_poses",
2105
+ "type": "DWPOSES",
2106
+ "links": [
2107
+ 626
2108
+ ]
2109
+ }
2110
+ ],
2111
+ "properties": {
2112
+ "cnr_id": "ComfyUI-SCAIL-Pose",
2113
+ "ver": "93059f0fe4ea3881c0d6ec0e327e5d920554277d",
2114
+ "Node name for S&R": "PoseDetectionVitPoseToDWPose",
2115
+ "aux_id": "kijai/ComfyUI-SCAIL-Pose"
2116
+ },
2117
+ "widgets_values": []
2118
+ },
2119
+ {
2120
+ "id": 362,
2121
+ "type": "RenderNLFPoses",
2122
+ "pos": [
2123
+ 71.83656862670342,
2124
+ -2599.1949318244347
2125
+ ],
2126
+ "size": [
2127
+ 270,
2128
+ 242
2129
+ ],
2130
+ "flags": {},
2131
+ "order": 70,
2132
+ "mode": 0,
2133
+ "inputs": [
2134
+ {
2135
+ "name": "nlf_poses",
2136
+ "type": "NLFPRED",
2137
+ "link": 621
2138
+ },
2139
+ {
2140
+ "name": "dw_poses",
2141
+ "shape": 7,
2142
+ "type": "DWPOSES",
2143
+ "link": 626
2144
+ },
2145
+ {
2146
+ "name": "ref_dw_pose",
2147
+ "shape": 7,
2148
+ "type": "DWPOSES",
2149
+ "link": 713
2150
+ },
2151
+ {
2152
+ "name": "width",
2153
+ "type": "INT",
2154
+ "widget": {
2155
+ "name": "width"
2156
+ },
2157
+ "link": 645
2158
+ },
2159
+ {
2160
+ "name": "height",
2161
+ "type": "INT",
2162
+ "widget": {
2163
+ "name": "height"
2164
+ },
2165
+ "link": 648
2166
+ }
2167
+ ],
2168
+ "outputs": [
2169
+ {
2170
+ "name": "image",
2171
+ "type": "IMAGE",
2172
+ "links": [
2173
+ 623,
2174
+ 719
2175
+ ]
2176
+ },
2177
+ {
2178
+ "name": "mask",
2179
+ "type": "MASK",
2180
+ "links": []
2181
+ }
2182
+ ],
2183
+ "properties": {
2184
+ "cnr_id": "ComfyUI-SCAIL-Pose",
2185
+ "ver": "93059f0fe4ea3881c0d6ec0e327e5d920554277d",
2186
+ "Node name for S&R": "RenderNLFPoses",
2187
+ "aux_id": "kijai/ComfyUI-SCAIL-Pose"
2188
+ },
2189
+ "widgets_values": [
2190
+ 512,
2191
+ 896,
2192
+ false,
2193
+ true,
2194
+ "gpu",
2195
+ true,
2196
+ "taichi"
2197
+ ]
2198
+ },
2199
+ {
2200
+ "id": 417,
2201
+ "type": "ConvertToSCAILPose",
2202
+ "pos": [
2203
+ -269.59819670520613,
2204
+ -1918.1118962647279
2205
+ ],
2206
+ "size": [
2207
+ 234.655859375,
2208
+ 26
2209
+ ],
2210
+ "flags": {},
2211
+ "order": 67,
2212
+ "mode": 0,
2213
+ "inputs": [
2214
+ {
2215
+ "name": "keypoints",
2216
+ "type": "POSE_KEYPOINT",
2217
+ "link": 712
2218
+ }
2219
+ ],
2220
+ "outputs": [
2221
+ {
2222
+ "name": "scail_pose",
2223
+ "type": "DWPOSES",
2224
+ "links": [
2225
+ 713
2226
+ ]
2227
+ }
2228
+ ],
2229
+ "properties": {
2230
+ "cnr_id": "ComfyUI-ProportionChanger",
2231
+ "ver": "d3d8dc648ba9eaac4ea2dfc92934801f464f221d",
2232
+ "Node name for S&R": "ConvertToSCAILPose"
2233
+ },
2234
+ "widgets_values": []
2235
+ },
2236
+ {
2237
+ "id": 414,
2238
+ "type": "DownloadAndLoadMascotDWPoseModel",
2239
+ "pos": [
2240
+ -631.554534188252,
2241
+ -2056.798996559911
2242
+ ],
2243
+ "size": [
2244
+ 324.027295577995,
2245
+ 117.96502279387641
2246
+ ],
2247
+ "flags": {},
2248
+ "order": 26,
2249
+ "mode": 0,
2250
+ "inputs": [],
2251
+ "outputs": [
2252
+ {
2253
+ "name": "mascot_pose_model",
2254
+ "type": "MASCOT_POSE_MODEL",
2255
+ "links": [
2256
+ 708
2257
+ ]
2258
+ }
2259
+ ],
2260
+ "properties": {
2261
+ "cnr_id": "ComfyUI-ProportionChanger",
2262
+ "ver": "6cc0d36dbee7009a72ffaee02d527cfb491a49cd",
2263
+ "Node name for S&R": "DownloadAndLoadMascotDWPoseModel"
2264
+ },
2265
+ "widgets_values": [
2266
+ "https://huggingface.co/grmchn/mascot-pose-detect/resolve/main/keypoint/dinov2_vitpose_l/model.onnx",
2267
+ true,
2268
+ true
2269
+ ]
2270
+ },
2271
+ {
2272
+ "id": 420,
2273
+ "type": "SetNode",
2274
+ "pos": [
2275
+ 381.5175373602142,
2276
+ -2570.384500120307
2277
+ ],
2278
+ "size": [
2279
+ 210,
2280
+ 60
2281
+ ],
2282
+ "flags": {
2283
+ "collapsed": true
2284
+ },
2285
+ "order": 73,
2286
+ "mode": 0,
2287
+ "inputs": [
2288
+ {
2289
+ "name": "IMAGE",
2290
+ "type": "IMAGE",
2291
+ "link": 719
2292
+ }
2293
+ ],
2294
+ "outputs": [
2295
+ {
2296
+ "name": "IMAGE",
2297
+ "type": "IMAGE",
2298
+ "links": null
2299
+ }
2300
+ ],
2301
+ "title": "Set_pose",
2302
+ "properties": {
2303
+ "Node name for S&R": "SetNode",
2304
+ "aux_id": "kijai/ComfyUI-KJNodes",
2305
+ "previousName": "pose"
2306
+ },
2307
+ "widgets_values": [
2308
+ "pose"
2309
+ ],
2310
+ "color": "#2a363b",
2311
+ "bgcolor": "#3f5159"
2312
+ },
2313
+ {
2314
+ "id": 137,
2315
+ "type": "VHS_VideoCombine",
2316
+ "pos": [
2317
+ 40.72257051256043,
2318
+ -2209.2815695667246
2319
+ ],
2320
+ "size": [
2321
+ 372.44359258382156,
2322
+ 700.4435925838216
2323
+ ],
2324
+ "flags": {},
2325
+ "order": 72,
2326
+ "mode": 0,
2327
+ "inputs": [
2328
+ {
2329
+ "name": "images",
2330
+ "type": "IMAGE",
2331
+ "link": 623
2332
+ },
2333
+ {
2334
+ "name": "audio",
2335
+ "shape": 7,
2336
+ "type": "AUDIO",
2337
+ "link": null
2338
+ },
2339
+ {
2340
+ "name": "meta_batch",
2341
+ "shape": 7,
2342
+ "type": "VHS_BatchManager",
2343
+ "link": null
2344
+ },
2345
+ {
2346
+ "name": "vae",
2347
+ "shape": 7,
2348
+ "type": "VAE",
2349
+ "link": null
2350
+ },
2351
+ {
2352
+ "name": "frame_rate",
2353
+ "type": "FLOAT",
2354
+ "widget": {
2355
+ "name": "frame_rate"
2356
+ },
2357
+ "link": 661
2358
+ }
2359
+ ],
2360
+ "outputs": [
2361
+ {
2362
+ "name": "Filenames",
2363
+ "type": "VHS_FILENAMES",
2364
+ "links": null
2365
+ }
2366
+ ],
2367
+ "properties": {
2368
+ "cnr_id": "comfyui-videohelpersuite",
2369
+ "ver": "0a75c7958fe320efcb052f1d9f8451fd20c730a8",
2370
+ "Node name for S&R": "VHS_VideoCombine"
2371
+ },
2372
+ "widgets_values": {
2373
+ "frame_rate": 16,
2374
+ "loop_count": 0,
2375
+ "filename_prefix": "onetotall_pose",
2376
+ "format": "video/h264-mp4",
2377
+ "pix_fmt": "yuv420p",
2378
+ "crf": 19,
2379
+ "save_metadata": true,
2380
+ "trim_to_audio": false,
2381
+ "pingpong": false,
2382
+ "save_output": true,
2383
+ "videopreview": {
2384
+ "hidden": false,
2385
+ "paused": false,
2386
+ "params": {
2387
+ "filename": "onetotall_pose_00415.mp4",
2388
+ "subfolder": "",
2389
+ "type": "output",
2390
+ "format": "video/h264-mp4",
2391
+ "frame_rate": 16,
2392
+ "workflow": "onetotall_pose_00415.png",
2393
+ "fullpath": "/home/works/ComfyUI/output/onetotall_pose_00415.mp4"
2394
+ }
2395
+ }
2396
+ }
2397
+ },
2398
+ {
2399
+ "id": 419,
2400
+ "type": "GetNode",
2401
+ "pos": [
2402
+ 50.246637611831915,
2403
+ -581.8100489236373
2404
+ ],
2405
+ "size": [
2406
+ 210,
2407
+ 60
2408
+ ],
2409
+ "flags": {
2410
+ "collapsed": true
2411
+ },
2412
+ "order": 27,
2413
+ "mode": 0,
2414
+ "inputs": [],
2415
+ "outputs": [
2416
+ {
2417
+ "name": "IMAGE",
2418
+ "type": "IMAGE",
2419
+ "links": [
2420
+ 717,
2421
+ 718
2422
+ ]
2423
+ }
2424
+ ],
2425
+ "title": "Get_ref_image",
2426
+ "properties": {
2427
+ "Node name for S&R": "GetNode",
2428
+ "aux_id": "kijai/ComfyUI-KJNodes"
2429
+ },
2430
+ "widgets_values": [
2431
+ "ref_image"
2432
+ ],
2433
+ "color": "#2a363b",
2434
+ "bgcolor": "#3f5159"
2435
+ },
2436
+ {
2437
+ "id": 174,
2438
+ "type": "GetNode",
2439
+ "pos": [
2440
+ 73.81568397045491,
2441
+ -828.0374209474696
2442
+ ],
2443
+ "size": [
2444
+ 210,
2445
+ 60
2446
+ ],
2447
+ "flags": {
2448
+ "collapsed": true
2449
+ },
2450
+ "order": 28,
2451
+ "mode": 0,
2452
+ "inputs": [],
2453
+ "outputs": [
2454
+ {
2455
+ "name": "WANVAE",
2456
+ "type": "WANVAE",
2457
+ "links": [
2458
+ 551,
2459
+ 605
2460
+ ]
2461
+ }
2462
+ ],
2463
+ "title": "Get_VAE",
2464
+ "properties": {
2465
+ "Node name for S&R": "GetNode",
2466
+ "aux_id": "kijai/ComfyUI-KJNodes"
2467
+ },
2468
+ "widgets_values": [
2469
+ "VAE"
2470
+ ],
2471
+ "color": "#322",
2472
+ "bgcolor": "#533"
2473
+ },
2474
+ {
2475
+ "id": 240,
2476
+ "type": "GetNode",
2477
+ "pos": [
2478
+ 829.4342807388706,
2479
+ -206.64749576157863
2480
+ ],
2481
+ "size": [
2482
+ 210,
2483
+ 60
2484
+ ],
2485
+ "flags": {
2486
+ "collapsed": true
2487
+ },
2488
+ "order": 29,
2489
+ "mode": 0,
2490
+ "inputs": [],
2491
+ "outputs": [
2492
+ {
2493
+ "name": "FLOAT",
2494
+ "type": "FLOAT",
2495
+ "links": [
2496
+ 601
2497
+ ]
2498
+ }
2499
+ ],
2500
+ "title": "Get_cfg",
2501
+ "properties": {
2502
+ "Node name for S&R": "GetNode",
2503
+ "aux_id": "kijai/ComfyUI-KJNodes"
2504
+ },
2505
+ "widgets_values": [
2506
+ "cfg"
2507
+ ],
2508
+ "color": "#232",
2509
+ "bgcolor": "#353"
2510
+ },
2511
+ {
2512
+ "id": 201,
2513
+ "type": "GetNode",
2514
+ "pos": [
2515
+ 907.7223127289517,
2516
+ -1169.0681610413455
2517
+ ],
2518
+ "size": [
2519
+ 210,
2520
+ 60
2521
+ ],
2522
+ "flags": {
2523
+ "collapsed": true
2524
+ },
2525
+ "order": 30,
2526
+ "mode": 0,
2527
+ "inputs": [],
2528
+ "outputs": [
2529
+ {
2530
+ "name": "WANVIDEOMODEL",
2531
+ "type": "WANVIDEOMODEL",
2532
+ "links": [
2533
+ 597
2534
+ ]
2535
+ }
2536
+ ],
2537
+ "title": "Get_model",
2538
+ "properties": {
2539
+ "Node name for S&R": "GetNode",
2540
+ "aux_id": "kijai/ComfyUI-KJNodes"
2541
+ },
2542
+ "widgets_values": [
2543
+ "model"
2544
+ ],
2545
+ "color": "#223",
2546
+ "bgcolor": "#335"
2547
+ },
2548
+ {
2549
+ "id": 348,
2550
+ "type": "WanVideoSamplerv2",
2551
+ "pos": [
2552
+ 1029.1233426788888,
2553
+ -1055.1839501589445
2554
+ ],
2555
+ "size": [
2556
+ 295.37109375,
2557
+ 749.8994140625
2558
+ ],
2559
+ "flags": {},
2560
+ "order": 68,
2561
+ "mode": 0,
2562
+ "inputs": [
2563
+ {
2564
+ "name": "model",
2565
+ "type": "WANVIDEOMODEL",
2566
+ "link": 597
2567
+ },
2568
+ {
2569
+ "name": "image_embeds",
2570
+ "type": "WANVIDIMAGE_EMBEDS",
2571
+ "link": 600
2572
+ },
2573
+ {
2574
+ "name": "scheduler",
2575
+ "type": "WANVIDEOSCHEDULER",
2576
+ "link": 598
2577
+ },
2578
+ {
2579
+ "name": "text_embeds",
2580
+ "shape": 7,
2581
+ "type": "WANVIDEOTEXTEMBEDS",
2582
+ "link": 599
2583
+ },
2584
+ {
2585
+ "name": "samples",
2586
+ "shape": 7,
2587
+ "type": "LATENT",
2588
+ "link": null
2589
+ },
2590
+ {
2591
+ "name": "extra_args",
2592
+ "shape": 7,
2593
+ "type": "WANVIDSAMPLEREXTRAARGS",
2594
+ "link": 652
2595
+ },
2596
+ {
2597
+ "name": "cfg",
2598
+ "type": "FLOAT",
2599
+ "widget": {
2600
+ "name": "cfg"
2601
+ },
2602
+ "link": 601
2603
+ }
2604
+ ],
2605
+ "outputs": [
2606
+ {
2607
+ "name": "samples",
2608
+ "type": "LATENT",
2609
+ "links": [
2610
+ 596
2611
+ ]
2612
+ },
2613
+ {
2614
+ "name": "denoised_samples",
2615
+ "type": "LATENT",
2616
+ "links": null
2617
+ }
2618
+ ],
2619
+ "properties": {
2620
+ "cnr_id": "ComfyUI-WanVideoWrapper",
2621
+ "ver": "98f8e56bcacfc07e12cbb4b26555b2b28d9db92f",
2622
+ "Node name for S&R": "WanVideoSamplerv2"
2623
+ },
2624
+ "widgets_values": [
2625
+ 6,
2626
+ 1023636362993340,
2627
+ "randomize",
2628
+ true,
2629
+ false
2630
+ ]
2631
+ },
2632
+ {
2633
+ "id": 28,
2634
+ "type": "WanVideoDecode",
2635
+ "pos": [
2636
+ 1356.4358633066754,
2637
+ -1053.8881818222515
2638
+ ],
2639
+ "size": [
2640
+ 234.4231742990096,
2641
+ 198
2642
+ ],
2643
+ "flags": {},
2644
+ "order": 71,
2645
+ "mode": 0,
2646
+ "inputs": [
2647
+ {
2648
+ "name": "vae",
2649
+ "type": "WANVAE",
2650
+ "link": 327
2651
+ },
2652
+ {
2653
+ "name": "samples",
2654
+ "type": "LATENT",
2655
+ "link": 596
2656
+ }
2657
+ ],
2658
+ "outputs": [
2659
+ {
2660
+ "name": "images",
2661
+ "type": "IMAGE",
2662
+ "slot_index": 0,
2663
+ "links": [
2664
+ 543
2665
+ ]
2666
+ }
2667
+ ],
2668
+ "properties": {
2669
+ "cnr_id": "ComfyUI-WanVideoWrapper",
2670
+ "ver": "998a69cc0acbec503001b8b0ce0a5d5404420e1e",
2671
+ "Node name for S&R": "WanVideoDecode"
2672
+ },
2673
+ "widgets_values": [
2674
+ false,
2675
+ 272,
2676
+ 272,
2677
+ 144,
2678
+ 128,
2679
+ "default"
2680
+ ],
2681
+ "color": "#322",
2682
+ "bgcolor": "#533"
2683
+ },
2684
+ {
2685
+ "id": 349,
2686
+ "type": "WanVideoSchedulerv2",
2687
+ "pos": [
2688
+ 609.7914826807021,
2689
+ -823.369048854057
2690
+ ],
2691
+ "size": [
2692
+ 287.8548648548008,
2693
+ 180.4340225368502
2694
+ ],
2695
+ "flags": {},
2696
+ "order": 31,
2697
+ "mode": 0,
2698
+ "inputs": [
2699
+ {
2700
+ "name": "sigmas",
2701
+ "shape": 7,
2702
+ "type": "SIGMAS",
2703
+ "link": null
2704
+ }
2705
+ ],
2706
+ "outputs": [
2707
+ {
2708
+ "name": "scheduler",
2709
+ "type": "WANVIDEOSCHEDULER",
2710
+ "links": [
2711
+ 598
2712
+ ]
2713
+ }
2714
+ ],
2715
+ "properties": {
2716
+ "cnr_id": "ComfyUI-WanVideoWrapper",
2717
+ "ver": "98f8e56bcacfc07e12cbb4b26555b2b28d9db92f",
2718
+ "Node name for S&R": "WanVideoSchedulerv2"
2719
+ },
2720
+ "widgets_values": [
2721
+ "dpm++_sde",
2722
+ 6,
2723
+ 7,
2724
+ 0,
2725
+ -1,
2726
+ false
2727
+ ]
2728
+ },
2729
+ {
2730
+ "id": 326,
2731
+ "type": "CLIPVisionLoader",
2732
+ "pos": [
2733
+ 34.09178859336234,
2734
+ -445.2076233649464
2735
+ ],
2736
+ "size": [
2737
+ 268.8109598456517,
2738
+ 58
2739
+ ],
2740
+ "flags": {
2741
+ "collapsed": true
2742
+ },
2743
+ "order": 32,
2744
+ "mode": 0,
2745
+ "inputs": [],
2746
+ "outputs": [
2747
+ {
2748
+ "name": "CLIP_VISION",
2749
+ "type": "CLIP_VISION",
2750
+ "links": [
2751
+ 554
2752
+ ]
2753
+ }
2754
+ ],
2755
+ "properties": {
2756
+ "cnr_id": "comfy-core",
2757
+ "ver": "0.4.0",
2758
+ "Node name for S&R": "CLIPVisionLoader"
2759
+ },
2760
+ "widgets_values": [
2761
+ "clip_vision_h.safetensors"
2762
+ ],
2763
+ "color": "#233",
2764
+ "bgcolor": "#355"
2765
+ },
2766
+ {
2767
+ "id": 355,
2768
+ "type": "WanVideoContextOptions",
2769
+ "pos": [
2770
+ 453.1447617353258,
2771
+ -547.2832083517134
2772
+ ],
2773
+ "size": [
2774
+ 250.22573263591357,
2775
+ 202
2776
+ ],
2777
+ "flags": {},
2778
+ "order": 33,
2779
+ "mode": 0,
2780
+ "inputs": [
2781
+ {
2782
+ "name": "reference_latent",
2783
+ "shape": 7,
2784
+ "type": "LATENT",
2785
+ "link": null
2786
+ }
2787
+ ],
2788
+ "outputs": [
2789
+ {
2790
+ "name": "context_options",
2791
+ "type": "WANVIDCONTEXT",
2792
+ "links": [
2793
+ 614
2794
+ ]
2795
+ }
2796
+ ],
2797
+ "properties": {
2798
+ "cnr_id": "ComfyUI-WanVideoWrapper",
2799
+ "ver": "98f8e56bcacfc07e12cbb4b26555b2b28d9db92f",
2800
+ "Node name for S&R": "WanVideoContextOptions"
2801
+ },
2802
+ "widgets_values": [
2803
+ "uniform_standard",
2804
+ 81,
2805
+ 4,
2806
+ 48,
2807
+ true,
2808
+ false,
2809
+ "linear"
2810
+ ]
2811
+ },
2812
+ {
2813
+ "id": 354,
2814
+ "type": "WanVideoSamplerExtraArgs",
2815
+ "pos": [
2816
+ 731.6054973824569,
2817
+ -554.8722910432006
2818
+ ],
2819
+ "size": [
2820
+ 254.0220703125,
2821
+ 263.30804396714075
2822
+ ],
2823
+ "flags": {
2824
+ "collapsed": false
2825
+ },
2826
+ "order": 48,
2827
+ "mode": 0,
2828
+ "inputs": [
2829
+ {
2830
+ "name": "feta_args",
2831
+ "shape": 7,
2832
+ "type": "FETAARGS",
2833
+ "link": null
2834
+ },
2835
+ {
2836
+ "name": "context_options",
2837
+ "shape": 7,
2838
+ "type": "WANVIDCONTEXT",
2839
+ "link": 614
2840
+ },
2841
+ {
2842
+ "name": "cache_args",
2843
+ "shape": 7,
2844
+ "type": "CACHEARGS",
2845
+ "link": null
2846
+ },
2847
+ {
2848
+ "name": "slg_args",
2849
+ "shape": 7,
2850
+ "type": "SLGARGS",
2851
+ "link": null
2852
+ },
2853
+ {
2854
+ "name": "loop_args",
2855
+ "shape": 7,
2856
+ "type": "LOOPARGS",
2857
+ "link": null
2858
+ },
2859
+ {
2860
+ "name": "experimental_args",
2861
+ "shape": 7,
2862
+ "type": "EXPERIMENTALARGS",
2863
+ "link": null
2864
+ },
2865
+ {
2866
+ "name": "unianimate_poses",
2867
+ "shape": 7,
2868
+ "type": "UNIANIMATE_POSE",
2869
+ "link": null
2870
+ },
2871
+ {
2872
+ "name": "fantasytalking_embeds",
2873
+ "shape": 7,
2874
+ "type": "FANTASYTALKING_EMBEDS",
2875
+ "link": null
2876
+ },
2877
+ {
2878
+ "name": "uni3c_embeds",
2879
+ "shape": 7,
2880
+ "type": "UNI3C_EMBEDS",
2881
+ "link": null
2882
+ },
2883
+ {
2884
+ "name": "multitalk_embeds",
2885
+ "shape": 7,
2886
+ "type": "MULTITALK_EMBEDS",
2887
+ "link": null
2888
+ }
2889
+ ],
2890
+ "outputs": [
2891
+ {
2892
+ "name": "extra_args",
2893
+ "type": "WANVIDSAMPLEREXTRAARGS",
2894
+ "links": [
2895
+ 652
2896
+ ]
2897
+ }
2898
+ ],
2899
+ "properties": {
2900
+ "cnr_id": "ComfyUI-WanVideoWrapper",
2901
+ "ver": "98f8e56bcacfc07e12cbb4b26555b2b28d9db92f",
2902
+ "Node name for S&R": "WanVideoSamplerExtraArgs"
2903
+ },
2904
+ "widgets_values": [
2905
+ 0,
2906
+ "comfy"
2907
+ ]
2908
+ },
2909
+ {
2910
+ "id": 327,
2911
+ "type": "WanVideoClipVisionEncode",
2912
+ "pos": [
2913
+ 197.4442357696254,
2914
+ -544.7955873529521
2915
+ ],
2916
+ "size": [
2917
+ 229.63828125,
2918
+ 262
2919
+ ],
2920
+ "flags": {},
2921
+ "order": 47,
2922
+ "mode": 0,
2923
+ "inputs": [
2924
+ {
2925
+ "name": "clip_vision",
2926
+ "type": "CLIP_VISION",
2927
+ "link": 554
2928
+ },
2929
+ {
2930
+ "name": "image_1",
2931
+ "type": "IMAGE",
2932
+ "link": 717
2933
+ },
2934
+ {
2935
+ "name": "image_2",
2936
+ "shape": 7,
2937
+ "type": "IMAGE",
2938
+ "link": null
2939
+ },
2940
+ {
2941
+ "name": "negative_image",
2942
+ "shape": 7,
2943
+ "type": "IMAGE",
2944
+ "link": null
2945
+ }
2946
+ ],
2947
+ "outputs": [
2948
+ {
2949
+ "name": "image_embeds",
2950
+ "type": "WANVIDIMAGE_CLIPEMBEDS",
2951
+ "links": [
2952
+ 607
2953
+ ]
2954
+ }
2955
+ ],
2956
+ "properties": {
2957
+ "cnr_id": "ComfyUI-WanVideoWrapper",
2958
+ "ver": "4a3ab6958a5d9650eb4e3c2eb1753c2d7c5b77c6",
2959
+ "Node name for S&R": "WanVideoClipVisionEncode"
2960
+ },
2961
+ "widgets_values": [
2962
+ 1,
2963
+ 1,
2964
+ "center",
2965
+ "average",
2966
+ true,
2967
+ 0,
2968
+ 0.5
2969
+ ],
2970
+ "color": "#233",
2971
+ "bgcolor": "#355"
2972
+ },
2973
+ {
2974
+ "id": 99,
2975
+ "type": "WanVideoEmptyEmbeds",
2976
+ "pos": [
2977
+ 244.1463765466145,
2978
+ -1063.080611018287
2979
+ ],
2980
+ "size": [
2981
+ 221.009765625,
2982
+ 150.85318466642582
2983
+ ],
2984
+ "flags": {},
2985
+ "order": 42,
2986
+ "mode": 0,
2987
+ "inputs": [
2988
+ {
2989
+ "name": "control_embeds",
2990
+ "shape": 7,
2991
+ "type": "WANVIDIMAGE_EMBEDS",
2992
+ "link": null
2993
+ },
2994
+ {
2995
+ "name": "extra_latents",
2996
+ "shape": 7,
2997
+ "type": "LATENT",
2998
+ "link": null
2999
+ },
3000
+ {
3001
+ "name": "width",
3002
+ "type": "INT",
3003
+ "widget": {
3004
+ "name": "width"
3005
+ },
3006
+ "link": 529
3007
+ },
3008
+ {
3009
+ "name": "height",
3010
+ "type": "INT",
3011
+ "widget": {
3012
+ "name": "height"
3013
+ },
3014
+ "link": 615
3015
+ },
3016
+ {
3017
+ "name": "num_frames",
3018
+ "type": "INT",
3019
+ "widget": {
3020
+ "name": "num_frames"
3021
+ },
3022
+ "link": 650
3023
+ }
3024
+ ],
3025
+ "outputs": [
3026
+ {
3027
+ "name": "image_embeds",
3028
+ "type": "WANVIDIMAGE_EMBEDS",
3029
+ "links": [
3030
+ 604
3031
+ ]
3032
+ }
3033
+ ],
3034
+ "properties": {
3035
+ "cnr_id": "ComfyUI-WanVideoWrapper",
3036
+ "ver": "0f217be4d8742741b0f89db50138214302a58dc3",
3037
+ "Node name for S&R": "WanVideoEmptyEmbeds"
3038
+ },
3039
+ "widgets_values": [
3040
+ 480,
3041
+ 1216,
3042
+ 65
3043
+ ],
3044
+ "color": "#323",
3045
+ "bgcolor": "#535"
3046
+ },
3047
+ {
3048
+ "id": 350,
3049
+ "type": "WanVideoAddSCAILReferenceEmbeds",
3050
+ "pos": [
3051
+ 250.94529883951336,
3052
+ -839.4096011187863
3053
+ ],
3054
+ "size": [
3055
+ 310.316015625,
3056
+ 166
3057
+ ],
3058
+ "flags": {},
3059
+ "order": 57,
3060
+ "mode": 0,
3061
+ "inputs": [
3062
+ {
3063
+ "name": "embeds",
3064
+ "type": "WANVIDIMAGE_EMBEDS",
3065
+ "link": 604
3066
+ },
3067
+ {
3068
+ "name": "vae",
3069
+ "type": "WANVAE",
3070
+ "link": 605
3071
+ },
3072
+ {
3073
+ "name": "ref_image",
3074
+ "type": "IMAGE",
3075
+ "link": 718
3076
+ },
3077
+ {
3078
+ "name": "clip_embeds",
3079
+ "shape": 7,
3080
+ "type": "WANVIDIMAGE_CLIPEMBEDS",
3081
+ "link": 607
3082
+ }
3083
+ ],
3084
+ "outputs": [
3085
+ {
3086
+ "name": "image_embeds",
3087
+ "type": "WANVIDIMAGE_EMBEDS",
3088
+ "links": [
3089
+ 608
3090
+ ]
3091
+ }
3092
+ ],
3093
+ "properties": {
3094
+ "cnr_id": "ComfyUI-WanVideoWrapper",
3095
+ "ver": "98f8e56bcacfc07e12cbb4b26555b2b28d9db92f",
3096
+ "Node name for S&R": "WanVideoAddSCAILReferenceEmbeds"
3097
+ },
3098
+ "widgets_values": [
3099
+ 1,
3100
+ 0,
3101
+ 1
3102
+ ],
3103
+ "color": "#323",
3104
+ "bgcolor": "#535"
3105
+ },
3106
+ {
3107
+ "id": 324,
3108
+ "type": "WanVideoAddSCAILPoseEmbeds",
3109
+ "pos": [
3110
+ 615.7599383351503,
3111
+ -1060.5055393620169
3112
+ ],
3113
+ "size": [
3114
+ 275.5962890625,
3115
+ 149.9241818001011
3116
+ ],
3117
+ "flags": {},
3118
+ "order": 62,
3119
+ "mode": 0,
3120
+ "inputs": [
3121
+ {
3122
+ "name": "embeds",
3123
+ "type": "WANVIDIMAGE_EMBEDS",
3124
+ "link": 608
3125
+ },
3126
+ {
3127
+ "name": "vae",
3128
+ "type": "WANVAE",
3129
+ "link": 551
3130
+ },
3131
+ {
3132
+ "name": "pose_images",
3133
+ "type": "IMAGE",
3134
+ "link": 720
3135
+ }
3136
+ ],
3137
+ "outputs": [
3138
+ {
3139
+ "name": "image_embeds",
3140
+ "type": "WANVIDIMAGE_EMBEDS",
3141
+ "links": [
3142
+ 600
3143
+ ]
3144
+ }
3145
+ ],
3146
+ "properties": {
3147
+ "cnr_id": "ComfyUI-WanVideoWrapper",
3148
+ "ver": "4a3ab6958a5d9650eb4e3c2eb1753c2d7c5b77c6",
3149
+ "Node name for S&R": "WanVideoAddSCAILPoseEmbeds"
3150
+ },
3151
+ "widgets_values": [
3152
+ 1,
3153
+ 0,
3154
+ 0.5
3155
+ ],
3156
+ "color": "#323",
3157
+ "bgcolor": "#535"
3158
+ },
3159
+ {
3160
+ "id": 39,
3161
+ "type": "WanVideoBlockSwap",
3162
+ "pos": [
3163
+ -629.8059148641635,
3164
+ -1054.5657296733175
3165
+ ],
3166
+ "size": [
3167
+ 248.28885949960318,
3168
+ 202
3169
+ ],
3170
+ "flags": {},
3171
+ "order": 34,
3172
+ "mode": 0,
3173
+ "inputs": [],
3174
+ "outputs": [
3175
+ {
3176
+ "name": "block_swap_args",
3177
+ "type": "BLOCKSWAPARGS",
3178
+ "slot_index": 0,
3179
+ "links": [
3180
+ 156
3181
+ ]
3182
+ }
3183
+ ],
3184
+ "properties": {
3185
+ "cnr_id": "ComfyUI-WanVideoWrapper",
3186
+ "ver": "998a69cc0acbec503001b8b0ce0a5d5404420e1e",
3187
+ "Node name for S&R": "WanVideoBlockSwap"
3188
+ },
3189
+ "widgets_values": [
3190
+ 25,
3191
+ false,
3192
+ false,
3193
+ false,
3194
+ 1,
3195
+ 1,
3196
+ false
3197
+ ],
3198
+ "color": "#223",
3199
+ "bgcolor": "#335"
3200
+ },
3201
+ {
3202
+ "id": 80,
3203
+ "type": "WanVideoSetLoRAs",
3204
+ "pos": [
3205
+ -358.9243541966466,
3206
+ -921.3188656054349
3207
+ ],
3208
+ "size": [
3209
+ 197.42648131136593,
3210
+ 46
3211
+ ],
3212
+ "flags": {},
3213
+ "order": 59,
3214
+ "mode": 0,
3215
+ "inputs": [
3216
+ {
3217
+ "name": "model",
3218
+ "type": "WANVIDEOMODEL",
3219
+ "link": 157
3220
+ },
3221
+ {
3222
+ "name": "lora",
3223
+ "shape": 7,
3224
+ "type": "WANVIDLORA",
3225
+ "link": 110
3226
+ }
3227
+ ],
3228
+ "outputs": [
3229
+ {
3230
+ "name": "model",
3231
+ "type": "WANVIDEOMODEL",
3232
+ "links": [
3233
+ 354
3234
+ ]
3235
+ }
3236
+ ],
3237
+ "properties": {
3238
+ "cnr_id": "ComfyUI-WanVideoWrapper",
3239
+ "ver": "998a69cc0acbec503001b8b0ce0a5d5404420e1e",
3240
+ "Node name for S&R": "WanVideoSetLoRAs"
3241
+ },
3242
+ "widgets_values": [],
3243
+ "color": "#223",
3244
+ "bgcolor": "#335"
3245
+ },
3246
+ {
3247
+ "id": 196,
3248
+ "type": "SetNode",
3249
+ "pos": [
3250
+ -130.67847639176875,
3251
+ -904.7020891220259
3252
+ ],
3253
+ "size": [
3254
+ 210,
3255
+ 60
3256
+ ],
3257
+ "flags": {
3258
+ "collapsed": true
3259
+ },
3260
+ "order": 65,
3261
+ "mode": 0,
3262
+ "inputs": [
3263
+ {
3264
+ "name": "WANVIDEOMODEL",
3265
+ "type": "WANVIDEOMODEL",
3266
+ "link": 354
3267
+ }
3268
+ ],
3269
+ "outputs": [
3270
+ {
3271
+ "name": "*",
3272
+ "type": "*",
3273
+ "links": null
3274
+ }
3275
+ ],
3276
+ "title": "Set_model",
3277
+ "properties": {
3278
+ "Node name for S&R": "SetNode",
3279
+ "aux_id": "kijai/ComfyUI-KJNodes",
3280
+ "previousName": "model"
3281
+ },
3282
+ "widgets_values": [
3283
+ "model"
3284
+ ]
3285
+ },
3286
+ {
3287
+ "id": 203,
3288
+ "type": "INTConstant",
3289
+ "pos": [
3290
+ -1799.8625334754752,
3291
+ -1149.150122329105
3292
+ ],
3293
+ "size": [
3294
+ 210,
3295
+ 58
3296
+ ],
3297
+ "flags": {},
3298
+ "order": 35,
3299
+ "mode": 0,
3300
+ "inputs": [],
3301
+ "outputs": [
3302
+ {
3303
+ "name": "value",
3304
+ "type": "INT",
3305
+ "links": [
3306
+ 361
3307
+ ]
3308
+ }
3309
+ ],
3310
+ "title": "width",
3311
+ "properties": {
3312
+ "cnr_id": "comfyui-kjnodes",
3313
+ "ver": "50e7dd34d3b6e6bbab1d41e8068e1ddd19bd4d1b",
3314
+ "Node name for S&R": "INTConstant"
3315
+ },
3316
+ "widgets_values": [
3317
+ 800
3318
+ ],
3319
+ "color": "#1b4669",
3320
+ "bgcolor": "#29699c"
3321
+ },
3322
+ {
3323
+ "id": 204,
3324
+ "type": "INTConstant",
3325
+ "pos": [
3326
+ -1799.8625334754752,
3327
+ -1038.8205064163042
3328
+ ],
3329
+ "size": [
3330
+ 210,
3331
+ 58
3332
+ ],
3333
+ "flags": {},
3334
+ "order": 36,
3335
+ "mode": 0,
3336
+ "inputs": [],
3337
+ "outputs": [
3338
+ {
3339
+ "name": "value",
3340
+ "type": "INT",
3341
+ "links": [
3342
+ 362
3343
+ ]
3344
+ }
3345
+ ],
3346
+ "title": "height",
3347
+ "properties": {
3348
+ "cnr_id": "comfyui-kjnodes",
3349
+ "ver": "50e7dd34d3b6e6bbab1d41e8068e1ddd19bd4d1b",
3350
+ "Node name for S&R": "INTConstant"
3351
+ },
3352
+ "widgets_values": [
3353
+ 800
3354
+ ],
3355
+ "color": "#1b4669",
3356
+ "bgcolor": "#29699c"
3357
+ },
3358
+ {
3359
+ "id": 416,
3360
+ "type": "PreviewImage",
3361
+ "pos": [
3362
+ -239.40883122307818,
3363
+ -1641.850088886981
3364
+ ],
3365
+ "size": [
3366
+ 215.72713895892093,
3367
+ 246
3368
+ ],
3369
+ "flags": {},
3370
+ "order": 69,
3371
+ "mode": 0,
3372
+ "inputs": [
3373
+ {
3374
+ "name": "images",
3375
+ "type": "IMAGE",
3376
+ "link": 710
3377
+ }
3378
+ ],
3379
+ "outputs": [],
3380
+ "properties": {
3381
+ "cnr_id": "comfy-core",
3382
+ "ver": "0.20.1",
3383
+ "Node name for S&R": "PreviewImage"
3384
+ },
3385
+ "widgets_values": []
3386
+ },
3387
+ {
3388
+ "id": 409,
3389
+ "type": "VHS_VideoCombine",
3390
+ "pos": [
3391
+ 1101.4025323235173,
3392
+ -2007.1758239508913
3393
+ ],
3394
+ "size": [
3395
+ 366.4532445404234,
3396
+ 694.4532445404234
3397
+ ],
3398
+ "flags": {},
3399
+ "order": 77,
3400
+ "mode": 0,
3401
+ "inputs": [
3402
+ {
3403
+ "name": "images",
3404
+ "type": "IMAGE",
3405
+ "link": 699
3406
+ },
3407
+ {
3408
+ "name": "audio",
3409
+ "shape": 7,
3410
+ "type": "AUDIO",
3411
+ "link": 700
3412
+ },
3413
+ {
3414
+ "name": "meta_batch",
3415
+ "shape": 7,
3416
+ "type": "VHS_BatchManager",
3417
+ "link": null
3418
+ },
3419
+ {
3420
+ "name": "vae",
3421
+ "shape": 7,
3422
+ "type": "VAE",
3423
+ "link": null
3424
+ },
3425
+ {
3426
+ "name": "frame_rate",
3427
+ "type": "FLOAT",
3428
+ "widget": {
3429
+ "name": "frame_rate"
3430
+ },
3431
+ "link": 701
3432
+ }
3433
+ ],
3434
+ "outputs": [
3435
+ {
3436
+ "name": "Filenames",
3437
+ "type": "VHS_FILENAMES",
3438
+ "links": null
3439
+ }
3440
+ ],
3441
+ "properties": {
3442
+ "cnr_id": "comfyui-videohelpersuite",
3443
+ "ver": "0a75c7958fe320efcb052f1d9f8451fd20c730a8",
3444
+ "Node name for S&R": "VHS_VideoCombine"
3445
+ },
3446
+ "widgets_values": {
3447
+ "frame_rate": 16,
3448
+ "loop_count": 0,
3449
+ "filename_prefix": "WanVideo_SCAIL",
3450
+ "format": "video/h264-mp4",
3451
+ "pix_fmt": "yuv420p",
3452
+ "crf": 19,
3453
+ "save_metadata": true,
3454
+ "trim_to_audio": false,
3455
+ "pingpong": false,
3456
+ "save_output": true,
3457
+ "videopreview": {
3458
+ "hidden": false,
3459
+ "paused": false,
3460
+ "params": {
3461
+ "filename": "WanVideo_SCAIL_00383-audio.mp4",
3462
+ "subfolder": "",
3463
+ "type": "output",
3464
+ "format": "video/h264-mp4",
3465
+ "frame_rate": 16,
3466
+ "workflow": "WanVideo_SCAIL_00383.png",
3467
+ "fullpath": "/home/works/ComfyUI/output/WanVideo_SCAIL_00383-audio.mp4"
3468
+ }
3469
+ }
3470
+ }
3471
+ },
3472
+ {
3473
+ "id": 407,
3474
+ "type": "RMBG",
3475
+ "pos": [
3476
+ 661.5855665431158,
3477
+ -2120.6483224399244
3478
+ ],
3479
+ "size": [
3480
+ 340,
3481
+ 302
3482
+ ],
3483
+ "flags": {},
3484
+ "order": 75,
3485
+ "mode": 0,
3486
+ "inputs": [
3487
+ {
3488
+ "name": "image",
3489
+ "type": "IMAGE",
3490
+ "link": 692
3491
+ }
3492
+ ],
3493
+ "outputs": [
3494
+ {
3495
+ "name": "IMAGE",
3496
+ "type": "IMAGE",
3497
+ "links": [
3498
+ 699
3499
+ ]
3500
+ },
3501
+ {
3502
+ "name": "MASK",
3503
+ "type": "MASK",
3504
+ "links": null
3505
+ },
3506
+ {
3507
+ "name": "MASK_IMAGE",
3508
+ "type": "IMAGE",
3509
+ "links": null
3510
+ }
3511
+ ],
3512
+ "properties": {
3513
+ "cnr_id": "comfyui-rmbg",
3514
+ "ver": "0b0167969a4fbdaadf26cdbc8f92cc63c1fd2146",
3515
+ "Node name for S&R": "RMBG"
3516
+ },
3517
+ "widgets_values": [
3518
+ "RMBG-2.0",
3519
+ 1,
3520
+ 1024,
3521
+ 0,
3522
+ 0,
3523
+ false,
3524
+ false,
3525
+ "Color",
3526
+ "#ffffff"
3527
+ ],
3528
+ "color": "#222e40",
3529
+ "bgcolor": "#364254"
3530
+ },
3531
+ {
3532
+ "id": 410,
3533
+ "type": "VHS_LoadVideo",
3534
+ "pos": [
3535
+ -1697.2850618266082,
3536
+ -2606.1874711742853
3537
+ ],
3538
+ "size": [
3539
+ 255.8291015625,
3540
+ 743.5855352640658
3541
+ ],
3542
+ "flags": {},
3543
+ "order": 43,
3544
+ "mode": 0,
3545
+ "inputs": [
3546
+ {
3547
+ "name": "meta_batch",
3548
+ "shape": 7,
3549
+ "type": "VHS_BatchManager",
3550
+ "link": null
3551
+ },
3552
+ {
3553
+ "name": "vae",
3554
+ "shape": 7,
3555
+ "type": "VAE",
3556
+ "link": null
3557
+ },
3558
+ {
3559
+ "name": "force_rate",
3560
+ "type": "FLOAT",
3561
+ "widget": {
3562
+ "name": "force_rate"
3563
+ },
3564
+ "link": 707
3565
+ }
3566
+ ],
3567
+ "outputs": [
3568
+ {
3569
+ "name": "IMAGE",
3570
+ "type": "IMAGE",
3571
+ "links": [
3572
+ 705
3573
+ ]
3574
+ },
3575
+ {
3576
+ "name": "frame_count",
3577
+ "type": "INT",
3578
+ "links": [
3579
+ 703
3580
+ ]
3581
+ },
3582
+ {
3583
+ "name": "audio",
3584
+ "type": "AUDIO",
3585
+ "links": [
3586
+ 704
3587
+ ]
3588
+ },
3589
+ {
3590
+ "name": "video_info",
3591
+ "type": "VHS_VIDEOINFO",
3592
+ "links": null
3593
+ }
3594
+ ],
3595
+ "properties": {
3596
+ "cnr_id": "comfyui-videohelpersuite",
3597
+ "ver": "2984ec4c4b93292421888f38db74a5e8802a8ff8",
3598
+ "Node name for S&R": "VHS_LoadVideo"
3599
+ },
3600
+ "widgets_values": {
3601
+ "video": "syouryuuken2_sample_girl.mp4",
3602
+ "force_rate": 0,
3603
+ "custom_width": 0,
3604
+ "custom_height": 0,
3605
+ "frame_load_cap": 0,
3606
+ "skip_first_frames": 0,
3607
+ "select_every_nth": 1,
3608
+ "format": "AnimateDiff",
3609
+ "videopreview": {
3610
+ "hidden": false,
3611
+ "paused": false,
3612
+ "params": {
3613
+ "filename": "syouryuuken2_sample_girl.mp4",
3614
+ "type": "input",
3615
+ "format": "video/mp4",
3616
+ "force_rate": 0,
3617
+ "custom_width": 0,
3618
+ "custom_height": 0,
3619
+ "frame_load_cap": 0,
3620
+ "skip_first_frames": 0,
3621
+ "select_every_nth": 1
3622
+ }
3623
+ }
3624
+ }
3625
+ },
3626
+ {
3627
+ "id": 131,
3628
+ "type": "ImageResizeKJv2",
3629
+ "pos": [
3630
+ -986.8304979733758,
3631
+ -2586.5183585896016
3632
+ ],
3633
+ "size": [
3634
+ 298.7774063854704,
3635
+ 349.0806542357268
3636
+ ],
3637
+ "flags": {},
3638
+ "order": 52,
3639
+ "mode": 0,
3640
+ "inputs": [
3641
+ {
3642
+ "name": "image",
3643
+ "type": "IMAGE",
3644
+ "link": 705
3645
+ },
3646
+ {
3647
+ "name": "mask",
3648
+ "shape": 7,
3649
+ "type": "MASK",
3650
+ "link": null
3651
+ },
3652
+ {
3653
+ "name": "width",
3654
+ "type": "INT",
3655
+ "widget": {
3656
+ "name": "width"
3657
+ },
3658
+ "link": 591
3659
+ },
3660
+ {
3661
+ "name": "height",
3662
+ "type": "INT",
3663
+ "widget": {
3664
+ "name": "height"
3665
+ },
3666
+ "link": 592
3667
+ }
3668
+ ],
3669
+ "outputs": [
3670
+ {
3671
+ "name": "IMAGE",
3672
+ "type": "IMAGE",
3673
+ "links": [
3674
+ 640
3675
+ ]
3676
+ },
3677
+ {
3678
+ "name": "width",
3679
+ "type": "INT",
3680
+ "links": []
3681
+ },
3682
+ {
3683
+ "name": "height",
3684
+ "type": "INT",
3685
+ "links": []
3686
+ },
3687
+ {
3688
+ "name": "mask",
3689
+ "type": "MASK",
3690
+ "links": null
3691
+ }
3692
+ ],
3693
+ "properties": {
3694
+ "cnr_id": "comfyui-kjnodes",
3695
+ "ver": "50e7dd34d3b6e6bbab1d41e8068e1ddd19bd4d1b",
3696
+ "Node name for S&R": "ImageResizeKJv2"
3697
+ },
3698
+ "widgets_values": [
3699
+ 512,
3700
+ 896,
3701
+ "lanczos",
3702
+ "pad",
3703
+ "0, 0, 0",
3704
+ "center",
3705
+ 32,
3706
+ "cpu"
3707
+ ]
3708
+ },
3709
+ {
3710
+ "id": 368,
3711
+ "type": "WanVideoTextEncodeCached",
3712
+ "pos": [
3713
+ -671.3669837915662,
3714
+ -526.2263070237286
3715
+ ],
3716
+ "size": [
3717
+ 424.569194714732,
3718
+ 373.25066467272313
3719
+ ],
3720
+ "flags": {},
3721
+ "order": 37,
3722
+ "mode": 0,
3723
+ "inputs": [
3724
+ {
3725
+ "name": "extender_args",
3726
+ "shape": 7,
3727
+ "type": "WANVIDEOPROMPTEXTENDER_ARGS",
3728
+ "link": null
3729
+ }
3730
+ ],
3731
+ "outputs": [
3732
+ {
3733
+ "name": "text_embeds",
3734
+ "type": "WANVIDEOTEXTEMBEDS",
3735
+ "links": [
3736
+ 639
3737
+ ]
3738
+ },
3739
+ {
3740
+ "name": "negative_text_embeds",
3741
+ "type": "WANVIDEOTEXTEMBEDS",
3742
+ "links": null
3743
+ },
3744
+ {
3745
+ "name": "positive_prompt",
3746
+ "type": "STRING",
3747
+ "links": null
3748
+ }
3749
+ ],
3750
+ "properties": {
3751
+ "cnr_id": "ComfyUI-WanVideoWrapper",
3752
+ "ver": "bb0c55da4d8f8bca4968704e877fd057a90a1eeb",
3753
+ "Node name for S&R": "WanVideoTextEncodeCached"
3754
+ },
3755
+ "widgets_values": [
3756
+ "umt5-xxl-enc-bf16.safetensors",
3757
+ "bf16",
3758
+ "mascot, chibi, white background, simple background",
3759
+ "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走",
3760
+ "disabled",
3761
+ false,
3762
+ "gpu"
3763
+ ],
3764
+ "color": "#332922",
3765
+ "bgcolor": "#593930"
3766
+ }
3767
+ ],
3768
+ "links": [
3769
+ [
3770
+ 110,
3771
+ 56,
3772
+ 0,
3773
+ 80,
3774
+ 1,
3775
+ "WANVIDLORA"
3776
+ ],
3777
+ [
3778
+ 155,
3779
+ 22,
3780
+ 0,
3781
+ 92,
3782
+ 0,
3783
+ "WANVIDEOMODEL"
3784
+ ],
3785
+ [
3786
+ 156,
3787
+ 39,
3788
+ 0,
3789
+ 92,
3790
+ 1,
3791
+ "BLOCKSWAPARGS"
3792
+ ],
3793
+ [
3794
+ 157,
3795
+ 92,
3796
+ 0,
3797
+ 80,
3798
+ 0,
3799
+ "WANVIDEOMODEL"
3800
+ ],
3801
+ [
3802
+ 324,
3803
+ 38,
3804
+ 0,
3805
+ 173,
3806
+ 0,
3807
+ "*"
3808
+ ],
3809
+ [
3810
+ 327,
3811
+ 176,
3812
+ 0,
3813
+ 28,
3814
+ 0,
3815
+ "WANVAE"
3816
+ ],
3817
+ [
3818
+ 354,
3819
+ 80,
3820
+ 0,
3821
+ 196,
3822
+ 0,
3823
+ "*"
3824
+ ],
3825
+ [
3826
+ 361,
3827
+ 203,
3828
+ 0,
3829
+ 206,
3830
+ 0,
3831
+ "*"
3832
+ ],
3833
+ [
3834
+ 362,
3835
+ 204,
3836
+ 0,
3837
+ 207,
3838
+ 0,
3839
+ "*"
3840
+ ],
3841
+ [
3842
+ 414,
3843
+ 238,
3844
+ 0,
3845
+ 239,
3846
+ 0,
3847
+ "FLOAT"
3848
+ ],
3849
+ [
3850
+ 524,
3851
+ 208,
3852
+ 0,
3853
+ 107,
3854
+ 2,
3855
+ "INT"
3856
+ ],
3857
+ [
3858
+ 525,
3859
+ 209,
3860
+ 0,
3861
+ 107,
3862
+ 3,
3863
+ "INT"
3864
+ ],
3865
+ [
3866
+ 529,
3867
+ 186,
3868
+ 0,
3869
+ 99,
3870
+ 2,
3871
+ "INT"
3872
+ ],
3873
+ [
3874
+ 543,
3875
+ 28,
3876
+ 0,
3877
+ 323,
3878
+ 0,
3879
+ "IMAGE"
3880
+ ],
3881
+ [
3882
+ 551,
3883
+ 174,
3884
+ 0,
3885
+ 324,
3886
+ 1,
3887
+ "WANVAE"
3888
+ ],
3889
+ [
3890
+ 554,
3891
+ 326,
3892
+ 0,
3893
+ 327,
3894
+ 0,
3895
+ "CLIP_VISION"
3896
+ ],
3897
+ [
3898
+ 563,
3899
+ 35,
3900
+ 0,
3901
+ 22,
3902
+ 0,
3903
+ "WANCOMPILEARGS"
3904
+ ],
3905
+ [
3906
+ 570,
3907
+ 335,
3908
+ 0,
3909
+ 334,
3910
+ 0,
3911
+ "NLFMODEL"
3912
+ ],
3913
+ [
3914
+ 591,
3915
+ 208,
3916
+ 0,
3917
+ 131,
3918
+ 2,
3919
+ "INT"
3920
+ ],
3921
+ [
3922
+ 592,
3923
+ 209,
3924
+ 0,
3925
+ 131,
3926
+ 3,
3927
+ "INT"
3928
+ ],
3929
+ [
3930
+ 596,
3931
+ 348,
3932
+ 0,
3933
+ 28,
3934
+ 1,
3935
+ "LATENT"
3936
+ ],
3937
+ [
3938
+ 597,
3939
+ 201,
3940
+ 0,
3941
+ 348,
3942
+ 0,
3943
+ "WANVIDEOMODEL"
3944
+ ],
3945
+ [
3946
+ 598,
3947
+ 349,
3948
+ 0,
3949
+ 348,
3950
+ 2,
3951
+ "WANVIDEOSCHEDULER"
3952
+ ],
3953
+ [
3954
+ 599,
3955
+ 202,
3956
+ 0,
3957
+ 348,
3958
+ 3,
3959
+ "WANVIDEOTEXTEMBEDS"
3960
+ ],
3961
+ [
3962
+ 600,
3963
+ 324,
3964
+ 0,
3965
+ 348,
3966
+ 1,
3967
+ "WANVIDIMAGE_EMBEDS"
3968
+ ],
3969
+ [
3970
+ 601,
3971
+ 240,
3972
+ 0,
3973
+ 348,
3974
+ 6,
3975
+ "FLOAT"
3976
+ ],
3977
+ [
3978
+ 604,
3979
+ 99,
3980
+ 0,
3981
+ 350,
3982
+ 0,
3983
+ "WANVIDIMAGE_EMBEDS"
3984
+ ],
3985
+ [
3986
+ 605,
3987
+ 174,
3988
+ 0,
3989
+ 350,
3990
+ 1,
3991
+ "WANVAE"
3992
+ ],
3993
+ [
3994
+ 607,
3995
+ 327,
3996
+ 0,
3997
+ 350,
3998
+ 3,
3999
+ "WANVIDIMAGE_CLIPEMBEDS"
4000
+ ],
4001
+ [
4002
+ 608,
4003
+ 350,
4004
+ 0,
4005
+ 324,
4006
+ 0,
4007
+ "WANVIDIMAGE_EMBEDS"
4008
+ ],
4009
+ [
4010
+ 614,
4011
+ 355,
4012
+ 0,
4013
+ 354,
4014
+ 1,
4015
+ "WANVIDCONTEXT"
4016
+ ],
4017
+ [
4018
+ 615,
4019
+ 187,
4020
+ 0,
4021
+ 99,
4022
+ 3,
4023
+ "INT"
4024
+ ],
4025
+ [
4026
+ 621,
4027
+ 334,
4028
+ 0,
4029
+ 362,
4030
+ 0,
4031
+ "NLFPRED"
4032
+ ],
4033
+ [
4034
+ 623,
4035
+ 362,
4036
+ 0,
4037
+ 137,
4038
+ 0,
4039
+ "IMAGE"
4040
+ ],
4041
+ [
4042
+ 626,
4043
+ 363,
4044
+ 0,
4045
+ 362,
4046
+ 1,
4047
+ "DWPOSES"
4048
+ ],
4049
+ [
4050
+ 627,
4051
+ 364,
4052
+ 0,
4053
+ 363,
4054
+ 0,
4055
+ "POSEMODEL"
4056
+ ],
4057
+ [
4058
+ 639,
4059
+ 368,
4060
+ 0,
4061
+ 198,
4062
+ 0,
4063
+ "WANVIDEOTEXTEMBEDS"
4064
+ ],
4065
+ [
4066
+ 640,
4067
+ 131,
4068
+ 0,
4069
+ 370,
4070
+ 0,
4071
+ "IMAGE"
4072
+ ],
4073
+ [
4074
+ 641,
4075
+ 370,
4076
+ 0,
4077
+ 334,
4078
+ 1,
4079
+ "IMAGE"
4080
+ ],
4081
+ [
4082
+ 642,
4083
+ 370,
4084
+ 0,
4085
+ 363,
4086
+ 1,
4087
+ "IMAGE"
4088
+ ],
4089
+ [
4090
+ 644,
4091
+ 341,
4092
+ 0,
4093
+ 371,
4094
+ 2,
4095
+ "INT"
4096
+ ],
4097
+ [
4098
+ 645,
4099
+ 371,
4100
+ 1,
4101
+ 362,
4102
+ 3,
4103
+ "INT"
4104
+ ],
4105
+ [
4106
+ 647,
4107
+ 342,
4108
+ 0,
4109
+ 372,
4110
+ 2,
4111
+ "INT"
4112
+ ],
4113
+ [
4114
+ 648,
4115
+ 372,
4116
+ 1,
4117
+ 362,
4118
+ 4,
4119
+ "INT"
4120
+ ],
4121
+ [
4122
+ 650,
4123
+ 377,
4124
+ 0,
4125
+ 99,
4126
+ 4,
4127
+ "INT"
4128
+ ],
4129
+ [
4130
+ 652,
4131
+ 354,
4132
+ 0,
4133
+ 348,
4134
+ 5,
4135
+ "WANVIDSAMPLEREXTRAARGS"
4136
+ ],
4137
+ [
4138
+ 655,
4139
+ 384,
4140
+ 0,
4141
+ 139,
4142
+ 1,
4143
+ "AUDIO"
4144
+ ],
4145
+ [
4146
+ 657,
4147
+ 385,
4148
+ 0,
4149
+ 386,
4150
+ 0,
4151
+ "FLOAT"
4152
+ ],
4153
+ [
4154
+ 659,
4155
+ 387,
4156
+ 0,
4157
+ 139,
4158
+ 4,
4159
+ "FLOAT"
4160
+ ],
4161
+ [
4162
+ 661,
4163
+ 388,
4164
+ 0,
4165
+ 137,
4166
+ 4,
4167
+ "FLOAT"
4168
+ ],
4169
+ [
4170
+ 688,
4171
+ 391,
4172
+ 0,
4173
+ 406,
4174
+ 0,
4175
+ "IMAGE"
4176
+ ],
4177
+ [
4178
+ 689,
4179
+ 406,
4180
+ 0,
4181
+ 107,
4182
+ 0,
4183
+ "IMAGE"
4184
+ ],
4185
+ [
4186
+ 692,
4187
+ 323,
4188
+ 0,
4189
+ 407,
4190
+ 0,
4191
+ "IMAGE"
4192
+ ],
4193
+ [
4194
+ 699,
4195
+ 407,
4196
+ 0,
4197
+ 409,
4198
+ 0,
4199
+ "IMAGE"
4200
+ ],
4201
+ [
4202
+ 700,
4203
+ 384,
4204
+ 0,
4205
+ 409,
4206
+ 1,
4207
+ "AUDIO"
4208
+ ],
4209
+ [
4210
+ 701,
4211
+ 387,
4212
+ 0,
4213
+ 409,
4214
+ 4,
4215
+ "FLOAT"
4216
+ ],
4217
+ [
4218
+ 703,
4219
+ 410,
4220
+ 1,
4221
+ 375,
4222
+ 0,
4223
+ "INT"
4224
+ ],
4225
+ [
4226
+ 704,
4227
+ 410,
4228
+ 2,
4229
+ 383,
4230
+ 0,
4231
+ "AUDIO"
4232
+ ],
4233
+ [
4234
+ 705,
4235
+ 410,
4236
+ 0,
4237
+ 131,
4238
+ 0,
4239
+ "IMAGE"
4240
+ ],
4241
+ [
4242
+ 707,
4243
+ 412,
4244
+ 0,
4245
+ 410,
4246
+ 2,
4247
+ "FLOAT"
4248
+ ],
4249
+ [
4250
+ 708,
4251
+ 414,
4252
+ 0,
4253
+ 413,
4254
+ 0,
4255
+ "MASCOT_POSE_MODEL"
4256
+ ],
4257
+ [
4258
+ 709,
4259
+ 413,
4260
+ 0,
4261
+ 415,
4262
+ 0,
4263
+ "POSE_KEYPOINT"
4264
+ ],
4265
+ [
4266
+ 710,
4267
+ 415,
4268
+ 0,
4269
+ 416,
4270
+ 0,
4271
+ "IMAGE"
4272
+ ],
4273
+ [
4274
+ 711,
4275
+ 107,
4276
+ 0,
4277
+ 413,
4278
+ 1,
4279
+ "IMAGE"
4280
+ ],
4281
+ [
4282
+ 712,
4283
+ 413,
4284
+ 0,
4285
+ 417,
4286
+ 0,
4287
+ "POSE_KEYPOINT"
4288
+ ],
4289
+ [
4290
+ 713,
4291
+ 417,
4292
+ 0,
4293
+ 362,
4294
+ 2,
4295
+ "DWPOSES"
4296
+ ],
4297
+ [
4298
+ 714,
4299
+ 107,
4300
+ 0,
4301
+ 418,
4302
+ 0,
4303
+ "IMAGE"
4304
+ ],
4305
+ [
4306
+ 717,
4307
+ 419,
4308
+ 0,
4309
+ 327,
4310
+ 1,
4311
+ "IMAGE"
4312
+ ],
4313
+ [
4314
+ 718,
4315
+ 419,
4316
+ 0,
4317
+ 350,
4318
+ 2,
4319
+ "IMAGE"
4320
+ ],
4321
+ [
4322
+ 719,
4323
+ 362,
4324
+ 0,
4325
+ 420,
4326
+ 0,
4327
+ "IMAGE"
4328
+ ],
4329
+ [
4330
+ 720,
4331
+ 421,
4332
+ 0,
4333
+ 324,
4334
+ 2,
4335
+ "IMAGE"
4336
+ ],
4337
+ [
4338
+ 721,
4339
+ 323,
4340
+ 0,
4341
+ 139,
4342
+ 0,
4343
+ "IMAGE"
4344
+ ]
4345
+ ],
4346
+ "groups": [
4347
+ {
4348
+ "id": 1,
4349
+ "title": "Pose extraction (mascot pose detect)",
4350
+ "bounding": [
4351
+ -1297.8988525849584,
4352
+ -2715.225264043692,
4353
+ 1830.7705147365073,
4354
+ 1377.7021416069042
4355
+ ],
4356
+ "color": "#a1309b",
4357
+ "font_size": 24,
4358
+ "flags": {}
4359
+ },
4360
+ {
4361
+ "id": 3,
4362
+ "title": "Models",
4363
+ "bounding": [
4364
+ -1293.8619872527681,
4365
+ -1284.0286507458738,
4366
+ 1301.9966218117456,
4367
+ 1155.6646222094973
4368
+ ],
4369
+ "color": "#88A",
4370
+ "font_size": 24,
4371
+ "flags": {}
4372
+ },
4373
+ {
4374
+ "id": 4,
4375
+ "title": "Sampling",
4376
+ "bounding": [
4377
+ 30.20726085795235,
4378
+ -1274.9570709433808,
4379
+ 1595.6969674567736,
4380
+ 1127.4475162670815
4381
+ ],
4382
+ "color": "#b58b2a",
4383
+ "font_size": 24,
4384
+ "flags": {}
4385
+ },
4386
+ {
4387
+ "id": 5,
4388
+ "title": "Input",
4389
+ "bounding": [
4390
+ -1835.7891482028135,
4391
+ -2727.0068978890627,
4392
+ 501.36392280694145,
4393
+ 1398.284810586184
4394
+ ],
4395
+ "color": "#A88",
4396
+ "font_size": 24,
4397
+ "flags": {}
4398
+ },
4399
+ {
4400
+ "id": 6,
4401
+ "title": "Parameter",
4402
+ "bounding": [
4403
+ -1809.989732407822,
4404
+ -1288.9831994831154,
4405
+ 461.0703272569733,
4406
+ 772.0847865152324
4407
+ ],
4408
+ "color": "#8A8",
4409
+ "font_size": 24,
4410
+ "flags": {}
4411
+ },
4412
+ {
4413
+ "id": 7,
4414
+ "title": "Output",
4415
+ "bounding": [
4416
+ 594.445466370178,
4417
+ -2717.425021404706,
4418
+ 892.0288986473648,
4419
+ 1414.7879446744064
4420
+ ],
4421
+ "color": "#3f789e",
4422
+ "font_size": 24,
4423
+ "flags": {}
4424
+ }
4425
+ ],
4426
+ "config": {},
4427
+ "extra": {
4428
+ "ds": {
4429
+ "scale": 0.7400249944259323,
4430
+ "offset": [
4431
+ 2130.175231420199,
4432
+ 2216.6060721314657
4433
+ ]
4434
+ },
4435
+ "frontendVersion": "1.42.15",
4436
+ "workflowRendererVersion": "LG",
4437
+ "node_versions": {
4438
+ "ComfyUI-WanVideoWrapper": "5a2383621a05825d0d0437781afcb8552d9590fd",
4439
+ "comfy-core": "0.3.26",
4440
+ "ComfyUI-VideoHelperSuite": "0a75c7958fe320efcb052f1d9f8451fd20c730a8"
4441
+ },
4442
+ "VHS_latentpreview": false,
4443
+ "VHS_latentpreviewrate": 0,
4444
+ "VHS_MetadataImage": true,
4445
+ "VHS_KeepIntermediate": true
4446
+ },
4447
+ "version": 0.4
4448
+ }
genai-expo_vol5/bpm140s.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87e822429be04859c43fefc60beaba6918048b4aa91c08ff1554ea762da79671
3
+ size 1874578
genai-expo_vol5/dj_rabbit_2.jpg ADDED

Git LFS Details

  • SHA256: ad71cd3a0757e0d21b19f5cc7c6435faea0b7bd9d58c2c3f43683d0e5b867222
  • Pointer size: 131 Bytes
  • Size of remote file: 200 kB
genai-expo_vol5/syouryuuken2_sample_girl.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d7e2141ffe7206624e055516a5de28e8d3200d2bf94d61b1c481ab442754864
3
+ size 1082294
genai-expo_vol5/usamiku1024.png ADDED

Git LFS Details

  • SHA256: 3233460481c44066792238af2d19b3eae937b93c1a9cc3ec35326471fc1602f0
  • Pointer size: 131 Bytes
  • Size of remote file: 522 kB