Guest User

Seiko

a guest
Aug 28th, 2026
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 94.08 KB | Software | 0 0
  1. {
  2. "id": "e3f2b845-8f2c-4b5a-9caf-eac1029d3e7e",
  3. "revision": 0,
  4. "last_node_id": 246,
  5. "last_link_id": 511,
  6. "nodes": [
  7. {
  8. "id": 116,
  9. "type": "MarkdownNote",
  10. "pos": [
  11. -2030,
  12. 4850
  13. ],
  14. "size": [
  15. 450,
  16. 889.6875
  17. ],
  18. "flags": {},
  19. "order": 0,
  20. "mode": 0,
  21. "inputs": [],
  22. "outputs": [],
  23. "title": "Note: MiniMax H3",
  24. "properties": {},
  25. "widgets_values": [
  26. "## MiniMax H3\n\n[MiniMax H3](https://www.minimax.io/blog/minimax-h3) is MiniMax's general-purpose, omni-modal generation model. It jointly understands text, image, video, and audio, and generates video with **native stereo audio**: voice, sound effects, and music are modeled jointly in a single forward pass, not layered on afterward. Output is up to 2K resolution, 24fps, and up to about 15 seconds.\n\n## ComfyUI links\n- [ComfyUI#15224](https://github.com/Comfy-Org/ComfyUI/pull/15224)\n- [šŸ¤— Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3)\n\n## About this workflow\n\nThis template runs the **reference-to-video (ref2va)** task using the `MiniMaxH3ReferenceToVideo` node. It takes any mix of reference images, videos, and standalone audio, and weaves them into the generation to lock in a character's identity, a style, a motion, a camera move, or a voice.\n\n**Key inputs**\n\n- **ref_images / ref_videos / ref_video_audios / ref_audios**: up to 9 reference images, 3 reference videos (each may carry its own paired soundtrack), and 3 standalone reference audio clips\n- **prompt**: reference the inputs by tag, in the exact order they were connected, for example `<Picture 1>`, `<Video 1>`, `<Audio 1>`, then describe the target scene, motion, and audio\n- **ref_image_size**: `match` scales references down to the generation's resolution (faster); `max` keeps up to a 2048px short edge for stronger identity fidelity, at the cost of speed since reference tokens ride along every sampling step\n- **width / height**: set via Resolution Selector.\n- **duration (seconds)**: converted to a valid frame `length` by the Math Expression node\n\n**Sampling and decode**\n\n- Sampler: `res_multistep`. `beta` or `normal` scheduler tends to outperform `simple` for reference-heavy prompts like this one\n- The sampler's joint audio+video `LATENT` output feeds directly into both `VAEDecode` (video, `minimax_h3_video_vae_fp16`) and `VAEDecodeAudio` (audio, `minimax_h3_audio_vae_fp32`); each decode node automatically pulls its own half out of the packed latent. `CreateVideo` then muxes the two into a single MP4 with synced sound\n- The diffusion model here is `minimax_h3_ref2va_pruned_int8_convrot.safetensors`, a different set of weights from the `fl2va` model used by the t2v/i2v templates\n\nRef2va's output is very sensitive to prompt wording; matching the reference tags precisely and being explicit about which reference drives which part of the shot tends to work best."
  27. ],
  28. "widgets_values_named": {
  29. "text": "## MiniMax H3\n\n[MiniMax H3](https://www.minimax.io/blog/minimax-h3) is MiniMax's general-purpose, omni-modal generation model. It jointly understands text, image, video, and audio, and generates video with **native stereo audio**: voice, sound effects, and music are modeled jointly in a single forward pass, not layered on afterward. Output is up to 2K resolution, 24fps, and up to about 15 seconds.\n\n## ComfyUI links\n- [ComfyUI#15224](https://github.com/Comfy-Org/ComfyUI/pull/15224)\n- [šŸ¤— Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3)\n\n## About this workflow\n\nThis template runs the **reference-to-video (ref2va)** task using the `MiniMaxH3ReferenceToVideo` node. It takes any mix of reference images, videos, and standalone audio, and weaves them into the generation to lock in a character's identity, a style, a motion, a camera move, or a voice.\n\n**Key inputs**\n\n- **ref_images / ref_videos / ref_video_audios / ref_audios**: up to 9 reference images, 3 reference videos (each may carry its own paired soundtrack), and 3 standalone reference audio clips\n- **prompt**: reference the inputs by tag, in the exact order they were connected, for example `<Picture 1>`, `<Video 1>`, `<Audio 1>`, then describe the target scene, motion, and audio\n- **ref_image_size**: `match` scales references down to the generation's resolution (faster); `max` keeps up to a 2048px short edge for stronger identity fidelity, at the cost of speed since reference tokens ride along every sampling step\n- **width / height**: set via Resolution Selector.\n- **duration (seconds)**: converted to a valid frame `length` by the Math Expression node\n\n**Sampling and decode**\n\n- Sampler: `res_multistep`. `beta` or `normal` scheduler tends to outperform `simple` for reference-heavy prompts like this one\n- The sampler's joint audio+video `LATENT` output feeds directly into both `VAEDecode` (video, `minimax_h3_video_vae_fp16`) and `VAEDecodeAudio` (audio, `minimax_h3_audio_vae_fp32`); each decode node automatically pulls its own half out of the packed latent. `CreateVideo` then muxes the two into a single MP4 with synced sound\n- The diffusion model here is `minimax_h3_ref2va_pruned_int8_convrot.safetensors`, a different set of weights from the `fl2va` model used by the t2v/i2v templates\n\nRef2va's output is very sensitive to prompt wording; matching the reference tags precisely and being explicit about which reference drives which part of the shot tends to work best."
  30. },
  31. "color": "#222",
  32. "bgcolor": "#000"
  33. },
  34. {
  35. "id": 120,
  36. "type": "VAELoader",
  37. "pos": [
  38. -1490,
  39. 5400
  40. ],
  41. "size": [
  42. 650,
  43. 70
  44. ],
  45. "flags": {},
  46. "order": 1,
  47. "mode": 0,
  48. "inputs": [],
  49. "outputs": [
  50. {
  51. "name": "VAE",
  52. "type": "VAE",
  53. "links": [
  54. 250,
  55. 274
  56. ]
  57. }
  58. ],
  59. "properties": {
  60. "cnr_id": "comfy-core",
  61. "ver": "0.30.0",
  62. "Node name for S&R": "VAELoader",
  63. "models": [
  64. {
  65. "name": "minimax_h3_audio_vae_fp32.safetensors",
  66. "url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/vae/minimax_h3_audio_vae_fp32.safetensors",
  67. "directory": "vae"
  68. }
  69. ]
  70. },
  71. "widgets_values": [
  72. "minimax_h3_audio_vae_fp32.safetensors"
  73. ],
  74. "widgets_values_named": {
  75. "vae_name": "minimax_h3_audio_vae_fp32.safetensors"
  76. }
  77. },
  78. {
  79. "id": 122,
  80. "type": "VAEDecode",
  81. "pos": [
  82. 480,
  83. 5060
  84. ],
  85. "size": [
  86. 230,
  87. 60
  88. ],
  89. "flags": {
  90. "collapsed": false
  91. },
  92. "order": 41,
  93. "mode": 0,
  94. "inputs": [
  95. {
  96. "name": "samples",
  97. "type": "LATENT",
  98. "link": 280
  99. },
  100. {
  101. "name": "vae",
  102. "type": "VAE",
  103. "link": 251
  104. }
  105. ],
  106. "outputs": [
  107. {
  108. "name": "IMAGE",
  109. "type": "IMAGE",
  110. "links": [
  111. 258
  112. ]
  113. }
  114. ],
  115. "properties": {
  116. "cnr_id": "comfy-core",
  117. "ver": "0.30.0",
  118. "Node name for S&R": "VAEDecode"
  119. }
  120. },
  121. {
  122. "id": 128,
  123. "type": "CLIPLoader",
  124. "pos": [
  125. -1490,
  126. 5090
  127. ],
  128. "size": [
  129. 640,
  130. 120
  131. ],
  132. "flags": {},
  133. "order": 2,
  134. "mode": 0,
  135. "inputs": [],
  136. "outputs": [
  137. {
  138. "name": "CLIP",
  139. "type": "CLIP",
  140. "links": [
  141. 272
  142. ]
  143. }
  144. ],
  145. "properties": {
  146. "cnr_id": "comfy-core",
  147. "ver": "0.30.0",
  148. "Node name for S&R": "CLIPLoader",
  149. "models": [
  150. {
  151. "name": "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
  152. "url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
  153. "directory": "text_encoders"
  154. }
  155. ]
  156. },
  157. "widgets_values": [
  158. "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
  159. "minimax",
  160. "default"
  161. ],
  162. "widgets_values_named": {
  163. "clip_name": "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
  164. "type": "minimax",
  165. "device": "default"
  166. }
  167. },
  168. {
  169. "id": 140,
  170. "type": "MarkdownNote",
  171. "pos": [
  172. -1890,
  173. 5830
  174. ],
  175. "size": [
  176. 300,
  177. 520
  178. ],
  179. "flags": {},
  180. "order": 3,
  181. "mode": 0,
  182. "inputs": [],
  183. "outputs": [],
  184. "title": "Note: Size Settings Reference",
  185. "properties": {},
  186. "widgets_values": [
  187. "| megapixels | Aspect | Output (multiple=32) |\n|---|---|---|\n| 0.2 | 16:9 | 608 x 352 |\n| 0.3 | 16:9 | 736 x 416 |\n| 0.4 | 16:9 | 864 x 480 |\n| 0.5 | 16:9 | 960 x 544 |\n| 0.6 | 16:9 | 1056 x 608 |\n| 0.7 | 16:9 | 1152 x 640 |\n| 0.8 | 16:9 | 1216 x 672 |\n| 0.9 | 16:9 | 1280 x 736 |\n| 0.98 | 16:9 | 1344 x 768 |\n| 1.0 | 16:9 | 1376 x 768 |\n| 1.2 | 16:9 | 1504 x 832 |\n| 1.5 | 16:9 | 1664 x 928 |\n| 1.8 | 16:9 | 1824 x 1024 |\n| 2.0 | 16:9 | 1920 x 1088 |\n"
  188. ],
  189. "widgets_values_named": {
  190. "text": "| megapixels | Aspect | Output (multiple=32) |\n|---|---|---|\n| 0.2 | 16:9 | 608 x 352 |\n| 0.3 | 16:9 | 736 x 416 |\n| 0.4 | 16:9 | 864 x 480 |\n| 0.5 | 16:9 | 960 x 544 |\n| 0.6 | 16:9 | 1056 x 608 |\n| 0.7 | 16:9 | 1152 x 640 |\n| 0.8 | 16:9 | 1216 x 672 |\n| 0.9 | 16:9 | 1280 x 736 |\n| 0.98 | 16:9 | 1344 x 768 |\n| 1.0 | 16:9 | 1376 x 768 |\n| 1.2 | 16:9 | 1504 x 832 |\n| 1.5 | 16:9 | 1664 x 928 |\n| 1.8 | 16:9 | 1824 x 1024 |\n| 2.0 | 16:9 | 1920 x 1088 |\n"
  191. },
  192. "color": "#222",
  193. "bgcolor": "#000"
  194. },
  195. {
  196. "id": 117,
  197. "type": "MarkdownNote",
  198. "pos": [
  199. -2500,
  200. 4850
  201. ],
  202. "size": [
  203. 440,
  204. 740
  205. ],
  206. "flags": {},
  207. "order": 4,
  208. "mode": 0,
  209. "inputs": [],
  210. "outputs": [],
  211. "title": "Note: Model Links",
  212. "properties": {},
  213. "widgets_values": [
  214. "## Model Links\n[šŸ¤— Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3)\n\n**vae**\n\n- [minimax_h3_video_vae_fp16.safetensors](https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/vae/minimax_h3_video_vae_fp16.safetensors)\n- [minimax_h3_audio_vae_fp32.safetensors](https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/vae/minimax_h3_audio_vae_fp32.safetensors)\n\n**diffusion_models**\n\n- [minimax_h3_ref2va_pruned_int8_convrot.safetensors](https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/diffusion_models/minimax_h3_ref2va_pruned_int8_convrot.safetensors)\n\n**text_encoders**\n\n- [qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors](https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors)\n\n\n## Model Storage Location\n\n```\nšŸ“‚ ComfyUI/\nā”œā”€ā”€ šŸ“‚ models/\n│ ā”œā”€ā”€ šŸ“‚ vae/\n│ │ ā”œā”€ā”€ minimax_h3_video_vae_fp16.safetensors\n│ │ └── minimax_h3_audio_vae_fp32.safetensors\n│ ā”œā”€ā”€ šŸ“‚ diffusion_models/\n│ │ └── minimax_h3_ref2va_pruned_int8_convrot.safetensors\n│ └── šŸ“‚ text_encoders/\n│ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors\n```\n\n## Report Issue\n\nNote: Please update ComfyUI first ([guide](https://docs.comfy.org/installation/update_comfyui)) and prepare required models. Desktop/Cloud updates follow stable releases, so some nightly-supported models may not be available yet.\n\n- Cannot run / runtime errors: [ComfyUI/issues](https://github.com/comfyanonymous/ComfyUI/issues)\n- UI / frontend issues: [ComfyUI_frontend/issues](https://github.com/Comfy-Org/ComfyUI_frontend/issues)\n- Workflow issues: [workflow_templates/issues](https://github.com/Comfy-Org/workflow_templates/issues)\n"
  215. ],
  216. "widgets_values_named": {
  217. "text": "## Model Links\n[šŸ¤— Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3)\n\n**vae**\n\n- [minimax_h3_video_vae_fp16.safetensors](https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/vae/minimax_h3_video_vae_fp16.safetensors)\n- [minimax_h3_audio_vae_fp32.safetensors](https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/vae/minimax_h3_audio_vae_fp32.safetensors)\n\n**diffusion_models**\n\n- [minimax_h3_ref2va_pruned_int8_convrot.safetensors](https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/diffusion_models/minimax_h3_ref2va_pruned_int8_convrot.safetensors)\n\n**text_encoders**\n\n- [qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors](https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors)\n\n\n## Model Storage Location\n\n```\nšŸ“‚ ComfyUI/\nā”œā”€ā”€ šŸ“‚ models/\n│ ā”œā”€ā”€ šŸ“‚ vae/\n│ │ ā”œā”€ā”€ minimax_h3_video_vae_fp16.safetensors\n│ │ └── minimax_h3_audio_vae_fp32.safetensors\n│ ā”œā”€ā”€ šŸ“‚ diffusion_models/\n│ │ └── minimax_h3_ref2va_pruned_int8_convrot.safetensors\n│ └── šŸ“‚ text_encoders/\n│ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors\n```\n\n## Report Issue\n\nNote: Please update ComfyUI first ([guide](https://docs.comfy.org/installation/update_comfyui)) and prepare required models. Desktop/Cloud updates follow stable releases, so some nightly-supported models may not be available yet.\n\n- Cannot run / runtime errors: [ComfyUI/issues](https://github.com/comfyanonymous/ComfyUI/issues)\n- UI / frontend issues: [ComfyUI_frontend/issues](https://github.com/Comfy-Org/ComfyUI_frontend/issues)\n- Workflow issues: [workflow_templates/issues](https://github.com/Comfy-Org/workflow_templates/issues)\n"
  218. },
  219. "color": "#222",
  220. "bgcolor": "#000"
  221. },
  222. {
  223. "id": 115,
  224. "type": "ResolutionSelector",
  225. "pos": [
  226. -1492.3684887492673,
  227. 5654.5275542703785
  228. ],
  229. "size": [
  230. 270,
  231. 170
  232. ],
  233. "flags": {},
  234. "order": 5,
  235. "mode": 0,
  236. "showAdvanced": false,
  237. "inputs": [],
  238. "outputs": [
  239. {
  240. "name": "width",
  241. "type": "INT",
  242. "links": []
  243. },
  244. {
  245. "name": "height",
  246. "type": "INT",
  247. "links": []
  248. }
  249. ],
  250. "title": "Resolution Selector (Size)",
  251. "properties": {
  252. "cnr_id": "comfy-core",
  253. "ver": "0.30.0",
  254. "Node name for S&R": "ResolutionSelector"
  255. },
  256. "widgets_values": [
  257. "16:9 (Widescreen)",
  258. 0.4,
  259. 32
  260. ],
  261. "widgets_values_named": {
  262. "aspect_ratio": "16:9 (Widescreen)",
  263. "megapixels": 0.4,
  264. "multiple": 32
  265. },
  266. "color": "#322",
  267. "bgcolor": "#533"
  268. },
  269. {
  270. "id": 130,
  271. "type": "CreateVideo",
  272. "pos": [
  273. 790,
  274. 5090
  275. ],
  276. "size": [
  277. 270,
  278. 110
  279. ],
  280. "flags": {},
  281. "order": 44,
  282. "mode": 0,
  283. "inputs": [
  284. {
  285. "name": "images",
  286. "type": "IMAGE",
  287. "link": 258
  288. },
  289. {
  290. "name": "audio",
  291. "shape": 7,
  292. "type": "AUDIO",
  293. "link": 376
  294. },
  295. {
  296. "name": "fps",
  297. "type": "FLOAT",
  298. "widget": {
  299. "name": "fps"
  300. },
  301. "link": 328
  302. }
  303. ],
  304. "outputs": [
  305. {
  306. "name": "VIDEO",
  307. "type": "VIDEO",
  308. "links": [
  309. 260
  310. ]
  311. }
  312. ],
  313. "properties": {
  314. "cnr_id": "comfy-core",
  315. "ver": "0.30.0",
  316. "Node name for S&R": "CreateVideo"
  317. },
  318. "widgets_values": [
  319. 16,
  320. 8
  321. ],
  322. "widgets_values_named": {
  323. "fps": 16,
  324. "bit_depth": 8
  325. }
  326. },
  327. {
  328. "id": 176,
  329. "type": "Display Any (rgthree)",
  330. "pos": [
  331. 59.65937359187597,
  332. 6155.327658169962
  333. ],
  334. "size": [
  335. 210,
  336. 88
  337. ],
  338. "flags": {},
  339. "order": 28,
  340. "mode": 0,
  341. "inputs": [
  342. {
  343. "dir": 3,
  344. "name": "source",
  345. "type": "*",
  346. "link": 362
  347. }
  348. ],
  349. "outputs": [],
  350. "properties": {
  351. "cnr_id": "rgthree-comfy",
  352. "ver": "0fb1e239a903e93ef626a8c20589b38f46e39dff",
  353. "Node name for S&R": "Display Any (rgthree)"
  354. },
  355. "widgets_values": [
  356. "24.0"
  357. ],
  358. "widgets_values_named": {
  359. "output": "24.0"
  360. }
  361. },
  362. {
  363. "id": 121,
  364. "type": "VAEDecodeAudio",
  365. "pos": [
  366. 480,
  367. 5180
  368. ],
  369. "size": [
  370. 230,
  371. 60
  372. ],
  373. "flags": {
  374. "collapsed": false
  375. },
  376. "order": 42,
  377. "mode": 0,
  378. "inputs": [
  379. {
  380. "name": "samples",
  381. "type": "LATENT",
  382. "link": 281
  383. },
  384. {
  385. "name": "vae",
  386. "type": "VAE",
  387. "link": 250
  388. }
  389. ],
  390. "outputs": [
  391. {
  392. "name": "AUDIO",
  393. "type": "AUDIO",
  394. "links": [
  395. 376
  396. ]
  397. }
  398. ],
  399. "properties": {
  400. "cnr_id": "comfy-core",
  401. "ver": "0.30.0",
  402. "Node name for S&R": "VAEDecodeAudio"
  403. }
  404. },
  405. {
  406. "id": 180,
  407. "type": "UNETLoader",
  408. "pos": [
  409. -1502.6364482093359,
  410. 4422.057779174912
  411. ],
  412. "size": [
  413. 270,
  414. 82
  415. ],
  416. "flags": {},
  417. "order": 6,
  418. "mode": 0,
  419. "inputs": [],
  420. "outputs": [
  421. {
  422. "name": "MODEL",
  423. "type": "MODEL",
  424. "links": [
  425. 374
  426. ]
  427. }
  428. ],
  429. "properties": {
  430. "cnr_id": "comfy-core",
  431. "ver": "0.33.0",
  432. "Node name for S&R": "UNETLoader"
  433. },
  434. "widgets_values": [
  435. "DasiwaMinimaxH3_dasiwaREF2VAHybridV1.safetensors",
  436. "default"
  437. ],
  438. "widgets_values_named": {
  439. "unet_name": "DasiwaMinimaxH3_dasiwaREF2VAHybridV1.safetensors",
  440. "weight_dtype": "default"
  441. }
  442. },
  443. {
  444. "id": 181,
  445. "type": "ModelAttentionBackend",
  446. "pos": [
  447. -1092.6751727353985,
  448. 4258.681067080803
  449. ],
  450. "size": [
  451. 270,
  452. 58
  453. ],
  454. "flags": {},
  455. "order": 15,
  456. "mode": 0,
  457. "inputs": [
  458. {
  459. "name": "model",
  460. "type": "MODEL",
  461. "link": 374
  462. }
  463. ],
  464. "outputs": [
  465. {
  466. "name": "MODEL",
  467. "type": "MODEL",
  468. "links": [
  469. 375
  470. ]
  471. }
  472. ],
  473. "properties": {
  474. "cnr_id": "comfy-core",
  475. "ver": "0.33.0",
  476. "Node name for S&R": "ModelAttentionBackend"
  477. },
  478. "widgets_values": [
  479. "comfy kitchen attention"
  480. ],
  481. "widgets_values_named": {
  482. "attention": "comfy kitchen attention"
  483. }
  484. },
  485. {
  486. "id": 171,
  487. "type": "MiniMaxH3SigmaShift",
  488. "pos": [
  489. -1095.4143426106475,
  490. 4381.285798461838
  491. ],
  492. "size": [
  493. 270,
  494. 82
  495. ],
  496. "flags": {},
  497. "order": 24,
  498. "mode": 0,
  499. "inputs": [
  500. {
  501. "name": "model",
  502. "type": "MODEL",
  503. "link": 375
  504. }
  505. ],
  506. "outputs": [
  507. {
  508. "name": "MODEL",
  509. "type": "MODEL",
  510. "links": [
  511. 377
  512. ]
  513. }
  514. ],
  515. "properties": {
  516. "cnr_id": "comfy-core",
  517. "ver": "0.30.0",
  518. "Node name for S&R": "MiniMaxH3SigmaShift"
  519. },
  520. "widgets_values": [
  521. 12,
  522. 3
  523. ],
  524. "widgets_values_named": {
  525. "shift_video": 12,
  526. "shift_audio": 3
  527. }
  528. },
  529. {
  530. "id": 124,
  531. "type": "BasicScheduler",
  532. "pos": [
  533. -260,
  534. 5310
  535. ],
  536. "size": [
  537. 370,
  538. 130
  539. ],
  540. "flags": {},
  541. "order": 31,
  542. "mode": 0,
  543. "inputs": [
  544. {
  545. "name": "model",
  546. "type": "MODEL",
  547. "link": 379
  548. }
  549. ],
  550. "outputs": [
  551. {
  552. "name": "SIGMAS",
  553. "type": "SIGMAS",
  554. "links": [
  555. 256
  556. ]
  557. }
  558. ],
  559. "properties": {
  560. "cnr_id": "comfy-core",
  561. "ver": "0.30.0",
  562. "Node name for S&R": "BasicScheduler"
  563. },
  564. "widgets_values": [
  565. "simple",
  566. 20,
  567. 1
  568. ],
  569. "widgets_values_named": {
  570. "scheduler": "simple",
  571. "steps": 20,
  572. "denoise": 1
  573. }
  574. },
  575. {
  576. "id": 125,
  577. "type": "SamplerCustomAdvanced",
  578. "pos": [
  579. 150,
  580. 5110
  581. ],
  582. "size": [
  583. 230,
  584. 326
  585. ],
  586. "flags": {},
  587. "order": 40,
  588. "mode": 0,
  589. "inputs": [
  590. {
  591. "name": "noise",
  592. "type": "NOISE",
  593. "link": 253
  594. },
  595. {
  596. "name": "guider",
  597. "type": "GUIDER",
  598. "link": 254
  599. },
  600. {
  601. "name": "sampler",
  602. "type": "SAMPLER",
  603. "link": 255
  604. },
  605. {
  606. "name": "sigmas",
  607. "type": "SIGMAS",
  608. "link": 256
  609. },
  610. {
  611. "name": "latent_image",
  612. "type": "LATENT",
  613. "link": 271
  614. }
  615. ],
  616. "outputs": [
  617. {
  618. "name": "output",
  619. "type": "LATENT",
  620. "links": [
  621. 280,
  622. 281,
  623. 479
  624. ]
  625. },
  626. {
  627. "name": "denoised_output",
  628. "type": "LATENT",
  629. "links": []
  630. }
  631. ],
  632. "properties": {
  633. "cnr_id": "comfy-core",
  634. "ver": "0.30.0",
  635. "Node name for S&R": "SamplerCustomAdvanced"
  636. }
  637. },
  638. {
  639. "id": 119,
  640. "type": "VAELoader",
  641. "pos": [
  642. -1490,
  643. 5270
  644. ],
  645. "size": [
  646. 640,
  647. 70
  648. ],
  649. "flags": {},
  650. "order": 7,
  651. "mode": 0,
  652. "inputs": [],
  653. "outputs": [
  654. {
  655. "name": "VAE",
  656. "type": "VAE",
  657. "links": [
  658. 251,
  659. 273,
  660. 481
  661. ]
  662. }
  663. ],
  664. "properties": {
  665. "cnr_id": "comfy-core",
  666. "ver": "0.30.0",
  667. "Node name for S&R": "VAELoader",
  668. "models": [
  669. {
  670. "name": "minimax_h3_video_vae_fp16.safetensors",
  671. "url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/vae/minimax_h3_video_vae_fp16.safetensors",
  672. "directory": "vae"
  673. }
  674. ]
  675. },
  676. "widgets_values": [
  677. "minimax_h3_video_vae_fp16.safetensors"
  678. ],
  679. "widgets_values_named": {
  680. "vae_name": "minimax_h3_video_vae_fp16.safetensors"
  681. }
  682. },
  683. {
  684. "id": 229,
  685. "type": "Reroute",
  686. "pos": [
  687. 434.4125313046255,
  688. 3969.4637929379555
  689. ],
  690. "size": [
  691. 75,
  692. 26
  693. ],
  694. "flags": {},
  695. "order": 16,
  696. "mode": 0,
  697. "inputs": [
  698. {
  699. "name": "",
  700. "type": "*",
  701. "link": 481
  702. }
  703. ],
  704. "outputs": [
  705. {
  706. "name": "",
  707. "type": "VAE",
  708. "links": [
  709. 482
  710. ]
  711. }
  712. ],
  713. "properties": {
  714. "showOutputText": false,
  715. "horizontal": false
  716. }
  717. },
  718. {
  719. "id": 126,
  720. "type": "BasicGuider",
  721. "pos": [
  722. -260,
  723. 5080
  724. ],
  725. "size": [
  726. 360,
  727. 60
  728. ],
  729. "flags": {},
  730. "order": 39,
  731. "mode": 0,
  732. "inputs": [
  733. {
  734. "name": "model",
  735. "type": "MODEL",
  736. "link": 378
  737. },
  738. {
  739. "name": "conditioning",
  740. "type": "CONDITIONING",
  741. "link": 270
  742. }
  743. ],
  744. "outputs": [
  745. {
  746. "name": "GUIDER",
  747. "type": "GUIDER",
  748. "links": [
  749. 254,
  750. 484
  751. ]
  752. }
  753. ],
  754. "properties": {
  755. "cnr_id": "comfy-core",
  756. "ver": "0.30.0",
  757. "Node name for S&R": "BasicGuider"
  758. }
  759. },
  760. {
  761. "id": 123,
  762. "type": "KSamplerSelect",
  763. "pos": [
  764. -260,
  765. 5190
  766. ],
  767. "size": [
  768. 370,
  769. 70
  770. ],
  771. "flags": {},
  772. "order": 8,
  773. "mode": 0,
  774. "inputs": [],
  775. "outputs": [
  776. {
  777. "name": "SAMPLER",
  778. "type": "SAMPLER",
  779. "links": [
  780. 255,
  781. 485
  782. ]
  783. }
  784. ],
  785. "properties": {
  786. "cnr_id": "comfy-core",
  787. "ver": "0.30.0",
  788. "Node name for S&R": "KSamplerSelect"
  789. },
  790. "widgets_values": [
  791. "er_sde"
  792. ],
  793. "widgets_values_named": {
  794. "sampler_name": "er_sde"
  795. }
  796. },
  797. {
  798. "id": 230,
  799. "type": "Reroute",
  800. "pos": [
  801. 424.2245774783448,
  802. 4083.1869153633156
  803. ],
  804. "size": [
  805. 75,
  806. 26
  807. ],
  808. "flags": {},
  809. "order": 17,
  810. "mode": 0,
  811. "inputs": [
  812. {
  813. "name": "",
  814. "type": "*",
  815. "link": 485
  816. }
  817. ],
  818. "outputs": [
  819. {
  820. "name": "",
  821. "type": "SAMPLER",
  822. "links": [
  823. 486
  824. ]
  825. }
  826. ],
  827. "properties": {
  828. "showOutputText": false,
  829. "horizontal": false
  830. }
  831. },
  832. {
  833. "id": 227,
  834. "type": "b4363958-7645-4d75-89e0-3bbfd5e03f45",
  835. "pos": [
  836. 721.2814802348096,
  837. 3878.7688237837115
  838. ],
  839. "size": [
  840. 210,
  841. 202
  842. ],
  843. "flags": {},
  844. "order": 43,
  845. "mode": 0,
  846. "inputs": [
  847. {
  848. "name": "samples",
  849. "type": "LATENT",
  850. "link": 479
  851. },
  852. {
  853. "name": "length",
  854. "type": "INT",
  855. "widget": {
  856. "name": "length"
  857. },
  858. "link": 507
  859. },
  860. {
  861. "name": "model",
  862. "type": "MODEL",
  863. "link": 480
  864. },
  865. {
  866. "name": "vae",
  867. "type": "VAE",
  868. "link": 482
  869. },
  870. {
  871. "name": "noise",
  872. "type": "NOISE",
  873. "link": 483
  874. },
  875. {
  876. "name": "guider",
  877. "type": "GUIDER",
  878. "link": 484
  879. },
  880. {
  881. "name": "sampler",
  882. "type": "SAMPLER",
  883. "link": 486
  884. }
  885. ],
  886. "outputs": [
  887. {
  888. "name": "VIDEO",
  889. "type": "VIDEO",
  890. "links": [
  891. 478
  892. ]
  893. }
  894. ],
  895. "properties": {
  896. "cnr_id": "comfy-core",
  897. "ver": "0.33.0",
  898. "previewExposures": []
  899. },
  900. "widgets_values": [
  901. 175,
  902. 24
  903. ],
  904. "widgets_values_named": {
  905. "length": 175,
  906. "fps": 24
  907. }
  908. },
  909. {
  910. "id": 158,
  911. "type": "ImageScaleToTotalPixelsX",
  912. "pos": [
  913. -526.5692326909151,
  914. 5566.860577344909
  915. ],
  916. "size": [
  917. 246.5982421875,
  918. 199
  919. ],
  920. "flags": {},
  921. "order": 19,
  922. "mode": 0,
  923. "inputs": [
  924. {
  925. "name": "image",
  926. "type": "IMAGE",
  927. "link": 329
  928. }
  929. ],
  930. "outputs": [
  931. {
  932. "name": "image",
  933. "type": "IMAGE",
  934. "links": [
  935. 366
  936. ]
  937. },
  938. {
  939. "name": "width",
  940. "type": "INT",
  941. "links": []
  942. },
  943. {
  944. "name": "height",
  945. "type": "INT",
  946. "links": []
  947. }
  948. ],
  949. "properties": {
  950. "cnr_id": "scale-image-to-total-pixels-advanced",
  951. "ver": "694ae1f8352f770e4511f99ed35e2460d5591c83",
  952. "Node name for S&R": "ImageScaleToTotalPixelsX"
  953. },
  954. "widgets_values": [
  955. 1,
  956. 32,
  957. "crop",
  958. "lanczos",
  959. "800x1280"
  960. ],
  961. "widgets_values_named": {
  962. "megapixels": 1,
  963. "multiple_of": 32,
  964. "resize_mode": "crop",
  965. "upscale_method": "lanczos",
  966. "resolution": "800x1280"
  967. }
  968. },
  969. {
  970. "id": 233,
  971. "type": "GetImageRangeFromBatch",
  972. "pos": [
  973. -1167.8678146810294,
  974. 6616.0328400763265
  975. ],
  976. "size": [
  977. 349.7056640625,
  978. 102
  979. ],
  980. "flags": {},
  981. "order": 21,
  982. "mode": 0,
  983. "inputs": [
  984. {
  985. "name": "images",
  986. "shape": 7,
  987. "type": "IMAGE",
  988. "link": 491
  989. },
  990. {
  991. "name": "masks",
  992. "shape": 7,
  993. "type": "MASK",
  994. "link": null
  995. }
  996. ],
  997. "outputs": [
  998. {
  999. "name": "IMAGE",
  1000. "type": "IMAGE",
  1001. "links": [
  1002. 492
  1003. ]
  1004. },
  1005. {
  1006. "name": "MASK",
  1007. "type": "MASK",
  1008. "links": null
  1009. }
  1010. ],
  1011. "properties": {
  1012. "cnr_id": "comfyui-kjnodes",
  1013. "ver": "6ab7e8130e449ed2c0037589bcf84146ceb7fc9c",
  1014. "Node name for S&R": "GetImageRangeFromBatch"
  1015. },
  1016. "widgets_values": [
  1017. 0,
  1018. 8
  1019. ],
  1020. "widgets_values_named": {
  1021. "start_index": 0,
  1022. "num_frames": 8
  1023. }
  1024. },
  1025. {
  1026. "id": 234,
  1027. "type": "ImageBatchRepeatInterleaving",
  1028. "pos": [
  1029. -759.3176193685298,
  1030. 6612.192709461086
  1031. ],
  1032. "size": [
  1033. 302.1412109375,
  1034. 78
  1035. ],
  1036. "flags": {},
  1037. "order": 27,
  1038. "mode": 0,
  1039. "inputs": [
  1040. {
  1041. "name": "images",
  1042. "type": "IMAGE",
  1043. "link": 492
  1044. },
  1045. {
  1046. "name": "mask",
  1047. "shape": 7,
  1048. "type": "MASK",
  1049. "link": null
  1050. }
  1051. ],
  1052. "outputs": [
  1053. {
  1054. "name": "IMAGE",
  1055. "type": "IMAGE",
  1056. "links": [
  1057. 494
  1058. ]
  1059. },
  1060. {
  1061. "name": "MASK",
  1062. "type": "MASK",
  1063. "links": null
  1064. }
  1065. ],
  1066. "properties": {
  1067. "cnr_id": "comfyui-kjnodes",
  1068. "ver": "6ab7e8130e449ed2c0037589bcf84146ceb7fc9c",
  1069. "Node name for S&R": "ImageBatchRepeatInterleaving"
  1070. },
  1071. "widgets_values": [
  1072. 2
  1073. ],
  1074. "widgets_values_named": {
  1075. "repeats": 2
  1076. }
  1077. },
  1078. {
  1079. "id": 236,
  1080. "type": "BatchImagesNode",
  1081. "pos": [
  1082. -380.43474339196763,
  1083. 6673.577180896637
  1084. ],
  1085. "size": [
  1086. 169.23046875,
  1087. 86
  1088. ],
  1089. "flags": {},
  1090. "order": 30,
  1091. "mode": 0,
  1092. "inputs": [
  1093. {
  1094. "label": "image0",
  1095. "name": "images.image0",
  1096. "type": "IMAGE",
  1097. "link": 494
  1098. },
  1099. {
  1100. "label": "image1",
  1101. "name": "images.image1",
  1102. "shape": 7,
  1103. "type": "IMAGE",
  1104. "link": 495
  1105. },
  1106. {
  1107. "label": "image2",
  1108. "name": "images.image2",
  1109. "shape": 7,
  1110. "type": "IMAGE",
  1111. "link": null
  1112. }
  1113. ],
  1114. "outputs": [
  1115. {
  1116. "name": "IMAGE",
  1117. "type": "IMAGE",
  1118. "links": [
  1119. 496
  1120. ]
  1121. }
  1122. ],
  1123. "properties": {
  1124. "cnr_id": "comfy-core",
  1125. "ver": "0.33.0",
  1126. "Node name for S&R": "BatchImagesNode"
  1127. }
  1128. },
  1129. {
  1130. "id": 132,
  1131. "type": "PrimitiveFloat",
  1132. "pos": [
  1133. -1492.3684887492673,
  1134. 5874.5275542703785
  1135. ],
  1136. "size": [
  1137. 270,
  1138. 70
  1139. ],
  1140. "flags": {},
  1141. "order": 9,
  1142. "mode": 0,
  1143. "inputs": [],
  1144. "outputs": [
  1145. {
  1146. "name": "FLOAT",
  1147. "type": "FLOAT",
  1148. "links": [
  1149. 261
  1150. ]
  1151. }
  1152. ],
  1153. "title": "Float (Duration)",
  1154. "properties": {
  1155. "cnr_id": "comfy-core",
  1156. "ver": "0.30.0",
  1157. "Node name for S&R": "PrimitiveFloat"
  1158. },
  1159. "widgets_values": [
  1160. 2
  1161. ],
  1162. "widgets_values_named": {
  1163. "value": 2
  1164. },
  1165. "color": "#322",
  1166. "bgcolor": "#533"
  1167. },
  1168. {
  1169. "id": 145,
  1170. "type": "Display Int (rgthree)",
  1171. "pos": [
  1172. -1186.1591500093741,
  1173. 5909.630639152022
  1174. ],
  1175. "size": [
  1176. 210,
  1177. 88
  1178. ],
  1179. "flags": {},
  1180. "order": 25,
  1181. "mode": 0,
  1182. "inputs": [
  1183. {
  1184. "dir": 3,
  1185. "name": "input",
  1186. "type": "INT",
  1187. "link": 287
  1188. }
  1189. ],
  1190. "outputs": [],
  1191. "properties": {
  1192. "cnr_id": "rgthree-comfy",
  1193. "ver": "0fb1e239a903e93ef626a8c20589b38f46e39dff",
  1194. "Node name for S&R": "Display Int (rgthree)"
  1195. },
  1196. "widgets_values": [
  1197. 56
  1198. ],
  1199. "widgets_values_named": {
  1200. "output": 56
  1201. }
  1202. },
  1203. {
  1204. "id": 185,
  1205. "type": "VHS_SelectEveryNthImage",
  1206. "pos": [
  1207. -540.2182046453679,
  1208. 6214.149563429608
  1209. ],
  1210. "size": [
  1211. 274.197265625,
  1212. 102
  1213. ],
  1214. "flags": {},
  1215. "order": 32,
  1216. "mode": 4,
  1217. "inputs": [
  1218. {
  1219. "name": "images",
  1220. "type": "IMAGE",
  1221. "link": 496
  1222. }
  1223. ],
  1224. "outputs": [
  1225. {
  1226. "name": "IMAGE",
  1227. "type": "IMAGE",
  1228. "links": [
  1229. 383,
  1230. 497,
  1231. 501
  1232. ]
  1233. },
  1234. {
  1235. "name": "count",
  1236. "type": "INT",
  1237. "links": null
  1238. }
  1239. ],
  1240. "properties": {
  1241. "cnr_id": "comfyui-videohelpersuite",
  1242. "ver": "4ee72c065db22c9d96c2427954dc69e7b908444b",
  1243. "Node name for S&R": "VHS_SelectEveryNthImage"
  1244. },
  1245. "widgets_values": {
  1246. "select_every_nth": 2,
  1247. "skip_first_images": 0
  1248. },
  1249. "widgets_values_named": {
  1250. "select_every_nth": 2,
  1251. "skip_first_images": 0
  1252. }
  1253. },
  1254. {
  1255. "id": 237,
  1256. "type": "GetImageSize",
  1257. "pos": [
  1258. -214.85365818688902,
  1259. 6196.265045276524
  1260. ],
  1261. "size": [
  1262. 140,
  1263. 124
  1264. ],
  1265. "flags": {},
  1266. "order": 34,
  1267. "mode": 0,
  1268. "inputs": [
  1269. {
  1270. "name": "image",
  1271. "type": "IMAGE",
  1272. "link": 497
  1273. }
  1274. ],
  1275. "outputs": [
  1276. {
  1277. "name": "width",
  1278. "type": "INT",
  1279. "links": null
  1280. },
  1281. {
  1282. "name": "height",
  1283. "type": "INT",
  1284. "links": null
  1285. },
  1286. {
  1287. "name": "batch_size",
  1288. "type": "INT",
  1289. "links": [
  1290. 498
  1291. ]
  1292. }
  1293. ],
  1294. "properties": {
  1295. "cnr_id": "comfy-core",
  1296. "ver": "0.33.0",
  1297. "Node name for S&R": "GetImageSize"
  1298. }
  1299. },
  1300. {
  1301. "id": 150,
  1302. "type": "Display Int (rgthree)",
  1303. "pos": [
  1304. -99.54319444674438,
  1305. 6362.929792137426
  1306. ],
  1307. "size": [
  1308. 210,
  1309. 88
  1310. ],
  1311. "flags": {},
  1312. "order": 37,
  1313. "mode": 0,
  1314. "inputs": [
  1315. {
  1316. "dir": 3,
  1317. "name": "input",
  1318. "type": "INT",
  1319. "link": 498
  1320. }
  1321. ],
  1322. "outputs": [],
  1323. "properties": {
  1324. "cnr_id": "rgthree-comfy",
  1325. "ver": "0fb1e239a903e93ef626a8c20589b38f46e39dff",
  1326. "Node name for S&R": "Display Int (rgthree)"
  1327. },
  1328. "widgets_values": [
  1329. 56
  1330. ],
  1331. "widgets_values_named": {
  1332. "output": 56
  1333. }
  1334. },
  1335. {
  1336. "id": 169,
  1337. "type": "VHS_VideoCombine",
  1338. "pos": [
  1339. 499.5054865203306,
  1340. 6109.687917750641
  1341. ],
  1342. "size": [
  1343. 220.7333984375,
  1344. 436.6961527979651
  1345. ],
  1346. "flags": {},
  1347. "order": 36,
  1348. "mode": 0,
  1349. "inputs": [
  1350. {
  1351. "name": "images",
  1352. "type": "IMAGE",
  1353. "link": 500
  1354. },
  1355. {
  1356. "name": "audio",
  1357. "shape": 7,
  1358. "type": "AUDIO",
  1359. "link": null
  1360. },
  1361. {
  1362. "name": "meta_batch",
  1363. "shape": 7,
  1364. "type": "VHS_BatchManager",
  1365. "link": null
  1366. },
  1367. {
  1368. "name": "vae",
  1369. "shape": 7,
  1370. "type": "VAE",
  1371. "link": null
  1372. }
  1373. ],
  1374. "outputs": [
  1375. {
  1376. "name": "Filenames",
  1377. "type": "VHS_FILENAMES",
  1378. "links": null
  1379. }
  1380. ],
  1381. "properties": {
  1382. "cnr_id": "comfyui-videohelpersuite",
  1383. "ver": "4ee72c065db22c9d96c2427954dc69e7b908444b",
  1384. "Node name for S&R": "VHS_VideoCombine"
  1385. },
  1386. "widgets_values": {
  1387. "frame_rate": 24,
  1388. "loop_count": 0,
  1389. "filename_prefix": "AnimateDiff",
  1390. "format": "video/h264-mp4",
  1391. "pix_fmt": "yuv420p",
  1392. "crf": 19,
  1393. "save_metadata": false,
  1394. "trim_to_audio": false,
  1395. "pingpong": false,
  1396. "save_output": false,
  1397. "videopreview": {
  1398. "hidden": false,
  1399. "paused": false,
  1400. "params": {
  1401. "filename": "AnimateDiff_00004.mp4",
  1402. "subfolder": "",
  1403. "type": "temp",
  1404. "format": "video/h264-mp4",
  1405. "frame_rate": 24,
  1406. "workflow": "AnimateDiff_00004.png",
  1407. "fullpath": "I:\\ComfyUI_windows_portable\\ComfyUI\\temp\\AnimateDiff_00004.mp4"
  1408. }
  1409. }
  1410. },
  1411. "widgets_values_named": {
  1412. "frame_rate": 24,
  1413. "loop_count": 0,
  1414. "filename_prefix": "AnimateDiff",
  1415. "format": "video/h264-mp4",
  1416. "pix_fmt": "yuv420p",
  1417. "crf": 19,
  1418. "save_metadata": false,
  1419. "trim_to_audio": false,
  1420. "pingpong": false,
  1421. "save_output": false,
  1422. "videopreview": {
  1423. "hidden": false,
  1424. "paused": false,
  1425. "params": {
  1426. "filename": "AnimateDiff_00004.mp4",
  1427. "subfolder": "",
  1428. "type": "temp",
  1429. "format": "video/h264-mp4",
  1430. "frame_rate": 24,
  1431. "workflow": "AnimateDiff_00004.png",
  1432. "fullpath": "I:\\ComfyUI_windows_portable\\ComfyUI\\temp\\AnimateDiff_00004.mp4"
  1433. }
  1434. }
  1435. }
  1436. },
  1437. {
  1438. "id": 153,
  1439. "type": "LoadImage",
  1440. "pos": [
  1441. -1129.403873905272,
  1442. 5511.43368462791
  1443. ],
  1444. "size": [
  1445. 290,
  1446. 330
  1447. ],
  1448. "flags": {},
  1449. "order": 10,
  1450. "mode": 0,
  1451. "inputs": [],
  1452. "outputs": [
  1453. {
  1454. "name": "IMAGE",
  1455. "type": "IMAGE",
  1456. "links": [
  1457. 329
  1458. ]
  1459. },
  1460. {
  1461. "name": "MASK",
  1462. "type": "MASK",
  1463. "links": null
  1464. }
  1465. ],
  1466. "properties": {
  1467. "cnr_id": "comfy-core",
  1468. "ver": "0.30.0",
  1469. "Node name for S&R": "LoadImage",
  1470. "image": "clipspace-painted-masked-1787907117585.png [input]"
  1471. },
  1472. "widgets_values": [
  1473. "pasted/image (527).png",
  1474. "image"
  1475. ],
  1476. "widgets_values_named": {
  1477. "image": "pasted/image (527).png",
  1478. "upload": "image"
  1479. }
  1480. },
  1481. {
  1482. "id": 241,
  1483. "type": "ImageScaleToTotalPixelsX",
  1484. "pos": [
  1485. -150.70216481982138,
  1486. 5602.273348340999
  1487. ],
  1488. "size": [
  1489. 246.5982421875,
  1490. 199
  1491. ],
  1492. "flags": {},
  1493. "order": 20,
  1494. "mode": 0,
  1495. "inputs": [
  1496. {
  1497. "name": "image",
  1498. "type": "IMAGE",
  1499. "link": 503
  1500. }
  1501. ],
  1502. "outputs": [
  1503. {
  1504. "name": "image",
  1505. "type": "IMAGE",
  1506. "links": [
  1507. 504
  1508. ]
  1509. },
  1510. {
  1511. "name": "width",
  1512. "type": "INT",
  1513. "links": []
  1514. },
  1515. {
  1516. "name": "height",
  1517. "type": "INT",
  1518. "links": []
  1519. }
  1520. ],
  1521. "properties": {
  1522. "cnr_id": "scale-image-to-total-pixels-advanced",
  1523. "ver": "694ae1f8352f770e4511f99ed35e2460d5591c83",
  1524. "Node name for S&R": "ImageScaleToTotalPixelsX"
  1525. },
  1526. "widgets_values": [
  1527. 1,
  1528. 32,
  1529. "crop",
  1530. "lanczos",
  1531. "896x1152"
  1532. ],
  1533. "widgets_values_named": {
  1534. "megapixels": 1,
  1535. "multiple_of": 32,
  1536. "resize_mode": "crop",
  1537. "upscale_method": "lanczos",
  1538. "resolution": "896x1152"
  1539. }
  1540. },
  1541. {
  1542. "id": 240,
  1543. "type": "LoadImage",
  1544. "pos": [
  1545. -835.482327884764,
  1546. 5663.4288921474445
  1547. ],
  1548. "size": [
  1549. 290,
  1550. 330
  1551. ],
  1552. "flags": {},
  1553. "order": 11,
  1554. "mode": 0,
  1555. "inputs": [],
  1556. "outputs": [
  1557. {
  1558. "name": "IMAGE",
  1559. "type": "IMAGE",
  1560. "links": [
  1561. 503
  1562. ]
  1563. },
  1564. {
  1565. "name": "MASK",
  1566. "type": "MASK",
  1567. "links": null
  1568. }
  1569. ],
  1570. "properties": {
  1571. "cnr_id": "comfy-core",
  1572. "ver": "0.30.0",
  1573. "Node name for S&R": "LoadImage",
  1574. "image": "clipspace-painted-masked-1787907117585.png [input]"
  1575. },
  1576. "widgets_values": [
  1577. "pasted/image (528).png",
  1578. "image"
  1579. ],
  1580. "widgets_values_named": {
  1581. "image": "pasted/image (528).png",
  1582. "upload": "image"
  1583. }
  1584. },
  1585. {
  1586. "id": 151,
  1587. "type": "VHS_VideoInfoLoaded",
  1588. "pos": [
  1589. -485.77841046041567,
  1590. 6435.145645407512
  1591. ],
  1592. "size": [
  1593. 250.4150390625,
  1594. 106
  1595. ],
  1596. "flags": {},
  1597. "order": 23,
  1598. "mode": 0,
  1599. "inputs": [
  1600. {
  1601. "name": "video_info",
  1602. "type": "VHS_VIDEOINFO",
  1603. "link": 294
  1604. }
  1605. ],
  1606. "outputs": [
  1607. {
  1608. "name": "fps🟦",
  1609. "type": "FLOAT",
  1610. "links": [
  1611. 328,
  1612. 362
  1613. ]
  1614. },
  1615. {
  1616. "name": "frame_count🟦",
  1617. "type": "INT",
  1618. "links": []
  1619. },
  1620. {
  1621. "name": "duration🟦",
  1622. "type": "FLOAT",
  1623. "links": null
  1624. },
  1625. {
  1626. "name": "width🟦",
  1627. "type": "INT",
  1628. "links": []
  1629. },
  1630. {
  1631. "name": "height🟦",
  1632. "type": "INT",
  1633. "links": []
  1634. }
  1635. ],
  1636. "properties": {
  1637. "cnr_id": "comfyui-videohelpersuite",
  1638. "ver": "4ee72c065db22c9d96c2427954dc69e7b908444b",
  1639. "Node name for S&R": "VHS_VideoInfoLoaded"
  1640. },
  1641. "widgets_values": {}
  1642. },
  1643. {
  1644. "id": 142,
  1645. "type": "VHS_LoadVideoFFmpeg",
  1646. "pos": [
  1647. -1039.8329436789427,
  1648. 6046.307593241619
  1649. ],
  1650. "size": [
  1651. 313.4697265625,
  1652. 433.21322058980377
  1653. ],
  1654. "flags": {},
  1655. "order": 12,
  1656. "mode": 0,
  1657. "inputs": [
  1658. {
  1659. "name": "meta_batch",
  1660. "shape": 7,
  1661. "type": "VHS_BatchManager",
  1662. "link": null
  1663. },
  1664. {
  1665. "name": "vae",
  1666. "shape": 7,
  1667. "type": "VAE",
  1668. "link": null
  1669. }
  1670. ],
  1671. "outputs": [
  1672. {
  1673. "name": "IMAGE",
  1674. "type": "IMAGE",
  1675. "links": [
  1676. 491,
  1677. 493
  1678. ]
  1679. },
  1680. {
  1681. "name": "mask",
  1682. "type": "MASK",
  1683. "links": null
  1684. },
  1685. {
  1686. "name": "audio",
  1687. "type": "AUDIO",
  1688. "links": null
  1689. },
  1690. {
  1691. "name": "video_info",
  1692. "type": "VHS_VIDEOINFO",
  1693. "links": [
  1694. 294
  1695. ]
  1696. }
  1697. ],
  1698. "properties": {
  1699. "cnr_id": "comfyui-videohelpersuite",
  1700. "ver": "4ee72c065db22c9d96c2427954dc69e7b908444b",
  1701. "Node name for S&R": "VHS_LoadVideoFFmpeg"
  1702. },
  1703. "widgets_values": {
  1704. "video": "ssstwitter.com_1787929621069.mp4",
  1705. "force_rate": 24,
  1706. "custom_width": 0,
  1707. "custom_height": 0,
  1708. "frame_load_cap": 0,
  1709. "start_time": 0,
  1710. "format": "AnimateDiff",
  1711. "videopreview": {
  1712. "hidden": false,
  1713. "paused": false,
  1714. "params": {
  1715. "filename": "ssstwitter.com_1787929621069.mp4",
  1716. "type": "input",
  1717. "format": "video/mp4",
  1718. "force_rate": 24,
  1719. "custom_width": 0,
  1720. "custom_height": 0,
  1721. "frame_load_cap": 0,
  1722. "start_time": 0
  1723. },
  1724. "muted": true
  1725. }
  1726. },
  1727. "widgets_values_named": {
  1728. "video": "ssstwitter.com_1787929621069.mp4",
  1729. "force_rate": 24,
  1730. "custom_width": 0,
  1731. "custom_height": 0,
  1732. "frame_load_cap": 0,
  1733. "start_time": 0,
  1734. "format": "AnimateDiff",
  1735. "choose video to upload": null,
  1736. "videopreview": {
  1737. "hidden": false,
  1738. "paused": false,
  1739. "params": {
  1740. "filename": "ssstwitter.com_1787929621069.mp4",
  1741. "type": "input",
  1742. "format": "video/mp4",
  1743. "force_rate": 24,
  1744. "custom_width": 0,
  1745. "custom_height": 0,
  1746. "frame_load_cap": 0,
  1747. "start_time": 0
  1748. },
  1749. "muted": true
  1750. }
  1751. }
  1752. },
  1753. {
  1754. "id": 235,
  1755. "type": "GetImageRangeFromBatch",
  1756. "pos": [
  1757. -1078.9332848879374,
  1758. 6800.975950871607
  1759. ],
  1760. "size": [
  1761. 349.7056640625,
  1762. 102
  1763. ],
  1764. "flags": {},
  1765. "order": 22,
  1766. "mode": 0,
  1767. "inputs": [
  1768. {
  1769. "name": "images",
  1770. "shape": 7,
  1771. "type": "IMAGE",
  1772. "link": 493
  1773. },
  1774. {
  1775. "name": "masks",
  1776. "shape": 7,
  1777. "type": "MASK",
  1778. "link": null
  1779. }
  1780. ],
  1781. "outputs": [
  1782. {
  1783. "name": "IMAGE",
  1784. "type": "IMAGE",
  1785. "links": [
  1786. 495
  1787. ]
  1788. },
  1789. {
  1790. "name": "MASK",
  1791. "type": "MASK",
  1792. "links": null
  1793. }
  1794. ],
  1795. "properties": {
  1796. "cnr_id": "comfyui-kjnodes",
  1797. "ver": "6ab7e8130e449ed2c0037589bcf84146ceb7fc9c",
  1798. "Node name for S&R": "GetImageRangeFromBatch"
  1799. },
  1800. "widgets_values": [
  1801. 8,
  1802. 4096
  1803. ],
  1804. "widgets_values_named": {
  1805. "start_index": 8,
  1806. "num_frames": 4096
  1807. }
  1808. },
  1809. {
  1810. "id": 136,
  1811. "type": "MiniMaxH3ReferenceToVideo",
  1812. "pos": [
  1813. -747.8141204846199,
  1814. 5093.860603278807
  1815. ],
  1816. "size": [
  1817. 410,
  1818. 384
  1819. ],
  1820. "flags": {},
  1821. "order": 38,
  1822. "mode": 0,
  1823. "inputs": [
  1824. {
  1825. "name": "clip",
  1826. "type": "CLIP",
  1827. "link": 272
  1828. },
  1829. {
  1830. "name": "vae",
  1831. "type": "VAE",
  1832. "link": 273
  1833. },
  1834. {
  1835. "name": "audio_vae",
  1836. "type": "VAE",
  1837. "link": 274
  1838. },
  1839. {
  1840. "label": "ref_image_0",
  1841. "name": "ref_images.ref_image_0",
  1842. "shape": 7,
  1843. "type": "IMAGE",
  1844. "link": 366
  1845. },
  1846. {
  1847. "label": "ref_image_1",
  1848. "name": "ref_images.ref_image_1",
  1849. "shape": 7,
  1850. "type": "IMAGE",
  1851. "link": 504
  1852. },
  1853. {
  1854. "label": "ref_image_2",
  1855. "name": "ref_images.ref_image_2",
  1856. "shape": 7,
  1857. "type": "IMAGE",
  1858. "link": null
  1859. },
  1860. {
  1861. "label": "ref_video_0",
  1862. "name": "ref_videos.ref_video_0",
  1863. "shape": 7,
  1864. "type": "IMAGE",
  1865. "link": 502
  1866. },
  1867. {
  1868. "label": "ref_video_1",
  1869. "name": "ref_videos.ref_video_1",
  1870. "shape": 7,
  1871. "type": "IMAGE",
  1872. "link": null
  1873. },
  1874. {
  1875. "label": "ref_video_audio_0",
  1876. "name": "ref_video_audios.ref_video_audio_0",
  1877. "shape": 7,
  1878. "type": "AUDIO",
  1879. "link": null
  1880. },
  1881. {
  1882. "label": "ref_audio_0",
  1883. "name": "ref_audios.ref_audio_0",
  1884. "shape": 7,
  1885. "type": "AUDIO",
  1886. "link": null
  1887. },
  1888. {
  1889. "name": "prompt",
  1890. "type": "STRING",
  1891. "widget": {
  1892. "name": "prompt"
  1893. },
  1894. "link": 279
  1895. },
  1896. {
  1897. "name": "width",
  1898. "type": "INT",
  1899. "widget": {
  1900. "name": "width"
  1901. },
  1902. "link": 339
  1903. },
  1904. {
  1905. "name": "height",
  1906. "type": "INT",
  1907. "widget": {
  1908. "name": "height"
  1909. },
  1910. "link": 340
  1911. },
  1912. {
  1913. "name": "length",
  1914. "type": "INT",
  1915. "widget": {
  1916. "name": "length"
  1917. },
  1918. "link": 505
  1919. }
  1920. ],
  1921. "outputs": [
  1922. {
  1923. "name": "positive",
  1924. "type": "CONDITIONING",
  1925. "links": [
  1926. 270
  1927. ]
  1928. },
  1929. {
  1930. "name": "LATENT",
  1931. "type": "LATENT",
  1932. "links": [
  1933. 271
  1934. ]
  1935. }
  1936. ],
  1937. "properties": {
  1938. "cnr_id": "comfy-core",
  1939. "ver": "0.30.0",
  1940. "Node name for S&R": "MiniMaxH3ReferenceToVideo"
  1941. },
  1942. "widgets_values": [
  1943. "",
  1944. 1344,
  1945. 768,
  1946. 175,
  1947. "match"
  1948. ],
  1949. "widgets_values_named": {
  1950. "prompt": "",
  1951. "width": 1344,
  1952. "height": 768,
  1953. "length": 175,
  1954. "ref_image_size": "match"
  1955. }
  1956. },
  1957. {
  1958. "id": 239,
  1959. "type": "ImageScaleToTotalPixelsX",
  1960. "pos": [
  1961. -490.1078403114007,
  1962. 5882.520158875854
  1963. ],
  1964. "size": [
  1965. 246.5982421875,
  1966. 199
  1967. ],
  1968. "flags": {},
  1969. "order": 35,
  1970. "mode": 0,
  1971. "inputs": [
  1972. {
  1973. "name": "image",
  1974. "type": "IMAGE",
  1975. "link": 501
  1976. }
  1977. ],
  1978. "outputs": [
  1979. {
  1980. "name": "image",
  1981. "type": "IMAGE",
  1982. "links": [
  1983. 502
  1984. ]
  1985. },
  1986. {
  1987. "name": "width",
  1988. "type": "INT",
  1989. "links": []
  1990. },
  1991. {
  1992. "name": "height",
  1993. "type": "INT",
  1994. "links": []
  1995. }
  1996. ],
  1997. "properties": {
  1998. "cnr_id": "scale-image-to-total-pixels-advanced",
  1999. "ver": "694ae1f8352f770e4511f99ed35e2460d5591c83",
  2000. "Node name for S&R": "ImageScaleToTotalPixelsX"
  2001. },
  2002. "widgets_values": [
  2003. 0.6,
  2004. 32,
  2005. "crop",
  2006. "lanczos",
  2007. "1152x512"
  2008. ],
  2009. "widgets_values_named": {
  2010. "megapixels": 0.6,
  2011. "multiple_of": 32,
  2012. "resize_mode": "crop",
  2013. "upscale_method": "lanczos",
  2014. "resolution": "1152x512"
  2015. }
  2016. },
  2017. {
  2018. "id": 166,
  2019. "type": "ImageScaleToTotalPixelsX",
  2020. "pos": [
  2021. -193.08724111522218,
  2022. 5917.193823432409
  2023. ],
  2024. "size": [
  2025. 246.5982421875,
  2026. 199
  2027. ],
  2028. "flags": {},
  2029. "order": 33,
  2030. "mode": 0,
  2031. "inputs": [
  2032. {
  2033. "name": "image",
  2034. "type": "IMAGE",
  2035. "link": 383
  2036. }
  2037. ],
  2038. "outputs": [
  2039. {
  2040. "name": "image",
  2041. "type": "IMAGE",
  2042. "links": [
  2043. 500
  2044. ]
  2045. },
  2046. {
  2047. "name": "width",
  2048. "type": "INT",
  2049. "links": [
  2050. 339
  2051. ]
  2052. },
  2053. {
  2054. "name": "height",
  2055. "type": "INT",
  2056. "links": [
  2057. 340
  2058. ]
  2059. }
  2060. ],
  2061. "properties": {
  2062. "cnr_id": "scale-image-to-total-pixels-advanced",
  2063. "ver": "694ae1f8352f770e4511f99ed35e2460d5591c83",
  2064. "Node name for S&R": "ImageScaleToTotalPixelsX"
  2065. },
  2066. "widgets_values": [
  2067. 0.84,
  2068. 32,
  2069. "crop",
  2070. "lanczos",
  2071. "1376x608"
  2072. ],
  2073. "widgets_values_named": {
  2074. "megapixels": 0.84,
  2075. "multiple_of": 32,
  2076. "resize_mode": "crop",
  2077. "upscale_method": "lanczos",
  2078. "resolution": "1376x608"
  2079. }
  2080. },
  2081. {
  2082. "id": 129,
  2083. "type": "RandomNoise",
  2084. "pos": [
  2085. -260,
  2086. 4940
  2087. ],
  2088. "size": [
  2089. 360,
  2090. 90
  2091. ],
  2092. "flags": {},
  2093. "order": 13,
  2094. "mode": 0,
  2095. "inputs": [],
  2096. "outputs": [
  2097. {
  2098. "name": "NOISE",
  2099. "type": "NOISE",
  2100. "links": [
  2101. 253,
  2102. 483
  2103. ]
  2104. }
  2105. ],
  2106. "properties": {
  2107. "cnr_id": "comfy-core",
  2108. "ver": "0.30.0",
  2109. "Node name for S&R": "RandomNoise"
  2110. },
  2111. "widgets_values": [
  2112. 88242693312007,
  2113. "increment"
  2114. ],
  2115. "widgets_values_named": {
  2116. "noise_seed": 88242693312007,
  2117. "control_after_generate": "increment"
  2118. }
  2119. },
  2120. {
  2121. "id": 131,
  2122. "type": "ComfyMathExpression",
  2123. "pos": [
  2124. -1166.685093355833,
  2125. 5770.903185623488
  2126. ],
  2127. "size": [
  2128. 225,
  2129. 128
  2130. ],
  2131. "flags": {
  2132. "collapsed": true
  2133. },
  2134. "order": 18,
  2135. "mode": 0,
  2136. "inputs": [
  2137. {
  2138. "label": "a",
  2139. "name": "values.a",
  2140. "type": "FLOAT,INT,BOOLEAN",
  2141. "link": 261
  2142. },
  2143. {
  2144. "label": "b",
  2145. "name": "values.b",
  2146. "shape": 7,
  2147. "type": "FLOAT,INT,BOOLEAN",
  2148. "link": null
  2149. }
  2150. ],
  2151. "outputs": [
  2152. {
  2153. "name": "FLOAT",
  2154. "type": "FLOAT",
  2155. "links": []
  2156. },
  2157. {
  2158. "name": "INT",
  2159. "type": "INT",
  2160. "links": [
  2161. 287,
  2162. 505,
  2163. 506
  2164. ]
  2165. },
  2166. {
  2167. "name": "BOOL",
  2168. "type": "BOOLEAN",
  2169. "links": []
  2170. }
  2171. ],
  2172. "properties": {
  2173. "cnr_id": "comfy-core",
  2174. "ver": "0.30.0",
  2175. "Node name for S&R": "ComfyMathExpression"
  2176. },
  2177. "widgets_values": [
  2178. "max(5, round(a * 24)) + (5 - (max(5, round(a * 24)) % 17)) % 17"
  2179. ],
  2180. "widgets_values_named": {
  2181. "expression": "max(5, round(a * 24)) + (5 - (max(5, round(a * 24)) % 17)) % 17"
  2182. }
  2183. },
  2184. {
  2185. "id": 242,
  2186. "type": "Reroute",
  2187. "pos": [
  2188. 151.58435695903756,
  2189. 4421.469268727812
  2190. ],
  2191. "size": [
  2192. 75,
  2193. 26
  2194. ],
  2195. "flags": {},
  2196. "order": 26,
  2197. "mode": 0,
  2198. "inputs": [
  2199. {
  2200. "name": "",
  2201. "type": "*",
  2202. "widget": {
  2203. "name": "value"
  2204. },
  2205. "link": 506
  2206. }
  2207. ],
  2208. "outputs": [
  2209. {
  2210. "name": "",
  2211. "type": "INT",
  2212. "links": [
  2213. 507
  2214. ]
  2215. }
  2216. ],
  2217. "properties": {
  2218. "showOutputText": false,
  2219. "horizontal": false
  2220. }
  2221. },
  2222. {
  2223. "id": 138,
  2224. "type": "PrimitiveStringMultiline",
  2225. "pos": [
  2226. -1660.4934779729629,
  2227. 6230.246005468671
  2228. ],
  2229. "size": [
  2230. 572.8662764115766,
  2231. 386.2424604936077
  2232. ],
  2233. "flags": {},
  2234. "order": 14,
  2235. "mode": 0,
  2236. "inputs": [],
  2237. "outputs": [
  2238. {
  2239. "name": "STRING",
  2240. "type": "STRING",
  2241. "links": [
  2242. 279
  2243. ]
  2244. }
  2245. ],
  2246. "title": "Input Text (Prompt)",
  2247. "properties": {
  2248. "cnr_id": "comfy-core",
  2249. "ver": "0.30.0",
  2250. "Node name for S&R": "PrimitiveStringMultiline"
  2251. },
  2252. "widgets_values": [
  2253. "subject_definitions:\n<Video 1> is the keyframe reference for the target.\n<Subject 1> is a young female from <Picture 1> with bare legs, tall white hair, cleavage and glasses.\n<Picture 2> is the environment reference for the target video.\n\nsummary:\n[reference generation + video editing] The target video is the edited version of <Video 1>. Original character from <Video 1> is replaced by <Subject 1>.\n\nretention_analysis:\n<Subject 1> (appears in [Shot 1]): fully_preserved - character design, face and hair are preserved.\n<Video 1>: attribute_transfer - pose, camera movements and frame composition are preserved.\n<Picture 2>: weak reference: color and environment reference.\n\ndetailed_description:\nThe target video is 2D-animated in sakuga 2000s anime style with clean lineart with background from <Picture 2>.\n[Shot 1] starts with static camera full body shot of <Subject 1> girl with bare legs, tall white hair, cleavage and glasses is standing at the left half of the frame. She raises her hands and throws a baseball ball pitch to the right in a dynamic motion. Her movements follow movements from <Video 1>. Background is cathedral interior with lava floor and <Subject 1> shadow on the floor\n\noverall_soundscape:\nSilence\n\nnon_diegetic_music:\nN/A"
  2254. ],
  2255. "widgets_values_named": {
  2256. "value": "subject_definitions:\n<Video 1> is the keyframe reference for the target.\n<Subject 1> is a young female from <Picture 1> with bare legs, tall white hair, cleavage and glasses.\n<Picture 2> is the environment reference for the target video.\n\nsummary:\n[reference generation + video editing] The target video is the edited version of <Video 1>. Original character from <Video 1> is replaced by <Subject 1>.\n\nretention_analysis:\n<Subject 1> (appears in [Shot 1]): fully_preserved - character design, face and hair are preserved.\n<Video 1>: attribute_transfer - pose, camera movements and frame composition are preserved.\n<Picture 2>: weak reference: color and environment reference.\n\ndetailed_description:\nThe target video is 2D-animated in sakuga 2000s anime style with clean lineart with background from <Picture 2>.\n[Shot 1] starts with static camera full body shot of <Subject 1> girl with bare legs, tall white hair, cleavage and glasses is standing at the left half of the frame. She raises her hands and throws a baseball ball pitch to the right in a dynamic motion. Her movements follow movements from <Video 1>. Background is cathedral interior with lava floor and <Subject 1> shadow on the floor\n\noverall_soundscape:\nSilence\n\nnon_diegetic_music:\nN/A"
  2257. },
  2258. "color": "#322",
  2259. "bgcolor": "#533"
  2260. },
  2261. {
  2262. "id": 182,
  2263. "type": "ModelPreviewOverrideKJ",
  2264. "pos": [
  2265. -754.1944817847582,
  2266. 3805.215380265986
  2267. ],
  2268. "size": [
  2269. 718.926880135296,
  2270. 824.1017188691358
  2271. ],
  2272. "flags": {},
  2273. "order": 29,
  2274. "mode": 0,
  2275. "inputs": [
  2276. {
  2277. "name": "model",
  2278. "type": "MODEL",
  2279. "link": 377
  2280. },
  2281. {
  2282. "name": "vae",
  2283. "shape": 7,
  2284. "type": "VAE",
  2285. "link": null
  2286. }
  2287. ],
  2288. "outputs": [
  2289. {
  2290. "name": "MODEL",
  2291. "type": "MODEL",
  2292. "links": [
  2293. 378,
  2294. 379,
  2295. 480
  2296. ]
  2297. }
  2298. ],
  2299. "properties": {
  2300. "cnr_id": "comfyui-kjnodes",
  2301. "ver": "6ab7e8130e449ed2c0037589bcf84146ceb7fc9c",
  2302. "Node name for S&R": "ModelPreviewOverrideKJ",
  2303. "kjPovPanelH": 174
  2304. },
  2305. "widgets_values": [
  2306. 768,
  2307. 30,
  2308. true,
  2309. 56,
  2310. 12,
  2311. "taeh3.safetensors",
  2312. ""
  2313. ],
  2314. "widgets_values_named": {
  2315. "max_resolution": 768,
  2316. "jpeg_quality": 30,
  2317. "suppress_default_preview": true,
  2318. "preview_frames": 56,
  2319. "preview_fps": 12,
  2320. "tiny_vae": "taeh3.safetensors",
  2321. "preview": ""
  2322. }
  2323. },
  2324. {
  2325. "id": 228,
  2326. "type": "SaveVideo",
  2327. "pos": [
  2328. 1177.2488426967395,
  2329. 3826.7426075672115
  2330. ],
  2331. "size": [
  2332. 1086.4772948242187,
  2333. 578.0713628293059
  2334. ],
  2335. "flags": {},
  2336. "order": 45,
  2337. "mode": 0,
  2338. "inputs": [
  2339. {
  2340. "name": "video",
  2341. "type": "VIDEO",
  2342. "link": 478
  2343. }
  2344. ],
  2345. "outputs": [
  2346. {
  2347. "name": "video",
  2348. "type": "VIDEO",
  2349. "links": null
  2350. }
  2351. ],
  2352. "properties": {
  2353. "cnr_id": "comfy-core",
  2354. "ver": "0.30.0",
  2355. "Node name for S&R": "SaveVideo"
  2356. },
  2357. "widgets_values": [
  2358. "videos/MiniMax_H3/h3_dedope",
  2359. "auto",
  2360. "auto"
  2361. ],
  2362. "widgets_values_named": {
  2363. "filename_prefix": "videos/MiniMax_H3/h3_dedope",
  2364. "format": "auto",
  2365. "codec": "auto"
  2366. }
  2367. },
  2368. {
  2369. "id": 92,
  2370. "type": "SaveVideo",
  2371. "pos": [
  2372. 1349.3961987762755,
  2373. 5170.855611549697
  2374. ],
  2375. "size": [
  2376. 1190.4772948242187,
  2377. 624.024851201399
  2378. ],
  2379. "flags": {},
  2380. "order": 46,
  2381. "mode": 0,
  2382. "inputs": [
  2383. {
  2384. "name": "video",
  2385. "type": "VIDEO",
  2386. "link": 260
  2387. }
  2388. ],
  2389. "outputs": [
  2390. {
  2391. "name": "video",
  2392. "type": "VIDEO",
  2393. "links": null
  2394. }
  2395. ],
  2396. "properties": {
  2397. "cnr_id": "comfy-core",
  2398. "ver": "0.30.0",
  2399. "Node name for S&R": "SaveVideo"
  2400. },
  2401. "widgets_values": [
  2402. "videos/MiniMax_H3/h3",
  2403. "auto",
  2404. "auto"
  2405. ],
  2406. "widgets_values_named": {
  2407. "filename_prefix": "videos/MiniMax_H3/h3",
  2408. "format": "auto",
  2409. "codec": "auto"
  2410. }
  2411. }
  2412. ],
  2413. "links": [
  2414. [
  2415. 250,
  2416. 120,
  2417. 0,
  2418. 121,
  2419. 1,
  2420. "VAE"
  2421. ],
  2422. [
  2423. 251,
  2424. 119,
  2425. 0,
  2426. 122,
  2427. 1,
  2428. "VAE"
  2429. ],
  2430. [
  2431. 253,
  2432. 129,
  2433. 0,
  2434. 125,
  2435. 0,
  2436. "NOISE"
  2437. ],
  2438. [
  2439. 254,
  2440. 126,
  2441. 0,
  2442. 125,
  2443. 1,
  2444. "GUIDER"
  2445. ],
  2446. [
  2447. 255,
  2448. 123,
  2449. 0,
  2450. 125,
  2451. 2,
  2452. "SAMPLER"
  2453. ],
  2454. [
  2455. 256,
  2456. 124,
  2457. 0,
  2458. 125,
  2459. 3,
  2460. "SIGMAS"
  2461. ],
  2462. [
  2463. 258,
  2464. 122,
  2465. 0,
  2466. 130,
  2467. 0,
  2468. "IMAGE"
  2469. ],
  2470. [
  2471. 260,
  2472. 130,
  2473. 0,
  2474. 92,
  2475. 0,
  2476. "VIDEO"
  2477. ],
  2478. [
  2479. 261,
  2480. 132,
  2481. 0,
  2482. 131,
  2483. 0,
  2484. "FLOAT"
  2485. ],
  2486. [
  2487. 270,
  2488. 136,
  2489. 0,
  2490. 126,
  2491. 1,
  2492. "CONDITIONING"
  2493. ],
  2494. [
  2495. 271,
  2496. 136,
  2497. 1,
  2498. 125,
  2499. 4,
  2500. "LATENT"
  2501. ],
  2502. [
  2503. 272,
  2504. 128,
  2505. 0,
  2506. 136,
  2507. 0,
  2508. "CLIP"
  2509. ],
  2510. [
  2511. 273,
  2512. 119,
  2513. 0,
  2514. 136,
  2515. 1,
  2516. "VAE"
  2517. ],
  2518. [
  2519. 274,
  2520. 120,
  2521. 0,
  2522. 136,
  2523. 2,
  2524. "VAE"
  2525. ],
  2526. [
  2527. 279,
  2528. 138,
  2529. 0,
  2530. 136,
  2531. 10,
  2532. "STRING"
  2533. ],
  2534. [
  2535. 280,
  2536. 125,
  2537. 0,
  2538. 122,
  2539. 0,
  2540. "LATENT"
  2541. ],
  2542. [
  2543. 281,
  2544. 125,
  2545. 0,
  2546. 121,
  2547. 0,
  2548. "LATENT"
  2549. ],
  2550. [
  2551. 287,
  2552. 131,
  2553. 1,
  2554. 145,
  2555. 0,
  2556. "INT"
  2557. ],
  2558. [
  2559. 294,
  2560. 142,
  2561. 3,
  2562. 151,
  2563. 0,
  2564. "VHS_VIDEOINFO"
  2565. ],
  2566. [
  2567. 328,
  2568. 151,
  2569. 0,
  2570. 130,
  2571. 2,
  2572. "FLOAT"
  2573. ],
  2574. [
  2575. 329,
  2576. 153,
  2577. 0,
  2578. 158,
  2579. 0,
  2580. "IMAGE"
  2581. ],
  2582. [
  2583. 339,
  2584. 166,
  2585. 1,
  2586. 136,
  2587. 11,
  2588. "INT"
  2589. ],
  2590. [
  2591. 340,
  2592. 166,
  2593. 2,
  2594. 136,
  2595. 12,
  2596. "INT"
  2597. ],
  2598. [
  2599. 362,
  2600. 151,
  2601. 0,
  2602. 176,
  2603. 0,
  2604. "FLOAT"
  2605. ],
  2606. [
  2607. 366,
  2608. 158,
  2609. 0,
  2610. 136,
  2611. 3,
  2612. "IMAGE"
  2613. ],
  2614. [
  2615. 374,
  2616. 180,
  2617. 0,
  2618. 181,
  2619. 0,
  2620. "MODEL"
  2621. ],
  2622. [
  2623. 375,
  2624. 181,
  2625. 0,
  2626. 171,
  2627. 0,
  2628. "MODEL"
  2629. ],
  2630. [
  2631. 376,
  2632. 121,
  2633. 0,
  2634. 130,
  2635. 1,
  2636. "AUDIO"
  2637. ],
  2638. [
  2639. 377,
  2640. 171,
  2641. 0,
  2642. 182,
  2643. 0,
  2644. "MODEL"
  2645. ],
  2646. [
  2647. 378,
  2648. 182,
  2649. 0,
  2650. 126,
  2651. 0,
  2652. "MODEL"
  2653. ],
  2654. [
  2655. 379,
  2656. 182,
  2657. 0,
  2658. 124,
  2659. 0,
  2660. "MODEL"
  2661. ],
  2662. [
  2663. 383,
  2664. 185,
  2665. 0,
  2666. 166,
  2667. 0,
  2668. "IMAGE"
  2669. ],
  2670. [
  2671. 478,
  2672. 227,
  2673. 0,
  2674. 228,
  2675. 0,
  2676. "VIDEO"
  2677. ],
  2678. [
  2679. 479,
  2680. 125,
  2681. 0,
  2682. 227,
  2683. 0,
  2684. "LATENT"
  2685. ],
  2686. [
  2687. 480,
  2688. 182,
  2689. 0,
  2690. 227,
  2691. 2,
  2692. "MODEL"
  2693. ],
  2694. [
  2695. 481,
  2696. 119,
  2697. 0,
  2698. 229,
  2699. 0,
  2700. "VAE"
  2701. ],
  2702. [
  2703. 482,
  2704. 229,
  2705. 0,
  2706. 227,
  2707. 3,
  2708. "VAE"
  2709. ],
  2710. [
  2711. 483,
  2712. 129,
  2713. 0,
  2714. 227,
  2715. 4,
  2716. "NOISE"
  2717. ],
  2718. [
  2719. 484,
  2720. 126,
  2721. 0,
  2722. 227,
  2723. 5,
  2724. "GUIDER"
  2725. ],
  2726. [
  2727. 485,
  2728. 123,
  2729. 0,
  2730. 230,
  2731. 0,
  2732. "SAMPLER"
  2733. ],
  2734. [
  2735. 486,
  2736. 230,
  2737. 0,
  2738. 227,
  2739. 6,
  2740. "SAMPLER"
  2741. ],
  2742. [
  2743. 491,
  2744. 142,
  2745. 0,
  2746. 233,
  2747. 0,
  2748. "IMAGE"
  2749. ],
  2750. [
  2751. 492,
  2752. 233,
  2753. 0,
  2754. 234,
  2755. 0,
  2756. "IMAGE"
  2757. ],
  2758. [
  2759. 493,
  2760. 142,
  2761. 0,
  2762. 235,
  2763. 0,
  2764. "IMAGE"
  2765. ],
  2766. [
  2767. 494,
  2768. 234,
  2769. 0,
  2770. 236,
  2771. 0,
  2772. "IMAGE"
  2773. ],
  2774. [
  2775. 495,
  2776. 235,
  2777. 0,
  2778. 236,
  2779. 1,
  2780. "IMAGE"
  2781. ],
  2782. [
  2783. 496,
  2784. 236,
  2785. 0,
  2786. 185,
  2787. 0,
  2788. "IMAGE"
  2789. ],
  2790. [
  2791. 497,
  2792. 185,
  2793. 0,
  2794. 237,
  2795. 0,
  2796. "IMAGE"
  2797. ],
  2798. [
  2799. 498,
  2800. 237,
  2801. 2,
  2802. 150,
  2803. 0,
  2804. "INT"
  2805. ],
  2806. [
  2807. 500,
  2808. 166,
  2809. 0,
  2810. 169,
  2811. 0,
  2812. "IMAGE"
  2813. ],
  2814. [
  2815. 501,
  2816. 185,
  2817. 0,
  2818. 239,
  2819. 0,
  2820. "IMAGE"
  2821. ],
  2822. [
  2823. 502,
  2824. 239,
  2825. 0,
  2826. 136,
  2827. 6,
  2828. "IMAGE"
  2829. ],
  2830. [
  2831. 503,
  2832. 240,
  2833. 0,
  2834. 241,
  2835. 0,
  2836. "IMAGE"
  2837. ],
  2838. [
  2839. 504,
  2840. 241,
  2841. 0,
  2842. 136,
  2843. 4,
  2844. "IMAGE"
  2845. ],
  2846. [
  2847. 505,
  2848. 131,
  2849. 1,
  2850. 136,
  2851. 13,
  2852. "INT"
  2853. ],
  2854. [
  2855. 506,
  2856. 131,
  2857. 1,
  2858. 242,
  2859. 0,
  2860. "INT"
  2861. ],
  2862. [
  2863. 507,
  2864. 242,
  2865. 0,
  2866. 227,
  2867. 1,
  2868. "INT"
  2869. ]
  2870. ],
  2871. "groups": [
  2872. {
  2873. "id": 1,
  2874. "title": "Models",
  2875. "bounding": [
  2876. -1520,
  2877. 4840,
  2878. 700,
  2879. 670
  2880. ],
  2881. "color": "#3f789e",
  2882. "flags": {}
  2883. },
  2884. {
  2885. "id": 2,
  2886. "title": "Sampling",
  2887. "bounding": [
  2888. -280,
  2889. 4840,
  2890. 690,
  2891. 670
  2892. ],
  2893. "color": "#3f789e",
  2894. "flags": {}
  2895. },
  2896. {
  2897. "id": 3,
  2898. "title": "Conditioning",
  2899. "bounding": [
  2900. -790,
  2901. 4840,
  2902. 480,
  2903. 670
  2904. ],
  2905. "color": "#3f789e",
  2906. "flags": {}
  2907. },
  2908. {
  2909. "id": 4,
  2910. "title": "Decoding and create video",
  2911. "bounding": [
  2912. 440,
  2913. 4840,
  2914. 670,
  2915. 670
  2916. ],
  2917. "color": "#3f789e",
  2918. "flags": {}
  2919. },
  2920. {
  2921. "id": 5,
  2922. "title": "User Inputs",
  2923. "bounding": [
  2924. -1532.3684887492673,
  2925. 5584.5275542703785,
  2926. 1930,
  2927. 900
  2928. ],
  2929. "color": "#3f789e",
  2930. "flags": {}
  2931. }
  2932. ],
  2933. "definitions": {
  2934. "subgraphs": [
  2935. {
  2936. "id": "b4363958-7645-4d75-89e0-3bbfd5e03f45",
  2937. "version": 1,
  2938. "state": {
  2939. "lastGroupId": 5,
  2940. "lastNodeId": 246,
  2941. "lastLinkId": 511,
  2942. "lastRerouteId": 0
  2943. },
  2944. "revision": 0,
  2945. "config": {},
  2946. "name": "New Subgraph",
  2947. "inputNode": {
  2948. "id": -10,
  2949. "bounding": [
  2950. 791.1713076484714,
  2951. 3883.868404931556,
  2952. 128,
  2953. 208
  2954. ]
  2955. },
  2956. "outputNode": {
  2957. "id": -20,
  2958. "bounding": [
  2959. 3970.187036999754,
  2960. 3973.868404931556,
  2961. 128,
  2962. 68
  2963. ]
  2964. },
  2965. "inputs": [
  2966. {
  2967. "id": "3d921080-a5b6-45d9-9d59-d411f132361f",
  2968. "name": "samples",
  2969. "type": "LATENT",
  2970. "linkIds": [
  2971. 449,
  2972. 467
  2973. ],
  2974. "localized_name": "samples",
  2975. "pos": [
  2976. 895.1713076484714,
  2977. 3907.868404931556
  2978. ]
  2979. },
  2980. {
  2981. "id": "950a3285-f7d6-4e79-9058-684257312f61",
  2982. "name": "length",
  2983. "type": "INT",
  2984. "linkIds": [
  2985. 450
  2986. ],
  2987. "localized_name": "length",
  2988. "pos": [
  2989. 895.1713076484714,
  2990. 3927.868404931556
  2991. ]
  2992. },
  2993. {
  2994. "id": "adbbfc90-4ea4-415f-bb14-643c17260ed2",
  2995. "name": "model",
  2996. "type": "MODEL",
  2997. "linkIds": [
  2998. 447
  2999. ],
  3000. "localized_name": "model",
  3001. "pos": [
  3002. 895.1713076484714,
  3003. 3947.868404931556
  3004. ]
  3005. },
  3006. {
  3007. "id": "bb5ed2d2-35d3-4e88-8df0-f6f29f80bb32",
  3008. "name": "vae",
  3009. "type": "VAE",
  3010. "linkIds": [
  3011. 441,
  3012. 432,
  3013. 468
  3014. ],
  3015. "localized_name": "vae",
  3016. "pos": [
  3017. 895.1713076484714,
  3018. 3967.868404931556
  3019. ]
  3020. },
  3021. {
  3022. "id": "86a93b27-481f-4cad-bad1-fd76fef44237",
  3023. "name": "noise",
  3024. "type": "NOISE",
  3025. "linkIds": [
  3026. 444
  3027. ],
  3028. "localized_name": "noise",
  3029. "pos": [
  3030. 895.1713076484714,
  3031. 3987.868404931556
  3032. ]
  3033. },
  3034. {
  3035. "id": "dd50fc22-8ece-4e0b-9388-8c402aa8a2c0",
  3036. "name": "guider",
  3037. "type": "GUIDER",
  3038. "linkIds": [
  3039. 445
  3040. ],
  3041. "localized_name": "guider",
  3042. "pos": [
  3043. 895.1713076484714,
  3044. 4007.868404931556
  3045. ]
  3046. },
  3047. {
  3048. "id": "cb774404-dfcb-4900-b125-d8e86f7bf172",
  3049. "name": "sampler",
  3050. "type": "SAMPLER",
  3051. "linkIds": [
  3052. 446
  3053. ],
  3054. "localized_name": "sampler",
  3055. "pos": [
  3056. 895.1713076484714,
  3057. 4027.868404931556
  3058. ]
  3059. },
  3060. {
  3061. "id": "fcce6bc1-bf51-402a-a46f-3e0138dfe892",
  3062. "name": "fps",
  3063. "type": "FLOAT",
  3064. "linkIds": [
  3065. 438
  3066. ],
  3067. "localized_name": "fps",
  3068. "pos": [
  3069. 895.1713076484714,
  3070. 4047.868404931556
  3071. ]
  3072. }
  3073. ],
  3074. "outputs": [
  3075. {
  3076. "id": "1f6f466e-eaf4-4779-8a0f-a28952ae1f20",
  3077. "name": "VIDEO",
  3078. "type": "VIDEO",
  3079. "linkIds": [
  3080. 462
  3081. ],
  3082. "pos": [
  3083. 3994.187036999754,
  3084. 3997.868404931556
  3085. ]
  3086. }
  3087. ],
  3088. "widgets": [],
  3089. "nodes": [
  3090. {
  3091. "id": 217,
  3092. "type": "H3JerkOracle",
  3093. "pos": [
  3094. 979.1713076484714,
  3095. 4089.1313098862743
  3096. ],
  3097. "size": [
  3098. 400,
  3099. 422
  3100. ],
  3101. "flags": {},
  3102. "order": 8,
  3103. "mode": 0,
  3104. "inputs": [
  3105. {
  3106. "localized_name": "samples",
  3107. "name": "samples",
  3108. "type": "LATENT",
  3109. "link": 449
  3110. },
  3111. {
  3112. "localized_name": "length",
  3113. "name": "length",
  3114. "type": "INT",
  3115. "widget": {
  3116. "name": "length"
  3117. },
  3118. "link": 450
  3119. }
  3120. ],
  3121. "outputs": [
  3122. {
  3123. "localized_name": "hold_map",
  3124. "name": "hold_map",
  3125. "type": "STRING",
  3126. "slot_index": 0,
  3127. "links": [
  3128. 443
  3129. ]
  3130. },
  3131. {
  3132. "localized_name": "segments",
  3133. "name": "segments",
  3134. "type": "STRING",
  3135. "slot_index": 1,
  3136. "links": []
  3137. },
  3138. {
  3139. "localized_name": "window_start",
  3140. "name": "window_start",
  3141. "type": "INT",
  3142. "slot_index": 2,
  3143. "links": []
  3144. },
  3145. {
  3146. "localized_name": "window_len",
  3147. "name": "window_len",
  3148. "type": "INT",
  3149. "slot_index": 3,
  3150. "links": []
  3151. },
  3152. {
  3153. "localized_name": "profile",
  3154. "name": "profile",
  3155. "type": "STRING",
  3156. "slot_index": 4,
  3157. "links": []
  3158. },
  3159. {
  3160. "localized_name": "report",
  3161. "name": "report",
  3162. "type": "STRING",
  3163. "links": []
  3164. }
  3165. ],
  3166. "title": "H3JerkOracle",
  3167. "properties": {
  3168. "cnr_id": "comfyui-mainodes",
  3169. "ver": "f6ec4c86b1cb2614a66f6d5aec966842f6a24771",
  3170. "Node name for S&R": "H3JerkOracle",
  3171. "aux_id": "matlowai/ComfyUI-MAINodes"
  3172. },
  3173. "widgets_values": [
  3174. 124,
  3175. 0.75,
  3176. 4,
  3177. true,
  3178. "balanced (default)",
  3179. 8,
  3180. "value |d3| (default)",
  3181. 0,
  3182. 24,
  3183. 0,
  3184. 18,
  3185. 6.7
  3186. ],
  3187. "widgets_values_named": {
  3188. "length": 124,
  3189. "q": 0.75,
  3190. "d_max": 4,
  3191. "ramp": true,
  3192. "preset": "balanced (default)",
  3193. "bridge": 8,
  3194. "profile_mode": "value |d3| (default)",
  3195. "abstain_below": 0,
  3196. "fps": 24,
  3197. "s_per_step": 0,
  3198. "est_steps": 18,
  3199. "overhead_s": 6.7
  3200. }
  3201. },
  3202. {
  3203. "id": 215,
  3204. "type": "H3InjectSchedule",
  3205. "pos": [
  3206. 1438.687717371166,
  3207. 3580.2181894424816
  3208. ],
  3209. "size": [
  3210. 400,
  3211. 206
  3212. ],
  3213. "flags": {},
  3214. "order": 6,
  3215. "mode": 0,
  3216. "inputs": [
  3217. {
  3218. "localized_name": "model",
  3219. "name": "model",
  3220. "type": "MODEL",
  3221. "link": 447
  3222. }
  3223. ],
  3224. "outputs": [
  3225. {
  3226. "localized_name": "SIGMAS",
  3227. "name": "SIGMAS",
  3228. "type": "SIGMAS",
  3229. "slot_index": 0,
  3230. "links": [
  3231. 433
  3232. ]
  3233. }
  3234. ],
  3235. "title": "H3InjectSchedule",
  3236. "properties": {
  3237. "cnr_id": "comfyui-mainodes",
  3238. "ver": "f6ec4c86b1cb2614a66f6d5aec966842f6a24771",
  3239. "Node name for S&R": "H3InjectSchedule",
  3240. "aux_id": "matlowai/ComfyUI-MAINodes"
  3241. },
  3242. "widgets_values": [
  3243. "beta",
  3244. 12,
  3245. 0.7,
  3246. "faithful detail 0.50 (metric best)"
  3247. ],
  3248. "widgets_values_named": {
  3249. "scheduler": "beta",
  3250. "total_steps": 12,
  3251. "inject": 0.7,
  3252. "preset": "faithful detail 0.50 (metric best)"
  3253. }
  3254. },
  3255. {
  3256. "id": 216,
  3257. "type": "H3TimeSmear",
  3258. "pos": [
  3259. 1475.783022541748,
  3260. 4120.601963317455
  3261. ],
  3262. "size": [
  3263. 400,
  3264. 262
  3265. ],
  3266. "flags": {},
  3267. "order": 7,
  3268. "mode": 0,
  3269. "inputs": [
  3270. {
  3271. "localized_name": "images",
  3272. "name": "images",
  3273. "type": "IMAGE",
  3274. "link": 469
  3275. },
  3276. {
  3277. "localized_name": "hold_map",
  3278. "name": "hold_map",
  3279. "shape": 7,
  3280. "type": "STRING",
  3281. "widget": {
  3282. "name": "hold_map"
  3283. },
  3284. "link": 443
  3285. }
  3286. ],
  3287. "outputs": [
  3288. {
  3289. "localized_name": "images",
  3290. "name": "images",
  3291. "type": "IMAGE",
  3292. "slot_index": 0,
  3293. "links": [
  3294. 440
  3295. ]
  3296. },
  3297. {
  3298. "localized_name": "hold_map_used",
  3299. "name": "hold_map_used",
  3300. "type": "STRING",
  3301. "slot_index": 1,
  3302. "links": [
  3303. 436
  3304. ]
  3305. },
  3306. {
  3307. "localized_name": "length",
  3308. "name": "length",
  3309. "type": "INT",
  3310. "slot_index": 2,
  3311. "links": []
  3312. },
  3313. {
  3314. "localized_name": "report",
  3315. "name": "report",
  3316. "type": "STRING",
  3317. "links": []
  3318. }
  3319. ],
  3320. "title": "H3TimeSmear",
  3321. "properties": {
  3322. "cnr_id": "comfyui-mainodes",
  3323. "ver": "f6ec4c86b1cb2614a66f6d5aec966842f6a24771",
  3324. "Node name for S&R": "H3TimeSmear",
  3325. "aux_id": "matlowai/ComfyUI-MAINodes"
  3326. },
  3327. "widgets_values": [
  3328. 4,
  3329. "",
  3330. true,
  3331. 24,
  3332. 0,
  3333. 18,
  3334. 6.7
  3335. ],
  3336. "widgets_values_named": {
  3337. "dilation": 4,
  3338. "hold_map": "",
  3339. "expand_to_end": true,
  3340. "fps": 24,
  3341. "s_per_step": 0,
  3342. "est_steps": 18,
  3343. "overhead_s": 6.7
  3344. }
  3345. },
  3346. {
  3347. "id": 212,
  3348. "type": "H3V2VInit",
  3349. "pos": [
  3350. 1919.8796088720815,
  3351. 3514.605499976839
  3352. ],
  3353. "size": [
  3354. 400,
  3355. 282
  3356. ],
  3357. "flags": {},
  3358. "order": 4,
  3359. "mode": 0,
  3360. "inputs": [
  3361. {
  3362. "localized_name": "samples",
  3363. "name": "samples",
  3364. "type": "LATENT",
  3365. "link": 439
  3366. },
  3367. {
  3368. "localized_name": "oracle_samples",
  3369. "name": "oracle_samples",
  3370. "shape": 7,
  3371. "type": "LATENT",
  3372. "link": null
  3373. },
  3374. {
  3375. "localized_name": "mask",
  3376. "name": "mask",
  3377. "shape": 7,
  3378. "type": "MASK",
  3379. "link": null
  3380. }
  3381. ],
  3382. "outputs": [
  3383. {
  3384. "localized_name": "LATENT",
  3385. "name": "LATENT",
  3386. "type": "LATENT",
  3387. "slot_index": 0,
  3388. "links": [
  3389. 434
  3390. ]
  3391. }
  3392. ],
  3393. "title": "H3V2VInit",
  3394. "properties": {
  3395. "cnr_id": "comfyui-mainodes",
  3396. "ver": "f6ec4c86b1cb2614a66f6d5aec966842f6a24771",
  3397. "Node name for S&R": "H3V2VInit",
  3398. "aux_id": "matlowai/ComfyUI-MAINodes"
  3399. },
  3400. "widgets_values": [
  3401. 0,
  3402. 0,
  3403. 2,
  3404. 0,
  3405. false,
  3406. false
  3407. ],
  3408. "widgets_values_named": {
  3409. "length": 0,
  3410. "freeze_threshold": 0,
  3411. "freeze_grow": 2,
  3412. "mask_feather": 0,
  3413. "invert_mask": false,
  3414. "time_varying": false
  3415. }
  3416. },
  3417. {
  3418. "id": 210,
  3419. "type": "H3ExactRecover",
  3420. "pos": [
  3421. 2823.5527719707457,
  3422. 3934.93368668308
  3423. ],
  3424. "size": [
  3425. 400,
  3426. 146
  3427. ],
  3428. "flags": {},
  3429. "order": 2,
  3430. "mode": 0,
  3431. "inputs": [
  3432. {
  3433. "localized_name": "images",
  3434. "name": "images",
  3435. "type": "IMAGE",
  3436. "link": 435
  3437. },
  3438. {
  3439. "localized_name": "hold_map",
  3440. "name": "hold_map",
  3441. "type": "STRING",
  3442. "widget": {
  3443. "name": "hold_map"
  3444. },
  3445. "link": 436
  3446. }
  3447. ],
  3448. "outputs": [
  3449. {
  3450. "localized_name": "IMAGE",
  3451. "name": "IMAGE",
  3452. "type": "IMAGE",
  3453. "slot_index": 0,
  3454. "links": [
  3455. 437
  3456. ]
  3457. }
  3458. ],
  3459. "title": "H3ExactRecover",
  3460. "properties": {
  3461. "cnr_id": "comfyui-mainodes",
  3462. "ver": "f6ec4c86b1cb2614a66f6d5aec966842f6a24771",
  3463. "Node name for S&R": "H3ExactRecover",
  3464. "aux_id": "matlowai/ComfyUI-MAINodes"
  3465. },
  3466. "widgets_values": [
  3467. ""
  3468. ],
  3469. "widgets_values_named": {
  3470. "hold_map": ""
  3471. }
  3472. },
  3473. {
  3474. "id": 208,
  3475. "type": "VAEDecode",
  3476. "pos": [
  3477. 2944.603374217305,
  3478. 3631.6999251517072
  3479. ],
  3480. "size": [
  3481. 230,
  3482. 60
  3483. ],
  3484. "flags": {
  3485. "collapsed": false
  3486. },
  3487. "order": 0,
  3488. "mode": 0,
  3489. "inputs": [
  3490. {
  3491. "localized_name": "samples",
  3492. "name": "samples",
  3493. "type": "LATENT",
  3494. "link": 431
  3495. },
  3496. {
  3497. "localized_name": "vae",
  3498. "name": "vae",
  3499. "type": "VAE",
  3500. "link": 432
  3501. }
  3502. ],
  3503. "outputs": [
  3504. {
  3505. "localized_name": "IMAGE",
  3506. "name": "IMAGE",
  3507. "type": "IMAGE",
  3508. "links": [
  3509. 435
  3510. ]
  3511. }
  3512. ],
  3513. "properties": {
  3514. "cnr_id": "comfy-core",
  3515. "ver": "0.30.0",
  3516. "Node name for S&R": "VAEDecode"
  3517. }
  3518. },
  3519. {
  3520. "id": 211,
  3521. "type": "CreateVideo",
  3522. "pos": [
  3523. 3327.7565526393664,
  3524. 4065.406990230758
  3525. ],
  3526. "size": [
  3527. 270,
  3528. 110
  3529. ],
  3530. "flags": {},
  3531. "order": 3,
  3532. "mode": 0,
  3533. "inputs": [
  3534. {
  3535. "localized_name": "images",
  3536. "name": "images",
  3537. "type": "IMAGE",
  3538. "link": 437
  3539. },
  3540. {
  3541. "localized_name": "audio",
  3542. "name": "audio",
  3543. "shape": 7,
  3544. "type": "AUDIO",
  3545. "link": null
  3546. },
  3547. {
  3548. "localized_name": "fps",
  3549. "name": "fps",
  3550. "type": "FLOAT",
  3551. "widget": {
  3552. "name": "fps"
  3553. },
  3554. "link": 438
  3555. }
  3556. ],
  3557. "outputs": [
  3558. {
  3559. "localized_name": "VIDEO",
  3560. "name": "VIDEO",
  3561. "type": "VIDEO",
  3562. "links": [
  3563. 462
  3564. ]
  3565. }
  3566. ],
  3567. "properties": {
  3568. "cnr_id": "comfy-core",
  3569. "ver": "0.30.0",
  3570. "Node name for S&R": "CreateVideo"
  3571. },
  3572. "widgets_values": [
  3573. 16,
  3574. 8
  3575. ],
  3576. "widgets_values_named": {
  3577. "fps": 16,
  3578. "bit_depth": 8
  3579. }
  3580. },
  3581. {
  3582. "id": 213,
  3583. "type": "VAEEncode",
  3584. "pos": [
  3585. 2064.2980410364266,
  3586. 3987.5150657454415
  3587. ],
  3588. "size": [
  3589. 400,
  3590. 118
  3591. ],
  3592. "flags": {},
  3593. "order": 5,
  3594. "mode": 0,
  3595. "inputs": [
  3596. {
  3597. "localized_name": "pixels",
  3598. "name": "pixels",
  3599. "type": "IMAGE",
  3600. "link": 440
  3601. },
  3602. {
  3603. "localized_name": "vae",
  3604. "name": "vae",
  3605. "type": "VAE",
  3606. "link": 441
  3607. }
  3608. ],
  3609. "outputs": [
  3610. {
  3611. "localized_name": "LATENT",
  3612. "name": "LATENT",
  3613. "type": "LATENT",
  3614. "slot_index": 0,
  3615. "links": [
  3616. 439
  3617. ]
  3618. }
  3619. ],
  3620. "title": "VAEEncode",
  3621. "properties": {
  3622. "cnr_id": "comfy-core",
  3623. "ver": "0.33.0",
  3624. "Node name for S&R": "VAEEncode"
  3625. }
  3626. },
  3627. {
  3628. "id": 224,
  3629. "type": "VAEDecode",
  3630. "pos": [
  3631. 1147.9663147049102,
  3632. 3837.750371205847
  3633. ],
  3634. "size": [
  3635. 339.8746247745107,
  3636. 106.05200940320219
  3637. ],
  3638. "flags": {},
  3639. "order": 9,
  3640. "mode": 0,
  3641. "inputs": [
  3642. {
  3643. "localized_name": "samples",
  3644. "name": "samples",
  3645. "type": "LATENT",
  3646. "link": 467
  3647. },
  3648. {
  3649. "localized_name": "vae",
  3650. "name": "vae",
  3651. "type": "VAE",
  3652. "link": 468
  3653. }
  3654. ],
  3655. "outputs": [
  3656. {
  3657. "localized_name": "IMAGE",
  3658. "name": "IMAGE",
  3659. "type": "IMAGE",
  3660. "links": [
  3661. 469
  3662. ]
  3663. }
  3664. ],
  3665. "properties": {
  3666. "cnr_id": "comfy-core",
  3667. "ver": "0.33.0",
  3668. "Node name for S&R": "VAEDecode"
  3669. }
  3670. },
  3671. {
  3672. "id": 209,
  3673. "type": "SamplerCustomAdvanced",
  3674. "pos": [
  3675. 2500.6482789482598,
  3676. 3672.4510877439884
  3677. ],
  3678. "size": [
  3679. 265.5791249941258,
  3680. 388.40027545567955
  3681. ],
  3682. "flags": {},
  3683. "order": 1,
  3684. "mode": 0,
  3685. "inputs": [
  3686. {
  3687. "localized_name": "noise",
  3688. "name": "noise",
  3689. "type": "NOISE",
  3690. "link": 444
  3691. },
  3692. {
  3693. "localized_name": "guider",
  3694. "name": "guider",
  3695. "type": "GUIDER",
  3696. "link": 445
  3697. },
  3698. {
  3699. "localized_name": "sampler",
  3700. "name": "sampler",
  3701. "type": "SAMPLER",
  3702. "link": 446
  3703. },
  3704. {
  3705. "localized_name": "sigmas",
  3706. "name": "sigmas",
  3707. "type": "SIGMAS",
  3708. "link": 433
  3709. },
  3710. {
  3711. "localized_name": "latent_image",
  3712. "name": "latent_image",
  3713. "type": "LATENT",
  3714. "link": 434
  3715. }
  3716. ],
  3717. "outputs": [
  3718. {
  3719. "localized_name": "output",
  3720. "name": "output",
  3721. "type": "LATENT",
  3722. "links": [
  3723. 431
  3724. ]
  3725. },
  3726. {
  3727. "localized_name": "denoised_output",
  3728. "name": "denoised_output",
  3729. "type": "LATENT",
  3730. "links": []
  3731. }
  3732. ],
  3733. "properties": {
  3734. "cnr_id": "comfy-core",
  3735. "ver": "0.30.0",
  3736. "Node name for S&R": "SamplerCustomAdvanced"
  3737. }
  3738. }
  3739. ],
  3740. "groups": [],
  3741. "links": [
  3742. {
  3743. "id": 443,
  3744. "origin_id": 217,
  3745. "origin_slot": 0,
  3746. "target_id": 216,
  3747. "target_slot": 1,
  3748. "type": "STRING"
  3749. },
  3750. {
  3751. "id": 440,
  3752. "origin_id": 216,
  3753. "origin_slot": 0,
  3754. "target_id": 213,
  3755. "target_slot": 0,
  3756. "type": "IMAGE"
  3757. },
  3758. {
  3759. "id": 439,
  3760. "origin_id": 213,
  3761. "origin_slot": 0,
  3762. "target_id": 212,
  3763. "target_slot": 0,
  3764. "type": "LATENT"
  3765. },
  3766. {
  3767. "id": 433,
  3768. "origin_id": 215,
  3769. "origin_slot": 0,
  3770. "target_id": 209,
  3771. "target_slot": 3,
  3772. "type": "SIGMAS"
  3773. },
  3774. {
  3775. "id": 434,
  3776. "origin_id": 212,
  3777. "origin_slot": 0,
  3778. "target_id": 209,
  3779. "target_slot": 4,
  3780. "type": "LATENT"
  3781. },
  3782. {
  3783. "id": 437,
  3784. "origin_id": 210,
  3785. "origin_slot": 0,
  3786. "target_id": 211,
  3787. "target_slot": 0,
  3788. "type": "IMAGE"
  3789. },
  3790. {
  3791. "id": 435,
  3792. "origin_id": 208,
  3793. "origin_slot": 0,
  3794. "target_id": 210,
  3795. "target_slot": 0,
  3796. "type": "IMAGE"
  3797. },
  3798. {
  3799. "id": 436,
  3800. "origin_id": 216,
  3801. "origin_slot": 1,
  3802. "target_id": 210,
  3803. "target_slot": 1,
  3804. "type": "STRING"
  3805. },
  3806. {
  3807. "id": 431,
  3808. "origin_id": 209,
  3809. "origin_slot": 0,
  3810. "target_id": 208,
  3811. "target_slot": 0,
  3812. "type": "LATENT"
  3813. },
  3814. {
  3815. "id": 449,
  3816. "origin_id": -10,
  3817. "origin_slot": 0,
  3818. "target_id": 217,
  3819. "target_slot": 0,
  3820. "type": "LATENT"
  3821. },
  3822. {
  3823. "id": 450,
  3824. "origin_id": -10,
  3825. "origin_slot": 1,
  3826. "target_id": 217,
  3827. "target_slot": 1,
  3828. "type": "INT"
  3829. },
  3830. {
  3831. "id": 447,
  3832. "origin_id": -10,
  3833. "origin_slot": 2,
  3834. "target_id": 215,
  3835. "target_slot": 0,
  3836. "type": "MODEL"
  3837. },
  3838. {
  3839. "id": 441,
  3840. "origin_id": -10,
  3841. "origin_slot": 3,
  3842. "target_id": 213,
  3843. "target_slot": 1,
  3844. "type": "VAE"
  3845. },
  3846. {
  3847. "id": 432,
  3848. "origin_id": -10,
  3849. "origin_slot": 3,
  3850. "target_id": 208,
  3851. "target_slot": 1,
  3852. "type": "VAE"
  3853. },
  3854. {
  3855. "id": 444,
  3856. "origin_id": -10,
  3857. "origin_slot": 4,
  3858. "target_id": 209,
  3859. "target_slot": 0,
  3860. "type": "NOISE"
  3861. },
  3862. {
  3863. "id": 445,
  3864. "origin_id": -10,
  3865. "origin_slot": 5,
  3866. "target_id": 209,
  3867. "target_slot": 1,
  3868. "type": "GUIDER"
  3869. },
  3870. {
  3871. "id": 446,
  3872. "origin_id": -10,
  3873. "origin_slot": 6,
  3874. "target_id": 209,
  3875. "target_slot": 2,
  3876. "type": "SAMPLER"
  3877. },
  3878. {
  3879. "id": 438,
  3880. "origin_id": -10,
  3881. "origin_slot": 7,
  3882. "target_id": 211,
  3883. "target_slot": 2,
  3884. "type": "FLOAT"
  3885. },
  3886. {
  3887. "id": 462,
  3888. "origin_id": 211,
  3889. "origin_slot": 0,
  3890. "target_id": -20,
  3891. "target_slot": 0,
  3892. "type": "VIDEO"
  3893. },
  3894. {
  3895. "id": 467,
  3896. "origin_id": -10,
  3897. "origin_slot": 0,
  3898. "target_id": 224,
  3899. "target_slot": 0,
  3900. "type": "LATENT"
  3901. },
  3902. {
  3903. "id": 468,
  3904. "origin_id": -10,
  3905. "origin_slot": 3,
  3906. "target_id": 224,
  3907. "target_slot": 1,
  3908. "type": "VAE"
  3909. },
  3910. {
  3911. "id": 469,
  3912. "origin_id": 224,
  3913. "origin_slot": 0,
  3914. "target_id": 216,
  3915. "target_slot": 0,
  3916. "type": "IMAGE"
  3917. }
  3918. ],
  3919. "extra": {}
  3920. }
  3921. ]
  3922. },
  3923. "config": {},
  3924. "extra": {
  3925. "ds": {
  3926. "scale": 0.289664379736688,
  3927. "offset": [
  3928. 3464.164017495492,
  3929. -4387.337914801227
  3930. ]
  3931. },
  3932. "frontendVersion": "1.49.6",
  3933. "VHS_latentpreview": false,
  3934. "VHS_latentpreviewrate": 0,
  3935. "VHS_MetadataImage": true,
  3936. "VHS_KeepIntermediate": true
  3937. },
  3938. "version": 0.4
  3939. }
Tags: ComfyUI
Advertisement
Add Comment
Please, Sign In to add comment