{
  "3": {
    "inputs": {
      "seed": <%= it.seed || it.randomSeed() %>,
      "steps": <%= it.steps || 30 %>,
      "cfg": <%= it.cfg || 4.5 %>,
      "sampler_name": "<%= it.sampler || "euler" %>",
      "scheduler": "beta",
      "denoise": 1,
      "model": [
        "37",
        0
      ],
      "positive": [
        "6",
        0
      ],
      "negative": [
        "7",
        0
      ],
      "latent_image": [
        "21",
        0
      ]
    },
    "class_type": "KSampler",
    "_meta": {
      "title": "KSampler"
    }
  },
  "6": {
    "inputs": {
      "text": "<%= it.prompt %>",
      "clip": [
        "38",
        0
      ]
    },
    "class_type": "CLIPTextEncode",
    "_meta": {
      "title": "CLIP Text Encode (Prompt)"
    }
  },
  "7": {
    "inputs": {
      "text": "<%= it.negativePrompt || '' %>",
      "clip": [
        "38",
        0
      ]
    },
    "class_type": "CLIPTextEncode",
    "_meta": {
      "title": "CLIP Text Encode (Prompt)"
    }
  },
  "8": {
    "inputs": {
      "samples": [
        "3",
        0
      ],
      "vae": [
        "39",
        0
      ]
    },
    "class_type": "VAEDecode",
    "_meta": {
      "title": "VAE Decode"
    }
  },
  "21": {
    "inputs": {
      "width": <%= it.width || 848 %>,
      "height": <%= it.height || 480 %>,
      "length": <%= it.frames || 37 %>,
      "batch_size": <%= it.batchSize || 1 %>
    },
    "class_type": "EmptyMochiLatentVideo",
    "_meta": {
      "title": "EmptyMochiLatentVideo"
    }
  },
  "28": {
    "inputs": {
      "filename_prefix": "ComfyUI",
      "fps": 24,
      "lossless": false,
      "quality": 80,
      "method": "default",
      "images": [
        "8",
        0
      ]
    },
    "class_type": "SaveAnimatedWEBP",
    "_meta": {
      "title": "SaveAnimatedWEBP"
    }
  },
  "37": {
    "inputs": {
      "unet_name": "mochi_preview_bf16.safetensors",
      "weight_dtype": "default"
    },
    "class_type": "UNETLoader",
    "_meta": {
      "title": "Load Diffusion Model"
    }
  },
  "38": {
    "inputs": {
      "clip_name": "t5xxl_fp16.safetensors",
      "type": "mochi",
      "device": "default"
    },
    "class_type": "CLIPLoader",
    "_meta": {
      "title": "Load CLIP"
    }
  },
  "39": {
    "inputs": {
      "vae_name": "mochi_vae.safetensors"
    },
    "class_type": "VAELoader",
    "_meta": {
      "title": "Load VAE"
    }
  },
  "save_image_websocket_node": {
    "inputs": {
      "fps": 24,
      "lossless": false,
      "quality": 80,
      "method": "default",
      "images": [
        "8",
        0
      ]
    },
    "class_type": "SaveAnimatedWEBPWebsocket",
    "_meta": {
      "title": "SaveAnimatedWEBPWebsocket"
    }
  }
}