refactor: code cleanup

This commit is contained in:
Manuel Schmid
2024-06-25 22:06:07 +02:00
parent 46b0c57670
commit 6f4d73b349
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -405,7 +405,6 @@ with shared.gradio_root:
elem_id='enhance_negative_prompt')
with gr.Accordion("Detection", open=False):
# TODO check if limiting to SAM is better
enhance_mask_model = gr.Dropdown(label='Mask generation model',
choices=flags.inpaint_mask_models,
value=modules.config.default_enhance_inpaint_mask_model)