ComfyUI Extension: ComfyUI-load-image-from-url

Authored by tsogzark

Created

Updated

13 stars

A simple node to load image from local path or http url. You can find this node from 'image' category.

Custom Nodes (1)

README

A simple node to load image from local path or http url.

You can find this node from "image" category.

{
  "1": {
    "inputs": {
      "url_or_path": "https://i.postimg.cc/TYbdk63X/test.png"
    },
    "class_type": "LoadImageFromUrlOrPath",
    "_meta": {
      "title": "LoadImageFromUrlOrPath"
    }
  },
  "2": {
    "inputs": {
      "images": [
        "1",
        0
      ]
    },
    "class_type": "PreviewImage",
    "_meta": {
      "title": "Preview Image"
    }
  }
}