mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
1.36.1 (#7477)
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:
@@ -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",
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user