Skip to content

Commit

Permalink
Merge pull request #1941 from Mikubill/dev
Browse files Browse the repository at this point in the history
remove annoying i2i preview
  • Loading branch information
lllyasviel authored Aug 22, 2023
2 parents c5b8de0 + bdc4265 commit b9db730
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion javascript/img2img_input_display.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* that if no ControlNet input image is uploaded, by default ControlNet will
* fallback onto img2img input image.
*/

/*
(function () {
function getActiveImg2ImgTabImgSrc(img2imgTabs) {
const tabs = img2imgTabs.querySelectorAll('.tabitem');
Expand Down Expand Up @@ -154,4 +156,5 @@
callback_registered = true;
});
})();
})();
*/
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.301'
version_flag = 'v1.1.302'

from scripts.logging import logger

Expand Down

0 comments on commit b9db730

Please sign in to comment.