Commit 
							
							·
						
						b812ed0
	
1
								Parent(s):
							
							192fca5
								
Update requirements.txt
Browse files- requirements.txt +17 -9
    	
        requirements.txt
    CHANGED
    
    | @@ -1,12 +1,20 @@ | |
| 1 | 
            -
             | 
| 2 | 
            -
             | 
| 3 | 
            -
             | 
|  | |
| 4 | 
             
            insightface==0.7.3
         | 
| 5 | 
            -
             | 
| 6 | 
            -
            numpy
         | 
| 7 | 
             
            onnx==1.14.0
         | 
| 8 | 
            -
            onnxruntime==1.15. | 
| 9 | 
            -
             | 
| 10 | 
            -
             | 
| 11 | 
            -
             | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 12 |  | 
|  | |
| 1 | 
            +
            --extra-index-url https://download.pytorch.org/whl/cu118
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            gfpgan==1.3.8
         | 
| 4 | 
            +
            gradio==3.40.1
         | 
| 5 | 
             
            insightface==0.7.3
         | 
| 6 | 
            +
            numpy==1.24.3
         | 
|  | |
| 7 | 
             
            onnx==1.14.0
         | 
| 8 | 
            +
            onnxruntime==1.15.1; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
         | 
| 9 | 
            +
            onnxruntime-coreml==1.13.1; python_version == '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
         | 
| 10 | 
            +
            onnxruntime-gpu==1.15.1; sys_platform != 'darwin'
         | 
| 11 | 
            +
            onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'
         | 
| 12 | 
            +
            opencv-python==4.8.0.74
         | 
| 13 | 
            +
            opennsfw2==0.10.2
         | 
| 14 | 
            +
            pillow==10.0.0
         | 
| 15 | 
            +
            protobuf==4.23.4
         | 
| 16 | 
            +
            psutil==5.9.5
         | 
| 17 | 
            +
            realesrgan==0.3.0
         | 
| 18 | 
            +
            tensorflow==2.13.0
         | 
| 19 | 
            +
            tqdm==4.65.0
         | 
| 20 |  | 
