Austinsz-Warehouse commited on
Commit
0ff0a7d
·
verified ·
1 Parent(s): 0f1c3b4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,21 +1,19 @@
1
- # Gradio for the web UI
2
  gradio==5.49.1
3
 
4
- # CPU-friendly PyTorch
5
  torch==2.1.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
6
 
7
- # Diffusers for image/video pipelines
8
  diffusers==0.23.0
9
-
10
- # Transformers for AI models
11
  transformers==4.34.0
 
12
 
13
- # OpenCV for video processing
14
  opencv-python-headless==4.8.1.78
15
-
16
- # Image handling
17
  Pillow==10.1.0
18
  numpy==1.26.0
19
 
20
- # Fix dependency conflicts
21
  huggingface-hub==0.36.0
 
 
1
+ # Web UI
2
  gradio==5.49.1
3
 
4
+ # CPU-only PyTorch
5
  torch==2.1.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
6
 
7
+ # Diffusers for AI image/video pipelines
8
  diffusers==0.23.0
 
 
9
  transformers==4.34.0
10
+ safetensors==0.3.1
11
 
12
+ # Image/video processing
13
  opencv-python-headless==4.8.1.78
 
 
14
  Pillow==10.1.0
15
  numpy==1.26.0
16
 
17
+ # Hugging Face hub
18
  huggingface-hub==0.36.0
19
+