#I can't open the webui or line command

51 messages · Page 1 of 1 (latest)

worthy moss
#

everytime I try to open the webui or line command, it simply closes the window.

feral carbon
#

Try to open the program from CMD instead that from windows to read the ending message

worthy moss
#

I get this error

worthy moss
#

what does it mean that there's no module named ldm

worthy moss
#

hello? anyone?

wheat karma
#

It’s a downstream issue because conda didn’t get installed correctly.

worthy moss
#

what do I do to fix it?

wheat karma
#

I'd consider redownloading the latest version, deleting the folder, and reinstalling

#

It seems like something got messed up in your install

worthy moss
#

Traceback (most recent call last):
File "C:\Users\ninja\invokeAI\scripts\configure_invokeai.py", line 24, in <module>
from ldm.invoke.globals import Globals
ModuleNotFoundError: No module named 'ldm'
""
"The configure script crashed or was cancelled."
"InvokeAI is not ready to run. To run preload_models.py again,"
"run the command 'update.bat' in this directory."
"Press any key to continue"
Press any key to continue . . .

#

I got this error after deleting the folder and reinstalling.

#

since it asks to run update.bat that's what I will do.

#

It's already up to date

#

did you mean to reinstall anaconda itself?

wheat karma
#

If you're seeing preload_models.py, you dont have the latest installer

worthy moss
#

I've used invokeAI-src-installer-2.2.3-windows.zip to install it.

worthy moss
#

2.2.3 is the latest version and this still comes up.

#

I deleted the folder and redoing this.

#

and i get these errors

worthy moss
wheat karma
#

something seems to be breaking the conda installation.

worthy moss
#

invoke.bat is missing for some reason.

wheat karma
#

try viewing hidden files and full file extensions

worthy moss
#

I have it activated

#

I tried python scripts/configure_invokeai.py and it says no ldm

wheat karma
#

do conda activate invokeai prior to that step

#

and see if you can get that to work

worthy moss
#

I did that in step 7

#

but if you think it will help, I will reinstall again.

wheat karma
#

ok - one thing that WONT work

#

is trying to do conda in the cmd.exe

#

you need to activate your conda terminal

#

(and this is all very technical, and not supposed to be the best path forward)

#

I should have called that out from the beginning.

worthy moss
#

I think I did it in the anaconda3 terminal

wheat karma
#

the above is not in that terminal

#

youll need to be in it to do conda activate invokeai

#

and then after you have activated

#

python scripts\invoke.py --web will work

worthy moss
#

trying from anaconda3

#

I am now downloading the 1.5models

worthy moss
#

i've completed it and opened the webui

#

how do I put in a .bat file to open later?

#

I can only open this up in anaconda, is there a way I could do this in a .bat file?

worthy moss
wheat karma
#

glad to hear its working!

#

yes, you can put it into a bat file

#

call X:\anaconda\Scripts\activate.bat
cd ( to your "InvokeAI" path)
call conda activate invokeai
python scripts\invoke.py --web
pause