-
-
Notifications
You must be signed in to change notification settings - Fork 21
Installation Instructions (Intel GPU's)
Important
The Intel-Support is currently on Beta-Status and not well tested. Please report any issues here on GitHub or on Discord!
-
If you use Windows, install WSL
-
Download the newest release from the releases tab in this GitHub repository.
-
Unzip the contents of the release and place them where you want to run the server from.
-
Download any models you want to use from the models page and unzip and copy the contents (the config and models folders) into the AI Server folder created in the previous step.
-
Install Conda by running
source ./install/install-conda-linux.sh -
Run
source ./install/install-linux.sh --intel -
If you use WSL: Open a Powershell as Admin, and create a Proxy for the Port, where the server runs. This is only necessary, if stash does not run on the same PC as the AI Server. Use this Command:
netsh interface portproxy add v4tov4 listenport=<YourPort> listenaddress=0.0.0.0 connectport=<YourPort> connectaddress=(wsl hostname --distribution <YourDistro> -I). For Distribution, use "ubuntu" if you use the default. You can find more information here. -
(If using a patreon exclusive model) On the first time running the server, it will open a browser window to login with patreon to get your license. If there is no browser installed in your environment, it will give you a link to download a license. Save the license file to your models folder.
-
Proceed with installing the stash plugin, or you can run the example client from the
example_clientfolder. -
To start the server again in the future, use
source ./start.sh
To update from a previous version run (linux) source ./install/update.sh --intel