toto10's picture
63dd9f7852d681d9d30b785c459b2149830b4f0dbcd21a1a01da971538925752
39cf5c7
raw
history blame
549 Bytes
version_flag = 'v1.1.210'
print(f'ControlNet {version_flag}')
# 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.
# Then, if we get a screenshot from user, we will know that if that user has restarted the terminal.
# And we will also know what version the user is using so that bug track becomes easier.