pengchengmi / ComfyUI_Prompt_Translate_to_English

ComfyUI_Prompt_translate to english, ComfyUI 提示词翻译成英文
79 stars 7 forks source link

Splitting code, adding Alibaba Cloud API, and changing the installation method. #4

Closed shiertier closed 11 months ago

shiertier commented 12 months ago

Splitting code, adding Alibaba Cloud API, and changing the installation method.

Regarding the implementation of init.py, it is a bit complicated; if there is a better way, I suggest making changes (my Python proficiency is moderate).

shiertier commented 12 months ago

阿里云的api在AliTransApi.py的如下位置设置 ALIBABA_CLOUD_ACCESS_KEY_ID = "" ALIBABA_CLOUD_ACCESS_KEY_SECRET = ""

百度的api在BaiduTransApi.py的如下位置设置 appid = '' secretKey = ''

考虑到以后如果新增更多的翻译,建议日后可以增加一个专门放api的设置文件

pengchengmi commented 11 months ago