{
  "1": {
    "class_type": "CheckpointLoaderSimple",
    "inputs": {
      "ckpt_name": "sd_xl_base_1.0.safetensors"
    }
  },
  "2": {
    "class_type": "LoraLoader",
    "inputs": {
      "model": [
        "1",
        0
      ],
      "clip": [
        "1",
        1
      ],
      "lora_name": "View360_sdxl.safetensors",
      "strength_model": 1.0,
      "strength_clip": 1.0
    }
  },
  "3": {
    "class_type": "SeamlessTile",
    "inputs": {
      "model": [
        "2",
        0
      ],
      "tiling": "x_only",
      "copy_model": "Make a copy"
    }
  },
  "4": {
    "class_type": "MakeCircularVAE",
    "inputs": {
      "vae": [
        "1",
        2
      ],
      "tiling": "x_only",
      "copy_vae": "Make a copy"
    }
  },
  "5": {
    "class_type": "LoadImage",
    "inputs": {
      "image": "env_plate.png"
    }
  },
  "6": {
    "class_type": "ImageScale",
    "inputs": {
      "image": [
        "5",
        0
      ],
      "upscale_method": "lanczos",
      "width": 1536,
      "height": 768,
      "crop": "disabled"
    }
  },
  "7": {
    "class_type": "VAEEncode",
    "inputs": {
      "pixels": [
        "6",
        0
      ],
      "vae": [
        "4",
        0
      ]
    }
  },
  "8": {
    "class_type": "CLIPTextEncode",
    "inputs": {
      "clip": [
        "2",
        1
      ],
      "text": "View 360, 360 equirectangular panorama, scenic mountain valley meadow at golden hour, dramatic clouds, snow peaks, wildflowers, photorealistic"
    }
  },
  "9": {
    "class_type": "CLIPTextEncode",
    "inputs": {
      "clip": [
        "2",
        1
      ],
      "text": "seam, border, cartoon, blurry, watermark, text, low quality"
    }
  },
  "10": {
    "class_type": "KSampler",
    "inputs": {
      "seed": 33,
      "steps": 30,
      "cfg": 6.5,
      "sampler_name": "dpmpp_2m",
      "scheduler": "karras",
      "denoise": 0.5,
      "model": [
        "3",
        0
      ],
      "positive": [
        "8",
        0
      ],
      "negative": [
        "9",
        0
      ],
      "latent_image": [
        "7",
        0
      ]
    }
  },
  "11": {
    "class_type": "CircularVAEDecode",
    "inputs": {
      "samples": [
        "10",
        0
      ],
      "vae": [
        "4",
        0
      ],
      "tiling": "x_only"
    }
  },
  "12": {
    "class_type": "SaveImage",
    "inputs": {
      "images": [
        "11",
        0
      ],
      "filename_prefix": "hdri_preview"
    }
  },
  "13": {
    "class_type": "HDRHighlightExpand",
    "inputs": {
      "image": [
        "11",
        0
      ],
      "srgb_to_linear": true,
      "threshold_low": 0.8,
      "threshold_high": 0.97,
      "max_gain": 96.0,
      "gamma": 2.5
    }
  },
  "14": {
    "class_type": "SaveEXR",
    "inputs": {
      "images": [
        "13",
        0
      ],
      "filename_prefix": "hdri/seamless",
      "tonemap": "linear",
      "version": 1,
      "start_frame": 1001,
      "frame_pad": 4,
      "save_workflow": "none",
      "create_path_if_missing": true
    }
  }
}