Add HeunPP2 to unsupported list [Forge Only]

This commit is contained in:
Brendan Lackey
2025-05-03 17:43:53 -07:00
parent b6c7e57c38
commit 140d065804

View File

@@ -120,7 +120,7 @@ class Script(scripts.Script):
smooth = getattr(p, "DD_smooth", smooth)
if enabled:
if p.sampler_name == "DPM adaptive":
if p.sampler_name in ["DPM adaptive", "HeunPP2"]:
tqdm.write(f'\033[33mWARNING:\033[0m Detail Daemon does not work with {p.sampler_name}')
return