Merge pull request #61 from LucianoCirino/LucianoCirino-patch-11

LoRA XY Manual Entry Strengths Fix
This commit is contained in:
TSC
2023-07-26 18:24:02 -05:00
committed by GitHub

View File

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