sd-webui-rich-text
sd-webui-rich-text copied to clipboard
SD1.6 error is No module named 'diffusers.models.activations' i have excute pip install pip install diffusers==0.18.2
Same
I guess this is a specific issue when the extension is used in Windows. Unfortunately, it is a bit hard for me to debug it as I don't have the laptop with the OS. Could you play around with different versions of diffusers, say [0.20.0](https://github.com/huggingface/diffusers/tree/v0.20.0)
, to see if it can fix the issue?
Neither 0.18.2 or 0.20.0 worked for me.
Thanks for checking! I have incorporated this file in the extension. Could you update the extension and see if it fixes your problem?
I see the new update has installed a newer mediapipe version, but now it gives a different error:
*** Error loading script: rich_text_on_tab.py
Traceback (most recent call last):
File "G:\stable-webui\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "G:\stable-webui\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "
Great, I also incorporated this file. Would you mind checking again? Thanks!
Updated. Different error again:
*** Error loading script: rich_text_on_tab.py
Traceback (most recent call last):
File "G:\stable-webui\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "G:\stable-webui\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "
I made a fix by incorporating the diffusers lib as part of the extension. Hope that this will end this kind of these missing function errors. Let me know if you still see the issue! Thanks!