Dmitry1313 commited on
Commit
00e6223
·
verified ·
1 Parent(s): 237de6d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -6
requirements.txt CHANGED
@@ -1,6 +1,24 @@
1
- # requirements.txt FaceFusion API Wrapper
2
- fastapi==0.104.1
3
- uvicorn[standard]==0.24.0
4
- python-multipart==0.0.6
5
- python-dotenv==1.0.0
6
- httpx==0.25.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🤖 HuggingFace Space - Реальный FaceFusion
2
+ # Полный набор зависимостей для работы
3
+ fastapi>=0.104.1
4
+ uvicorn>=0.24.0
5
+ python-multipart>=0.0.6
6
+
7
+ # FaceFusion и ML зависимости
8
+ torch>=2.0.0
9
+ torchvision>=0.15.0
10
+ torchaudio>=2.0.0
11
+ onnxruntime>=1.16.0
12
+ insightface>=0.2.1
13
+ opencv-python>=4.8.0
14
+ numpy>=1.24.3
15
+ Pillow>=10.1.0
16
+ scikit-image>=0.21.0
17
+
18
+ # API и веб
19
+ pydantic>=2.5.0
20
+ python-dotenv>=1.0.0
21
+ httpx>=0.25.2
22
+
23
+ # Логирование
24
+ python-dotenv>=1.0.0