Update custom-node-list.json

## 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
This commit is contained in:
Owl-V 2025-10-16 10:49:04 +08:00 committed by GitHub
parent 9cb22ffb60
commit 9e7c38d57b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34825,6 +34825,22 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
}
{
"author": "Owl-V",
"title": "ComfyUI-Translator",
"id": "comfyui-translator-owlv",
"reference": "OwlvChirotha/ComfyUI-Translator",
"files": [
{
"url": "https://github.com/OwlvChirotha/ComfyUI-Translator",
"dest": "custom_nodes/ComfyUI-Translator",
"method": "clone"
}
],
"install_type": "git-clone",
"description": "ComfyUI plug-in collection of basic translator, LLM translator and a series of LLM Service Connectors.",
"tags": ["translation", "llm", "ai", "connector", "utility"]
}
]
}