mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-06 06:07:04 +08:00
Fix: Luma I2I fails when weight is <=0.01 (#132)
This commit is contained in:
parent
d010dd9d80
commit
8825835ae9
@ -327,7 +327,7 @@ class LumaImageModifyNode(ComfyNodeABC):
|
||||
IO.FLOAT,
|
||||
{
|
||||
"default": 1.0,
|
||||
"min": 0.0,
|
||||
"min": 0.2,
|
||||
"max": 1.0,
|
||||
"step": 0.01,
|
||||
"tooltip": "Weight of the image; the closer to 0.0, the less the image will be modified.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user