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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-load-image-from-url
and select it - 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"
}
}
}