{
  "1": {
    "class_type": "VHS_LoadVideoPath",
    "inputs": {
      "video": "E:\\repos\\h3-upscaling\\inputs\\frozen\\S07.mp4",
      "force_rate": 0,
      "custom_width": 0,
      "custom_height": 0,
      "frame_load_cap": 0,
      "skip_first_frames": 0,
      "select_every_nth": 1
    }
  },
  "2": {
    "class_type": "ResizeImageMaskNode",
    "inputs": {
      "input": [
        "1",
        0
      ],
      "resize_type": "scale by multiplier",
      "resize_type.multiplier": 2.0,
      "scale_method": "lanczos"
    }
  },
  "3": {
    "class_type": "SeedVR2Preprocess",
    "inputs": {
      "resized_images": [
        "2",
        0
      ]
    }
  },
  "4": {
    "class_type": "VAELoader",
    "inputs": {
      "vae_name": "ema_vae_fp16.safetensors"
    }
  },
  "5": {
    "class_type": "VAEEncodeTiled",
    "inputs": {
      "pixels": [
        "3",
        0
      ],
      "vae": [
        "4",
        0
      ],
      "tile_size": 512,
      "overlap": 128,
      "temporal_size": 64,
      "temporal_overlap": 8
    }
  },
  "6": {
    "class_type": "UNETLoader",
    "inputs": {
      "unet_name": "seedvr2_3b_int8_convrot.safetensors",
      "weight_dtype": "default"
    }
  },
  "7": {
    "class_type": "SeedVR2TemporalChunk",
    "inputs": {
      "latent": [
        "5",
        0
      ],
      "temporal_overlap": 2,
      "chunking_mode": "manual",
      "chunking_mode.frames_per_chunk": 21
    }
  },
  "8": {
    "class_type": "SeedVR2Conditioning",
    "inputs": {
      "model": [
        "6",
        0
      ],
      "vae_conditioning": [
        "7",
        0
      ]
    }
  },
  "9": {
    "class_type": "KSampler",
    "inputs": {
      "model": [
        "6",
        0
      ],
      "seed": 959948902156062,
      "steps": 1,
      "cfg": 1.0,
      "sampler_name": "euler",
      "scheduler": "simple",
      "positive": [
        "8",
        0
      ],
      "negative": [
        "8",
        1
      ],
      "latent_image": [
        "7",
        0
      ],
      "denoise": 1.0
    }
  },
  "10": {
    "class_type": "SeedVR2TemporalMerge",
    "inputs": {
      "latents": [
        "9",
        0
      ],
      "temporal_overlap": [
        "7",
        1
      ]
    }
  },
  "11": {
    "class_type": "VAEDecodeTiled",
    "inputs": {
      "samples": [
        "14",
        0
      ],
      "vae": [
        "4",
        0
      ],
      "tile_size": 512,
      "overlap": 128,
      "temporal_size": 64,
      "temporal_overlap": 8
    }
  },
  "12": {
    "class_type": "SeedVR2PostProcessing",
    "inputs": {
      "images": [
        "11",
        0
      ],
      "original_resized_images": [
        "2",
        0
      ],
      "color_correction_method": "none"
    }
  },
  "13": {
    "class_type": "VHS_VideoCombine",
    "inputs": {
      "images": [
        "12",
        0
      ],
      "frame_rate": 24.0,
      "loop_count": 0,
      "filename_prefix": "h3-upscaling-matrix/M02c-S07-native",
      "format": "video/ffv1-mkv",
      "pingpong": false,
      "save_output": true,
      "level": "3",
      "coder": "1",
      "context": "1",
      "gop_size": 1,
      "slices": "16",
      "slicecrc": "1",
      "pix_fmt": "yuv444p",
      "save_metadata": true,
      "trim_to_audio": false
    }
  },
  "14": {
    "class_type": "VRAM_Debug",
    "inputs": {
      "empty_cache": true,
      "gc_collect": true,
      "unload_all_models": true,
      "any_input": [
        "10",
        0
      ]
    }
  }
}
