tjm35 / asymmetric-tiling-sd-webui

Asymmetric Tiling for stable-diffusion-webui
Creative Commons Zero v1.0 Universal
201 stars 34 forks source link

The sdwebui-forge can't use asymmetric-tiling #16

Closed storyskya closed 8 months ago

storyskya commented 8 months ago

Hello friend, the new version forge of sd-webui cannot use asymmetric controllers, can you upgrade it? Thanks a million

** Error running postprocess: D:\forgeUI-N\webui\extensions\asymmetric-tiling-sd-webui\scripts\asymmetric_tiling.py Traceback (most recent call last): File "D:\forgeUI-N\webui\modules\scripts.py", line 838, in postprocess script.postprocess(p, processed, script_args) File "D:\forgeUI-N\webui\extensions\asymmetric-tiling-sd-webui\scripts\asymmetric_tiling.py", line 56, in postprocess self.__restoreConv2DMethods() File "D:\forgeUI-N\webui\extensions\asymmetric-tiling-sd-webui\scripts\asymmetric_tiling.py", line 74, in __restoreConv2DMethods for layer in modules.sd_hijack.model_hijack.layers: TypeError: 'NoneType' object is not iterable

ImpossibleAd436 commented 8 months ago

I am having the same issue

tjm35 commented 8 months ago

This extension is built against stable-diffusion-webui and prioritises working correctly with it. From what I can tell the stable-diffusion-webui-forge project has completely replaced the hijack code this extension is built on, so to make this extension work on that project would likely require a complete rewrite that then would no longer work on stable-diffusion-webui.

If someone wants to fork this project and rewrite it to work with stable-diffusion-webui-forge, of course they're welcome to do so (that's why I released it as CC0 after all), but this project only aims to support stable-diffusion-webui so this issue is a "won't fix".

WyvernDryke commented 3 weeks ago

I love this extension so much! I miss it :( Please can someone get it to work with Webui Forge?