#stuck on 'in progress'?
10 messages · Page 1 of 1 (latest)
Hi @magic cedar. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
The installation process for InvokeAI can sometimes appear to be stuck, especially when installing large packages or dependencies. This is often due to the size of the packages being installed, such as the pytorch package, which is quite large and often appears to get "stuck" at 99.9% (source (https://invoke-ai.github.io/InvokeAI/installation/010_INSTALL_AUTOMATED#walk-through)).
However, if you have been waiting for more than ten minutes and nothing is happening, you can interrupt the script with ^C. You may restart it and it will pick up where it left off.
If the problem persists, it could be due to outdated libraries. In this case, you can try to force reinstall InvokeAI by entering the Developer's Console (option 5 when you run the invoke.sh/invoke.bat command) and giving this command: pip install InvokeAI --force-reinstall (source (https://invoke-ai.github.io/InvokeAI/installation/010_INSTALL_AUTOMATED#package-dependency-conflicts)).
If you're still experiencing issues, you can reach out to the InvokeAI team by creating an issue on their GitHub site or making a request for help on the "bugs-and-support" channel of their Discord server. They are a 100% volunteer organization, but typically somebody will be available to help you within 24 hours, and often much sooner (source (https://invoke-ai.github.io/InvokeAI/installation/010_INSTALL_AUTOMATED#other-problems)).
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@magic cedar kapa.ai is still learning and improving, please let us know how it did by reacting below
Let me check the knowledge base for you. One moment! :books:
The invoke.sh file is located in the invokeai directory. After installing InvokeAI, you should find this directory in the location you chose during the installation process.
Here are the steps to find and run invoke.sh:
- Navigate to the
invokeaidirectory. - Look for a shell script named
invoke.sh. - Launch the script by typing its name at the command-line:
cd invokeai
./invoke.sh
Please note that invoke.sh is for Linux/Mac users. If you're using Windows, you should look for invoke.bat instead (source (https://invoke-ai.github.io/InvokeAI/installation/010_INSTALL_AUTOMATED#walk-through)).
Also, starting from version 2.2.4, the invoke.bat and invoke.sh launcher scripts, along with all other necessary files, are located in a directory named invokeai (source (https://invoke-ai.github.io/InvokeAI/CHANGELOG#v224-11-december-2022)).
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@magic cedar kapa.ai is still learning and improving, please let us know how it did by reacting below
@magic cedar - New install?