dineth554 commited on
Commit
c13b870
·
verified ·
1 Parent(s): 98e8a90

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -0
requirements.txt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LEGION VIDEO GENERATION - Dependencies
2
+ torch>=2.0.0
3
+ diffusers>=0.32.0
4
+ transformers>=4.40.0
5
+ accelerate>=0.30.0
6
+ sentencepiece
7
+ protobuf
8
+ opencv-python-headless
9
+ imageio
10
+ imageio-ffmpeg
11
+ ffmpeg-python
12
+ gradio>=4.0.0
13
+ fastapi>=0.100.0
14
+ uvicorn[standard]
15
+ Pillow>=10.0.0
16
+ safetensors>=0.4.0
17
+ tqdm
18
+ einops
19
+ huggingface-hub>=0.23.0