comfyui_fk_server icon indicating copy to clipboard operation
comfyui_fk_server copied to clipboard

Comfyui万能翻译插件(不再需要添加各种节点,直接在原有节点上加入翻译功能),让comfyui任意长文本输入框支持中文输入并自动翻译/同时加入报错翻译功能(调用百度翻译),实现翻译自由!同时接入AI大模型实现提示词...

Results 20 comfyui_fk_server issues
Sort by recently updated
recently updated
newest added

![Uploading 微信截图_20240711130114.png…]()

翻译模式下内容为"文本、水印",修改为“文本、水印、劣质图片”后,不点击其余空白位置失去焦点,快速双击输入框,此时并不会触发翻译,而是直接替换为旧内容 ![Snipaste_2024-07-08_00-32-39](https://github.com/juehackr/comfyui_fk_server/assets/52813604/d2df3ba6-365a-4082-acee-6f27454d06ee) ![Snipaste_2024-07-08_00-35-50](https://github.com/juehackr/comfyui_fk_server/assets/52813604/46d8bd49-9bb7-4bac-9305-a788807cb4b1)

响应报文如下,此时翻译图片为空白 ![Snipaste_2024-07-08_00-26-14](https://github.com/juehackr/comfyui_fk_server/assets/52813604/3f7f009a-32f4-40e5-a77b-a3f639ee8b20) `({ "from": "en", "to": "en", "trans_result": [ { "src": "1girl", "dst": "1girl" } ] })`

保存了智谱的key,再用还是没有保存,我去插件目录的json看也没有,而且只有一个百度key保存的位置,这正常吗?

Hey! My name is HaoHao and I'm from [comfy-org](https://comfy.org/)! We would love to have you join the Comfy Registry, a public collection of custom nodes which lets authors publish nodes...

百度翻译识别到文本最后为",(英标逗号)"时。不会翻译文本,而是将标点字符从中标翻译为英标。 不确定是否为百度翻译的特性 解决方案:在每次请求前,检查最后一个字符是否为",(英标逗号)",如果是,则移除这个字符 返回Body: `({ "from": "en", "to": "zh", "trans_result": [ { "src": "cat,cardboard_box,", "dst": "cat\uff0ccardboard_box\uff0c" } ] })`

This PR adds a Github Action (publish-node-action) that will publish an updated version of your custom node to the [registry](https://comfyregistry.org/) whenever the `pyproject.toml` file changes. The pyproject.toml defines the custom...

wkapi.js and fk.js Both of these files are detected by Microsoft and KIMI with viruses. Trojan:Script/Wacatac.H! ml It looks like you sent a bit of confused JavaScript code. This code...

没有办法填写APPID和KEY,总是提示“请填写完整信息”,以核对无误,但是依然提示这个

翻译时提示:翻译失败,这可能是网络问题~~