Skip to content

Commit

Permalink
fix some other gradio problem in a1111 1.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lllyasviel committed Aug 22, 2023
1 parent 5561b6c commit 1d4e58f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/controlnet_ui/controlnet_ui_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,7 @@ def render(self, tabname: str, elem_id_tabname: str) -> None:
elem_id=f"{elem_id_tabname}_{tabname}_controlnet_send_dimen_button",
)

with FormRow(
elem_classes=["checkboxes-row", "controlnet_main_options"],
variant="compact",
):
with FormRow(elem_classes=["controlnet_main_options"]):
self.enabled = gr.Checkbox(
label="Enable",
value=self.default_unit.enabled,
Expand Down

0 comments on commit 1d4e58f

Please sign in to comment.