mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
closes #273, crash on M1 machines
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user