From 5b1cded94fdbbdeafc7f0159d19d144233732fe9 Mon Sep 17 00:00:00 2001 From: Bryce Date: Fri, 17 Feb 2023 13:05:49 -0800 Subject: [PATCH] fix: compose phase for edits probably doesn't make sense --- imaginairy/cmds.py | 1 + 1 file changed, 1 insertion(+) 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")