mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
get rid of dangling debug statements
This commit is contained in:
parent
55d3f04476
commit
df53b62048
@ -767,9 +767,7 @@ def main():
|
|||||||
invoke_args.extend(["--root", opt.root])
|
invoke_args.extend(["--root", opt.root])
|
||||||
if opt.full_precision:
|
if opt.full_precision:
|
||||||
invoke_args.extend(["--precision", "float32"])
|
invoke_args.extend(["--precision", "float32"])
|
||||||
print(f"DEBUG: {invoke_args}")
|
|
||||||
config.parse_args(invoke_args)
|
config.parse_args(invoke_args)
|
||||||
print(f"DEBUG: {config.root} {config.root_path}")
|
|
||||||
logger = InvokeAILogger().getLogger(config=config)
|
logger = InvokeAILogger().getLogger(config=config)
|
||||||
|
|
||||||
if not config.model_conf_path.exists():
|
if not config.model_conf_path.exists():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user