Skip to content

Commit 626fcff

Browse files
comfy-pr-botarjansinghgithub-actions
authored
1.30.0 (#6099)
Minor version increment to 1.30.0 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6099-1-30-0-28f6d73d3650817b9505d85b906047c2) by [Unito](https://www.unito.io) --------- Co-authored-by: arjansingh <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 15b1b91 commit 626fcff

File tree

13 files changed

+43
-33
lines changed

13 files changed

+43
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@comfyorg/comfyui-frontend",
33
"private": true,
4-
"version": "1.29.2",
4+
"version": "1.30.0",
55
"type": "module",
66
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
77
"homepage": "https://comfy.org",

src/locales/ar/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@
334334
"Comfy_UseNewMenu": {
335335
"name": "استخدام القائمة الجديدة",
336336
"options": {
337-
"Bottom": "أسفل",
338337
"Disabled": "معطل",
339338
"Top": "أعلى"
340339
},
@@ -384,8 +383,7 @@
384383
"name": "موضع تبويبات سير العمل المفتوحة",
385384
"options": {
386385
"Sidebar": "الشريط الجانبي",
387-
"Topbar": "شريط الأعلى",
388-
"Topbar (2nd-row)": "شريط الأعلى (الصف الثاني)"
386+
"Topbar": "شريط الأعلى"
389387
}
390388
},
391389
"LiteGraph_Canvas_MaximumFps": {

src/locales/en/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2023,4 +2023,4 @@
20232023
}
20242024
}
20252025
}
2026-
}
2026+
}

src/locales/en/nodeDefs.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11289,6 +11289,29 @@
1128911289
}
1129011290
}
1129111291
},
11292+
"TemporalScoreRescaling": {
11293+
"display_name": "TSR - Temporal Score Rescaling",
11294+
"description": "[Post-CFG Function]\nTSR - Temporal Score Rescaling (2510.01184)\n\nRescaling the model's score or noise to steer the sampling diversity.\n",
11295+
"inputs": {
11296+
"model": {
11297+
"name": "model"
11298+
},
11299+
"tsr_k": {
11300+
"name": "tsr_k",
11301+
"tooltip": "Controls the rescaling strength.\nLower k produces more detailed results; higher k produces smoother results in image generation. Setting k = 1 disables rescaling."
11302+
},
11303+
"tsr_sigma": {
11304+
"name": "tsr_sigma",
11305+
"tooltip": "Controls how early rescaling takes effect.\nLarger values take effect earlier."
11306+
}
11307+
},
11308+
"outputs": {
11309+
"0": {
11310+
"name": "patched_model",
11311+
"tooltip": null
11312+
}
11313+
}
11314+
},
1129211315
"TextEncodeAceStepAudio": {
1129311316
"display_name": "TextEncodeAceStepAudio",
1129411317
"inputs": {

src/locales/en/settings.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,13 @@
330330
"small": "small"
331331
}
332332
},
333+
"Comfy_Sidebar_Style": {
334+
"name": "Sidebar style",
335+
"options": {
336+
"floating": "floating",
337+
"connected": "connected"
338+
}
339+
},
333340
"Comfy_Sidebar_UnifiedWidth": {
334341
"name": "Unified sidebar width"
335342
},
@@ -351,8 +358,7 @@
351358
"tooltip": "Menu bar position. On mobile devices, the menu is always shown at the top.",
352359
"options": {
353360
"Disabled": "Disabled",
354-
"Top": "Top",
355-
"Bottom": "Bottom"
361+
"Top": "Top"
356362
}
357363
},
358364
"Comfy_Validation_Workflows": {
@@ -402,8 +408,7 @@
402408
"name": "Opened workflows position",
403409
"options": {
404410
"Sidebar": "Sidebar",
405-
"Topbar": "Topbar",
406-
"Topbar (2nd-row)": "Topbar (2nd-row)"
411+
"Topbar": "Topbar"
407412
}
408413
},
409414
"LiteGraph_Canvas_MaximumFps": {

src/locales/es/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@
334334
"Comfy_UseNewMenu": {
335335
"name": "Usar nuevo menú",
336336
"options": {
337-
"Bottom": "Abajo",
338337
"Disabled": "Deshabilitado",
339338
"Top": "Arriba"
340339
},
@@ -384,8 +383,7 @@
384383
"name": "Posición de los flujos de trabajo abiertos",
385384
"options": {
386385
"Sidebar": "Barra lateral",
387-
"Topbar": "Barra superior",
388-
"Topbar (2nd-row)": "Barra superior (2ª fila)"
386+
"Topbar": "Barra superior"
389387
}
390388
},
391389
"LiteGraph_Canvas_MaximumFps": {

src/locales/fr/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@
334334
"Comfy_UseNewMenu": {
335335
"name": "Utiliser le nouveau menu",
336336
"options": {
337-
"Bottom": "Bas",
338337
"Disabled": "Désactivé",
339338
"Top": "Haut"
340339
},
@@ -384,8 +383,7 @@
384383
"name": "Position des flux de travail ouverts",
385384
"options": {
386385
"Sidebar": "Barre latérale",
387-
"Topbar": "Barre supérieure",
388-
"Topbar (2nd-row)": "Barre supérieure (2ème rangée)"
386+
"Topbar": "Barre supérieure"
389387
}
390388
},
391389
"LiteGraph_Canvas_MaximumFps": {

src/locales/ja/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@
334334
"Comfy_UseNewMenu": {
335335
"name": "新しいメニューを使用",
336336
"options": {
337-
"Bottom": "",
338337
"Disabled": "無効",
339338
"Top": ""
340339
},
@@ -384,8 +383,7 @@
384383
"name": "開いているワークフローの位置",
385384
"options": {
386385
"Sidebar": "サイドバー",
387-
"Topbar": "トップバー",
388-
"Topbar (2nd-row)": "トップバー(2行目)"
386+
"Topbar": "トップバー"
389387
}
390388
},
391389
"LiteGraph_Canvas_MaximumFps": {

src/locales/ko/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@
334334
"Comfy_UseNewMenu": {
335335
"name": "새 메뉴 사용",
336336
"options": {
337-
"Bottom": "하단",
338337
"Disabled": "비활성화",
339338
"Top": "상단"
340339
},
@@ -384,8 +383,7 @@
384383
"name": "열린 워크플로 위치",
385384
"options": {
386385
"Sidebar": "사이드바",
387-
"Topbar": "상단바",
388-
"Topbar (2nd-row)": "상단바 (2번째 행)"
386+
"Topbar": "상단바"
389387
}
390388
},
391389
"LiteGraph_Canvas_MaximumFps": {

src/locales/ru/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@
334334
"Comfy_UseNewMenu": {
335335
"name": "Использовать новое меню",
336336
"options": {
337-
"Bottom": "Внизу",
338337
"Disabled": "Отключено",
339338
"Top": "Вверху"
340339
},
@@ -384,8 +383,7 @@
384383
"name": "Положение открытых рабочих процессов",
385384
"options": {
386385
"Sidebar": "Боковая панель",
387-
"Topbar": "Верхняя панель",
388-
"Topbar (2nd-row)": "Топбар (2-й ряд)"
386+
"Topbar": "Верхняя панель"
389387
}
390388
},
391389
"LiteGraph_Canvas_MaximumFps": {

0 commit comments

Comments
 (0)