mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
improved inline error messages slightly
This commit is contained in:
parent
e202441f0c
commit
c38b6964b4
@ -286,6 +286,7 @@ The vast majority of these arguments default to reasonable values.
|
|||||||
print('Partial results will be returned; if --grid was requested, nothing will be returned.')
|
print('Partial results will be returned; if --grid was requested, nothing will be returned.')
|
||||||
except RuntimeError as e:
|
except RuntimeError as e:
|
||||||
print(str(e))
|
print(str(e))
|
||||||
|
print('Are you sure your system has an adequate NVIDIA GPU?')
|
||||||
|
|
||||||
toc = time.time()
|
toc = time.time()
|
||||||
print(f'{len(results)} images generated in',"%4.2fs"% (toc-tic))
|
print(f'{len(results)} images generated in',"%4.2fs"% (toc-tic))
|
||||||
|
@ -252,7 +252,7 @@ def create_argv_parser():
|
|||||||
'-o',
|
'-o',
|
||||||
type=str,
|
type=str,
|
||||||
default="outputs/img-samples",
|
default="outputs/img-samples",
|
||||||
help="directory in which to place generated images and a log of prompts and seeds")
|
help="directory in which to place generated images and a log of prompts and seeds (outputs/img-samples")
|
||||||
parser.add_argument('--embedding_path',
|
parser.add_argument('--embedding_path',
|
||||||
type=str,
|
type=str,
|
||||||
help="Path to a pre-trained embedding manager checkpoint - can only be set on command line")
|
help="Path to a pre-trained embedding manager checkpoint - can only be set on command line")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user