-
-
Notifications
You must be signed in to change notification settings - Fork 110
Description
Error running process_batch: E:\StableDiffusion\stable-diffusion-webui\extensions\sd-dynamic-thresholding\scripts\dynamic_thresholding.py
Traceback (most recent call last):
File "E:\StableDiffusion\stable-diffusion-webui\modules\scripts.py", line 395, in process_batch
script.process_batch(p, *script_args, **kwargs)
File "E:\StableDiffusion\stable-diffusion-webui\extensions\sd-dynamic-thresholding\scripts\dynamic_thresholding.py", line 59, in process_batch
raise RuntimeError(f"Cannot use sampler {p.sampler_name} with Dynamic Thresholding")
RuntimeError: Cannot use sampler DDIM with Dynamic Thresholding
It doesn't seem to like DDIM. Is it slightly possible to add support for DDIM?
Your extension works wonders btw. I've always been haunted by contrast issues with high cfg. I even trained a negative embedding just to counter the problem but without success. You literally saved my eyes thank you!