mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
Rename EditAttention to EditTokenWeight (#1848)
* Rename EditAttention to EditTokenWeight * Update locales [skip ci] * Remove EditAttention * nit --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -7,6 +7,7 @@ app.registerExtension({
|
||||
init() {
|
||||
const editAttentionDelta = app.ui.settings.addSetting({
|
||||
id: 'Comfy.EditAttention.Delta',
|
||||
category: ['Comfy', 'EditTokenWeight', 'Delta'],
|
||||
name: 'Ctrl+up/down precision',
|
||||
type: 'slider',
|
||||
attrs: {
|
||||
|
||||
@@ -638,7 +638,6 @@
|
||||
"LiteGraph": "Lite Graph",
|
||||
"Node Widget": "Node Widget",
|
||||
"Node": "Node",
|
||||
"EditAttention": "Edit Attention",
|
||||
"Extension": "Extension",
|
||||
"Canvas": "Canvas",
|
||||
"Link": "Link",
|
||||
@@ -666,7 +665,8 @@
|
||||
"Validation": "Validation",
|
||||
"Window": "Window",
|
||||
"Server-Config": "Server-Config",
|
||||
"About": "About"
|
||||
"About": "About",
|
||||
"EditTokenWeight": "Edit Token Weight"
|
||||
},
|
||||
"serverConfigItems": {
|
||||
"tls-keyfile": {
|
||||
|
||||
@@ -1249,7 +1249,7 @@
|
||||
"Comfy": "Comfy",
|
||||
"Comfy-Desktop": "Comfyデスクトップ",
|
||||
"DevMode": "開発モード",
|
||||
"EditAttention": "編集Attention",
|
||||
"EditTokenWeight": "トークンの重みを編集",
|
||||
"Extension": "拡張",
|
||||
"General": "一般",
|
||||
"Graph": "グラフ",
|
||||
|
||||
@@ -1232,7 +1232,7 @@
|
||||
"Comfy": "Comfy",
|
||||
"Comfy-Desktop": "Comfy-Desktop",
|
||||
"DevMode": "개발자 모드",
|
||||
"EditAttention": "토큰 가중치 편집",
|
||||
"EditTokenWeight": "토큰 가중치 편집",
|
||||
"Extension": "확장",
|
||||
"General": "일반",
|
||||
"Graph": "그래프",
|
||||
|
||||
@@ -1249,7 +1249,7 @@
|
||||
"Comfy": "Comfy",
|
||||
"Comfy-Desktop": "Comfy рабочий стол",
|
||||
"DevMode": "Режим разработчика",
|
||||
"EditAttention": "Редактировать внимание",
|
||||
"EditTokenWeight": "Редактировать вес токена",
|
||||
"Extension": "Расширение",
|
||||
"General": "Общие",
|
||||
"Graph": "Граф",
|
||||
|
||||
@@ -1249,7 +1249,7 @@
|
||||
"Comfy": "Comfy",
|
||||
"Comfy-Desktop": "Comfy桌面版",
|
||||
"DevMode": "开发模式",
|
||||
"EditAttention": "编辑Attention",
|
||||
"EditTokenWeight": "编辑令牌权重",
|
||||
"Extension": "扩展",
|
||||
"General": "常规",
|
||||
"Graph": "图",
|
||||
|
||||
Reference in New Issue
Block a user