ComfyUI Node
Text Loader Crawl (CRT)
A ComfyUI node in CRT/Load with 6 inputs and 3 outputs.
Text Loader Crawl (CRT)
- text_output
- file_name
- file_path
◄folder_path►
◄seed0►
◄file_extension.txt►
◄max_words0►
◄crawl_subfoldersfalse►
◄remove_extensionfalse►
CategoryCRT/Load
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| folder_path | STRING | Path to the folder containing text files | |
| seed | INT | 00–18446744073709550000 | Seed for deterministic file selection |
| file_extension | STRING | .txt | File extension to filter (e.g., .txt, .md) |
| max_words | INT | 0 | Maximum number of words in output (0 for no limit) |
| crawl_subfolders | BOOLEAN | false | If true, include files in subfolders |
| remove_extension | BOOLEAN | false | Output filename without extension |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| text_output | STRING | — |
| file_name | STRING | — |
| file_path | STRING | — |