mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-11 08:20:53 +00:00
feat: Add more server side arguments (#1846)
* feat: Add more server side arguments * nit * Update locales [skip ci] --------- Co-authored-by: Oto Ciulis <oto.ciulis@gmail.com> Co-authored-by: huchenlei <huchenlei@proton.me> Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -353,6 +353,7 @@
|
||||
"Attention": "注意力",
|
||||
"CUDA": "CUDA",
|
||||
"Cache": "缓存",
|
||||
"Directories": "目录",
|
||||
"General": "常规",
|
||||
"Inference": "推理",
|
||||
"Memory": "内存",
|
||||
@@ -427,12 +428,24 @@
|
||||
"name": "全局浮点精度",
|
||||
"tooltip": "全局浮点精度"
|
||||
},
|
||||
"input-directory": {
|
||||
"name": "输入目录"
|
||||
},
|
||||
"listen": {
|
||||
"name": "主机:要监听的IP地址"
|
||||
},
|
||||
"log-level": {
|
||||
"name": "日志详细级别"
|
||||
},
|
||||
"max-upload-size": {
|
||||
"name": "最大上传大小 (MB)"
|
||||
},
|
||||
"output-directory": {
|
||||
"name": "输出目录"
|
||||
},
|
||||
"port": {
|
||||
"name": "端口:要监听的端口"
|
||||
},
|
||||
"preview-method": {
|
||||
"name": "用于潜空间预览的方法"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user