mirror of
https://github.com/muerrilla/sd-webui-detail-daemon.git
synced 2026-01-26 19:29:47 +00:00
Add HeunPP2 to unsupported list [Forge Only]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user