fix: compose phase for edits probably doesn't make sense

This commit is contained in:
Bryce 2023-02-17 13:05:49 -08:00 committed by Bryce Drennan
parent 08f6014941
commit 5b1cded94f

View File

@ -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")