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 🙂