Nick021402 commited on
Commit
23ccf36
·
verified ·
1 Parent(s): 69a1069

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,13 +1,13 @@
1
- gradio==4.16.0
2
- torch==2.1.0
3
- torchvision==0.16.0
4
- diffusers==0.25.0
5
- transformers==4.36.0
6
- accelerate==0.25.0
7
- opencv-python-headless==4.8.1.78
8
- pillow==10.1.0
9
- numpy==1.24.3
 
10
  nltk==3.8.1
11
  moviepy==1.0.3
12
- safetensors==0.4.1
13
- huggingface_hub==0.20.0 # <--- ADD THIS LINE
 
1
+ gradio==4.26.0 # Slightly newer, but stable Gradio version
2
+ torch==2.2.0 # Matching torch version
3
+ torchvision==0.17.0 # Matching torchvision version
4
+ diffusers==0.28.0 # Key: Bumping to a very recent, stable diffusers version
5
+ transformers==4.40.1 # Key: Bumping to a very recent, stable transformers version
6
+ accelerate==0.29.2 # Key: Bumping to a very recent, stable accelerate version
7
+ huggingface_hub==0.22.2 # Key: This version is compatible with diffusers 0.28.0
8
+ opencv-python-headless==4.9.0.80 # Slightly newer opencv-python-headless
9
+ pillow==10.3.0 # Slightly newer pillow
10
+ numpy==1.26.4 # Slightly newer numpy
11
  nltk==3.8.1
12
  moviepy==1.0.3
13
+ safetensors==0.4.3 # Slightly newer safetensors