ghostsInTheMachine commited on
Commit
057f868
1 Parent(s): 9bf1caf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -4
requirements.txt CHANGED
@@ -2,9 +2,9 @@ numpy==1.26.4
2
  torch==2.3.1 --index-url https://download.pytorch.org/whl/cu121
3
  torchvision==0.18.1 --index-url https://download.pytorch.org/whl/cu121
4
  torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121
5
- diffusers==0.27.0 # Downgraded version
6
  accelerate>=0.16.0
7
- transformers>=4.25.1
8
  datasets==2.21.0
9
  ftfy==6.2.3
10
  tensorboard==2.17.1
@@ -23,5 +23,15 @@ spaces==0.28.3
23
  gradio==4.44.0
24
  gradio-imageslider==0.0.20
25
  gradio-client==1.3.0
26
- moviepy==1.0.3
27
- ffmpeg-python==0.2.0
 
 
 
 
 
 
 
 
 
 
 
2
  torch==2.3.1 --index-url https://download.pytorch.org/whl/cu121
3
  torchvision==0.18.1 --index-url https://download.pytorch.org/whl/cu121
4
  torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121
5
+ diffusers==0.28.0
6
  accelerate>=0.16.0
7
+ transformers>=4.39.1
8
  datasets==2.21.0
9
  ftfy==6.2.3
10
  tensorboard==2.17.1
 
23
  gradio==4.44.0
24
  gradio-imageslider==0.0.20
25
  gradio-client==1.3.0
26
+ pillow
27
+ timm
28
+ kornia
29
+ prettytable
30
+ typing
31
+ scikit-image
32
+ huggingface_hub
33
+ schedule
34
+ loadimg>=0.1.1
35
+ moviepy
36
+ pydub
37
+ ffmpeg-python>=0.2.0