fix: add PL rule

This commit is contained in:
Dowon
2024-08-24 13:58:08 +09:00
parent 652da215ac
commit fbbe127c9e
7 changed files with 8 additions and 7 deletions

View File

@@ -745,7 +745,7 @@ class AfterDetailerScript(scripts.Script):
return optimal_resolution
def fix_p2(
def fix_p2( # noqa: PLR0913
self, p, p2, pp: PPImage, args: ADetailerArgs, pred: PredictOutput, j: int
):
seed, subseed = self.get_seed(p)