Nodes Browser

ComfyDeploy: How ComfyUI-load-image-from-url works in ComfyUI?

What is ComfyUI-load-image-from-url?

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

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-load-image-from-url and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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"
    }
  }
}