{
 "_fixture": {
  "what_this_is": "One ComfyUI API-format graph for krea2-turbo, 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": "krea2-turbo",
  "workflow_template": "diffusion-0823/wave1-krea2-turbo-fp8",
  "checkpoint": "krea2_turbo_fp8_scaled.safetensors",
  "settings": {
   "width": 768,
   "height": 768,
   "steps": 8,
   "cfg": 1.0,
   "sampler": "euler",
   "scheduler": "simple"
  },
  "fixture_row_id": "r3090__krea2-turbo__foe_drowned_hand__s1301",
  "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": 1301,
  "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."
 },
 "unet": {
  "class_type": "UNETLoader",
  "inputs": {
   "unet_name": "krea2_turbo_fp8_scaled.safetensors",
   "weight_dtype": "default"
  }
 },
 "clip": {
  "class_type": "CLIPLoader",
  "inputs": {
   "clip_name": "qwen3vl_4b_fp8_scaled.safetensors",
   "type": "krea2",
   "device": "default"
  }
 },
 "vae": {
  "class_type": "VAELoader",
  "inputs": {
   "vae_name": "qwen_image_vae.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. a swollen grey waterlogged hand and forearm reaching up through black water in a flooded sea-cave, skin split at the knuckles, a frayed oilskin cuff at the wrist",
   "clip": [
    "clip",
    0
   ]
  }
 },
 "negative": {
  "class_type": "ConditioningZeroOut",
  "inputs": {
   "conditioning": [
    "positive",
    0
   ]
  }
 },
 "latent": {
  "class_type": "EmptyLatentImage",
  "inputs": {
   "width": "768",
   "height": "768",
   "batch_size": 1
  }
 },
 "sample": {
  "class_type": "KSampler",
  "inputs": {
   "seed": "1301",
   "steps": 8,
   "cfg": 1.0,
   "sampler_name": "euler",
   "scheduler": "simple",
   "denoise": 1.0,
   "model": [
    "unet",
    0
   ],
   "positive": [
    "positive",
    0
   ],
   "negative": [
    "negative",
    0
   ],
   "latent_image": [
    "latent",
    0
   ]
  }
 },
 "decode": {
  "class_type": "VAEDecode",
  "inputs": {
   "samples": [
    "sample",
    0
   ],
   "vae": [
    "vae",
    0
   ]
  }
 },
 "save": {
  "class_type": "SaveImage",
  "inputs": {
   "images": [
    "decode",
    0
   ],
   "filename_prefix": "diffusion-bench-0823"
  }
 }
}