Update requirements.txt
Browse files- requirements.txt +1 -17
requirements.txt
CHANGED
@@ -1,26 +1,10 @@
|
|
1 |
# Interface utilisateur
|
2 |
gradio>=4.0.0,<5.0.0
|
3 |
|
4 |
-
# Core ML Framework
|
5 |
-
torch==2.1.2+cpu
|
6 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
7 |
-
|
8 |
-
# Gestion des modèles et génération d'images
|
9 |
-
diffusers>=0.21.4,<0.22.0
|
10 |
-
transformers>=4.35.0
|
11 |
-
accelerate>=0.24.0
|
12 |
-
safetensors>=0.4.0
|
13 |
-
|
14 |
-
# Hugging Face Hub
|
15 |
-
huggingface-hub>=0.19.4,<0.20.0
|
16 |
-
|
17 |
# Manipulation d'images
|
18 |
Pillow>=10.0.0
|
19 |
|
20 |
# Utilitaires
|
21 |
requests>=2.31.0
|
22 |
python-dotenv>=1.0.0
|
23 |
-
tqdm>=4.66.1
|
24 |
-
|
25 |
-
# Optimisations de performance
|
26 |
-
--find-links https://download.pytorch.org/whl/torch_stable.html
|
|
|
1 |
# Interface utilisateur
|
2 |
gradio>=4.0.0,<5.0.0
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
# Manipulation d'images
|
5 |
Pillow>=10.0.0
|
6 |
|
7 |
# Utilitaires
|
8 |
requests>=2.31.0
|
9 |
python-dotenv>=1.0.0
|
10 |
+
tqdm>=4.66.1
|
|
|
|
|
|