diff --git a/comfy_api_nodes/nodes_luma.py b/comfy_api_nodes/nodes_luma.py index 7b95a1f41..32c054c61 100644 --- a/comfy_api_nodes/nodes_luma.py +++ b/comfy_api_nodes/nodes_luma.py @@ -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.",