tomesd icon indicating copy to clipboard operation
tomesd copied to clipboard

No Module named 'tomesd'

Open Torcelllo opened this issue 1 year ago • 4 comments

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'

Torcelllo avatar May 02 '23 16:05 Torcelllo

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

victorca25 avatar May 03 '23 06:05 victorca25

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

Torcelllo avatar May 03 '23 07:05 Torcelllo

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

papuSpartan avatar May 03 '23 07:05 papuSpartan

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.

GunnyNinja avatar May 30 '23 20:05 GunnyNinja