mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Beautify Usage Stats Log
This commit is contained in:
parent
f7532cdfd4
commit
bf4344be51
@ -574,7 +574,7 @@ class Generate:
|
|||||||
print('>> Could not generate image.')
|
print('>> Could not generate image.')
|
||||||
|
|
||||||
toc = time.time()
|
toc = time.time()
|
||||||
print('>> Usage stats:')
|
print('\n>> Usage stats:')
|
||||||
print(
|
print(
|
||||||
f'>> {len(results)} image(s) generated in', '%4.2fs' % (
|
f'>> {len(results)} image(s) generated in', '%4.2fs' % (
|
||||||
toc - tic)
|
toc - tic)
|
||||||
|
Loading…
Reference in New Issue
Block a user