Skip to content

Face Fusion

conda git zip conda : nodejs registry vs

Alt text

process

  • README (this file)
  • gitignore
  • venv create: python3 -m venv venv
  • venv activate: source venv/bin/activate
  • DEV.sh
  • removed docs in {'listResults': {$exists: false}}

cheat ```

cd ~/facefusion/ sudo apt-get update sudoapt install python3.10-dev sudo apt install python3.10 sudo apt install python3-pip sudo apt install git-all sudo apt install curl sudo apt install ffmpeg

python3.10 -m venv venv source venv/bin/activate

python3.10 install.py

python install.py

conda install -c conda-forge xorg-libxext pip install Pillow-SIMD

uname -m

x86_64

wget https://developer.download.nvidia.com/compute/cuda/repos/wsl-ubuntu/x86_64/cuda-wsl-ubuntu.pin sudo mv cuda-wsl-ubuntu.pin /etc/apt/preferences.d/cuda-repository-pin-600 wget https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda-repo-wsl-ubuntu-11-8-local_11.8.0-1_amd64.deb sudo dpkg -i cuda-repo-wsl-ubuntu-11-8-local_11.8.0-1_amd64.deb sudo cp /var/cuda-repo-wsl-ubuntu-11-8-local/cuda-*-keyring.gpg /usr/share/keyrings/ sudo apt-get update sudo apt-get -y install cuda

```p