Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "id": "e3f2b845-8f2c-4b5a-9caf-eac1029d3e7e",
- "revision": 0,
- "last_node_id": 246,
- "last_link_id": 511,
- "nodes": [
- {
- "id": 116,
- "type": "MarkdownNote",
- "pos": [
- -2030,
- 4850
- ],
- "size": [
- 450,
- 889.6875
- ],
- "flags": {},
- "order": 0,
- "mode": 0,
- "inputs": [],
- "outputs": [],
- "title": "Note: MiniMax H3",
- "properties": {},
- "widgets_values": [
- "## 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."
- ],
- "widgets_values_named": {
- "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."
- },
- "color": "#222",
- "bgcolor": "#000"
- },
- {
- "id": 120,
- "type": "VAELoader",
- "pos": [
- -1490,
- 5400
- ],
- "size": [
- 650,
- 70
- ],
- "flags": {},
- "order": 1,
- "mode": 0,
- "inputs": [],
- "outputs": [
- {
- "name": "VAE",
- "type": "VAE",
- "links": [
- 250,
- 274
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "VAELoader",
- "models": [
- {
- "name": "minimax_h3_audio_vae_fp32.safetensors",
- "url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/vae/minimax_h3_audio_vae_fp32.safetensors",
- "directory": "vae"
- }
- ]
- },
- "widgets_values": [
- "minimax_h3_audio_vae_fp32.safetensors"
- ],
- "widgets_values_named": {
- "vae_name": "minimax_h3_audio_vae_fp32.safetensors"
- }
- },
- {
- "id": 122,
- "type": "VAEDecode",
- "pos": [
- 480,
- 5060
- ],
- "size": [
- 230,
- 60
- ],
- "flags": {
- "collapsed": false
- },
- "order": 41,
- "mode": 0,
- "inputs": [
- {
- "name": "samples",
- "type": "LATENT",
- "link": 280
- },
- {
- "name": "vae",
- "type": "VAE",
- "link": 251
- }
- ],
- "outputs": [
- {
- "name": "IMAGE",
- "type": "IMAGE",
- "links": [
- 258
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "VAEDecode"
- }
- },
- {
- "id": 128,
- "type": "CLIPLoader",
- "pos": [
- -1490,
- 5090
- ],
- "size": [
- 640,
- 120
- ],
- "flags": {},
- "order": 2,
- "mode": 0,
- "inputs": [],
- "outputs": [
- {
- "name": "CLIP",
- "type": "CLIP",
- "links": [
- 272
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "CLIPLoader",
- "models": [
- {
- "name": "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
- "url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
- "directory": "text_encoders"
- }
- ]
- },
- "widgets_values": [
- "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
- "minimax",
- "default"
- ],
- "widgets_values_named": {
- "clip_name": "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
- "type": "minimax",
- "device": "default"
- }
- },
- {
- "id": 140,
- "type": "MarkdownNote",
- "pos": [
- -1890,
- 5830
- ],
- "size": [
- 300,
- 520
- ],
- "flags": {},
- "order": 3,
- "mode": 0,
- "inputs": [],
- "outputs": [],
- "title": "Note: Size Settings Reference",
- "properties": {},
- "widgets_values": [
- "| 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"
- ],
- "widgets_values_named": {
- "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"
- },
- "color": "#222",
- "bgcolor": "#000"
- },
- {
- "id": 117,
- "type": "MarkdownNote",
- "pos": [
- -2500,
- 4850
- ],
- "size": [
- 440,
- 740
- ],
- "flags": {},
- "order": 4,
- "mode": 0,
- "inputs": [],
- "outputs": [],
- "title": "Note: Model Links",
- "properties": {},
- "widgets_values": [
- "## 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"
- ],
- "widgets_values_named": {
- "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"
- },
- "color": "#222",
- "bgcolor": "#000"
- },
- {
- "id": 115,
- "type": "ResolutionSelector",
- "pos": [
- -1492.3684887492673,
- 5654.5275542703785
- ],
- "size": [
- 270,
- 170
- ],
- "flags": {},
- "order": 5,
- "mode": 0,
- "showAdvanced": false,
- "inputs": [],
- "outputs": [
- {
- "name": "width",
- "type": "INT",
- "links": []
- },
- {
- "name": "height",
- "type": "INT",
- "links": []
- }
- ],
- "title": "Resolution Selector (Size)",
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "ResolutionSelector"
- },
- "widgets_values": [
- "16:9 (Widescreen)",
- 0.4,
- 32
- ],
- "widgets_values_named": {
- "aspect_ratio": "16:9 (Widescreen)",
- "megapixels": 0.4,
- "multiple": 32
- },
- "color": "#322",
- "bgcolor": "#533"
- },
- {
- "id": 130,
- "type": "CreateVideo",
- "pos": [
- 790,
- 5090
- ],
- "size": [
- 270,
- 110
- ],
- "flags": {},
- "order": 44,
- "mode": 0,
- "inputs": [
- {
- "name": "images",
- "type": "IMAGE",
- "link": 258
- },
- {
- "name": "audio",
- "shape": 7,
- "type": "AUDIO",
- "link": 376
- },
- {
- "name": "fps",
- "type": "FLOAT",
- "widget": {
- "name": "fps"
- },
- "link": 328
- }
- ],
- "outputs": [
- {
- "name": "VIDEO",
- "type": "VIDEO",
- "links": [
- 260
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "CreateVideo"
- },
- "widgets_values": [
- 16,
- 8
- ],
- "widgets_values_named": {
- "fps": 16,
- "bit_depth": 8
- }
- },
- {
- "id": 176,
- "type": "Display Any (rgthree)",
- "pos": [
- 59.65937359187597,
- 6155.327658169962
- ],
- "size": [
- 210,
- 88
- ],
- "flags": {},
- "order": 28,
- "mode": 0,
- "inputs": [
- {
- "dir": 3,
- "name": "source",
- "type": "*",
- "link": 362
- }
- ],
- "outputs": [],
- "properties": {
- "cnr_id": "rgthree-comfy",
- "ver": "0fb1e239a903e93ef626a8c20589b38f46e39dff",
- "Node name for S&R": "Display Any (rgthree)"
- },
- "widgets_values": [
- "24.0"
- ],
- "widgets_values_named": {
- "output": "24.0"
- }
- },
- {
- "id": 121,
- "type": "VAEDecodeAudio",
- "pos": [
- 480,
- 5180
- ],
- "size": [
- 230,
- 60
- ],
- "flags": {
- "collapsed": false
- },
- "order": 42,
- "mode": 0,
- "inputs": [
- {
- "name": "samples",
- "type": "LATENT",
- "link": 281
- },
- {
- "name": "vae",
- "type": "VAE",
- "link": 250
- }
- ],
- "outputs": [
- {
- "name": "AUDIO",
- "type": "AUDIO",
- "links": [
- 376
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "VAEDecodeAudio"
- }
- },
- {
- "id": 180,
- "type": "UNETLoader",
- "pos": [
- -1502.6364482093359,
- 4422.057779174912
- ],
- "size": [
- 270,
- 82
- ],
- "flags": {},
- "order": 6,
- "mode": 0,
- "inputs": [],
- "outputs": [
- {
- "name": "MODEL",
- "type": "MODEL",
- "links": [
- 374
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.33.0",
- "Node name for S&R": "UNETLoader"
- },
- "widgets_values": [
- "DasiwaMinimaxH3_dasiwaREF2VAHybridV1.safetensors",
- "default"
- ],
- "widgets_values_named": {
- "unet_name": "DasiwaMinimaxH3_dasiwaREF2VAHybridV1.safetensors",
- "weight_dtype": "default"
- }
- },
- {
- "id": 181,
- "type": "ModelAttentionBackend",
- "pos": [
- -1092.6751727353985,
- 4258.681067080803
- ],
- "size": [
- 270,
- 58
- ],
- "flags": {},
- "order": 15,
- "mode": 0,
- "inputs": [
- {
- "name": "model",
- "type": "MODEL",
- "link": 374
- }
- ],
- "outputs": [
- {
- "name": "MODEL",
- "type": "MODEL",
- "links": [
- 375
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.33.0",
- "Node name for S&R": "ModelAttentionBackend"
- },
- "widgets_values": [
- "comfy kitchen attention"
- ],
- "widgets_values_named": {
- "attention": "comfy kitchen attention"
- }
- },
- {
- "id": 171,
- "type": "MiniMaxH3SigmaShift",
- "pos": [
- -1095.4143426106475,
- 4381.285798461838
- ],
- "size": [
- 270,
- 82
- ],
- "flags": {},
- "order": 24,
- "mode": 0,
- "inputs": [
- {
- "name": "model",
- "type": "MODEL",
- "link": 375
- }
- ],
- "outputs": [
- {
- "name": "MODEL",
- "type": "MODEL",
- "links": [
- 377
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "MiniMaxH3SigmaShift"
- },
- "widgets_values": [
- 12,
- 3
- ],
- "widgets_values_named": {
- "shift_video": 12,
- "shift_audio": 3
- }
- },
- {
- "id": 124,
- "type": "BasicScheduler",
- "pos": [
- -260,
- 5310
- ],
- "size": [
- 370,
- 130
- ],
- "flags": {},
- "order": 31,
- "mode": 0,
- "inputs": [
- {
- "name": "model",
- "type": "MODEL",
- "link": 379
- }
- ],
- "outputs": [
- {
- "name": "SIGMAS",
- "type": "SIGMAS",
- "links": [
- 256
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "BasicScheduler"
- },
- "widgets_values": [
- "simple",
- 20,
- 1
- ],
- "widgets_values_named": {
- "scheduler": "simple",
- "steps": 20,
- "denoise": 1
- }
- },
- {
- "id": 125,
- "type": "SamplerCustomAdvanced",
- "pos": [
- 150,
- 5110
- ],
- "size": [
- 230,
- 326
- ],
- "flags": {},
- "order": 40,
- "mode": 0,
- "inputs": [
- {
- "name": "noise",
- "type": "NOISE",
- "link": 253
- },
- {
- "name": "guider",
- "type": "GUIDER",
- "link": 254
- },
- {
- "name": "sampler",
- "type": "SAMPLER",
- "link": 255
- },
- {
- "name": "sigmas",
- "type": "SIGMAS",
- "link": 256
- },
- {
- "name": "latent_image",
- "type": "LATENT",
- "link": 271
- }
- ],
- "outputs": [
- {
- "name": "output",
- "type": "LATENT",
- "links": [
- 280,
- 281,
- 479
- ]
- },
- {
- "name": "denoised_output",
- "type": "LATENT",
- "links": []
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "SamplerCustomAdvanced"
- }
- },
- {
- "id": 119,
- "type": "VAELoader",
- "pos": [
- -1490,
- 5270
- ],
- "size": [
- 640,
- 70
- ],
- "flags": {},
- "order": 7,
- "mode": 0,
- "inputs": [],
- "outputs": [
- {
- "name": "VAE",
- "type": "VAE",
- "links": [
- 251,
- 273,
- 481
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "VAELoader",
- "models": [
- {
- "name": "minimax_h3_video_vae_fp16.safetensors",
- "url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/vae/minimax_h3_video_vae_fp16.safetensors",
- "directory": "vae"
- }
- ]
- },
- "widgets_values": [
- "minimax_h3_video_vae_fp16.safetensors"
- ],
- "widgets_values_named": {
- "vae_name": "minimax_h3_video_vae_fp16.safetensors"
- }
- },
- {
- "id": 229,
- "type": "Reroute",
- "pos": [
- 434.4125313046255,
- 3969.4637929379555
- ],
- "size": [
- 75,
- 26
- ],
- "flags": {},
- "order": 16,
- "mode": 0,
- "inputs": [
- {
- "name": "",
- "type": "*",
- "link": 481
- }
- ],
- "outputs": [
- {
- "name": "",
- "type": "VAE",
- "links": [
- 482
- ]
- }
- ],
- "properties": {
- "showOutputText": false,
- "horizontal": false
- }
- },
- {
- "id": 126,
- "type": "BasicGuider",
- "pos": [
- -260,
- 5080
- ],
- "size": [
- 360,
- 60
- ],
- "flags": {},
- "order": 39,
- "mode": 0,
- "inputs": [
- {
- "name": "model",
- "type": "MODEL",
- "link": 378
- },
- {
- "name": "conditioning",
- "type": "CONDITIONING",
- "link": 270
- }
- ],
- "outputs": [
- {
- "name": "GUIDER",
- "type": "GUIDER",
- "links": [
- 254,
- 484
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "BasicGuider"
- }
- },
- {
- "id": 123,
- "type": "KSamplerSelect",
- "pos": [
- -260,
- 5190
- ],
- "size": [
- 370,
- 70
- ],
- "flags": {},
- "order": 8,
- "mode": 0,
- "inputs": [],
- "outputs": [
- {
- "name": "SAMPLER",
- "type": "SAMPLER",
- "links": [
- 255,
- 485
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "KSamplerSelect"
- },
- "widgets_values": [
- "er_sde"
- ],
- "widgets_values_named": {
- "sampler_name": "er_sde"
- }
- },
- {
- "id": 230,
- "type": "Reroute",
- "pos": [
- 424.2245774783448,
- 4083.1869153633156
- ],
- "size": [
- 75,
- 26
- ],
- "flags": {},
- "order": 17,
- "mode": 0,
- "inputs": [
- {
- "name": "",
- "type": "*",
- "link": 485
- }
- ],
- "outputs": [
- {
- "name": "",
- "type": "SAMPLER",
- "links": [
- 486
- ]
- }
- ],
- "properties": {
- "showOutputText": false,
- "horizontal": false
- }
- },
- {
- "id": 227,
- "type": "b4363958-7645-4d75-89e0-3bbfd5e03f45",
- "pos": [
- 721.2814802348096,
- 3878.7688237837115
- ],
- "size": [
- 210,
- 202
- ],
- "flags": {},
- "order": 43,
- "mode": 0,
- "inputs": [
- {
- "name": "samples",
- "type": "LATENT",
- "link": 479
- },
- {
- "name": "length",
- "type": "INT",
- "widget": {
- "name": "length"
- },
- "link": 507
- },
- {
- "name": "model",
- "type": "MODEL",
- "link": 480
- },
- {
- "name": "vae",
- "type": "VAE",
- "link": 482
- },
- {
- "name": "noise",
- "type": "NOISE",
- "link": 483
- },
- {
- "name": "guider",
- "type": "GUIDER",
- "link": 484
- },
- {
- "name": "sampler",
- "type": "SAMPLER",
- "link": 486
- }
- ],
- "outputs": [
- {
- "name": "VIDEO",
- "type": "VIDEO",
- "links": [
- 478
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.33.0",
- "previewExposures": []
- },
- "widgets_values": [
- 175,
- 24
- ],
- "widgets_values_named": {
- "length": 175,
- "fps": 24
- }
- },
- {
- "id": 158,
- "type": "ImageScaleToTotalPixelsX",
- "pos": [
- -526.5692326909151,
- 5566.860577344909
- ],
- "size": [
- 246.5982421875,
- 199
- ],
- "flags": {},
- "order": 19,
- "mode": 0,
- "inputs": [
- {
- "name": "image",
- "type": "IMAGE",
- "link": 329
- }
- ],
- "outputs": [
- {
- "name": "image",
- "type": "IMAGE",
- "links": [
- 366
- ]
- },
- {
- "name": "width",
- "type": "INT",
- "links": []
- },
- {
- "name": "height",
- "type": "INT",
- "links": []
- }
- ],
- "properties": {
- "cnr_id": "scale-image-to-total-pixels-advanced",
- "ver": "694ae1f8352f770e4511f99ed35e2460d5591c83",
- "Node name for S&R": "ImageScaleToTotalPixelsX"
- },
- "widgets_values": [
- 1,
- 32,
- "crop",
- "lanczos",
- "800x1280"
- ],
- "widgets_values_named": {
- "megapixels": 1,
- "multiple_of": 32,
- "resize_mode": "crop",
- "upscale_method": "lanczos",
- "resolution": "800x1280"
- }
- },
- {
- "id": 233,
- "type": "GetImageRangeFromBatch",
- "pos": [
- -1167.8678146810294,
- 6616.0328400763265
- ],
- "size": [
- 349.7056640625,
- 102
- ],
- "flags": {},
- "order": 21,
- "mode": 0,
- "inputs": [
- {
- "name": "images",
- "shape": 7,
- "type": "IMAGE",
- "link": 491
- },
- {
- "name": "masks",
- "shape": 7,
- "type": "MASK",
- "link": null
- }
- ],
- "outputs": [
- {
- "name": "IMAGE",
- "type": "IMAGE",
- "links": [
- 492
- ]
- },
- {
- "name": "MASK",
- "type": "MASK",
- "links": null
- }
- ],
- "properties": {
- "cnr_id": "comfyui-kjnodes",
- "ver": "6ab7e8130e449ed2c0037589bcf84146ceb7fc9c",
- "Node name for S&R": "GetImageRangeFromBatch"
- },
- "widgets_values": [
- 0,
- 8
- ],
- "widgets_values_named": {
- "start_index": 0,
- "num_frames": 8
- }
- },
- {
- "id": 234,
- "type": "ImageBatchRepeatInterleaving",
- "pos": [
- -759.3176193685298,
- 6612.192709461086
- ],
- "size": [
- 302.1412109375,
- 78
- ],
- "flags": {},
- "order": 27,
- "mode": 0,
- "inputs": [
- {
- "name": "images",
- "type": "IMAGE",
- "link": 492
- },
- {
- "name": "mask",
- "shape": 7,
- "type": "MASK",
- "link": null
- }
- ],
- "outputs": [
- {
- "name": "IMAGE",
- "type": "IMAGE",
- "links": [
- 494
- ]
- },
- {
- "name": "MASK",
- "type": "MASK",
- "links": null
- }
- ],
- "properties": {
- "cnr_id": "comfyui-kjnodes",
- "ver": "6ab7e8130e449ed2c0037589bcf84146ceb7fc9c",
- "Node name for S&R": "ImageBatchRepeatInterleaving"
- },
- "widgets_values": [
- 2
- ],
- "widgets_values_named": {
- "repeats": 2
- }
- },
- {
- "id": 236,
- "type": "BatchImagesNode",
- "pos": [
- -380.43474339196763,
- 6673.577180896637
- ],
- "size": [
- 169.23046875,
- 86
- ],
- "flags": {},
- "order": 30,
- "mode": 0,
- "inputs": [
- {
- "label": "image0",
- "name": "images.image0",
- "type": "IMAGE",
- "link": 494
- },
- {
- "label": "image1",
- "name": "images.image1",
- "shape": 7,
- "type": "IMAGE",
- "link": 495
- },
- {
- "label": "image2",
- "name": "images.image2",
- "shape": 7,
- "type": "IMAGE",
- "link": null
- }
- ],
- "outputs": [
- {
- "name": "IMAGE",
- "type": "IMAGE",
- "links": [
- 496
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.33.0",
- "Node name for S&R": "BatchImagesNode"
- }
- },
- {
- "id": 132,
- "type": "PrimitiveFloat",
- "pos": [
- -1492.3684887492673,
- 5874.5275542703785
- ],
- "size": [
- 270,
- 70
- ],
- "flags": {},
- "order": 9,
- "mode": 0,
- "inputs": [],
- "outputs": [
- {
- "name": "FLOAT",
- "type": "FLOAT",
- "links": [
- 261
- ]
- }
- ],
- "title": "Float (Duration)",
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "PrimitiveFloat"
- },
- "widgets_values": [
- 2
- ],
- "widgets_values_named": {
- "value": 2
- },
- "color": "#322",
- "bgcolor": "#533"
- },
- {
- "id": 145,
- "type": "Display Int (rgthree)",
- "pos": [
- -1186.1591500093741,
- 5909.630639152022
- ],
- "size": [
- 210,
- 88
- ],
- "flags": {},
- "order": 25,
- "mode": 0,
- "inputs": [
- {
- "dir": 3,
- "name": "input",
- "type": "INT",
- "link": 287
- }
- ],
- "outputs": [],
- "properties": {
- "cnr_id": "rgthree-comfy",
- "ver": "0fb1e239a903e93ef626a8c20589b38f46e39dff",
- "Node name for S&R": "Display Int (rgthree)"
- },
- "widgets_values": [
- 56
- ],
- "widgets_values_named": {
- "output": 56
- }
- },
- {
- "id": 185,
- "type": "VHS_SelectEveryNthImage",
- "pos": [
- -540.2182046453679,
- 6214.149563429608
- ],
- "size": [
- 274.197265625,
- 102
- ],
- "flags": {},
- "order": 32,
- "mode": 4,
- "inputs": [
- {
- "name": "images",
- "type": "IMAGE",
- "link": 496
- }
- ],
- "outputs": [
- {
- "name": "IMAGE",
- "type": "IMAGE",
- "links": [
- 383,
- 497,
- 501
- ]
- },
- {
- "name": "count",
- "type": "INT",
- "links": null
- }
- ],
- "properties": {
- "cnr_id": "comfyui-videohelpersuite",
- "ver": "4ee72c065db22c9d96c2427954dc69e7b908444b",
- "Node name for S&R": "VHS_SelectEveryNthImage"
- },
- "widgets_values": {
- "select_every_nth": 2,
- "skip_first_images": 0
- },
- "widgets_values_named": {
- "select_every_nth": 2,
- "skip_first_images": 0
- }
- },
- {
- "id": 237,
- "type": "GetImageSize",
- "pos": [
- -214.85365818688902,
- 6196.265045276524
- ],
- "size": [
- 140,
- 124
- ],
- "flags": {},
- "order": 34,
- "mode": 0,
- "inputs": [
- {
- "name": "image",
- "type": "IMAGE",
- "link": 497
- }
- ],
- "outputs": [
- {
- "name": "width",
- "type": "INT",
- "links": null
- },
- {
- "name": "height",
- "type": "INT",
- "links": null
- },
- {
- "name": "batch_size",
- "type": "INT",
- "links": [
- 498
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.33.0",
- "Node name for S&R": "GetImageSize"
- }
- },
- {
- "id": 150,
- "type": "Display Int (rgthree)",
- "pos": [
- -99.54319444674438,
- 6362.929792137426
- ],
- "size": [
- 210,
- 88
- ],
- "flags": {},
- "order": 37,
- "mode": 0,
- "inputs": [
- {
- "dir": 3,
- "name": "input",
- "type": "INT",
- "link": 498
- }
- ],
- "outputs": [],
- "properties": {
- "cnr_id": "rgthree-comfy",
- "ver": "0fb1e239a903e93ef626a8c20589b38f46e39dff",
- "Node name for S&R": "Display Int (rgthree)"
- },
- "widgets_values": [
- 56
- ],
- "widgets_values_named": {
- "output": 56
- }
- },
- {
- "id": 169,
- "type": "VHS_VideoCombine",
- "pos": [
- 499.5054865203306,
- 6109.687917750641
- ],
- "size": [
- 220.7333984375,
- 436.6961527979651
- ],
- "flags": {},
- "order": 36,
- "mode": 0,
- "inputs": [
- {
- "name": "images",
- "type": "IMAGE",
- "link": 500
- },
- {
- "name": "audio",
- "shape": 7,
- "type": "AUDIO",
- "link": null
- },
- {
- "name": "meta_batch",
- "shape": 7,
- "type": "VHS_BatchManager",
- "link": null
- },
- {
- "name": "vae",
- "shape": 7,
- "type": "VAE",
- "link": null
- }
- ],
- "outputs": [
- {
- "name": "Filenames",
- "type": "VHS_FILENAMES",
- "links": null
- }
- ],
- "properties": {
- "cnr_id": "comfyui-videohelpersuite",
- "ver": "4ee72c065db22c9d96c2427954dc69e7b908444b",
- "Node name for S&R": "VHS_VideoCombine"
- },
- "widgets_values": {
- "frame_rate": 24,
- "loop_count": 0,
- "filename_prefix": "AnimateDiff",
- "format": "video/h264-mp4",
- "pix_fmt": "yuv420p",
- "crf": 19,
- "save_metadata": false,
- "trim_to_audio": false,
- "pingpong": false,
- "save_output": false,
- "videopreview": {
- "hidden": false,
- "paused": false,
- "params": {
- "filename": "AnimateDiff_00004.mp4",
- "subfolder": "",
- "type": "temp",
- "format": "video/h264-mp4",
- "frame_rate": 24,
- "workflow": "AnimateDiff_00004.png",
- "fullpath": "I:\\ComfyUI_windows_portable\\ComfyUI\\temp\\AnimateDiff_00004.mp4"
- }
- }
- },
- "widgets_values_named": {
- "frame_rate": 24,
- "loop_count": 0,
- "filename_prefix": "AnimateDiff",
- "format": "video/h264-mp4",
- "pix_fmt": "yuv420p",
- "crf": 19,
- "save_metadata": false,
- "trim_to_audio": false,
- "pingpong": false,
- "save_output": false,
- "videopreview": {
- "hidden": false,
- "paused": false,
- "params": {
- "filename": "AnimateDiff_00004.mp4",
- "subfolder": "",
- "type": "temp",
- "format": "video/h264-mp4",
- "frame_rate": 24,
- "workflow": "AnimateDiff_00004.png",
- "fullpath": "I:\\ComfyUI_windows_portable\\ComfyUI\\temp\\AnimateDiff_00004.mp4"
- }
- }
- }
- },
- {
- "id": 153,
- "type": "LoadImage",
- "pos": [
- -1129.403873905272,
- 5511.43368462791
- ],
- "size": [
- 290,
- 330
- ],
- "flags": {},
- "order": 10,
- "mode": 0,
- "inputs": [],
- "outputs": [
- {
- "name": "IMAGE",
- "type": "IMAGE",
- "links": [
- 329
- ]
- },
- {
- "name": "MASK",
- "type": "MASK",
- "links": null
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "LoadImage",
- "image": "clipspace-painted-masked-1787907117585.png [input]"
- },
- "widgets_values": [
- "pasted/image (527).png",
- "image"
- ],
- "widgets_values_named": {
- "image": "pasted/image (527).png",
- "upload": "image"
- }
- },
- {
- "id": 241,
- "type": "ImageScaleToTotalPixelsX",
- "pos": [
- -150.70216481982138,
- 5602.273348340999
- ],
- "size": [
- 246.5982421875,
- 199
- ],
- "flags": {},
- "order": 20,
- "mode": 0,
- "inputs": [
- {
- "name": "image",
- "type": "IMAGE",
- "link": 503
- }
- ],
- "outputs": [
- {
- "name": "image",
- "type": "IMAGE",
- "links": [
- 504
- ]
- },
- {
- "name": "width",
- "type": "INT",
- "links": []
- },
- {
- "name": "height",
- "type": "INT",
- "links": []
- }
- ],
- "properties": {
- "cnr_id": "scale-image-to-total-pixels-advanced",
- "ver": "694ae1f8352f770e4511f99ed35e2460d5591c83",
- "Node name for S&R": "ImageScaleToTotalPixelsX"
- },
- "widgets_values": [
- 1,
- 32,
- "crop",
- "lanczos",
- "896x1152"
- ],
- "widgets_values_named": {
- "megapixels": 1,
- "multiple_of": 32,
- "resize_mode": "crop",
- "upscale_method": "lanczos",
- "resolution": "896x1152"
- }
- },
- {
- "id": 240,
- "type": "LoadImage",
- "pos": [
- -835.482327884764,
- 5663.4288921474445
- ],
- "size": [
- 290,
- 330
- ],
- "flags": {},
- "order": 11,
- "mode": 0,
- "inputs": [],
- "outputs": [
- {
- "name": "IMAGE",
- "type": "IMAGE",
- "links": [
- 503
- ]
- },
- {
- "name": "MASK",
- "type": "MASK",
- "links": null
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "LoadImage",
- "image": "clipspace-painted-masked-1787907117585.png [input]"
- },
- "widgets_values": [
- "pasted/image (528).png",
- "image"
- ],
- "widgets_values_named": {
- "image": "pasted/image (528).png",
- "upload": "image"
- }
- },
- {
- "id": 151,
- "type": "VHS_VideoInfoLoaded",
- "pos": [
- -485.77841046041567,
- 6435.145645407512
- ],
- "size": [
- 250.4150390625,
- 106
- ],
- "flags": {},
- "order": 23,
- "mode": 0,
- "inputs": [
- {
- "name": "video_info",
- "type": "VHS_VIDEOINFO",
- "link": 294
- }
- ],
- "outputs": [
- {
- "name": "fpsš¦",
- "type": "FLOAT",
- "links": [
- 328,
- 362
- ]
- },
- {
- "name": "frame_countš¦",
- "type": "INT",
- "links": []
- },
- {
- "name": "durationš¦",
- "type": "FLOAT",
- "links": null
- },
- {
- "name": "widthš¦",
- "type": "INT",
- "links": []
- },
- {
- "name": "heightš¦",
- "type": "INT",
- "links": []
- }
- ],
- "properties": {
- "cnr_id": "comfyui-videohelpersuite",
- "ver": "4ee72c065db22c9d96c2427954dc69e7b908444b",
- "Node name for S&R": "VHS_VideoInfoLoaded"
- },
- "widgets_values": {}
- },
- {
- "id": 142,
- "type": "VHS_LoadVideoFFmpeg",
- "pos": [
- -1039.8329436789427,
- 6046.307593241619
- ],
- "size": [
- 313.4697265625,
- 433.21322058980377
- ],
- "flags": {},
- "order": 12,
- "mode": 0,
- "inputs": [
- {
- "name": "meta_batch",
- "shape": 7,
- "type": "VHS_BatchManager",
- "link": null
- },
- {
- "name": "vae",
- "shape": 7,
- "type": "VAE",
- "link": null
- }
- ],
- "outputs": [
- {
- "name": "IMAGE",
- "type": "IMAGE",
- "links": [
- 491,
- 493
- ]
- },
- {
- "name": "mask",
- "type": "MASK",
- "links": null
- },
- {
- "name": "audio",
- "type": "AUDIO",
- "links": null
- },
- {
- "name": "video_info",
- "type": "VHS_VIDEOINFO",
- "links": [
- 294
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfyui-videohelpersuite",
- "ver": "4ee72c065db22c9d96c2427954dc69e7b908444b",
- "Node name for S&R": "VHS_LoadVideoFFmpeg"
- },
- "widgets_values": {
- "video": "ssstwitter.com_1787929621069.mp4",
- "force_rate": 24,
- "custom_width": 0,
- "custom_height": 0,
- "frame_load_cap": 0,
- "start_time": 0,
- "format": "AnimateDiff",
- "videopreview": {
- "hidden": false,
- "paused": false,
- "params": {
- "filename": "ssstwitter.com_1787929621069.mp4",
- "type": "input",
- "format": "video/mp4",
- "force_rate": 24,
- "custom_width": 0,
- "custom_height": 0,
- "frame_load_cap": 0,
- "start_time": 0
- },
- "muted": true
- }
- },
- "widgets_values_named": {
- "video": "ssstwitter.com_1787929621069.mp4",
- "force_rate": 24,
- "custom_width": 0,
- "custom_height": 0,
- "frame_load_cap": 0,
- "start_time": 0,
- "format": "AnimateDiff",
- "choose video to upload": null,
- "videopreview": {
- "hidden": false,
- "paused": false,
- "params": {
- "filename": "ssstwitter.com_1787929621069.mp4",
- "type": "input",
- "format": "video/mp4",
- "force_rate": 24,
- "custom_width": 0,
- "custom_height": 0,
- "frame_load_cap": 0,
- "start_time": 0
- },
- "muted": true
- }
- }
- },
- {
- "id": 235,
- "type": "GetImageRangeFromBatch",
- "pos": [
- -1078.9332848879374,
- 6800.975950871607
- ],
- "size": [
- 349.7056640625,
- 102
- ],
- "flags": {},
- "order": 22,
- "mode": 0,
- "inputs": [
- {
- "name": "images",
- "shape": 7,
- "type": "IMAGE",
- "link": 493
- },
- {
- "name": "masks",
- "shape": 7,
- "type": "MASK",
- "link": null
- }
- ],
- "outputs": [
- {
- "name": "IMAGE",
- "type": "IMAGE",
- "links": [
- 495
- ]
- },
- {
- "name": "MASK",
- "type": "MASK",
- "links": null
- }
- ],
- "properties": {
- "cnr_id": "comfyui-kjnodes",
- "ver": "6ab7e8130e449ed2c0037589bcf84146ceb7fc9c",
- "Node name for S&R": "GetImageRangeFromBatch"
- },
- "widgets_values": [
- 8,
- 4096
- ],
- "widgets_values_named": {
- "start_index": 8,
- "num_frames": 4096
- }
- },
- {
- "id": 136,
- "type": "MiniMaxH3ReferenceToVideo",
- "pos": [
- -747.8141204846199,
- 5093.860603278807
- ],
- "size": [
- 410,
- 384
- ],
- "flags": {},
- "order": 38,
- "mode": 0,
- "inputs": [
- {
- "name": "clip",
- "type": "CLIP",
- "link": 272
- },
- {
- "name": "vae",
- "type": "VAE",
- "link": 273
- },
- {
- "name": "audio_vae",
- "type": "VAE",
- "link": 274
- },
- {
- "label": "ref_image_0",
- "name": "ref_images.ref_image_0",
- "shape": 7,
- "type": "IMAGE",
- "link": 366
- },
- {
- "label": "ref_image_1",
- "name": "ref_images.ref_image_1",
- "shape": 7,
- "type": "IMAGE",
- "link": 504
- },
- {
- "label": "ref_image_2",
- "name": "ref_images.ref_image_2",
- "shape": 7,
- "type": "IMAGE",
- "link": null
- },
- {
- "label": "ref_video_0",
- "name": "ref_videos.ref_video_0",
- "shape": 7,
- "type": "IMAGE",
- "link": 502
- },
- {
- "label": "ref_video_1",
- "name": "ref_videos.ref_video_1",
- "shape": 7,
- "type": "IMAGE",
- "link": null
- },
- {
- "label": "ref_video_audio_0",
- "name": "ref_video_audios.ref_video_audio_0",
- "shape": 7,
- "type": "AUDIO",
- "link": null
- },
- {
- "label": "ref_audio_0",
- "name": "ref_audios.ref_audio_0",
- "shape": 7,
- "type": "AUDIO",
- "link": null
- },
- {
- "name": "prompt",
- "type": "STRING",
- "widget": {
- "name": "prompt"
- },
- "link": 279
- },
- {
- "name": "width",
- "type": "INT",
- "widget": {
- "name": "width"
- },
- "link": 339
- },
- {
- "name": "height",
- "type": "INT",
- "widget": {
- "name": "height"
- },
- "link": 340
- },
- {
- "name": "length",
- "type": "INT",
- "widget": {
- "name": "length"
- },
- "link": 505
- }
- ],
- "outputs": [
- {
- "name": "positive",
- "type": "CONDITIONING",
- "links": [
- 270
- ]
- },
- {
- "name": "LATENT",
- "type": "LATENT",
- "links": [
- 271
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "MiniMaxH3ReferenceToVideo"
- },
- "widgets_values": [
- "",
- 1344,
- 768,
- 175,
- "match"
- ],
- "widgets_values_named": {
- "prompt": "",
- "width": 1344,
- "height": 768,
- "length": 175,
- "ref_image_size": "match"
- }
- },
- {
- "id": 239,
- "type": "ImageScaleToTotalPixelsX",
- "pos": [
- -490.1078403114007,
- 5882.520158875854
- ],
- "size": [
- 246.5982421875,
- 199
- ],
- "flags": {},
- "order": 35,
- "mode": 0,
- "inputs": [
- {
- "name": "image",
- "type": "IMAGE",
- "link": 501
- }
- ],
- "outputs": [
- {
- "name": "image",
- "type": "IMAGE",
- "links": [
- 502
- ]
- },
- {
- "name": "width",
- "type": "INT",
- "links": []
- },
- {
- "name": "height",
- "type": "INT",
- "links": []
- }
- ],
- "properties": {
- "cnr_id": "scale-image-to-total-pixels-advanced",
- "ver": "694ae1f8352f770e4511f99ed35e2460d5591c83",
- "Node name for S&R": "ImageScaleToTotalPixelsX"
- },
- "widgets_values": [
- 0.6,
- 32,
- "crop",
- "lanczos",
- "1152x512"
- ],
- "widgets_values_named": {
- "megapixels": 0.6,
- "multiple_of": 32,
- "resize_mode": "crop",
- "upscale_method": "lanczos",
- "resolution": "1152x512"
- }
- },
- {
- "id": 166,
- "type": "ImageScaleToTotalPixelsX",
- "pos": [
- -193.08724111522218,
- 5917.193823432409
- ],
- "size": [
- 246.5982421875,
- 199
- ],
- "flags": {},
- "order": 33,
- "mode": 0,
- "inputs": [
- {
- "name": "image",
- "type": "IMAGE",
- "link": 383
- }
- ],
- "outputs": [
- {
- "name": "image",
- "type": "IMAGE",
- "links": [
- 500
- ]
- },
- {
- "name": "width",
- "type": "INT",
- "links": [
- 339
- ]
- },
- {
- "name": "height",
- "type": "INT",
- "links": [
- 340
- ]
- }
- ],
- "properties": {
- "cnr_id": "scale-image-to-total-pixels-advanced",
- "ver": "694ae1f8352f770e4511f99ed35e2460d5591c83",
- "Node name for S&R": "ImageScaleToTotalPixelsX"
- },
- "widgets_values": [
- 0.84,
- 32,
- "crop",
- "lanczos",
- "1376x608"
- ],
- "widgets_values_named": {
- "megapixels": 0.84,
- "multiple_of": 32,
- "resize_mode": "crop",
- "upscale_method": "lanczos",
- "resolution": "1376x608"
- }
- },
- {
- "id": 129,
- "type": "RandomNoise",
- "pos": [
- -260,
- 4940
- ],
- "size": [
- 360,
- 90
- ],
- "flags": {},
- "order": 13,
- "mode": 0,
- "inputs": [],
- "outputs": [
- {
- "name": "NOISE",
- "type": "NOISE",
- "links": [
- 253,
- 483
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "RandomNoise"
- },
- "widgets_values": [
- 88242693312007,
- "increment"
- ],
- "widgets_values_named": {
- "noise_seed": 88242693312007,
- "control_after_generate": "increment"
- }
- },
- {
- "id": 131,
- "type": "ComfyMathExpression",
- "pos": [
- -1166.685093355833,
- 5770.903185623488
- ],
- "size": [
- 225,
- 128
- ],
- "flags": {
- "collapsed": true
- },
- "order": 18,
- "mode": 0,
- "inputs": [
- {
- "label": "a",
- "name": "values.a",
- "type": "FLOAT,INT,BOOLEAN",
- "link": 261
- },
- {
- "label": "b",
- "name": "values.b",
- "shape": 7,
- "type": "FLOAT,INT,BOOLEAN",
- "link": null
- }
- ],
- "outputs": [
- {
- "name": "FLOAT",
- "type": "FLOAT",
- "links": []
- },
- {
- "name": "INT",
- "type": "INT",
- "links": [
- 287,
- 505,
- 506
- ]
- },
- {
- "name": "BOOL",
- "type": "BOOLEAN",
- "links": []
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "ComfyMathExpression"
- },
- "widgets_values": [
- "max(5, round(a * 24)) + (5 - (max(5, round(a * 24)) % 17)) % 17"
- ],
- "widgets_values_named": {
- "expression": "max(5, round(a * 24)) + (5 - (max(5, round(a * 24)) % 17)) % 17"
- }
- },
- {
- "id": 242,
- "type": "Reroute",
- "pos": [
- 151.58435695903756,
- 4421.469268727812
- ],
- "size": [
- 75,
- 26
- ],
- "flags": {},
- "order": 26,
- "mode": 0,
- "inputs": [
- {
- "name": "",
- "type": "*",
- "widget": {
- "name": "value"
- },
- "link": 506
- }
- ],
- "outputs": [
- {
- "name": "",
- "type": "INT",
- "links": [
- 507
- ]
- }
- ],
- "properties": {
- "showOutputText": false,
- "horizontal": false
- }
- },
- {
- "id": 138,
- "type": "PrimitiveStringMultiline",
- "pos": [
- -1660.4934779729629,
- 6230.246005468671
- ],
- "size": [
- 572.8662764115766,
- 386.2424604936077
- ],
- "flags": {},
- "order": 14,
- "mode": 0,
- "inputs": [],
- "outputs": [
- {
- "name": "STRING",
- "type": "STRING",
- "links": [
- 279
- ]
- }
- ],
- "title": "Input Text (Prompt)",
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "PrimitiveStringMultiline"
- },
- "widgets_values": [
- "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"
- ],
- "widgets_values_named": {
- "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"
- },
- "color": "#322",
- "bgcolor": "#533"
- },
- {
- "id": 182,
- "type": "ModelPreviewOverrideKJ",
- "pos": [
- -754.1944817847582,
- 3805.215380265986
- ],
- "size": [
- 718.926880135296,
- 824.1017188691358
- ],
- "flags": {},
- "order": 29,
- "mode": 0,
- "inputs": [
- {
- "name": "model",
- "type": "MODEL",
- "link": 377
- },
- {
- "name": "vae",
- "shape": 7,
- "type": "VAE",
- "link": null
- }
- ],
- "outputs": [
- {
- "name": "MODEL",
- "type": "MODEL",
- "links": [
- 378,
- 379,
- 480
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfyui-kjnodes",
- "ver": "6ab7e8130e449ed2c0037589bcf84146ceb7fc9c",
- "Node name for S&R": "ModelPreviewOverrideKJ",
- "kjPovPanelH": 174
- },
- "widgets_values": [
- 768,
- 30,
- true,
- 56,
- 12,
- "taeh3.safetensors",
- ""
- ],
- "widgets_values_named": {
- "max_resolution": 768,
- "jpeg_quality": 30,
- "suppress_default_preview": true,
- "preview_frames": 56,
- "preview_fps": 12,
- "tiny_vae": "taeh3.safetensors",
- "preview": ""
- }
- },
- {
- "id": 228,
- "type": "SaveVideo",
- "pos": [
- 1177.2488426967395,
- 3826.7426075672115
- ],
- "size": [
- 1086.4772948242187,
- 578.0713628293059
- ],
- "flags": {},
- "order": 45,
- "mode": 0,
- "inputs": [
- {
- "name": "video",
- "type": "VIDEO",
- "link": 478
- }
- ],
- "outputs": [
- {
- "name": "video",
- "type": "VIDEO",
- "links": null
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "SaveVideo"
- },
- "widgets_values": [
- "videos/MiniMax_H3/h3_dedope",
- "auto",
- "auto"
- ],
- "widgets_values_named": {
- "filename_prefix": "videos/MiniMax_H3/h3_dedope",
- "format": "auto",
- "codec": "auto"
- }
- },
- {
- "id": 92,
- "type": "SaveVideo",
- "pos": [
- 1349.3961987762755,
- 5170.855611549697
- ],
- "size": [
- 1190.4772948242187,
- 624.024851201399
- ],
- "flags": {},
- "order": 46,
- "mode": 0,
- "inputs": [
- {
- "name": "video",
- "type": "VIDEO",
- "link": 260
- }
- ],
- "outputs": [
- {
- "name": "video",
- "type": "VIDEO",
- "links": null
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "SaveVideo"
- },
- "widgets_values": [
- "videos/MiniMax_H3/h3",
- "auto",
- "auto"
- ],
- "widgets_values_named": {
- "filename_prefix": "videos/MiniMax_H3/h3",
- "format": "auto",
- "codec": "auto"
- }
- }
- ],
- "links": [
- [
- 250,
- 120,
- 0,
- 121,
- 1,
- "VAE"
- ],
- [
- 251,
- 119,
- 0,
- 122,
- 1,
- "VAE"
- ],
- [
- 253,
- 129,
- 0,
- 125,
- 0,
- "NOISE"
- ],
- [
- 254,
- 126,
- 0,
- 125,
- 1,
- "GUIDER"
- ],
- [
- 255,
- 123,
- 0,
- 125,
- 2,
- "SAMPLER"
- ],
- [
- 256,
- 124,
- 0,
- 125,
- 3,
- "SIGMAS"
- ],
- [
- 258,
- 122,
- 0,
- 130,
- 0,
- "IMAGE"
- ],
- [
- 260,
- 130,
- 0,
- 92,
- 0,
- "VIDEO"
- ],
- [
- 261,
- 132,
- 0,
- 131,
- 0,
- "FLOAT"
- ],
- [
- 270,
- 136,
- 0,
- 126,
- 1,
- "CONDITIONING"
- ],
- [
- 271,
- 136,
- 1,
- 125,
- 4,
- "LATENT"
- ],
- [
- 272,
- 128,
- 0,
- 136,
- 0,
- "CLIP"
- ],
- [
- 273,
- 119,
- 0,
- 136,
- 1,
- "VAE"
- ],
- [
- 274,
- 120,
- 0,
- 136,
- 2,
- "VAE"
- ],
- [
- 279,
- 138,
- 0,
- 136,
- 10,
- "STRING"
- ],
- [
- 280,
- 125,
- 0,
- 122,
- 0,
- "LATENT"
- ],
- [
- 281,
- 125,
- 0,
- 121,
- 0,
- "LATENT"
- ],
- [
- 287,
- 131,
- 1,
- 145,
- 0,
- "INT"
- ],
- [
- 294,
- 142,
- 3,
- 151,
- 0,
- "VHS_VIDEOINFO"
- ],
- [
- 328,
- 151,
- 0,
- 130,
- 2,
- "FLOAT"
- ],
- [
- 329,
- 153,
- 0,
- 158,
- 0,
- "IMAGE"
- ],
- [
- 339,
- 166,
- 1,
- 136,
- 11,
- "INT"
- ],
- [
- 340,
- 166,
- 2,
- 136,
- 12,
- "INT"
- ],
- [
- 362,
- 151,
- 0,
- 176,
- 0,
- "FLOAT"
- ],
- [
- 366,
- 158,
- 0,
- 136,
- 3,
- "IMAGE"
- ],
- [
- 374,
- 180,
- 0,
- 181,
- 0,
- "MODEL"
- ],
- [
- 375,
- 181,
- 0,
- 171,
- 0,
- "MODEL"
- ],
- [
- 376,
- 121,
- 0,
- 130,
- 1,
- "AUDIO"
- ],
- [
- 377,
- 171,
- 0,
- 182,
- 0,
- "MODEL"
- ],
- [
- 378,
- 182,
- 0,
- 126,
- 0,
- "MODEL"
- ],
- [
- 379,
- 182,
- 0,
- 124,
- 0,
- "MODEL"
- ],
- [
- 383,
- 185,
- 0,
- 166,
- 0,
- "IMAGE"
- ],
- [
- 478,
- 227,
- 0,
- 228,
- 0,
- "VIDEO"
- ],
- [
- 479,
- 125,
- 0,
- 227,
- 0,
- "LATENT"
- ],
- [
- 480,
- 182,
- 0,
- 227,
- 2,
- "MODEL"
- ],
- [
- 481,
- 119,
- 0,
- 229,
- 0,
- "VAE"
- ],
- [
- 482,
- 229,
- 0,
- 227,
- 3,
- "VAE"
- ],
- [
- 483,
- 129,
- 0,
- 227,
- 4,
- "NOISE"
- ],
- [
- 484,
- 126,
- 0,
- 227,
- 5,
- "GUIDER"
- ],
- [
- 485,
- 123,
- 0,
- 230,
- 0,
- "SAMPLER"
- ],
- [
- 486,
- 230,
- 0,
- 227,
- 6,
- "SAMPLER"
- ],
- [
- 491,
- 142,
- 0,
- 233,
- 0,
- "IMAGE"
- ],
- [
- 492,
- 233,
- 0,
- 234,
- 0,
- "IMAGE"
- ],
- [
- 493,
- 142,
- 0,
- 235,
- 0,
- "IMAGE"
- ],
- [
- 494,
- 234,
- 0,
- 236,
- 0,
- "IMAGE"
- ],
- [
- 495,
- 235,
- 0,
- 236,
- 1,
- "IMAGE"
- ],
- [
- 496,
- 236,
- 0,
- 185,
- 0,
- "IMAGE"
- ],
- [
- 497,
- 185,
- 0,
- 237,
- 0,
- "IMAGE"
- ],
- [
- 498,
- 237,
- 2,
- 150,
- 0,
- "INT"
- ],
- [
- 500,
- 166,
- 0,
- 169,
- 0,
- "IMAGE"
- ],
- [
- 501,
- 185,
- 0,
- 239,
- 0,
- "IMAGE"
- ],
- [
- 502,
- 239,
- 0,
- 136,
- 6,
- "IMAGE"
- ],
- [
- 503,
- 240,
- 0,
- 241,
- 0,
- "IMAGE"
- ],
- [
- 504,
- 241,
- 0,
- 136,
- 4,
- "IMAGE"
- ],
- [
- 505,
- 131,
- 1,
- 136,
- 13,
- "INT"
- ],
- [
- 506,
- 131,
- 1,
- 242,
- 0,
- "INT"
- ],
- [
- 507,
- 242,
- 0,
- 227,
- 1,
- "INT"
- ]
- ],
- "groups": [
- {
- "id": 1,
- "title": "Models",
- "bounding": [
- -1520,
- 4840,
- 700,
- 670
- ],
- "color": "#3f789e",
- "flags": {}
- },
- {
- "id": 2,
- "title": "Sampling",
- "bounding": [
- -280,
- 4840,
- 690,
- 670
- ],
- "color": "#3f789e",
- "flags": {}
- },
- {
- "id": 3,
- "title": "Conditioning",
- "bounding": [
- -790,
- 4840,
- 480,
- 670
- ],
- "color": "#3f789e",
- "flags": {}
- },
- {
- "id": 4,
- "title": "Decoding and create video",
- "bounding": [
- 440,
- 4840,
- 670,
- 670
- ],
- "color": "#3f789e",
- "flags": {}
- },
- {
- "id": 5,
- "title": "User Inputs",
- "bounding": [
- -1532.3684887492673,
- 5584.5275542703785,
- 1930,
- 900
- ],
- "color": "#3f789e",
- "flags": {}
- }
- ],
- "definitions": {
- "subgraphs": [
- {
- "id": "b4363958-7645-4d75-89e0-3bbfd5e03f45",
- "version": 1,
- "state": {
- "lastGroupId": 5,
- "lastNodeId": 246,
- "lastLinkId": 511,
- "lastRerouteId": 0
- },
- "revision": 0,
- "config": {},
- "name": "New Subgraph",
- "inputNode": {
- "id": -10,
- "bounding": [
- 791.1713076484714,
- 3883.868404931556,
- 128,
- 208
- ]
- },
- "outputNode": {
- "id": -20,
- "bounding": [
- 3970.187036999754,
- 3973.868404931556,
- 128,
- 68
- ]
- },
- "inputs": [
- {
- "id": "3d921080-a5b6-45d9-9d59-d411f132361f",
- "name": "samples",
- "type": "LATENT",
- "linkIds": [
- 449,
- 467
- ],
- "localized_name": "samples",
- "pos": [
- 895.1713076484714,
- 3907.868404931556
- ]
- },
- {
- "id": "950a3285-f7d6-4e79-9058-684257312f61",
- "name": "length",
- "type": "INT",
- "linkIds": [
- 450
- ],
- "localized_name": "length",
- "pos": [
- 895.1713076484714,
- 3927.868404931556
- ]
- },
- {
- "id": "adbbfc90-4ea4-415f-bb14-643c17260ed2",
- "name": "model",
- "type": "MODEL",
- "linkIds": [
- 447
- ],
- "localized_name": "model",
- "pos": [
- 895.1713076484714,
- 3947.868404931556
- ]
- },
- {
- "id": "bb5ed2d2-35d3-4e88-8df0-f6f29f80bb32",
- "name": "vae",
- "type": "VAE",
- "linkIds": [
- 441,
- 432,
- 468
- ],
- "localized_name": "vae",
- "pos": [
- 895.1713076484714,
- 3967.868404931556
- ]
- },
- {
- "id": "86a93b27-481f-4cad-bad1-fd76fef44237",
- "name": "noise",
- "type": "NOISE",
- "linkIds": [
- 444
- ],
- "localized_name": "noise",
- "pos": [
- 895.1713076484714,
- 3987.868404931556
- ]
- },
- {
- "id": "dd50fc22-8ece-4e0b-9388-8c402aa8a2c0",
- "name": "guider",
- "type": "GUIDER",
- "linkIds": [
- 445
- ],
- "localized_name": "guider",
- "pos": [
- 895.1713076484714,
- 4007.868404931556
- ]
- },
- {
- "id": "cb774404-dfcb-4900-b125-d8e86f7bf172",
- "name": "sampler",
- "type": "SAMPLER",
- "linkIds": [
- 446
- ],
- "localized_name": "sampler",
- "pos": [
- 895.1713076484714,
- 4027.868404931556
- ]
- },
- {
- "id": "fcce6bc1-bf51-402a-a46f-3e0138dfe892",
- "name": "fps",
- "type": "FLOAT",
- "linkIds": [
- 438
- ],
- "localized_name": "fps",
- "pos": [
- 895.1713076484714,
- 4047.868404931556
- ]
- }
- ],
- "outputs": [
- {
- "id": "1f6f466e-eaf4-4779-8a0f-a28952ae1f20",
- "name": "VIDEO",
- "type": "VIDEO",
- "linkIds": [
- 462
- ],
- "pos": [
- 3994.187036999754,
- 3997.868404931556
- ]
- }
- ],
- "widgets": [],
- "nodes": [
- {
- "id": 217,
- "type": "H3JerkOracle",
- "pos": [
- 979.1713076484714,
- 4089.1313098862743
- ],
- "size": [
- 400,
- 422
- ],
- "flags": {},
- "order": 8,
- "mode": 0,
- "inputs": [
- {
- "localized_name": "samples",
- "name": "samples",
- "type": "LATENT",
- "link": 449
- },
- {
- "localized_name": "length",
- "name": "length",
- "type": "INT",
- "widget": {
- "name": "length"
- },
- "link": 450
- }
- ],
- "outputs": [
- {
- "localized_name": "hold_map",
- "name": "hold_map",
- "type": "STRING",
- "slot_index": 0,
- "links": [
- 443
- ]
- },
- {
- "localized_name": "segments",
- "name": "segments",
- "type": "STRING",
- "slot_index": 1,
- "links": []
- },
- {
- "localized_name": "window_start",
- "name": "window_start",
- "type": "INT",
- "slot_index": 2,
- "links": []
- },
- {
- "localized_name": "window_len",
- "name": "window_len",
- "type": "INT",
- "slot_index": 3,
- "links": []
- },
- {
- "localized_name": "profile",
- "name": "profile",
- "type": "STRING",
- "slot_index": 4,
- "links": []
- },
- {
- "localized_name": "report",
- "name": "report",
- "type": "STRING",
- "links": []
- }
- ],
- "title": "H3JerkOracle",
- "properties": {
- "cnr_id": "comfyui-mainodes",
- "ver": "f6ec4c86b1cb2614a66f6d5aec966842f6a24771",
- "Node name for S&R": "H3JerkOracle",
- "aux_id": "matlowai/ComfyUI-MAINodes"
- },
- "widgets_values": [
- 124,
- 0.75,
- 4,
- true,
- "balanced (default)",
- 8,
- "value |d3| (default)",
- 0,
- 24,
- 0,
- 18,
- 6.7
- ],
- "widgets_values_named": {
- "length": 124,
- "q": 0.75,
- "d_max": 4,
- "ramp": true,
- "preset": "balanced (default)",
- "bridge": 8,
- "profile_mode": "value |d3| (default)",
- "abstain_below": 0,
- "fps": 24,
- "s_per_step": 0,
- "est_steps": 18,
- "overhead_s": 6.7
- }
- },
- {
- "id": 215,
- "type": "H3InjectSchedule",
- "pos": [
- 1438.687717371166,
- 3580.2181894424816
- ],
- "size": [
- 400,
- 206
- ],
- "flags": {},
- "order": 6,
- "mode": 0,
- "inputs": [
- {
- "localized_name": "model",
- "name": "model",
- "type": "MODEL",
- "link": 447
- }
- ],
- "outputs": [
- {
- "localized_name": "SIGMAS",
- "name": "SIGMAS",
- "type": "SIGMAS",
- "slot_index": 0,
- "links": [
- 433
- ]
- }
- ],
- "title": "H3InjectSchedule",
- "properties": {
- "cnr_id": "comfyui-mainodes",
- "ver": "f6ec4c86b1cb2614a66f6d5aec966842f6a24771",
- "Node name for S&R": "H3InjectSchedule",
- "aux_id": "matlowai/ComfyUI-MAINodes"
- },
- "widgets_values": [
- "beta",
- 12,
- 0.7,
- "faithful detail 0.50 (metric best)"
- ],
- "widgets_values_named": {
- "scheduler": "beta",
- "total_steps": 12,
- "inject": 0.7,
- "preset": "faithful detail 0.50 (metric best)"
- }
- },
- {
- "id": 216,
- "type": "H3TimeSmear",
- "pos": [
- 1475.783022541748,
- 4120.601963317455
- ],
- "size": [
- 400,
- 262
- ],
- "flags": {},
- "order": 7,
- "mode": 0,
- "inputs": [
- {
- "localized_name": "images",
- "name": "images",
- "type": "IMAGE",
- "link": 469
- },
- {
- "localized_name": "hold_map",
- "name": "hold_map",
- "shape": 7,
- "type": "STRING",
- "widget": {
- "name": "hold_map"
- },
- "link": 443
- }
- ],
- "outputs": [
- {
- "localized_name": "images",
- "name": "images",
- "type": "IMAGE",
- "slot_index": 0,
- "links": [
- 440
- ]
- },
- {
- "localized_name": "hold_map_used",
- "name": "hold_map_used",
- "type": "STRING",
- "slot_index": 1,
- "links": [
- 436
- ]
- },
- {
- "localized_name": "length",
- "name": "length",
- "type": "INT",
- "slot_index": 2,
- "links": []
- },
- {
- "localized_name": "report",
- "name": "report",
- "type": "STRING",
- "links": []
- }
- ],
- "title": "H3TimeSmear",
- "properties": {
- "cnr_id": "comfyui-mainodes",
- "ver": "f6ec4c86b1cb2614a66f6d5aec966842f6a24771",
- "Node name for S&R": "H3TimeSmear",
- "aux_id": "matlowai/ComfyUI-MAINodes"
- },
- "widgets_values": [
- 4,
- "",
- true,
- 24,
- 0,
- 18,
- 6.7
- ],
- "widgets_values_named": {
- "dilation": 4,
- "hold_map": "",
- "expand_to_end": true,
- "fps": 24,
- "s_per_step": 0,
- "est_steps": 18,
- "overhead_s": 6.7
- }
- },
- {
- "id": 212,
- "type": "H3V2VInit",
- "pos": [
- 1919.8796088720815,
- 3514.605499976839
- ],
- "size": [
- 400,
- 282
- ],
- "flags": {},
- "order": 4,
- "mode": 0,
- "inputs": [
- {
- "localized_name": "samples",
- "name": "samples",
- "type": "LATENT",
- "link": 439
- },
- {
- "localized_name": "oracle_samples",
- "name": "oracle_samples",
- "shape": 7,
- "type": "LATENT",
- "link": null
- },
- {
- "localized_name": "mask",
- "name": "mask",
- "shape": 7,
- "type": "MASK",
- "link": null
- }
- ],
- "outputs": [
- {
- "localized_name": "LATENT",
- "name": "LATENT",
- "type": "LATENT",
- "slot_index": 0,
- "links": [
- 434
- ]
- }
- ],
- "title": "H3V2VInit",
- "properties": {
- "cnr_id": "comfyui-mainodes",
- "ver": "f6ec4c86b1cb2614a66f6d5aec966842f6a24771",
- "Node name for S&R": "H3V2VInit",
- "aux_id": "matlowai/ComfyUI-MAINodes"
- },
- "widgets_values": [
- 0,
- 0,
- 2,
- 0,
- false,
- false
- ],
- "widgets_values_named": {
- "length": 0,
- "freeze_threshold": 0,
- "freeze_grow": 2,
- "mask_feather": 0,
- "invert_mask": false,
- "time_varying": false
- }
- },
- {
- "id": 210,
- "type": "H3ExactRecover",
- "pos": [
- 2823.5527719707457,
- 3934.93368668308
- ],
- "size": [
- 400,
- 146
- ],
- "flags": {},
- "order": 2,
- "mode": 0,
- "inputs": [
- {
- "localized_name": "images",
- "name": "images",
- "type": "IMAGE",
- "link": 435
- },
- {
- "localized_name": "hold_map",
- "name": "hold_map",
- "type": "STRING",
- "widget": {
- "name": "hold_map"
- },
- "link": 436
- }
- ],
- "outputs": [
- {
- "localized_name": "IMAGE",
- "name": "IMAGE",
- "type": "IMAGE",
- "slot_index": 0,
- "links": [
- 437
- ]
- }
- ],
- "title": "H3ExactRecover",
- "properties": {
- "cnr_id": "comfyui-mainodes",
- "ver": "f6ec4c86b1cb2614a66f6d5aec966842f6a24771",
- "Node name for S&R": "H3ExactRecover",
- "aux_id": "matlowai/ComfyUI-MAINodes"
- },
- "widgets_values": [
- ""
- ],
- "widgets_values_named": {
- "hold_map": ""
- }
- },
- {
- "id": 208,
- "type": "VAEDecode",
- "pos": [
- 2944.603374217305,
- 3631.6999251517072
- ],
- "size": [
- 230,
- 60
- ],
- "flags": {
- "collapsed": false
- },
- "order": 0,
- "mode": 0,
- "inputs": [
- {
- "localized_name": "samples",
- "name": "samples",
- "type": "LATENT",
- "link": 431
- },
- {
- "localized_name": "vae",
- "name": "vae",
- "type": "VAE",
- "link": 432
- }
- ],
- "outputs": [
- {
- "localized_name": "IMAGE",
- "name": "IMAGE",
- "type": "IMAGE",
- "links": [
- 435
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "VAEDecode"
- }
- },
- {
- "id": 211,
- "type": "CreateVideo",
- "pos": [
- 3327.7565526393664,
- 4065.406990230758
- ],
- "size": [
- 270,
- 110
- ],
- "flags": {},
- "order": 3,
- "mode": 0,
- "inputs": [
- {
- "localized_name": "images",
- "name": "images",
- "type": "IMAGE",
- "link": 437
- },
- {
- "localized_name": "audio",
- "name": "audio",
- "shape": 7,
- "type": "AUDIO",
- "link": null
- },
- {
- "localized_name": "fps",
- "name": "fps",
- "type": "FLOAT",
- "widget": {
- "name": "fps"
- },
- "link": 438
- }
- ],
- "outputs": [
- {
- "localized_name": "VIDEO",
- "name": "VIDEO",
- "type": "VIDEO",
- "links": [
- 462
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "CreateVideo"
- },
- "widgets_values": [
- 16,
- 8
- ],
- "widgets_values_named": {
- "fps": 16,
- "bit_depth": 8
- }
- },
- {
- "id": 213,
- "type": "VAEEncode",
- "pos": [
- 2064.2980410364266,
- 3987.5150657454415
- ],
- "size": [
- 400,
- 118
- ],
- "flags": {},
- "order": 5,
- "mode": 0,
- "inputs": [
- {
- "localized_name": "pixels",
- "name": "pixels",
- "type": "IMAGE",
- "link": 440
- },
- {
- "localized_name": "vae",
- "name": "vae",
- "type": "VAE",
- "link": 441
- }
- ],
- "outputs": [
- {
- "localized_name": "LATENT",
- "name": "LATENT",
- "type": "LATENT",
- "slot_index": 0,
- "links": [
- 439
- ]
- }
- ],
- "title": "VAEEncode",
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.33.0",
- "Node name for S&R": "VAEEncode"
- }
- },
- {
- "id": 224,
- "type": "VAEDecode",
- "pos": [
- 1147.9663147049102,
- 3837.750371205847
- ],
- "size": [
- 339.8746247745107,
- 106.05200940320219
- ],
- "flags": {},
- "order": 9,
- "mode": 0,
- "inputs": [
- {
- "localized_name": "samples",
- "name": "samples",
- "type": "LATENT",
- "link": 467
- },
- {
- "localized_name": "vae",
- "name": "vae",
- "type": "VAE",
- "link": 468
- }
- ],
- "outputs": [
- {
- "localized_name": "IMAGE",
- "name": "IMAGE",
- "type": "IMAGE",
- "links": [
- 469
- ]
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.33.0",
- "Node name for S&R": "VAEDecode"
- }
- },
- {
- "id": 209,
- "type": "SamplerCustomAdvanced",
- "pos": [
- 2500.6482789482598,
- 3672.4510877439884
- ],
- "size": [
- 265.5791249941258,
- 388.40027545567955
- ],
- "flags": {},
- "order": 1,
- "mode": 0,
- "inputs": [
- {
- "localized_name": "noise",
- "name": "noise",
- "type": "NOISE",
- "link": 444
- },
- {
- "localized_name": "guider",
- "name": "guider",
- "type": "GUIDER",
- "link": 445
- },
- {
- "localized_name": "sampler",
- "name": "sampler",
- "type": "SAMPLER",
- "link": 446
- },
- {
- "localized_name": "sigmas",
- "name": "sigmas",
- "type": "SIGMAS",
- "link": 433
- },
- {
- "localized_name": "latent_image",
- "name": "latent_image",
- "type": "LATENT",
- "link": 434
- }
- ],
- "outputs": [
- {
- "localized_name": "output",
- "name": "output",
- "type": "LATENT",
- "links": [
- 431
- ]
- },
- {
- "localized_name": "denoised_output",
- "name": "denoised_output",
- "type": "LATENT",
- "links": []
- }
- ],
- "properties": {
- "cnr_id": "comfy-core",
- "ver": "0.30.0",
- "Node name for S&R": "SamplerCustomAdvanced"
- }
- }
- ],
- "groups": [],
- "links": [
- {
- "id": 443,
- "origin_id": 217,
- "origin_slot": 0,
- "target_id": 216,
- "target_slot": 1,
- "type": "STRING"
- },
- {
- "id": 440,
- "origin_id": 216,
- "origin_slot": 0,
- "target_id": 213,
- "target_slot": 0,
- "type": "IMAGE"
- },
- {
- "id": 439,
- "origin_id": 213,
- "origin_slot": 0,
- "target_id": 212,
- "target_slot": 0,
- "type": "LATENT"
- },
- {
- "id": 433,
- "origin_id": 215,
- "origin_slot": 0,
- "target_id": 209,
- "target_slot": 3,
- "type": "SIGMAS"
- },
- {
- "id": 434,
- "origin_id": 212,
- "origin_slot": 0,
- "target_id": 209,
- "target_slot": 4,
- "type": "LATENT"
- },
- {
- "id": 437,
- "origin_id": 210,
- "origin_slot": 0,
- "target_id": 211,
- "target_slot": 0,
- "type": "IMAGE"
- },
- {
- "id": 435,
- "origin_id": 208,
- "origin_slot": 0,
- "target_id": 210,
- "target_slot": 0,
- "type": "IMAGE"
- },
- {
- "id": 436,
- "origin_id": 216,
- "origin_slot": 1,
- "target_id": 210,
- "target_slot": 1,
- "type": "STRING"
- },
- {
- "id": 431,
- "origin_id": 209,
- "origin_slot": 0,
- "target_id": 208,
- "target_slot": 0,
- "type": "LATENT"
- },
- {
- "id": 449,
- "origin_id": -10,
- "origin_slot": 0,
- "target_id": 217,
- "target_slot": 0,
- "type": "LATENT"
- },
- {
- "id": 450,
- "origin_id": -10,
- "origin_slot": 1,
- "target_id": 217,
- "target_slot": 1,
- "type": "INT"
- },
- {
- "id": 447,
- "origin_id": -10,
- "origin_slot": 2,
- "target_id": 215,
- "target_slot": 0,
- "type": "MODEL"
- },
- {
- "id": 441,
- "origin_id": -10,
- "origin_slot": 3,
- "target_id": 213,
- "target_slot": 1,
- "type": "VAE"
- },
- {
- "id": 432,
- "origin_id": -10,
- "origin_slot": 3,
- "target_id": 208,
- "target_slot": 1,
- "type": "VAE"
- },
- {
- "id": 444,
- "origin_id": -10,
- "origin_slot": 4,
- "target_id": 209,
- "target_slot": 0,
- "type": "NOISE"
- },
- {
- "id": 445,
- "origin_id": -10,
- "origin_slot": 5,
- "target_id": 209,
- "target_slot": 1,
- "type": "GUIDER"
- },
- {
- "id": 446,
- "origin_id": -10,
- "origin_slot": 6,
- "target_id": 209,
- "target_slot": 2,
- "type": "SAMPLER"
- },
- {
- "id": 438,
- "origin_id": -10,
- "origin_slot": 7,
- "target_id": 211,
- "target_slot": 2,
- "type": "FLOAT"
- },
- {
- "id": 462,
- "origin_id": 211,
- "origin_slot": 0,
- "target_id": -20,
- "target_slot": 0,
- "type": "VIDEO"
- },
- {
- "id": 467,
- "origin_id": -10,
- "origin_slot": 0,
- "target_id": 224,
- "target_slot": 0,
- "type": "LATENT"
- },
- {
- "id": 468,
- "origin_id": -10,
- "origin_slot": 3,
- "target_id": 224,
- "target_slot": 1,
- "type": "VAE"
- },
- {
- "id": 469,
- "origin_id": 224,
- "origin_slot": 0,
- "target_id": 216,
- "target_slot": 0,
- "type": "IMAGE"
- }
- ],
- "extra": {}
- }
- ]
- },
- "config": {},
- "extra": {
- "ds": {
- "scale": 0.289664379736688,
- "offset": [
- 3464.164017495492,
- -4387.337914801227
- ]
- },
- "frontendVersion": "1.49.6",
- "VHS_latentpreview": false,
- "VHS_latentpreviewrate": 0,
- "VHS_MetadataImage": true,
- "VHS_KeepIntermediate": true
- },
- "version": 0.4
- }
Advertisement
Add Comment
Please, Sign In to add comment