From 02d3b38a26d7b93c0095de2291900295f98307e4 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Wed, 17 Dec 2025 09:30:54 +0900 Subject: [PATCH] 1.36.3 (#7575) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch version increment to 1.36.3 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7575-1-36-3-2cc6d73d365081728802e01290ee5e1f) by [Unito](https://www.unito.io) --------- Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com> Co-authored-by: github-actions --- package.json | 2 +- src/locales/en/main.json | 5 +- src/locales/en/nodeDefs.json | 130 ++++++++++++++++++++++++++++------- src/locales/en/settings.json | 4 ++ 4 files changed, 114 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index 946284515..991b228fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.36.2", + "version": "1.36.3", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org", diff --git a/src/locales/en/main.json b/src/locales/en/main.json index f021b1138..2bcff2e64 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -1457,7 +1457,8 @@ "Vidu": "Vidu", "": "", "camera": "camera", - "Wan": "Wan" + "Wan": "Wan", + "zimage": "zimage" }, "dataTypes": { "*": "*", @@ -2451,4 +2452,4 @@ "recentReleases": "Recent releases", "helpCenterMenu": "Help Center Menu" } -} +} \ No newline at end of file diff --git a/src/locales/en/nodeDefs.json b/src/locales/en/nodeDefs.json index 54ef103e6..76e0786f4 100644 --- a/src/locales/en/nodeDefs.json +++ b/src/locales/en/nodeDefs.json @@ -2617,7 +2617,7 @@ } }, "FluxKontextMultiReferenceLatentMethod": { - "display_name": "FluxKontextMultiReferenceLatentMethod", + "display_name": "Edit Model Reference Method", "inputs": { "conditioning": { "name": "conditioning" @@ -13022,6 +13022,45 @@ }, "texture_format": { "name": "texture_format" + }, + "force_symmetry": { + "name": "force_symmetry" + }, + "flatten_bottom": { + "name": "flatten_bottom" + }, + "flatten_bottom_threshold": { + "name": "flatten_bottom_threshold" + }, + "pivot_to_center_bottom": { + "name": "pivot_to_center_bottom" + }, + "scale_factor": { + "name": "scale_factor" + }, + "with_animation": { + "name": "with_animation" + }, + "pack_uv": { + "name": "pack_uv" + }, + "bake": { + "name": "bake" + }, + "part_names": { + "name": "part_names" + }, + "fbx_preset": { + "name": "fbx_preset" + }, + "export_vertex_colors": { + "name": "export_vertex_colors" + }, + "export_orientation": { + "name": "export_orientation" + }, + "animate_in_place": { + "name": "animate_in_place" } } }, @@ -13064,6 +13103,9 @@ }, "quad": { "name": "quad" + }, + "geometry_quality": { + "name": "geometry_quality" } }, "outputs": { @@ -13122,6 +13164,9 @@ }, "quad": { "name": "quad" + }, + "geometry_quality": { + "name": "geometry_quality" } }, "outputs": { @@ -13232,6 +13277,9 @@ }, "quad": { "name": "quad" + }, + "geometry_quality": { + "name": "geometry_quality" } }, "outputs": { @@ -14524,7 +14572,7 @@ }, "WanImageToImageApi": { "display_name": "Wan Image to Image", - "description": "Generates an image from one or two input images and a text prompt. The output image is currently fixed at 1.6 MP; its aspect ratio matches the input image(s).", + "description": "Generates an image from one or two input images and a text prompt. The output image is currently fixed at 1.6 MP, and its aspect ratio matches the input image(s).", "inputs": { "model": { "name": "model", @@ -14532,15 +14580,15 @@ }, "image": { "name": "image", - "tooltip": "Single-image editing or multi-image fusion, maximum 2 images." + "tooltip": "Single-image editing or multi-image fusion. Maximum 2 images." }, "prompt": { "name": "prompt", - "tooltip": "Prompt used to describe the elements and visual features, supports English/Chinese." + "tooltip": "Prompt describing the elements and visual features. Supports English and Chinese." }, "negative_prompt": { "name": "negative_prompt", - "tooltip": "Negative text prompt to guide what to avoid." + "tooltip": "Negative prompt describing what to avoid." }, "seed": { "name": "seed", @@ -14548,7 +14596,7 @@ }, "watermark": { "name": "watermark", - "tooltip": "Whether to add an \"AI generated\" watermark to the result." + "tooltip": "Whether to add an AI-generated watermark to the result." }, "control_after_generate": { "name": "control after generate" @@ -14608,7 +14656,7 @@ }, "WanImageToVideoApi": { "display_name": "Wan Image to Video", - "description": "Generates video based on the first frame and text prompt.", + "description": "Generates a video from the first frame and a text prompt.", "inputs": { "model": { "name": "model", @@ -14619,22 +14667,22 @@ }, "prompt": { "name": "prompt", - "tooltip": "Prompt used to describe the elements and visual features, supports English/Chinese." + "tooltip": "Prompt describing the elements and visual features. Supports English and Chinese." }, "negative_prompt": { "name": "negative_prompt", - "tooltip": "Negative text prompt to guide what to avoid." + "tooltip": "Negative prompt describing what to avoid." }, "resolution": { "name": "resolution" }, "duration": { "name": "duration", - "tooltip": "Available durations: 5 and 10 seconds" + "tooltip": "Duration 15 available only for WAN2.6 model." }, "audio": { "name": "audio", - "tooltip": "Audio must contain a clear, loud voice, without extraneous noise, background music." + "tooltip": "Audio must contain a clear, loud voice, without extraneous noise or background music." }, "seed": { "name": "seed", @@ -14642,7 +14690,7 @@ }, "generate_audio": { "name": "generate_audio", - "tooltip": "If there is no audio input, generate audio automatically." + "tooltip": "If no audio input is provided, generate audio automatically." }, "prompt_extend": { "name": "prompt_extend", @@ -14650,7 +14698,11 @@ }, "watermark": { "name": "watermark", - "tooltip": "Whether to add an \"AI generated\" watermark to the result." + "tooltip": "Whether to add an AI-generated watermark to the result." + }, + "shot_type": { + "name": "shot_type", + "tooltip": "Specifies the shot type for the generated video, that is, whether the video is a single continuous shot or multiple shots with cuts. This parameter takes effect only when prompt_extend is True." }, "control_after_generate": { "name": "control after generate" @@ -14923,7 +14975,7 @@ }, "WanTextToImageApi": { "display_name": "Wan Text to Image", - "description": "Generates image based on text prompt.", + "description": "Generates an image based on a text prompt.", "inputs": { "model": { "name": "model", @@ -14931,11 +14983,11 @@ }, "prompt": { "name": "prompt", - "tooltip": "Prompt used to describe the elements and visual features, supports English/Chinese." + "tooltip": "Prompt describing the elements and visual features. Supports English and Chinese." }, "negative_prompt": { "name": "negative_prompt", - "tooltip": "Negative text prompt to guide what to avoid." + "tooltip": "Negative prompt describing what to avoid." }, "width": { "name": "width" @@ -14953,7 +15005,7 @@ }, "watermark": { "name": "watermark", - "tooltip": "Whether to add an \"AI generated\" watermark to the result." + "tooltip": "Whether to add an AI-generated watermark to the result." }, "control_after_generate": { "name": "control after generate" @@ -14967,7 +15019,7 @@ }, "WanTextToVideoApi": { "display_name": "Wan Text to Video", - "description": "Generates video based on text prompt.", + "description": "Generates a video based on a text prompt.", "inputs": { "model": { "name": "model", @@ -14975,22 +15027,22 @@ }, "prompt": { "name": "prompt", - "tooltip": "Prompt used to describe the elements and visual features, supports English/Chinese." + "tooltip": "Prompt describing the elements and visual features. Supports English and Chinese." }, "negative_prompt": { "name": "negative_prompt", - "tooltip": "Negative text prompt to guide what to avoid." + "tooltip": "Negative prompt describing what to avoid." }, "size": { "name": "size" }, "duration": { "name": "duration", - "tooltip": "Available durations: 5 and 10 seconds" + "tooltip": "A 15-second duration is available only for the Wan 2.6 model." }, "audio": { "name": "audio", - "tooltip": "Audio must contain a clear, loud voice, without extraneous noise, background music." + "tooltip": "Audio must contain a clear, loud voice, without extraneous noise or background music." }, "seed": { "name": "seed", @@ -14998,7 +15050,7 @@ }, "generate_audio": { "name": "generate_audio", - "tooltip": "If there is no audio input, generate audio automatically." + "tooltip": "If no audio input is provided, generate audio automatically." }, "prompt_extend": { "name": "prompt_extend", @@ -15006,7 +15058,11 @@ }, "watermark": { "name": "watermark", - "tooltip": "Whether to add an \"AI generated\" watermark to the result." + "tooltip": "Whether to add an AI-generated watermark to the result." + }, + "shot_type": { + "name": "shot_type", + "tooltip": "Specifies the shot type for the generated video, that is, whether the video is a single continuous shot or multiple shots with cuts. This parameter takes effect only when prompt_extend is True." }, "control_after_generate": { "name": "control after generate" @@ -15146,5 +15202,31 @@ }, "waiting for camera___": {} } + }, + "ZImageFunControlnet": { + "display_name": "ZImageFunControlnet", + "inputs": { + "model": { + "name": "model" + }, + "model_patch": { + "name": "model_patch" + }, + "vae": { + "name": "vae" + }, + "strength": { + "name": "strength" + }, + "image": { + "name": "image" + }, + "inpaint_image": { + "name": "inpaint_image" + }, + "mask": { + "name": "mask" + } + } } } \ No newline at end of file diff --git a/src/locales/en/settings.json b/src/locales/en/settings.json index 2dd306892..2323be63e 100644 --- a/src/locales/en/settings.json +++ b/src/locales/en/settings.json @@ -111,6 +111,10 @@ "Arrow": "Arrow" } }, + "Comfy_Graph_LiveSelection": { + "name": "Live selection", + "tooltip": "When enabled, nodes are selected/deselected in real-time as you drag the selection rectangle, similar to other design tools." + }, "Comfy_Graph_ZoomSpeed": { "name": "Canvas zoom speed" },