Extensions/ComfyUI-NumberToText
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.

By MartinDeanMoriarty·Created 9 months ago·Updated 9 months ago· 0
MartinDeanMoriarty/ComfyUI-NumberToText
Nodes1
On cloudLocal install
CategoryDeanLogic
Stars0
Updated9 months ago
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

  1. Dependencies
  2. Warning
  3. Installation
  4. License

<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.