ComfyUI Extension: ComfyUI-NumberToText
Converts a number (e.g., 2 or 15) into written text (e.g., two or fifteen). Works for english and german up to numbers as high as 9999 without problems.
Custom Nodes (0)
README
ComfyUI-NumberToText
Converts a number (e.g., 2 or 15) into written text (e.g., two or fifteen). <br>Works for english and german up to numbers as high as 9999 without problems.
Table of Contents
<a name="dependencies"></a> Dependencies
Uses the 'num2words' library for multilingual support.
<a name="warning"></a> Warning
[!WARNING] Using this means you are old enough to know the risks of the internet!
<a name="installation"></a> Installation
Clone the repository into your custom_nodes directory or download packed file and extract it.
Start your Comfy environment and do:
<br>cd custom_nodes/ComfyUI-NumberToText
<br>pip install -r requirements.txt
<a name="license"></a> License
This project is licensed under the MIT License.