mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove misleading completion message from merge_diffusers
This commit is contained in:
parent
658ef829d4
commit
3969637488
@ -457,7 +457,6 @@ def main():
|
|||||||
run_gui(args)
|
run_gui(args)
|
||||||
else:
|
else:
|
||||||
run_cli(args)
|
run_cli(args)
|
||||||
print(f">> Conversion successful. New model is named {args.merged_model_name}")
|
|
||||||
except widget.NotEnoughSpaceForWidget as e:
|
except widget.NotEnoughSpaceForWidget as e:
|
||||||
if str(e).startswith("Height of 1 allocated"):
|
if str(e).startswith("Height of 1 allocated"):
|
||||||
print(
|
print(
|
||||||
|
Loading…
Reference in New Issue
Block a user