Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fix: adjust cloud inference visible (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: AnyISalIn <[email protected]>
  • Loading branch information
AnyISalIn authored Jul 22, 2023
1 parent 7e02b49 commit 0dc836b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def ui(self, is_img2img):
value=lambda: shared.opts.data.get(
"cloud_inference_default_enabled", False),
visible=not shared.opts.data.get(
"cloud_inference_checkbox_hidden", True),
"cloud_inference_checkbox_hidden", False),
elem_id="{}_cloud_inference_checkbox".format(tabname))

cloud_inference_suggest_prompts_checkbox = gr.Checkbox(
Expand Down

0 comments on commit 0dc836b

Please sign in to comment.