ComfyUI Node
Select File From Directory
A ComfyUI node in SGNodes/Utilities with 5 inputs and 3 outputs.
Select File From Directory
- FULL_PATH
- RELATIVE_PATH
- FILE_NAME
◄folder_path►
◄extensions►
◄filter_type▾►
◄filter_text►
◄file_name▾►
CategorySGNodes/Utilities
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| folder_path | STRING | The absolute path to the directory to scan. | |
| extensions | STRING | Comma-separated list of allowed extensions (default: empty searches all). | |
| filter_type | COMBO | Type of additional filtering (none, contains, regex). | |
| filter_text | STRING | The text or regex pattern for the selected filter type. | |
| file_name | COMBO | The selected file from the dynamic dropdown list. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| FULL_PATH | STRING | — |
| RELATIVE_PATH | STRING | — |
| FILE_NAME | STRING | — |