Compare commits

...

4 Commits

Author SHA1 Message Date
Olivier Lesnicki f01f94dead
Merge 57e6020efa into 3107f74165 2024-08-30 16:20:47 +02:00
Kenneth Estanislao 3107f74165
Merge pull request #506 from duhow/patch-1
fix: requirements ResolutionImpossible
2024-08-30 19:09:02 +08:00
David Girón 99704f3a18
fix: requirements ResolutionImpossible 2024-08-30 09:07:40 +02:00
Olivier Lesnicki 57e6020efa
Update README.md
python-tk is needed
2024-08-12 22:06:03 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ Users of this software are expected to use this software responsibly while abidi
### Basic: It is more likely to work on your computer but it will also be very slow. You can follow instructions for the basic install (This usually runs via **CPU**) ### Basic: It is more likely to work on your computer but it will also be very slow. You can follow instructions for the basic install (This usually runs via **CPU**)
#### 1.Setup your platform #### 1.Setup your platform
- python (3.10 recommended) - python (3.10 recommended)
- python-tk
- pip - pip
- git - git
- [ffmpeg](https://www.youtube.com/watch?v=OlNWCpFdVMA) - [ffmpeg](https://www.youtube.com/watch?v=OlNWCpFdVMA)

View File

@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cu118 --extra-index-url https://download.pytorch.org/whl/cu118
numpy==1.23.5 numpy>=1.23.5,<2
opencv-python==4.8.1.78 opencv-python==4.8.1.78
onnx==1.16.0 onnx==1.16.0
insightface==0.7.3 insightface==0.7.3