ComfyUI Node
Vocab Build
A ComfyUI node in ComfyDL/NLP Utils with 3 inputs and 2 outputs.
Vocab Build
- vocab
- vocab_size
◄tokens_textthe quick
brown fox
the lazy dog►
◄min_freq1►
◄reserved_tokens<pad>,<bos>,<eos>►
CategoryComfyDL/NLP Utils
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| tokens_text | STRING | the quick brown fox the lazy dog | — |
| min_freq | INT | 11–100000 | — |
| reserved_tokens | STRING | <pad>,<bos>,<eos> | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| vocab | cdlVocab | — |
| vocab_size | INT | — |