banao-tech commited on
Commit
d4cbec4
·
verified ·
1 Parent(s): d47e052

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -4
requirements.txt CHANGED
@@ -1,13 +1,10 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu121
2
-
3
  torch==2.6.0
4
  torchvision==0.21.0
5
-
6
  gradio==4.44.1
7
  diffusers==0.36.0
8
  transformers==4.49.0
9
  accelerate==1.12.0
10
-
11
  omegaconf
12
  einops
13
  opencv-python-headless
@@ -22,9 +19,9 @@ DeepCache
22
  decord
23
  scikit-image
24
  tqdm
25
-
26
  insightface
27
  onnx
28
  onnxruntime
29
  onnxruntime-gpu; platform_system=="Linux" and platform_machine=="x86_64" and python_version<"3.13"
30
  ffmpeg-python
 
 
1
  --extra-index-url https://download.pytorch.org/whl/cu121
 
2
  torch==2.6.0
3
  torchvision==0.21.0
 
4
  gradio==4.44.1
5
  diffusers==0.36.0
6
  transformers==4.49.0
7
  accelerate==1.12.0
 
8
  omegaconf
9
  einops
10
  opencv-python-headless
 
19
  decord
20
  scikit-image
21
  tqdm
 
22
  insightface
23
  onnx
24
  onnxruntime
25
  onnxruntime-gpu; platform_system=="Linux" and platform_machine=="x86_64" and python_version<"3.13"
26
  ffmpeg-python
27
+ huggingface_hub