Skip to content

Commit

Permalink
fix preview as input for img2img indepent img (#1958)
Browse files Browse the repository at this point in the history
* shorter message

* fix preview as input for img2img indepent img
  • Loading branch information
lllyasviel authored Aug 24, 2023
1 parent a0ba36b commit eeec9d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/controlnet_ui/controlnet_ui_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ def clear_preview(x):
self.processor_res,
self.threshold_a,
self.threshold_b,
self.upload_independent_img_in_img2img
):
event_subscribers = []
if hasattr(comp, "edit"):
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.308'
version_flag = 'v1.1.309'

from scripts.logging import logger

Expand Down

0 comments on commit eeec9d8

Please sign in to comment.