ComfyUI Node
ScribblePad
A ComfyUI node in Utils/Text with 4 inputs and 3 outputs.
ScribblePad
- cleaned_text
- char_count
- token_estimate
◄text►
◄comment_prefix//►
◄comment_modeloose►
◄token_modelight►
CategoryUtils/Text
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | — | |
| comment_prefix | COMBO | // | 5 options: //, #, ;, --, % |
| comment_mode | COMBO | loose | 2 options: loose, strict |
| token_mode | COMBO | light | 2 options: light, exact |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| cleaned_text | STRING | — |
| char_count | INT | — |
| token_estimate | INT | — |