You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.txt
instead of requirements.txt when installing.The text was updated successfully, but these errors were encountered: