diff --git a/imaginairy/cmds.py b/imaginairy/cmds.py index 0d581fa..fe44fb3 100644 --- a/imaginairy/cmds.py +++ b/imaginairy/cmds.py @@ -455,6 +455,7 @@ remove_option(edit_options, "model_weights_path") remove_option(edit_options, "init_image") remove_option(edit_options, "init_image_strength") remove_option(edit_options, "negative_prompt") +remove_option(edit_options, "allow_compose_phase") @aimg.command("edit")