Skip to content

Commit 423a2e7

Browse files
comfy-pr-botchristian-byrnegithub-actions
authored
1.33.2 (#6762)
Patch version increment to 1.33.2 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6762-1-33-2-2b16d73d365081faa7dec4ac8660105a) by [Unito](https://www.unito.io) --------- Co-authored-by: christian-byrne <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 2657898 commit 423a2e7

File tree

13 files changed

+116
-13
lines changed

13 files changed

+116
-13
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.33.1",
4+
"version": "1.33.2",
55
"type": "module",
66
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
77
"homepage": "https://comfy.org",

src/locales/ar/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,6 @@
12101210
"Pin/Unpin Selected Nodes": "تثبيت/إلغاء تثبيت العقد المحددة",
12111211
"Previous Opened Workflow": "سير العمل السابق المفتوح",
12121212
"Publish": "نشر",
1213-
"Queue Panel": "لوحة الانتظار",
12141213
"Queue Prompt": "قائمة انتظار التعليمات",
12151214
"Queue Prompt (Front)": "قائمة انتظار التعليمات (أمامي)",
12161215
"Queue Selected Output Nodes": "قائمة انتظار عقد المخرجات المحددة",

src/locales/en/commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,4 @@
288288
"label": "Toggle Workflows Sidebar",
289289
"tooltip": "Workflows"
290290
}
291-
}
291+
}

src/locales/en/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,6 @@
11221122
"Assets": "Assets",
11231123
"Model Library": "Model Library",
11241124
"Node Library": "Node Library",
1125-
"Queue Panel": "Queue Panel",
11261125
"Workflows": "Workflows"
11271126
},
11281127
"desktopMenu": {
@@ -1404,6 +1403,7 @@
14041403
"stable_cascade": "stable_cascade",
14051404
"3d_models": "3d_models",
14061405
"style_model": "style_model",
1406+
"Topaz": "Topaz",
14071407
"Tripo": "Tripo",
14081408
"Veo": "Veo",
14091409
"Vidu": "Vidu",
@@ -2176,4 +2176,4 @@
21762176
"replacementInstruction": "Install these nodes to run this workflow, or replace them with installed alternatives. Missing nodes are highlighted in red on the canvas."
21772177
}
21782178
}
2179-
}
2179+
}

src/locales/en/nodeDefs.json

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11557,6 +11557,118 @@
1155711557
}
1155811558
}
1155911559
},
11560+
"TopazImageEnhance": {
11561+
"display_name": "Topaz Image Enhance",
11562+
"description": "Industry-standard upscaling and image enhancement.",
11563+
"inputs": {
11564+
"model": {
11565+
"name": "model"
11566+
},
11567+
"image": {
11568+
"name": "image"
11569+
},
11570+
"prompt": {
11571+
"name": "prompt",
11572+
"tooltip": "Optional text prompt for creative upscaling guidance."
11573+
},
11574+
"subject_detection": {
11575+
"name": "subject_detection"
11576+
},
11577+
"face_enhancement": {
11578+
"name": "face_enhancement",
11579+
"tooltip": "Enhance faces (if present) during processing."
11580+
},
11581+
"face_enhancement_creativity": {
11582+
"name": "face_enhancement_creativity",
11583+
"tooltip": "Set the creativity level for face enhancement."
11584+
},
11585+
"face_enhancement_strength": {
11586+
"name": "face_enhancement_strength",
11587+
"tooltip": "Controls how sharp enhanced faces are relative to the background."
11588+
},
11589+
"crop_to_fill": {
11590+
"name": "crop_to_fill",
11591+
"tooltip": "By default, the image is letterboxed when the output aspect ratio differs. Enable to crop the image to fill the output dimensions."
11592+
},
11593+
"output_width": {
11594+
"name": "output_width",
11595+
"tooltip": "Zero value means to calculate automatically (usually it will be original size or output_height if specified)."
11596+
},
11597+
"output_height": {
11598+
"name": "output_height",
11599+
"tooltip": "Zero value means to output in the same height as original or output width."
11600+
},
11601+
"creativity": {
11602+
"name": "creativity"
11603+
},
11604+
"face_preservation": {
11605+
"name": "face_preservation",
11606+
"tooltip": "Preserve subjects' facial identity."
11607+
},
11608+
"color_preservation": {
11609+
"name": "color_preservation",
11610+
"tooltip": "Preserve the original colors."
11611+
}
11612+
},
11613+
"outputs": {
11614+
"0": {
11615+
"tooltip": null
11616+
}
11617+
}
11618+
},
11619+
"TopazVideoEnhance": {
11620+
"display_name": "Topaz Video Enhance",
11621+
"description": "Breathe new life into video with powerful upscaling and recovery technology.",
11622+
"inputs": {
11623+
"video": {
11624+
"name": "video"
11625+
},
11626+
"upscaler_enabled": {
11627+
"name": "upscaler_enabled"
11628+
},
11629+
"upscaler_model": {
11630+
"name": "upscaler_model"
11631+
},
11632+
"upscaler_resolution": {
11633+
"name": "upscaler_resolution"
11634+
},
11635+
"upscaler_creativity": {
11636+
"name": "upscaler_creativity",
11637+
"tooltip": "Creativity level (applies only to Starlight (Astra) Creative)."
11638+
},
11639+
"interpolation_enabled": {
11640+
"name": "interpolation_enabled"
11641+
},
11642+
"interpolation_model": {
11643+
"name": "interpolation_model"
11644+
},
11645+
"interpolation_slowmo": {
11646+
"name": "interpolation_slowmo",
11647+
"tooltip": "Slow-motion factor applied to the input video. For example, 2 makes the output twice as slow and doubles the duration."
11648+
},
11649+
"interpolation_frame_rate": {
11650+
"name": "interpolation_frame_rate",
11651+
"tooltip": "Output frame rate."
11652+
},
11653+
"interpolation_duplicate": {
11654+
"name": "interpolation_duplicate",
11655+
"tooltip": "Analyze the input for duplicate frames and remove them."
11656+
},
11657+
"interpolation_duplicate_threshold": {
11658+
"name": "interpolation_duplicate_threshold",
11659+
"tooltip": "Detection sensitivity for duplicate frames."
11660+
},
11661+
"dynamic_compression_level": {
11662+
"name": "dynamic_compression_level",
11663+
"tooltip": "CQP level."
11664+
}
11665+
},
11666+
"outputs": {
11667+
"0": {
11668+
"tooltip": null
11669+
}
11670+
}
11671+
},
1156011672
"TorchCompileModel": {
1156111673
"display_name": "TorchCompileModel",
1156211674
"inputs": {

src/locales/es/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,6 @@
12101210
"Pin/Unpin Selected Nodes": "Anclar/Desanclar nodos seleccionados",
12111211
"Previous Opened Workflow": "Flujo de trabajo abierto anterior",
12121212
"Publish": "Publicar",
1213-
"Queue Panel": "Panel de Cola",
12141213
"Queue Prompt": "Indicador de cola",
12151214
"Queue Prompt (Front)": "Indicador de cola (Frente)",
12161215
"Queue Selected Output Nodes": "Encolar nodos de salida seleccionados",

src/locales/fr/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,6 @@
12101210
"Pin/Unpin Selected Nodes": "Épingler/Désépingler les nœuds sélectionnés",
12111211
"Previous Opened Workflow": "Flux de travail ouvert précédent",
12121212
"Publish": "Publier",
1213-
"Queue Panel": "Panneau de file d'attente",
12141213
"Queue Prompt": "Invite de file d'attente",
12151214
"Queue Prompt (Front)": "Invite de file d'attente (Front)",
12161215
"Queue Selected Output Nodes": "Mettre en file d’attente les nœuds de sortie sélectionnés",

src/locales/ja/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,6 @@
12101210
"Pin/Unpin Selected Nodes": "選択したノードのピン留め/ピン留め解除",
12111211
"Previous Opened Workflow": "前に開いたワークフロー",
12121212
"Publish": "公開",
1213-
"Queue Panel": "キューパネル",
12141213
"Queue Prompt": "キューのプロンプト",
12151214
"Queue Prompt (Front)": "キューのプロンプト (前面)",
12161215
"Queue Selected Output Nodes": "選択した出力ノードをキューに追加",

src/locales/ko/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,6 @@
12101210
"Pin/Unpin Selected Nodes": "선택한 노드 고정/고정 해제",
12111211
"Previous Opened Workflow": "이전 열린 워크플로",
12121212
"Publish": "게시",
1213-
"Queue Panel": "큐 패널",
12141213
"Queue Prompt": "실행 대기열에 프롬프트 추가",
12151214
"Queue Prompt (Front)": "실행 대기열 맨 앞에 프롬프트 추가",
12161215
"Queue Selected Output Nodes": "선택한 출력 노드 대기열에 추가",

src/locales/ru/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,6 @@
12101210
"Pin/Unpin Selected Nodes": "Закрепить/открепить выбранные ноды",
12111211
"Previous Opened Workflow": "Предыдущий открытый рабочий процесс",
12121212
"Publish": "Опубликовать",
1213-
"Queue Panel": "Панель очереди",
12141213
"Queue Prompt": "Запрос в очереди",
12151214
"Queue Prompt (Front)": "Запрос в очереди (спереди)",
12161215
"Queue Selected Output Nodes": "Добавить выбранные выходные узлы в очередь",

0 commit comments

Comments
 (0)