{
  "1": {
    "class_type": "CheckpointLoaderSimple",
    "_meta": {
      "title": "checkpoint_loader"
    },
    "inputs": {
      "ckpt_name": "juggernautXL_ragnarokBy.safetensors"
    }
  },
  "2": {
    "class_type": "CLIPTextEncode",
    "_meta": {
      "title": "positive_prompt"
    },
    "inputs": {
      "text": "a red fox sitting alert in a snowy forest at dawn, thick winter fur with individual strands visible, breath faintly visible in cold air, soft golden dawn light filtering through frost-covered pine trees, gentle mist, snow-dusted branches, delicate paw prints in fresh snow, cinematic composition, natural photorealistic lighting, shot on Canon EOS R5, 85mm lens, shallow depth of field, sharp focus on the fox's eyes, 8k, ultra detailed, award winning wildlife photography",
      "clip": [
        "1",
        1
      ]
    }
  },
  "3": {
    "class_type": "CLIPTextEncode",
    "_meta": {
      "title": "negative_prompt"
    },
    "inputs": {
      "text": "blurry, out of focus, low quality, low resolution, noisy, grainy, jpeg artifacts, watermark, text, signature, ugly, bad anatomy, deformed, disfigured, poorly drawn hands, extra fingers, mutated limbs, cloned face, plastic skin, cartoon, illustration, painting, overexposed, oversaturated, extra limbs, extra tails",
      "clip": [
        "1",
        1
      ]
    }
  },
  "4": {
    "class_type": "EmptyLatentImage",
    "_meta": {
      "title": "empty_latent"
    },
    "inputs": {
      "width": 1024,
      "height": 1024,
      "batch_size": 1
    }
  },
  "5": {
    "class_type": "KSampler",
    "_meta": {
      "title": "ksampler"
    },
    "inputs": {
      "seed": 42,
      "steps": 30,
      "cfg": 7.0,
      "sampler_name": "dpmpp_2m",
      "scheduler": "karras",
      "denoise": 1.0,
      "model": [
        "1",
        0
      ],
      "positive": [
        "2",
        0
      ],
      "negative": [
        "3",
        0
      ],
      "latent_image": [
        "4",
        0
      ]
    }
  },
  "6": {
    "class_type": "VAEDecode",
    "_meta": {
      "title": "vae_decode"
    },
    "inputs": {
      "samples": [
        "5",
        0
      ],
      "vae": [
        "1",
        2
      ]
    }
  },
  "7": {
    "class_type": "SaveImage",
    "_meta": {
      "title": "save_image"
    },
    "inputs": {
      "filename_prefix": "ComfyClaw_Fox",
      "images": [
        "6",
        0
      ]
    }
  }
}