{
  "3": {
    "inputs": {
      "unet_name": "z_image_turbo_bf16.safetensors",
      "weight_dtype": "default"
    },
    "class_type": "UNETLoader",
    "_meta": {
      "title": "Load Diffusion Model"
    }
  },
  "4": {
    "inputs": {
      "clip_name": "qwen_3_4b.safetensors",
      "type": "qwen_image",
      "device": "default"
    },
    "class_type": "CLIPLoader",
    "_meta": {
      "title": "Load CLIP"
    }
  },
  "5": {
    "inputs": {
      "vae_name": "ae.safetensors"
    },
    "class_type": "VAELoader",
    "_meta": {
      "title": "Load VAE"
    }
  },
  "6": {
    "inputs": {
      "text": "close up face hyper detailed macro studio portrait analog photography of androgyn introverted person ( male:1.2) three quarter side profile in detailed royal hyper detailed white and black crochet laced knitted macrame lace head mask ritual shaman,curvy detailed embroidery traditional caucasian  persian caucasian textile knitting crochet patterns,dust in the air,detailed,strong rim lights.\n\nhigh contrast, thin yarn.\n\n(noisey pink floral background.:1.2)\n\nblack lillies, black flowers, black leafes, black flower bouquet attached to the body.\n\ndouble exposed with \n",
      "clip": [
        "4",
        0
      ]
    },
    "class_type": "CLIPTextEncode",
    "_meta": {
      "title": "CLIP Text Encode (Positive Prompt)"
    }
  },
  "7": {
    "inputs": {
      "shift": 3,
      "model": [
        "3",
        0
      ]
    },
    "class_type": "ModelSamplingAuraFlow",
    "_meta": {
      "title": "ModelSamplingAuraFlow"
    }
  },
  "8": {
    "inputs": {
      "seed": 67920296254766,
      "steps": 10,
      "cfg": 1,
      "sampler_name": "euler_ancestral",
      "scheduler": "simple",
      "denoise": 0.56,
      "model": [
        "7",
        0
      ],
      "positive": [
        "6",
        0
      ],
      "negative": [
        "9",
        0
      ],
      "latent_image": [
        "27",
        0
      ]
    },
    "class_type": "KSampler",
    "_meta": {
      "title": "KSampler"
    }
  },
  "9": {
    "inputs": {
      "conditioning": [
        "6",
        0
      ]
    },
    "class_type": "ConditioningZeroOut",
    "_meta": {
      "title": "ConditioningZeroOut"
    }
  },
  "24": {
    "inputs": {
      "samples": [
        "8",
        0
      ],
      "vae": [
        "5",
        0
      ]
    },
    "class_type": "VAEDecode",
    "_meta": {
      "title": "VAE Decode"
    }
  },
  "25": {
    "inputs": {
      "images": [
        "24",
        0
      ]
    },
    "class_type": "PreviewImage",
    "_meta": {
      "title": "Preview Image"
    }
  },
  "26": {
    "inputs": {
      "image": "ComfyUI_temp_vmiqp_00020_.png"
    },
    "class_type": "LoadImage",
    "_meta": {
      "title": "Load Image"
    }
  },
  "27": {
    "inputs": {
      "pixels": [
        "26",
        0
      ],
      "vae": [
        "5",
        0
      ]
    },
    "class_type": "VAEEncode",
    "_meta": {
      "title": "VAE Encode"
    }
  }
}