Skip to content

Commit e6be419

Browse files
authored
should use 0 as defalut for brightness (Comfy-Org#13345)
1 parent 3d4aca8 commit e6be419

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

blueprints/Brightness and Contrast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
]
183183
},
184184
"widgets_values": [
185-
50
185+
0
186186
]
187187
},
188188
{

blueprints/Glow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
"step": 1
317317
},
318318
"widgets_values": [
319-
30
319+
0
320320
]
321321
},
322322
{

0 commit comments

Comments
 (0)