mcmonkeyprojects / sd-dynamic-thresholding

Dynamic Thresholding (CFG Scale Fix) for Stable Diffusion (eSwarmUI, ComfyUI, and Auto WebUI)
MIT License
1.1k stars 103 forks source link

Fix xyz module name #99

Closed huchenlei closed 4 months ago

huchenlei commented 4 months ago

script_class.__module__ is changed from foo.py to scripts.foo in https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15532#issuecomment-2068006783.

This PR updates the __module__ matching.