comfyui-client 0.2.0

Rust client for comfyui.
{
  "1": {
    "inputs": {
      "image": "cat.webp",
      "upload": "image"
    },
    "class_type": "LoadImage",
    "_meta": {
      "title": "Load Image"
    }
  },
  "2": {
    "inputs": {
      "upscale_method": "nearest-exact",
      "scale_by": 1,
      "image": [
        "1",
        0
      ]
    },
    "class_type": "ImageScaleBy",
    "_meta": {
      "title": "Upscale Image By"
    }
  },
  "4": {
    "inputs": {
      "blur_radius": 3,
      "sigma": 1,
      "image": [
        "2",
        0
      ]
    },
    "class_type": "ImageBlur",
    "_meta": {
      "title": "Image Blur"
    }
  },
  "5": {
    "inputs": {
      "images": [
        "4",
        0
      ]
    },
    "class_type": "PreviewImage",
    "_meta": {
      "title": "Preview Image"
    }
  }
}