diff --git a/scripts/rp.py b/scripts/rp.py index b3c68ce..b5cfa98 100644 --- a/scripts/rp.py +++ b/scripts/rp.py @@ -550,7 +550,7 @@ class Script(modules.scripts.Script): # SBM ddim / plms detection. self.isvanilla = p.sampler_name in ["DDIM", "PLMS", "UniPC"] - if forge: + if forge or reforge: self.isvanilla = not self.isvanilla if self.h % ATTNSCALE != 0 or self.w % ATTNSCALE != 0: