liasece / sd-webui-train-tools

The stable diffusion webui training aid extension helps you quickly and visually train models such as Lora.
Other
393 stars 48 forks source link

CAN NOT find the training tool tab: TypeError: unsupported operand type(s) for |: #1

Closed Gonglin95 closed 1 year ago

Gonglin95 commented 1 year ago

安装重启后看不到training tool After installing, and restarting, i CAN NOT find the training tool at all. Anyone encounters the same problem?

WeChat31c0855ad49a851764a248c624d00d8b
liasece commented 1 year ago

| was added in python 3.10. what's your python version? python --version

Gonglin95 commented 1 year ago

| was added in python 3.10. what's your python version? python --version

Thank you for your kind reply. I used python 3.9. It seems the version of PYTHON caused this problem. I'll try to update my python.

ronniechoyy commented 1 year ago

Same here, but I'm in python 3.10.6 still not showing

liasece commented 1 year ago

Same here, but I'm in python 3.10.6 still not showing

What is the error message?

tanzhu commented 1 year ago

For me, I got the error message 'ModuleNotFoundError: No module named 'diffusers'' after restarted ui, with python 3.10.6. So I directly install the lost module using 'pip install diffusers' in venv. It works.