fix: edit interface was broken

pull/246/head
Bryce 2 years ago committed by Bryce Drennan
parent 75e3c32d54
commit da70b310d5

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

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

Loading…
Cancel
Save