Skip to content

Commit

Permalink
shorter message (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
lllyasviel authored Aug 24, 2023
1 parent 7140c7f commit a0ba36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/controlnet_ui/controlnet_ui_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def render(self, tabname: str, elem_id_tabname: str, is_img2img: bool) -> None:
with gr.Row(elem_classes="controlnet_img2img_options"):
if is_img2img:
self.upload_independent_img_in_img2img = gr.Checkbox(
label="Upload control image different from img2img inputs",
label="Upload independent control image",
value=False,
elem_id=f"{elem_id_tabname}_{tabname}_controlnet_same_img2img_checkbox",
elem_classes=['cnet-unit-same_img2img'],
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.307'
version_flag = 'v1.1.308'

from scripts.logging import logger

Expand Down

0 comments on commit a0ba36b

Please sign in to comment.