Skip to content

Commit

Permalink
Merge pull request #1943 from Mikubill/dev
Browse files Browse the repository at this point in the history
fix some other gradio problem in a1111 1.6.x
  • Loading branch information
lllyasviel authored Aug 22, 2023
2 parents 8debd2e + e62411d commit ab42c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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
2 changes: 1 addition & 1 deletion scripts/controlnet_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_flag = 'v1.1.303'
version_flag = 'v1.1.304'

from scripts.logging import logger

Expand Down

0 comments on commit ab42c2d

Please sign in to comment.