diff --git a/nodes/nodes.py b/nodes/nodes.py index 33e0177..08698e7 100644 --- a/nodes/nodes.py +++ b/nodes/nodes.py @@ -2489,7 +2489,7 @@ class StyleModelApplyAdvanced: return {"required": {"conditioning": ("CONDITIONING", ), "style_model": ("STYLE_MODEL", ), "clip_vision_output": ("CLIP_VISION_OUTPUT", ), - "strength": ("FLOAT", {"default": 1.0, "min": -10.0, "max": 10.0, "step": 0.01}), + "strength": ("FLOAT", {"default": 1.0, "min": -10.0, "max": 10.0, "step": 0.001}), }} RETURN_TYPES = ("CONDITIONING",) FUNCTION = "apply_stylemodel"