Extensions/sync-comfyui-translate
ComfyUI Extension

sync-comfyui-translate

A ComfyUI extension.

By synchronicity-labs·Created about a year ago·Updated about a year ago· 0
synchronicity-labs/sync-comfyui-translate
Nodes
On cloudLocal install
Stars0
Updatedabout a year ago
Readme

ComfyUI Sync Translate Node

This custom node allows you to create lipsynced translated videos for a target language. For voice cloning and TTS, ElevenLabs is used. For transcription & translation, OpenAI is used.

Installation & Usage

After cloning ComfyUI and setting up a virtual environment for it, follow these steps:

  1. Navigate to the custom nodes directory:
    cd /path/to/ComfyUI/custom_nodes/

  2. Clone this repository:
    git clone https://github.com/synchronicity-labs/sync-comfyui-translate.git

  3. Install the required dependencies:
    pip install -r requirements.txt

IMPORTANT: If you want to ignore steps 2-3, just run comfy node install sync-translate-node in your /path/to/ComfyUI/custom_nodes/

  1. Go back to the main ComfyUI directory and run:
    cd /path/to/ComfyUI/
    python main.py

  2. A link will be printed in the terminal — open it in your browser to access the ComfyUI GUI.

  3. In the ComfyUI interface:

    • On the left sidebar, go to the Nodes tab.
    • Search for Sync.
    • Open the Sync node and locate the translate node.
    • Click Run to generate the output!
    • The output video link will be saved in the json file

For issues or contributions, feel free to open a pull request or create an issue in this repository. Moreover, you can also refer to: https://github.com/synchronicity-labs/sync-examples/tree/main/translation/python