Skip to content

Commit a9aa335

Browse files
sync: update submodule
1 parent 5d90e16 commit a9aa335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_txt2img.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def callback(step: int, steps: int, time: float):
2424
# {"add": "_lora", "prompt": "a lovely cat <lora:realism_lora:1>"}, # With LORA
2525
# {"add": "", "prompt": "a lovely cat"}, # Without LORA
2626
{"add": "_lora", "prompt": "a cute cat glass statue <lora:glass_statue_v1:1>"}, # With LORA
27-
{"add": "2", "prompt": "a cute cat glass statue"}, # Without LORA
27+
{"add": "", "prompt": "a cute cat glass statue"}, # Without LORA
2828
]
2929

3030
OUTPUT_DIR = "tests/outputs"

0 commit comments

Comments
 (0)