Translate node that extend the capabilities of ComfyUI
| Name | Description | ComfyUI category |
|---|---|---|
| BingTranslateTextNode | The node translate promt uses module Bing Translator from other languages into english and return string | Translate Node/text |
| BingTranslateCLIPTextEncodeNode | The node translate promt uses module Bing Translator from other languages into english, and return conditioning | Translate Node/conditioning |
- Download from github repositorie ComfyUI_Translate_Node, extract folder ComfyUI_Translate_Node, and put in custom_nodes
Folder stucture:
custom_nodes
|-- ComfyUI_Translate_Node
|---- folders nodes
|---- __init__.py
|---- LICENSE
|---- README.md
- Run Comflyui and nodes will be installed automatically....
- Install Git
- Go to folder ..\ComfyUI\custom_nodes
- Run cmd.exe
Windows:
Variant 1: In folder click panel current path and input cmd and press Enter on keyboard
Variant 2: Press on keyboard Windows+R, and enter cmd.exe open window cmd, enter cd /d your_path_to_custom_nodes, Enter on keyboard
- Enter
git clone https://github.com/ivanszl/ComfyUI_Translate_Node.git - After this command be created folder ComfyUI_Translate_Node
- Run Comflyui....