diff --git a/searge_sdxl_sampler_node.py b/searge_sdxl_sampler_node.py index 1769905..46970b2 100644 --- a/searge_sdxl_sampler_node.py +++ b/searge_sdxl_sampler_node.py @@ -137,7 +137,7 @@ def INPUT_TYPES(s): "scaled_height": ("INT", {"default": 1536, "min": 0, "max": nodes.MAX_RESOLUTION, "step": 8}), "noise_offset": ("INT", {"default": 1, "min": 0, "max": 1}), "refiner_strength": ("FLOAT", {"default": 1.0, "min": 0.1, "max": 1.0, "step": 0.05}), - "softness": ("FLOAT", {"default": 0.5, "min": 0.0, "max": 1.0, "step": 0.05}), + "softness": ("FLOAT", {"default": 0.0, "min": 0.0, "max": 1.0, "step": 0.05}), }, }