Skip to main content

Moonvalley Marey Video to Video

api node/video/Moonvalley Marey
MoonvalleyVideo2VideoNode

Example

JSON Example
{
  "class_type": "MoonvalleyVideo2VideoNode",
  "inputs": {
    "prompt": "a beautiful landscape, high quality, detailed",
    "negative_prompt": "<synthetic> <scene cut> gopro, bright, contrast, static, overexposed, vignette, artifacts, still, noise, texture, scanlines, videogame, 360 camera, VR, transition, flare, saturation, distorted, warped, wide angle, saturated, vibrant, glowing, cross dissolve, cheesy, ugly hands, mutated hands, mutant, disfigured, extra fingers, blown out, horrible, blurry, worst quality, bad, dissolve, melt, fade in, fade out, wobbly, weird, low quality, plastic, stock footage, video camera, boring",
    "seed": 9,
    "video": [
      "node_id",
      0
    ],
    "steps": 33
  }
}

This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.

Inputs

NameTypeStatusConstraintsDefault
prompt?STRINGrequired--
negative_prompt?STRINGrequired-"<synthetic> <scene cut> gopro, bright, contrast, static, overexposed, vignette, artifacts, still, noise, texture, scanlines, videogame, 360 camera, VR, transition, flare, saturation, distorted, warped, wide angle, saturated, vibrant, glowing, cross dissolve, cheesy, ugly hands, mutated hands, mutant, disfigured, extra fingers, blown out, horrible, blurry, worst quality, bad, dissolve, melt, fade in, fade out, wobbly, weird, low quality, plastic, stock footage, video camera, boring"
seed?INTrequiredmin: 0, max: 4294967295, step: 19
video?VIDEOrequired--
steps?INTrequiredmin: 1, max: 100, step: 133
control_typeCOMBOoptional-"Motion Transfer"
motion_intensity?INToptionalmin: 0, max: 100, step: 1100

Outputs

IndexNameTypeIs ListConnection Reference
0VIDEOVIDEONo["{node_id}", 0]
How to connect to these outputs

To connect another node's input to an output from this node, use the connection reference format:

["node_id", output_index]

Where node_id is the ID of this MoonvalleyVideo2VideoNode node in your workflow, and output_index is the index from the table above.

Example

If this node has ID "5" in your workflow:

  • VIDEO (VIDEO): ["5", 0]
Was this page helpful?