Skip to content

Commit

Permalink
📝 Update to version v1.1.445 (#2769)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Apr 20, 2024
1 parent ed373ed commit 59d5998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/controlnet_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from scripts.logging import logger

version_flag = 'v1.1.444'
version_flag = 'v1.1.445'

logger.info(f"ControlNet {version_flag}")
# A smart trick to know if user has updated as well as if user has restarted terminal.
Expand Down

2 comments on commit 59d5998

@wssb114
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating to 445 will cause the instantstyle not to show up and the button to select the controlnet type to become invalid, whereas the 444 is perfectly fine

@huchenlei
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating to 445 will cause the instantstyle not to show up and the button to select the controlnet type to become invalid, whereas the 444 is perfectly fine

Can you file a bug report and attach screenshot & console logs? Thanks!

Please sign in to comment.