mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 05:32:02 +00:00
[litegraph] Fix slider value display when custom widget label is present (#1915)
* Update litegraph * Add playwright test * Update locales [skip ci] * Update test expectations [skip ci] --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -1081,6 +1081,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"DevToolsSimpleSlider": {
|
||||
"display_name": "简单滑块",
|
||||
"inputs": {
|
||||
"value": {
|
||||
"name": "值"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DiffControlNetLoader": {
|
||||
"display_name": "加载控制网模型(diff)",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user