From 29f7cfc5c6ce68bd3429bf0cb40b19b7ce2da00a Mon Sep 17 00:00:00 2001 From: TSC <112517630+LucianoCirino@users.noreply.github.com> Date: Wed, 26 Jul 2023 18:23:24 -0500 Subject: [PATCH] LoRA XY Manual Entry Strengths Fix --- efficiency_nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efficiency_nodes.py b/efficiency_nodes.py index b0496b0..4622af8 100644 --- a/efficiency_nodes.py +++ b/efficiency_nodes.py @@ -1886,7 +1886,7 @@ class TSC_XYplot_Manual_XY_Entry: "Checkpoint": {"options": folder_paths.get_filename_list("checkpoints")}, "Clip Skip": {"min": -24, "max": -1}, "LoRA": {"options": folder_paths.get_filename_list("loras"), - "model_str": {"min": 0, "max": 10},"clip_str": {"min": 0, "max": 10},}, + "model_str": {"min": -10, "max": 10},"clip_str": {"min": -10, "max": 10},}, } # Validates a value based on its corresponding value_type and bounds.