shiimizu / ComfyUI-TiledDiffusion

Tiled Diffusion, MultiDiffusion, Mixture of Diffusers, and optimized VAE
294 stars 21 forks source link

Can't support the latest comfyui? #29

Closed ikun-404 closed 2 months ago

ikun-404 commented 3 months ago

I am unable to use this plugin in the latest comfyui

AntiquePass commented 3 months ago

Same. I haven't been able to use it for a while in Comfyui. I can't remember when it stopped working, but I has been at least 3 months. I've tried to find a way to make it works on my side, bug I'm not too familiar with that and the log isn't giving a lot of information on the issue...

cvar66 commented 2 months ago

It seems to be working for me now, try updating within the manager, for some reason using update all didnt work

AntiquePass commented 2 months ago

@huangyan20 I found out the error is caused by the hook_all( ) function ; 'NoneType' object has no attribute 'module_name'. I tried it and the fix here https://github.com/shiimizu/ComfyUI-TiledDiffusion/pull/26 seems to be working on my side. Just download that utils.py file and replace the one in your custom_nodes\ComfyUI-TiledDiffusion.

@cvar66 Strange.. I tried it, I uninstalled and reinstalled it, but nothing worked for me except using marcojoao fix.

shiimizu commented 2 months ago

It should be fixed now.