hako-mikan 2025-11-28 23:29:03 +09:00
parent 3cfafa9418
commit 3ed4cb30e1
1 changed files with 1 additions and 1 deletions

View File

@ -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: