Nodes Browser

ComfyDeploy: How ComfyUI_kkTranslator_nodes works in ComfyUI?

What is ComfyUI_kkTranslator_nodes?

These nodes are mainly used to translate prompt words from other languages into English. PromptTranslateToText implements prompt word translation based on Helsinki NLP translation model.It doesn't require internet connection。

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI_kkTranslator_nodes and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI_kkTranslator_nodes

简体中文| English

These nodes are mainly used to translate prompt words from other languages into English. PromptTranslateToText implements prompt word translation based on Helsinki NLP translation model.It doesn't require internet connection。

Install

  1. Clone this repository to the custom of ComfyUI In the nodes folder。
cd custom_nodes
git clone https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes
  1. Run the following command to install dependencies
python -m pip install -r requirements.txt
  1. Restart your ComfyUI

Usage

Download this workflow to view the demonstration: marian_mt_workflow

Alt text