#Problems with Mac installation

3 messages · Page 1 of 1 (latest)

wind nest
#

Hello wonderful folks. I'm relatively inexperienced with Terminal and am trying to follow the steps to do the automatic installation on a Mac but getting errors.

I got to here in Terminal:

"** Model Installation Successful **
You're all set! You may now launch InvokeAI using one of these two commands:
Web version:
python scripts/invoke.py --web (connect to http://localhost:9090)
Command-line version:
python scripts/invoke.py

If you installed manually, remember to activate the 'invokeai'
environment before running invoke.py. If you installed using the
automated installation script, execute "invoke.sh" (Linux/Mac) or
"invoke.bat" (Windows) to start InvokeAI.

Have fun!"

But when I type in "python scripts/invoke.py --web" in Terminal, I get this error:

Traceback (most recent call last):
File "/Users/Harry/scripts/invoke.py", line 3, in <module>
import ldm.invoke.CLI
ModuleNotFoundError: No module named 'ldm'
Harry@Winter ~ %

Please help 🙂

static kindle
#

If I got you right, you are new and want to start the program? In this case make a new terminal tab at folder with two finger click in the context menu and then type: ./invoke.sh

#

then choose "2" and call it up in the browser and there you go.