FABLESLIP commited on
Commit
35e0beb
·
verified ·
1 Parent(s): 34c521f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -4
requirements.txt CHANGED
@@ -1,14 +1,29 @@
 
1
  fastapi==0.115.5
2
  uvicorn[standard]==0.30.6
3
  python-multipart==0.0.20
4
- opencv-python-headless==4.10.0.84
5
  httpx==0.27.2
6
  aiofiles==23.2.1
7
- starlette==0.40.0 # Changé de 0.37.2 à 0.40.0 pour compat avec FastAPI
 
 
8
  numpy==1.26.4
9
  pillow==10.4.0
 
 
 
10
  huggingface_hub==0.23.5
11
  transformers==4.44.2
12
- torch==2.4.0
 
13
  joblib==1.4.2
14
- # diffusers plus tard
 
 
 
 
 
 
 
 
 
 
1
+ # --- Web & util ---
2
  fastapi==0.115.5
3
  uvicorn[standard]==0.30.6
4
  python-multipart==0.0.20
 
5
  httpx==0.27.2
6
  aiofiles==23.2.1
7
+ starlette==0.40.0
8
+
9
+ # --- Numérique / Image / Vidéo ---
10
  numpy==1.26.4
11
  pillow==10.4.0
12
+ opencv-python-headless==4.10.0.84
13
+
14
+ # --- Hugging Face & IA de base ---
15
  huggingface_hub==0.23.5
16
  transformers==4.44.2
17
+ safetensors==0.4.5
18
+ tqdm==4.66.4
19
  joblib==1.4.2
20
+ einops==0.7.0
21
+ scipy==1.11.4
22
+
23
+ # --- PyTorch (CPU/compat par défaut ; marche aussi sur machine GPU mais sans xformers)
24
+ torch==2.4.0
25
+ torchvision==0.19.0
26
+
27
+ # --- Diffusion / Accélération ---
28
+ diffusers==0.30.0
29
+ accelerate==0.34.2