If you like our project, please give us a star ⭐ on GitHub for latest update.

# Clone the repo
git clone https://github.com/raipranav384/CLIP-Head.git
cd CLIP-Head
# Create a new Anaconda environment
conda create -n clip_head python=3.9
conda activate clip_head
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
# Install NPHM dependencies
cd NPHM
mkdir checkpoints
pip install -e .
cd ..
# Install other requirements
pip install -r requirements.txt
# Install PyTorch3D
pip install "git+https://github.com/facebookresearch/pytorch3d.git"
./NPHM/checkpoints./checkpointspython run.py --prompt "face of a man smiling with joker makeup"
22 commits
16 commits
Jupyter Notebook
89.0%
Python
10.9%
If you like our project, please give us a star ⭐ on GitHub for latest update.

# Clone the repo
git clone https://github.com/raipranav384/CLIP-Head.git
cd CLIP-Head
# Create a new Anaconda environment
conda create -n clip_head python=3.9
conda activate clip_head
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
# Install NPHM dependencies
cd NPHM
mkdir checkpoints
pip install -e .
cd ..
# Install other requirements
pip install -r requirements.txt
# Install PyTorch3D
pip install "git+https://github.com/facebookresearch/pytorch3d.git"
./NPHM/checkpoints./checkpointspython run.py --prompt "face of a man smiling with joker makeup"
22 commits
16 commits
Jupyter Notebook
89.0%
Python
10.9%