ComfyUI Node
Image Download and Load
Downloads an image to ComfyUI's 'input' directory if it doesn't exist, then loads it using the built-in LoadImage logic.
Image Download and Load
- image_bypass
- mask_bypass
- image
- alpha_mask
◄base_urlhttps://raw.githubusercontent.com/set-soft/AudioSeparation/refs/heads/main/example_workflows/►
◄filenameaudioseparation_logo.jpg►
◄local_name►
◄embed_transparencyfalse►
Categoryimage/io
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| base_url | STRING | https://raw.githubusercontent.com/set-soft/AudioSeparation/refs/heads/main/example_workflows/ | The base URL where the image file is located. |
| filename | STRING | audioseparation_logo.jpg | The name of the image file to download (e.g., photo.jpg, art.png). |
| image_bypassopt | IMAGE | If this image is present will be used instead of the downloaded one | |
| mask_bypassopt | MASK | If this mask is present will be used instead of the downloaded one | |
| local_nameopt | STRING | The name used locally. Leave empty to use `filename` | |
| embed_transparencyopt | BOOLEAN | false | Create RGBA images when they have transparency. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| alpha_mask | MASK | — |