---
title: "Load Image Folder"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/image/loadimagefolder
markdown: https://docs.nodetool.ai/nodes/nodetool/image/loadimagefolder.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/image/loadimagefolder.md
---

# Load Image Folder

**Type:** `nodetool.image.LoadImageFolder`

**Namespace:** `nodetool.image`

## Description

Load all images from a folder, optionally including subfolders.
    image, load, folder, files

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| folder | `str` | Folder to scan for images | `` |
| include_subdirectories | `bool` | Include images in subfolders | `false` |
| extensions | `list[str]` | Image file extensions to include | `[".png",".jpg",".jpeg",".bmp",".gif",".webp","....` |
| pattern | `str` | Pattern to match image files | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| image | `image` |  |
| path | `str` |  |
| images | `list` |  |

## Related Nodes

Browse other nodes in the [nodetool.image](./) namespace.
