TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.46k stars 1.3k forks source link

I’m having this error while starting my Stable Diffusion (no module named Lora) #1849

Open DanoGL opened 1 year ago

DanoGL commented 1 year ago

The colab gives me this error:

Error loading script: main.py Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 256, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/script_loading.py", line 11, in load_module module_spec.loader.exec_module(module) File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/a1111-sd-webui-locon/scripts/main.py", line 10, in import lora ModuleNotFoundError: No module named 'lora'

it doesn’t seem to affect my generations, I can use LoRA, but, how can I fix this so it doesn’t show up?

Holymittens commented 1 year ago

Your A1111 SD Webui LoCon extension is out of date. Go to the Extensions tab, click "Check for Updates", wait for it to finish, then click Apply and Restart UI. That should get rid of this error.

modulator commented 1 year ago

I'm having this error with the latest version - but I don't have SD Webui LoCon extension installed... And all my extensions say they're current...