If you encounter issues with dependencies or during the installation, it's recommended to install the dependencies manually from the root of your directory.
Windows:
.\venv\Scripts\activate
cd .\extensions\sd-webui-faceswaplab\
pip install -r .\requirements.txt
Linux/MacOS:
source venv/bin/activate
cd ./extensions/sd-webui-faceswaplab/
pip install -r ./requirements.txt
Please ensure that you have already set up the virtual environment (venv) before executing these commands.
If you plan on using the GPU, please use requirements-gpu.txt instead of requirements.txt when installing.
If you encounter issues with dependencies or during the installation, it's recommended to install the dependencies manually from the root of your <webui> directory.
Windows:
```bash
.\venv\Scripts\activate
cd .\extensions\sd-webui-faceswaplab\
pip install -r .\requirements.txt
```
Linux/MacOS:
```bash
source venv/bin/activate
cd ./extensions/sd-webui-faceswaplab/
pip install -r ./requirements.txt
```
Please ensure that you have already set up the virtual environment (venv) before executing these commands.
If you plan on using the GPU, please use `requirements-gpu.txt` instead of requirements.txt when installing.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
If you encounter issues with dependencies or during the installation, it's recommended to install the dependencies manually from the root of your directory.
Windows:
Linux/MacOS:
Please ensure that you have already set up the virtual environment (venv) before executing these commands.
If you plan on using the GPU, please use
requirements-gpu.txtinstead of requirements.txt when installing.