mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +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": "컨트롤넷 모델 로드 (차이)",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user