exists
Basic data handling: PathExists
Checks if a path exists in the filesystem. This node returns True if the path exists (either as a file or a directory), 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 |
|---|---|
| exists | BOOLEAN |