v0xie / sd-webui-incantations

Enhance Stable Diffusion image quality, prompt following, and more through multiple implementations of novel algorithms for Automatic1111 WebUI.
GNU General Public License v3.0
120 stars 7 forks source link

Update xyz module matching #22

Closed huchenlei closed 2 months ago

huchenlei commented 2 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.

v0xie commented 2 months ago

Thank you!