mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-05-01 03:31:41 +00:00
Update install.py
Former-commit-id: d94afa81e413d8bb5299d4ac28361b3dbe09224c
This commit is contained in:
@@ -2,9 +2,12 @@ import launch
|
||||
|
||||
packages = {
|
||||
"chardet": "chardet",
|
||||
"translators": "translators",
|
||||
"fastapi": "fastapi",
|
||||
"hashlib": "hashlib",
|
||||
|
||||
# The following packages are required for translation service. If you do not need translation service, you can remove them.
|
||||
# 以下是翻译所需的包,如果不需要翻译服务,可以删除掉它们。
|
||||
"translators": "translators",
|
||||
"openai": "openai",
|
||||
"boto3": "boto3",
|
||||
"aliyunsdkcore": "aliyun-python-sdk-core",
|
||||
|
||||
Reference in New Issue
Block a user