ai-forever / ghost

A new one shot face swap approach for image and video domains
Apache License 2.0
1.25k stars 264 forks source link

Requirements.txt #92

Open talhaty opened 8 months ago

talhaty commented 8 months ago

Please update requirements.txt file

chimojs commented 3 months ago

I can inference this model on Ubuntu using python=3.9.19 and the following packages version

numpy==1.26.4
opencv-python==4.10.0
onnx==1.16.1
onnxruntime-gpu==1.18.1
mxnet-cu117==1.9.1
scikit-image==0.24.0
insightface==0.2.1
requests==2.32.3
kornia==0.5.4
dill==0.3.8
wandb==0.17.4
torch==1.13.1+cu116
torchvision==0.14.1+cu116

mxnet-cu101mkl and insightface==0.2.1 have inconsistent dependencies, wonder if anyone can run this project successfully on Windows.

liuhui0401 commented 3 weeks ago

I can inference this model on Ubuntu using python=3.9.19 and the following packages version

numpy==1.26.4
opencv-python==4.10.0
onnx==1.16.1
onnxruntime-gpu==1.18.1
mxnet-cu117==1.9.1
scikit-image==0.24.0
insightface==0.2.1
requests==2.32.3
kornia==0.5.4
dill==0.3.8
wandb==0.17.4
torch==1.13.1+cu116
torchvision==0.14.1+cu116

mxnet-cu101mkl and insightface==0.2.1 have inconsistent dependencies, wonder if anyone can run this project successfully on Windows.

Did you meet the problem "AttributeError: module 'numpy' has no attribute 'bool'."?