jacob-c commited on
Commit
b126ae6
·
1 Parent(s): 6f53b6a

diffuserfix

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -3,11 +3,11 @@ torch==2.0.1
3
  torchaudio==2.0.2
4
  torchvision==0.15.2
5
 
6
- # Hugging Face ecosystem - aligned versions
 
 
7
  transformers==4.27.0
8
  accelerate==0.21.0
9
- diffusers==0.19.3
10
- huggingface_hub>=0.23.4 # Updated to satisfy bigvgan requirement
11
  datasets==2.1.0
12
  safetensors==0.3.2
13
 
@@ -18,7 +18,7 @@ torchlibrosa==0.1.0
18
  wavio==0.0.7
19
  resampy==0.4.2
20
  ssr_eval==0.0.6
21
- bigvgan==2.4.1
22
 
23
  # Data processing and visualization
24
  numpy==1.23.0
@@ -40,7 +40,7 @@ sentencepiece==0.1.99
40
  tqdm==4.63.1
41
  wandb==0.12.14
42
  ipython==8.12.0
43
- gradio>=4.3.0 # Allow newer versions for compatibility
44
 
45
  # Dependencies needed by audio processing
46
  ffmpeg-python
 
3
  torchaudio==2.0.2
4
  torchvision==0.15.2
5
 
6
+ # Hugging Face ecosystem - pinned to compatible versions
7
+ diffusers==0.19.3
8
+ huggingface_hub==0.16.4 # Last version with cached_download
9
  transformers==4.27.0
10
  accelerate==0.21.0
 
 
11
  datasets==2.1.0
12
  safetensors==0.3.2
13
 
 
18
  wavio==0.0.7
19
  resampy==0.4.2
20
  ssr_eval==0.0.6
21
+ bigvgan>=2.4.1
22
 
23
  # Data processing and visualization
24
  numpy==1.23.0
 
40
  tqdm==4.63.1
41
  wandb==0.12.14
42
  ipython==8.12.0
43
+ gradio>=4.3.0
44
 
45
  # Dependencies needed by audio processing
46
  ffmpeg-python