Skip to content

Commit

Permalink
add automatic version support for zero terminal SNR noise schedule op…
Browse files Browse the repository at this point in the history
…tion from #14145
  • Loading branch information
AUTOMATIC1111 committed Jan 1, 2024
1 parent 267fd5d commit 45b7bba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/infotext_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


v160 = version.parse("1.6.0")
v170_tsnr = version.parse("v1.7.0-225")


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

if ver < v170_tsnr:
d["Downcast alphas_cumprod"] = True

0 comments on commit 45b7bba

Please # to comment.