dbolya / tomesd

Speed up Stable Diffusion with this one simple trick!
MIT License
1.29k stars 78 forks source link

No Module named 'tomesd' #33

Open Torcelllo opened 1 year ago

Torcelllo commented 1 year ago

TomeSD appears as an extension in AUTOMATIC1111. I have followed the installation instructions. It does not appear on the settings page of AUTOMATIC1111. At startup using webui-user.bat it states

import tomesd

ModuleNotFoundError: No module named 'tomesd'

victorca25 commented 1 year ago

You need to follow the extension instructions and install “tomesd” with pip.

Torcelllo commented 1 year ago

Twice and three times, but in the end it cannot find

C:\stable-diffusion-webui\venv\Scripts\tomesd\tomesd>python setup.py build develop python: can't open file 'C:\stable-diffusion-webui\venv\Scripts\tomesd\tomesd\setup.py': [Errno 2] No such file or directory

I checked this folder and no setup.py file at all

papuSpartan commented 1 year ago

Twice and three times, but in the end it cannot find

If you want to easily try out or use tomesd, then I recommend trying vlad's fork as it comes with it now by default https://github.com/vladmandic/automatic

GunnyNinja commented 1 year ago

You need to follow the extension instructions and install “tomesd” with pip.

I did not add this to Automatic1111. NO idea how it got there, but it's preventing it from starting. How do I remove the import tomesd command? I did what you said and it didn't help. This is a local installation.