Update nodes.py

This commit is contained in:
kijai 2024-11-22 14:00:43 +02:00
parent f4f43d12e7
commit e2e8e7ebe5

View File

@ -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"