Addressed PR comments

This commit is contained in:
cantor-set
2024-04-18 09:28:30 -04:00
parent 1c3c9bc714
commit 06726e795e
3 changed files with 5 additions and 22 deletions
+4
View File
@@ -35,6 +35,10 @@ class TestUtils(unittest.TestCase):
"input": ("some prompt, very cool, <lora:hey-lora:0.4><lora:you-lora:0.2>", [], 3),
"output": [("you-lora.safetensors", 0.2)],
},
{
"input": ("<lora:foo:1..2>, <lora:bar:.>, <lora:baz:+> and <lora:quux:>",[], 6),
"output": []
}
]
for test in test_cases: