diff --git a/tests/test_utils.py b/tests/test_utils.py index 998bf058..c9861c9b 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -18,14 +18,14 @@ class TestUtils(unittest.TestCase): # test Loras from UI take precedence over prompt { "input": ( - "some prompt, very cool, , , , , , ", + "some prompt, very cool, , , , , , ", [("hey-lora.safetensors", 0.4)], 5, ), "output": [ ("hey-lora.safetensors", 0.4), ("l1.safetensors", 0.4), - ("l2.safetensors", 0.2), + ("l2.safetensors", -0.2), ("l3.safetensors", 0.3), ("l4.safetensors", 0.5), ],