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 <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2025-12-15 11:35:26 +09:00
committed by GitHub
parent 3a091277d0
commit d70039103c
2 changed files with 26 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "@comfyorg/comfyui-frontend", "name": "@comfyorg/comfyui-frontend",
"private": true, "private": true,
"version": "1.36.0", "version": "1.36.1",
"type": "module", "type": "module",
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
"homepage": "https://comfy.org", "homepage": "https://comfy.org",

View File

@@ -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": { "SamplingPercentToSigma": {
"display_name": "SamplingPercentToSigma", "display_name": "SamplingPercentToSigma",
"inputs": { "inputs": {