mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix problem that was causing CI failures
This commit is contained in:
parent
fff41a7349
commit
d01e23973e
@ -816,6 +816,7 @@ def main():
|
||||
|
||||
if opt.yes_to_all:
|
||||
write_default_options(opt, init_file)
|
||||
init_options = Namespace(precision='float32' if opt.full_precision else 'float16')
|
||||
else:
|
||||
init_options, models_to_download = run_console_ui(opt, init_file)
|
||||
if init_options:
|
||||
|
Loading…
Reference in New Issue
Block a user