Skip to content

Commit

Permalink
Update controlnet_version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbds authored Jul 15, 2024
1 parent 0baecb5 commit f6644ed
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,4 +1,4 @@
version_flag = 'v1.1.454'
version_flag = 'v1.1.455'
# A smart trick to know if user has updated as well as if user has restarted terminal.
# Note that in "controlnet.py" we do NOT use "importlib.reload" to reload this "controlnet_version.py"
# This means if user did not completely restart terminal, the "version_flag" will be the previous version.
Expand Down

0 comments on commit f6644ed

Please sign in to comment.