ComfyUI Node
π Load Image From URL
A ComfyUI node in ArchAi3d/Image with 6 inputs and 2 outputs.
π Load Image From URL
- fallback_image
- IMAGE
- MASK
βnameimage_inputβΊ
βimageβΊ
βurlβΊ
βreturn_image_modeRGBβΊ
βenabledtrueβΊ
CategoryArchAi3d/Image
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| name | STRING | image_input | Identifier name for this input (used by web interface) |
| imageopt | STRING | Drag & drop image here, or click to browse | |
| urlopt | STRING | URL to load image from (overrides uploaded image if provided) | |
| return_image_modeopt | COMBO | RGB | Output image mode: RGB (color), RGBA (with alpha), L (grayscale) |
| enabledopt | BOOLEAN | true | When disabled, returns a 64x64 placeholder image. Useful for API calls where this input is not needed. |
| fallback_imageopt | IMAGE | Fallback image returned when URL is empty and no file uploaded. Useful for pipelines where a crop can serve as default. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | β |
| MASK | MASK | β |