ComfyUI Workflow

Built with anycoder

{
  "nodes": [
    {
      "id": 1,
      "type": "LoadImage",
      "pos": [
        50,
        50
      ],
      "size": {
        "0": 210,
        "1": 154
      },
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            1
          ]
        },
        {
          "name": "MASK",
          "type": "MASK"
        }
      ],
      "properties": {},
      "widgets_values": [
        "user_image.png"
      ],
      "class_type": "LoadImage"
    },
    {
      "id": 2,
      "type": "Image Flip",
      "pos": [
        300,
        50
      ],
      "size": {
        "0": 210,
        "1": 154
      },
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": [
        {
          "name": "image",
          "type": "IMAGE",
          "link": 1
        }
      ],
      "outputs": [
        {
          "name": "IMAGE",
          "type": "IMAGE",
          "links": [
            2
          ]
        }
      ],
      "properties": {},
      "widgets_values": [
        "horizontal"
      ],
      "class_type": "Image Flip"
    },
    {
      "id": 3,
      "type": "PreviewImage",
      "pos": [
        600,
        50
      ],
      "size": {
        "0": 210,
        "1": 154
      },
      "flags": {},
      "order": 2,
      "mode": 0,
      "inputs": [
        {
          "name": "images",
          "type": "IMAGE",
          "link": 2
        }
      ],
      "properties": {},
      "class_type": "PreviewImage"
    }
  ],
  "links": [
    [
      1,
      1,
      0,
      2,
      0,
      "IMAGE"
    ],
    [
      2,
      0,
      0,
      3,
      0,
      "IMAGE"
    ]
  ],
  "groups": [
    {
      "title": "User Image Modification",
      "bounding": [
        30,
        30,
        850,
        250
      ],
      "color": "#3a3a65",
      "font_size": 24,
      "nodes": [
        1,
        2,
        3
      ]
    }
  ],
  "version": 0.4,
  "custom_nodes": {
    "Image Flip": {
      "options": [
        "horizontal",
        "vertical",
        "both"
      ],
      "description": "Select the flip operation: horizontal, vertical, or both."
    }
  },
  "workflow_metadata": {
    "app_name": "ComfyUI",
    "app_version": "1.0.0",
    "workflow_name": "Image Modification (Flip)",
    "comment": "Built with anycoder"
  }
}