closes #273, crash on M1 machines

This commit is contained in:
Lincoln Stein
2022-09-01 01:09:56 -04:00
parent 70119602a0
commit c5e95adb49
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ def main():
tic = time.time()
t2i.load_model()
print(
f'model loaded in', '%4.2fs' % (time.time() - tic)
f'>> model loaded in', '%4.2fs' % (time.time() - tic)
)
if not infile: