banao-tech commited on
Commit
85c5a8d
·
verified ·
1 Parent(s): 2bcec7c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu121
2
 
3
- torch==2.4.1
4
- torchvision==0.19.1
5
- torchaudio==2.4.1
6
 
7
  gradio==4.44.1
8
- huggingface_hub==0.35.1
9
 
10
  diffusers
11
  transformers
@@ -20,5 +20,7 @@ imageio
20
  imageio-ffmpeg
21
  av
22
  kornia
23
- insightface
24
- onnxruntime-gpu
 
 
 
1
  --extra-index-url https://download.pytorch.org/whl/cu121
2
 
3
+ torch==2.5.1+cu121
4
+ torchvision==0.20.1+cu121
5
+ torchaudio==2.5.1+cu121
6
 
7
  gradio==4.44.1
8
+ huggingface_hub>=0.35.1
9
 
10
  diffusers
11
  transformers
 
20
  imageio-ffmpeg
21
  av
22
  kornia
23
+
24
+ # keep these out for now on py3.13 (often breaks):
25
+ # insightface
26
+ # onnxruntime-gpu