Skip to content
Merged

1.30.0 #6099

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@comfyorg/comfyui-frontend",
"private": true,
"version": "1.29.2",
"version": "1.30.0",
"type": "module",
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
"homepage": "https://comfy.org",
Expand Down
4 changes: 1 addition & 3 deletions src/locales/ar/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
"Comfy_UseNewMenu": {
"name": "استخدام القائمة الجديدة",
"options": {
"Bottom": "أسفل",
"Disabled": "معطل",
"Top": "أعلى"
},
Expand Down Expand Up @@ -384,8 +383,7 @@
"name": "موضع تبويبات سير العمل المفتوحة",
"options": {
"Sidebar": "الشريط الجانبي",
"Topbar": "شريط الأعلى",
"Topbar (2nd-row)": "شريط الأعلى (الصف الثاني)"
"Topbar": "شريط الأعلى"
}
},
"LiteGraph_Canvas_MaximumFps": {
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -2023,4 +2023,4 @@
}
}
}
}
}
23 changes: 23 additions & 0 deletions src/locales/en/nodeDefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -11289,6 +11289,29 @@
}
}
},
"TemporalScoreRescaling": {
"display_name": "TSR - Temporal Score Rescaling",
"description": "[Post-CFG Function]\nTSR - Temporal Score Rescaling (2510.01184)\n\nRescaling the model's score or noise to steer the sampling diversity.\n",
"inputs": {
"model": {
"name": "model"
},
"tsr_k": {
"name": "tsr_k",
"tooltip": "Controls the rescaling strength.\nLower k produces more detailed results; higher k produces smoother results in image generation. Setting k = 1 disables rescaling."
},
"tsr_sigma": {
"name": "tsr_sigma",
"tooltip": "Controls how early rescaling takes effect.\nLarger values take effect earlier."
}
},
"outputs": {
"0": {
"name": "patched_model",
"tooltip": null
}
}
},
"TextEncodeAceStepAudio": {
"display_name": "TextEncodeAceStepAudio",
"inputs": {
Expand Down
13 changes: 9 additions & 4 deletions src/locales/en/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,13 @@
"small": "small"
}
},
"Comfy_Sidebar_Style": {
"name": "Sidebar style",
"options": {
"floating": "floating",
"connected": "connected"
}
},
"Comfy_Sidebar_UnifiedWidth": {
"name": "Unified sidebar width"
},
Expand All @@ -351,8 +358,7 @@
"tooltip": "Menu bar position. On mobile devices, the menu is always shown at the top.",
"options": {
"Disabled": "Disabled",
"Top": "Top",
"Bottom": "Bottom"
"Top": "Top"
}
},
"Comfy_Validation_Workflows": {
Expand Down Expand Up @@ -402,8 +408,7 @@
"name": "Opened workflows position",
"options": {
"Sidebar": "Sidebar",
"Topbar": "Topbar",
"Topbar (2nd-row)": "Topbar (2nd-row)"
"Topbar": "Topbar"
}
},
"LiteGraph_Canvas_MaximumFps": {
Expand Down
4 changes: 1 addition & 3 deletions src/locales/es/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
"Comfy_UseNewMenu": {
"name": "Usar nuevo menú",
"options": {
"Bottom": "Abajo",
"Disabled": "Deshabilitado",
"Top": "Arriba"
},
Expand Down Expand Up @@ -384,8 +383,7 @@
"name": "Posición de los flujos de trabajo abiertos",
"options": {
"Sidebar": "Barra lateral",
"Topbar": "Barra superior",
"Topbar (2nd-row)": "Barra superior (2ª fila)"
"Topbar": "Barra superior"
}
},
"LiteGraph_Canvas_MaximumFps": {
Expand Down
4 changes: 1 addition & 3 deletions src/locales/fr/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
"Comfy_UseNewMenu": {
"name": "Utiliser le nouveau menu",
"options": {
"Bottom": "Bas",
"Disabled": "Désactivé",
"Top": "Haut"
},
Expand Down Expand Up @@ -384,8 +383,7 @@
"name": "Position des flux de travail ouverts",
"options": {
"Sidebar": "Barre latérale",
"Topbar": "Barre supérieure",
"Topbar (2nd-row)": "Barre supérieure (2ème rangée)"
"Topbar": "Barre supérieure"
}
},
"LiteGraph_Canvas_MaximumFps": {
Expand Down
4 changes: 1 addition & 3 deletions src/locales/ja/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
"Comfy_UseNewMenu": {
"name": "新しいメニューを使用",
"options": {
"Bottom": "下",
"Disabled": "無効",
"Top": "上"
},
Expand Down Expand Up @@ -384,8 +383,7 @@
"name": "開いているワークフローの位置",
"options": {
"Sidebar": "サイドバー",
"Topbar": "トップバー",
"Topbar (2nd-row)": "トップバー(2行目)"
"Topbar": "トップバー"
}
},
"LiteGraph_Canvas_MaximumFps": {
Expand Down
4 changes: 1 addition & 3 deletions src/locales/ko/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
"Comfy_UseNewMenu": {
"name": "새 메뉴 사용",
"options": {
"Bottom": "하단",
"Disabled": "비활성화",
"Top": "상단"
},
Expand Down Expand Up @@ -384,8 +383,7 @@
"name": "열린 워크플로 위치",
"options": {
"Sidebar": "사이드바",
"Topbar": "상단바",
"Topbar (2nd-row)": "상단바 (2번째 행)"
"Topbar": "상단바"
}
},
"LiteGraph_Canvas_MaximumFps": {
Expand Down
4 changes: 1 addition & 3 deletions src/locales/ru/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
"Comfy_UseNewMenu": {
"name": "Использовать новое меню",
"options": {
"Bottom": "Внизу",
"Disabled": "Отключено",
"Top": "Вверху"
},
Expand Down Expand Up @@ -384,8 +383,7 @@
"name": "Положение открытых рабочих процессов",
"options": {
"Sidebar": "Боковая панель",
"Topbar": "Верхняя панель",
"Topbar (2nd-row)": "Топбар (2-й ряд)"
"Topbar": "Верхняя панель"
}
},
"LiteGraph_Canvas_MaximumFps": {
Expand Down
4 changes: 1 addition & 3 deletions src/locales/tr/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
"Comfy_UseNewMenu": {
"name": "Yeni menüyü kullan",
"options": {
"Bottom": "Alt",
"Disabled": "Devre dışı",
"Top": "Üst"
},
Expand Down Expand Up @@ -384,8 +383,7 @@
"name": "Açılan iş akışları konumu",
"options": {
"Sidebar": "Kenar Çubuğu",
"Topbar": "Üst Çubuk",
"Topbar (2nd-row)": "Üst Çubuk (2. sıra)"
"Topbar": "Üst Çubuk"
}
},
"LiteGraph_Canvas_MaximumFps": {
Expand Down
4 changes: 1 addition & 3 deletions src/locales/zh-TW/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
"Comfy_UseNewMenu": {
"name": "使用新選單",
"options": {
"Bottom": "下方",
"Disabled": "停用",
"Top": "上方"
},
Expand Down Expand Up @@ -384,8 +383,7 @@
"name": "已開啟工作流程的位置",
"options": {
"Sidebar": "側邊欄",
"Topbar": "頂部欄",
"Topbar (2nd-row)": "頂部欄(第二列)"
"Topbar": "頂部欄"
}
},
"LiteGraph_Canvas_MaximumFps": {
Expand Down
4 changes: 1 addition & 3 deletions src/locales/zh/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
"Comfy_UseNewMenu": {
"name": "使用新菜单",
"options": {
"Bottom": "底部",
"Disabled": "禁用",
"Top": "顶部"
},
Expand Down Expand Up @@ -384,8 +383,7 @@
"name": "已打开工作流的位置",
"options": {
"Sidebar": "侧边栏",
"Topbar": "顶部栏",
"Topbar (2nd-row)": "顶部栏 (第二行)"
"Topbar": "顶部栏"
}
},
"LiteGraph_Canvas_MaximumFps": {
Expand Down
Loading