leoeric commited on
Commit
7e1b603
·
1 Parent(s): 5db3c1f

Add decord and webdataset dependencies

Browse files
Files changed (2) hide show
  1. requirements.txt +4 -3
  2. requirements_hf.txt +3 -2
requirements.txt CHANGED
@@ -23,12 +23,13 @@ pyyaml
23
  av==12.3.0
24
 
25
  # Gradio for web interface
26
- gradio>=4.44.1
27
 
28
  # Git dependencies
29
  git+https://github.com/KeKsBoTer/torch-dwt
30
  git+https://github.com/huggingface/diffusers.git
31
 
32
- # Note: decord and webdataset are optional and may not be needed for inference
33
- # If needed, install via: pip install decord webdataset
 
34
 
 
23
  av==12.3.0
24
 
25
  # Gradio for web interface
26
+ gradio>=6.0.2
27
 
28
  # Git dependencies
29
  git+https://github.com/KeKsBoTer/torch-dwt
30
  git+https://github.com/huggingface/diffusers.git
31
 
32
+ # Video processing dependencies
33
+ decord
34
+ webdataset
35
 
requirements_hf.txt CHANGED
@@ -29,6 +29,7 @@ gradio>=6.0.2
29
  git+https://github.com/KeKsBoTer/torch-dwt
30
  git+https://github.com/huggingface/diffusers.git
31
 
32
- # Note: decord and webdataset are optional and may not be needed for inference
33
- # If needed, install via: pip install decord webdataset
 
34
 
 
29
  git+https://github.com/KeKsBoTer/torch-dwt
30
  git+https://github.com/huggingface/diffusers.git
31
 
32
+ # Video processing dependencies
33
+ decord
34
+ webdataset
35