mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
config
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user