mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Added a negative number
This commit is contained in:
+2
-2
@@ -18,14 +18,14 @@ class TestUtils(unittest.TestCase):
|
|||||||
# test Loras from UI take precedence over prompt
|
# test Loras from UI take precedence over prompt
|
||||||
{
|
{
|
||||||
"input": (
|
"input": (
|
||||||
"some prompt, very cool, <lora:l1:0.4>, <lora:l2:0.2>, <lora:l3:0.3>, <lora:l4:0.5>, <lora:l6:0.24>, <lora:l7:0.1>",
|
"some prompt, very cool, <lora:l1:0.4>, <lora:l2:-0.2>, <lora:l3:0.3>, <lora:l4:0.5>, <lora:l6:0.24>, <lora:l7:0.1>",
|
||||||
[("hey-lora.safetensors", 0.4)],
|
[("hey-lora.safetensors", 0.4)],
|
||||||
5,
|
5,
|
||||||
),
|
),
|
||||||
"output": [
|
"output": [
|
||||||
("hey-lora.safetensors", 0.4),
|
("hey-lora.safetensors", 0.4),
|
||||||
("l1.safetensors", 0.4),
|
("l1.safetensors", 0.4),
|
||||||
("l2.safetensors", 0.2),
|
("l2.safetensors", -0.2),
|
||||||
("l3.safetensors", 0.3),
|
("l3.safetensors", 0.3),
|
||||||
("l4.safetensors", 0.5),
|
("l4.safetensors", 0.5),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user