mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
documentation fixes
This commit is contained in:
@ -569,7 +569,7 @@ class Generate:
|
||||
elif args.seed >= 0:
|
||||
seed = args.seed
|
||||
else:
|
||||
seed = random.randrange(0, np.iinfo(np.uint32).max)
|
||||
seed = random.randrange(0, np.iinfo(np.uint32).max)
|
||||
|
||||
if opt.prompt is not None:
|
||||
prompt = opt.prompt
|
||||
|
Reference in New Issue
Block a user