WSL Installation
WARNING
This setup will requires WSL2. If you installed WSL before the version 2 was released, you will need to switch manually to WSL2. How to upgrade guide: CLICK HERE.
Backends
- ✅ Backend available and supported
- ❌ Backend not available yet
- 🚧 Backend is in the development or testing phase
Backend | Supported |
---|---|
PyTorch | ✅ |
AITemplate | ✅ |
ONNX | 🚧 |
Installation
Install Ubuntu WSL
Install Ubuntu from the Microsoft Store.
Launch Ubuntu and follow the prompts to finish the setup.
Run Automated Setup Script
bash
curl -fsSLO https://raw.githubusercontent.com/VoltaML/voltaML-fast-stable-diffusion/experimental/scripts/wsl-install.sh
chmod +x wsl-install.sh
. wsl-install.sh
How to start the application after closing it
TIP
I have an easier way planned for the future, but for now, you'll have to run the following commands every time you want to start the application.
- Launch Ubuntu from the Start Menu
cd voltaML-fast-stable-diffusion
(or wherever you cloned the repository)source venv/bin/activate
python main.py