fix issue with Styles when Hires prompt is used

This commit is contained in:
w-e-w
2024-03-15 21:06:54 +09:00
parent 3e0146f9bd
commit 887a512208
3 changed files with 29 additions and 18 deletions

View File

@@ -6,6 +6,7 @@ import re
v160 = version.parse("1.6.0")
v170_tsnr = version.parse("v1.7.0-225")
v180 = version.parse("1.8.0")
v180_hr_styles = version.parse("1.8.0-136") # todo: change to the actual version number after merge
def parse_version(text):