diff --git a/README.md b/README.md index 5bba99e..d349303 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,9 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog +**9.0.2** +- fix: edit interface was broken + **9.0.1** - fix: use entry_points for windows since setup.py scripts doesn't work on windows [#239](https://github.com/brycedrennan/imaginAIry/issues/239) diff --git a/imaginairy/cmds.py b/imaginairy/cmds.py index dd6df8d..230b2af 100644 --- a/imaginairy/cmds.py +++ b/imaginairy/cmds.py @@ -447,7 +447,6 @@ edit_options = common_options.copy() remove_option(edit_options, "model_weights_path") remove_option(edit_options, "init_image") remove_option(edit_options, "init_image_strength") -remove_option(edit_options, "prompt_strength") remove_option(edit_options, "negative_prompt")