ComfyUI Workflow

View and download your workflow JSON

{
  "3": {
    "inputs": {
      "seed": 456789012,
      "steps": 25,
      "cfg": 7.0,
      "sampler_name": "dpmpp_2m",
      "scheduler": "karras",
      "denoise": 1.0,
      "model": [
        "4",
        0
      ],
      "positive": [
        "6",
        0
      ],
      "negative": [
        "7",
        0
      ],
      "latent_image": [
        "5",
        0
      ]
    },
    "class_type": "KSampler"
  },
  "4": {
    "inputs": {
      "ckpt_name": "sd_xl_base_1.0.safetensors"
    },
    "class_type": "CheckpointLoaderSimple"
  },
  "5": {
    "inputs": {
      "width": 1280,
      "height": 720,
      "batch_size": 1
    },
    "class_type": "EmptyLatentImage"
  },
  "6": {
    "inputs": {
      "text": "high fidelity UI/UX design mockup of a modern Service Desk web application, PHP MySQL architecture, dashboard view with colorful icons, ticket management interface, chat window with avatars, RU/EN language toggle, dark mode elements, clean professional layout, sleek software design, trending on Dribbble, 8k resolution, sharp details, no text artifacts",
      "clip": [
        "4",
        1
      ]
    },
    "class_type": "CLIPTextEncode"
  },
  "7": {
    "inputs": {
      "text": "blurry, low quality, distortion, watermark, text, watermark, ugly, bad composition, outdated design, cluttered interface",
      "clip": [
        "4",
        1
      ]
    },
    "class_type": "CLIPTextEncode"
  },
  "8": {
    "inputs": {
      "samples": [
        "3",
        0
      ],
      "vae": [
        "4",
        2
      ]
    },
    "class_type": "VAEDecode"
  },
  "9": {
    "inputs": {
      "filename_prefix": "ServiceDesk_UI_Design",
      "images": [
        "8",
        0
      ]
    },
    "class_type": "SaveImage"
  }
}