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 AUTOMATIC1111#14145
  • Loading branch information
AUTOMATIC1111 authored and ruchej committed Sep 30, 2024
1 parent 43e7431 commit a8b1df5
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 a8b1df5

Please # to comment.