Skip to content

Commit a8b1df5

Browse files
AUTOMATIC1111ruchej
authored andcommitted
add automatic version support for zero terminal SNR noise schedule option from AUTOMATIC1111#14145
1 parent 43e7431 commit a8b1df5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/infotext_versions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
v160 = version.parse("1.6.0")
7+
v170_tsnr = version.parse("v1.7.0-225")
78

89

910
def parse_version(text):
@@ -33,3 +34,6 @@ def backcompat(d):
3334
if ver < v160:
3435
d["Old prompt editing timelines"] = True
3536

37+
if ver < v170_tsnr:
38+
d["Downcast alphas_cumprod"] = True
39+

0 commit comments

Comments
 (0)