{
 "_fixture": {
  "what_this_is": "One ComfyUI API-format graph for hidream-o1-dev, as this bench submitted it — the harness's own template with its notes stripped and its tokens substituted, at the settings the standard 768x768 subject cell ran on both rigs.",
  "arm": "hidream-o1-dev",
  "workflow_template": "diffusion-0823/wave1-hidream-o1-dev-fp8",
  "checkpoint": "hidream_o1_image_dev_fp8_scaled.safetensors",
  "settings": {
   "width": 768,
   "height": 768,
   "steps": 32,
   "cfg": 1.0,
   "sampler": null,
   "scheduler": "normal"
  },
  "fixture_row_id": "r3090__hidream-o1-dev__npc_kestrel__s1201",
  "fixture_prompt_and_seed": "THE PROMPT AND SEED IN THIS GRAPH ARE A FIXTURE. They are the real values of the manifest row named in fixture_row_id, standing in for whichever row you want to reproduce: substitute that row's `prompt` and `seed` and every other knob here is already the one it ran with — except `steps`, `width` and `height`, which the ladder cells vary and the row also states.",
  "seed": 1201,
  "types_as_submitted": "width, height and seed appear as JSON strings because the harness substitutes into a quoted token and the engine coerces them. Published as submitted, not tidied.",
  "keys_beginning_with_underscore": "notes, never nodes — the harness drops them before submitting, and this one was not present in what ran."
 },
 "loader": {
  "class_type": "CheckpointLoaderSimple",
  "inputs": {
   "ckpt_name": "hidream_o1_image_dev_fp8_scaled.safetensors"
  }
 },
 "positive": {
  "class_type": "CLIPTextEncode",
  "inputs": {
   "text": "painted storybook realism, soft brushwork, warm amber glow, gentle folk-tale wistfulness, unsigned, no text, no letters, no signature, no watermark. portrait of an outsider salvage-diver in a dripping oilskin, round brass-rimmed diving goggles pushed up into sun-bleached blond hair, easy grin with rattled eyes, a coil of salvage line on his shoulder",
   "clip": [
    "loader",
    1
   ]
  }
 },
 "negative": {
  "class_type": "CLIPTextEncode",
  "inputs": {
   "text": "",
   "clip": [
    "loader",
    1
   ]
  }
 },
 "noise_scale": {
  "class_type": "ModelNoiseScale",
  "inputs": {
   "noise_scale": 7.6,
   "model": [
    "loader",
    0
   ]
  }
 },
 "sigmas": {
  "class_type": "BasicScheduler",
  "inputs": {
   "scheduler": "normal",
   "steps": 32,
   "denoise": 1.0,
   "model": [
    "noise_scale",
    0
   ]
  }
 },
 "sampler_select": {
  "class_type": "SamplerLCM",
  "inputs": {
   "s_noise": 1.0,
   "s_noise_end": 1.0,
   "noise_clip_std": 2.5
  }
 },
 "latent": {
  "class_type": "EmptyHiDreamO1LatentImage",
  "inputs": {
   "width": "768",
   "height": "768",
   "batch_size": 1
  }
 },
 "sample": {
  "class_type": "SamplerCustom",
  "inputs": {
   "add_noise": true,
   "noise_seed": "1201",
   "cfg": 1.0,
   "model": [
    "noise_scale",
    0
   ],
   "positive": [
    "positive",
    0
   ],
   "negative": [
    "negative",
    0
   ],
   "sampler": [
    "sampler_select",
    0
   ],
   "sigmas": [
    "sigmas",
    0
   ],
   "latent_image": [
    "latent",
    0
   ]
  }
 },
 "decode": {
  "class_type": "VAEDecode",
  "inputs": {
   "samples": [
    "sample",
    0
   ],
   "vae": [
    "loader",
    2
   ]
  }
 },
 "save": {
  "class_type": "SaveImage",
  "inputs": {
   "images": [
    "decode",
    0
   ],
   "filename_prefix": "diffusion-bench-0823"
  }
 }
}