From d70039103c0604f2c04b2393052bf34bdb4b54bc Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Mon, 15 Dec 2025 11:35:26 +0900 Subject: [PATCH] 1.36.1 (#7477) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch version increment to 1.36.1 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7477-1-36-1-2ca6d73d3650812d84e6d6b0b079ec7d) 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/nodeDefs.json | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index aeb18a84e..a2d389633 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.36.0", + "version": "1.36.1", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org", diff --git a/src/locales/en/nodeDefs.json b/src/locales/en/nodeDefs.json index eaf615ccf..1f131be7f 100644 --- a/src/locales/en/nodeDefs.json +++ b/src/locales/en/nodeDefs.json @@ -11325,6 +11325,31 @@ } } }, + "SamplerSEEDS2": { + "display_name": "SamplerSEEDS2", + "inputs": { + "solver_type": { + "name": "solver_type" + }, + "eta": { + "name": "eta", + "tooltip": "Stochastic strength" + }, + "s_noise": { + "name": "s_noise", + "tooltip": "SDE noise multiplier" + }, + "r": { + "name": "r", + "tooltip": "Relative step size for the intermediate stage (c2 node)" + } + }, + "outputs": { + "0": { + "tooltip": null + } + } + }, "SamplingPercentToSigma": { "display_name": "SamplingPercentToSigma", "inputs": {