mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +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