This commit is contained in:
lvmin
2023-10-13 05:28:42 -07:00
parent 80d80c5962
commit 63820ff362
3 changed files with 7 additions and 5 deletions
-3
View File
@@ -966,7 +966,6 @@ SD_XL_BASE_RATIOS = {
}
aspect_ratios = {}
default_aspect_ratio = None
# import math
@@ -977,8 +976,6 @@ for k, (w, h) in SD_XL_BASE_RATIOS.items():
# txt += f' {w//gcd}:{h//gcd}'
aspect_ratios[txt] = (w, h)
if k == "1.29":
default_aspect_ratio = txt
def apply_style(style, positive):