JackAILab / ConsistentID

Customized ID Consistent for human
MIT License
846 stars 76 forks source link

installing locally . #36

Closed zachysaur closed 6 months ago

zachysaur commented 6 months ago

can anyone who installed it successfully share steps how he installed it

JackAILab commented 6 months ago

Please refer to the following steps. If you encounter a bug, please reopen this issue and paste your log file.

🔧 Requirements

Python >= 3.8 (Recommend to use Anaconda or Miniconda) PyTorch >= 2.0.0 cuda==11.8 conda create --name ConsistentID python=3.8.10 conda activate ConsistentID pip install -U pip

Install requirements

pip install -r requirements.txt

🧪 Usage

Ensure that the workspace is the root directory of the project.

python infer.py

zachysaur commented 6 months ago

what about models and pretrained models where to put them?