ddriscoll commited on
Commit
2c967f4
·
verified ·
1 Parent(s): 28b13ce

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -4
requirements.txt CHANGED
@@ -6,14 +6,12 @@ requests==2.31.0
6
  wikipedia==1.4.0
7
 
8
  # PyTorch
9
- # If you're on GPU, replace "cpu" with the appropriate CUDA or MPS package, e.g.:
10
- # pip install torch==2.0.1+cu118 -f https://download.pytorch.org/whl/torch_stable.html
11
  torch==2.0.1
12
 
13
  # Hugging Face Ecosystem
14
  transformers==4.31.0
15
- huggingface_hub==0.14.1 # <--- pinned to ensure 'cached_download' is present
16
- diffusers==0.19.3 # <--- references `cached_download` internally
17
  accelerate==0.20.3 # optional but often needed for device_map="auto"
18
 
19
  # Real-ESRGAN and Dependencies
 
6
  wikipedia==1.4.0
7
 
8
  # PyTorch
 
 
9
  torch==2.0.1
10
 
11
  # Hugging Face Ecosystem
12
  transformers==4.31.0
13
+ huggingface_hub==0.15.1 # Updated version
14
+ diffusers==0.19.3
15
  accelerate==0.20.3 # optional but often needed for device_map="auto"
16
 
17
  # Real-ESRGAN and Dependencies