ComfyUI Node
SF Text Analyzer
Analyzes text and returns: - **word_count**: Actual word count - **token_estimate**: Estimated Claude token count (approximate, based on char/4 rule) - **summary**: Formatted text summary Note: Token count is an estimation, not exact Claude tokenization.
SF Text Analyzer
- word_count
- token_estimate
- summary
◄text►
CategoryStillfront/Utils
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Text to analyze |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| word_count | INT | — |
| token_estimate | INT | — |
| summary | STRING | — |