mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
default --ckpt_convert to true
This commit is contained in:
@@ -65,6 +65,7 @@ def main():
|
||||
Globals.disable_xformers = not args.xformers
|
||||
Globals.sequential_guidance = args.sequential_guidance
|
||||
Globals.ckpt_convert = args.ckpt_convert
|
||||
print(f'DEBUG: ckpt_convert = {args.ckpt_convert}')
|
||||
|
||||
# run any post-install patches needed
|
||||
run_patches()
|
||||
|
||||
@@ -522,7 +522,7 @@ class Args(object):
|
||||
'--ckpt_convert',
|
||||
action=argparse.BooleanOptionalAction,
|
||||
dest='ckpt_convert',
|
||||
default=False,
|
||||
default=True,
|
||||
help='Load legacy ckpt files as diffusers. Pass --no-ckpt-convert to inhibit this behavior',
|
||||
)
|
||||
model_group.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user