Skip to content

Conversation

@OwlvChirotha
Copy link

Description

This PR adds ComfyUI-Translator to the custom node list.

Features

ComfyUI-Translator provides a comprehensive translation toolkit for ComfyUI, including:

  • Basic translator node - General text translation functionality
  • LLM translator node - AI-powered translation using language models
  • Multiple LLM service connectors - Support for various AI services:
    • ChatGPT connector
    • Gemini connector
    • DeepSeek connector
    • Kimi connector
    • Ollama connector
    • SiliconFlow connector
    • Zhipu connector
  • LLM model loader - Dynamic model loading capabilities
  • General LLM service connector - Universal connector framework

Repository Details

Installation Requirements

{
  "requirements": [
    "googletrans==4.0.0rc1",
    "requests>=2.25.0"
  ]
}

Testing

The node has been tested with:

  • ComfyUI version 0.3.65
  • Basic translation functionality working
  • Multiple LLM connectors functional

Notes

  • All nodes are properly categorized under "utility" and "translation"
  • Includes comprehensive manifest.json for proper ComfyUI Manager integration
  • Supports both basic translation and advanced LLM-based translation workflows

## Description
This PR adds ComfyUI-Translator to the custom node list.

## Features
ComfyUI-Translator provides a comprehensive translation toolkit for ComfyUI, including:
- **Basic translator node** - General text translation functionality
- **LLM translator node** - AI-powered translation using language models
- **Multiple LLM service connectors** - Support for various AI services:
  - ChatGPT connector
  - Gemini connector  
  - DeepSeek connector
  - Kimi connector
  - Ollama connector
  - SiliconFlow connector
  - Zhipu connector
- **LLM model loader** - Dynamic model loading capabilities
- **General LLM service connector** - Universal connector framework

## Repository Details
- **Repository**: https://github.com/OwlvChirotha/ComfyUI-Translator
- **Author**: Owl-V
- **License**: GPL-3.0

## Installation Requirements
```json
{
  "requirements": [
    "googletrans==4.0.0rc1",
    "requests>=2.25.0"
  ]
}
```

## Testing
The node has been tested with:
- ComfyUI version 0.3.65
- Basic translation functionality working
- Multiple LLM connectors functional

## Notes
- All nodes are properly categorized under "utility" and "translation"
- Includes comprehensive manifest.json for proper ComfyUI Manager integration
- Supports both basic translation and advanced LLM-based translation workflows
@ltdrdata
Copy link
Member

  1. Please remove the __pycache__ dir from the repo.
  2. Please write the widget value in English only.
    https://github.com/OwlvChirotha/ComfyUI-Translator/blob/67ea61daea15638a1bd375b5dac5e8cd2beb5109/basic_translator_node.py#L16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants