is file
Basic data handling: PathIsFile
Checks if a path points to a file. This node returns True if the path exists and is a regular file, and False otherwise.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| path | STRING | required |
Outputs (1)
| Name | Type |
|---|---|
| is file | BOOLEAN |