ComfyUI Node
I18n Text Processor
A simple i18n demo node that demonstrates text processing with internationalization support
I18n Text Processor
- processed_text
◄textHello World!►
◄operationuppercase►
◄count1►
◄prefix[I18N] ►
CategoryI18n Demo
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Hello World! | The original text content to be processed |
| operation | COMBO | uppercase | The text processing operation to be executed |
| count | INT | 11–10 | The number of times to repeat the operation |
| prefixopt | STRING | [I18N] | The prefix to add to the text |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| processed_text | STRING | — |