From 3ed4cb30e10e510e4cd9b33cd9b11cda170859c2 Mon Sep 17 00:00:00 2001 From: hako-mikan <122196982+hako-mikan@users.noreply.github.com> Date: Fri, 28 Nov 2025 23:29:03 +0900 Subject: [PATCH] #411 --- scripts/rp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: