OmPrakashSingh1704 commited on
Commit
72f2f15
1 Parent(s): 2f6874c
options/Video_model/__pycache__/Model.cpython-310.pyc CHANGED
Binary files a/options/Video_model/__pycache__/Model.cpython-310.pyc and b/options/Video_model/__pycache__/Model.cpython-310.pyc differ
 
options/Video_model/__pycache__/utils.cpython-310.pyc ADDED
Binary file (1.53 kB). View file
 
requirements.txt CHANGED
@@ -1,8 +1,11 @@
1
- torch
2
  imageio
3
- diffusers
4
  controlnet_aux
5
- transformers
6
- accelerate
7
  sentencepiece
8
- mediapipe
 
 
 
 
 
 
 
 
 
1
  imageio
 
2
  controlnet_aux
 
 
3
  sentencepiece
4
+ mediapipe
5
+ accelerate==0.28.0
6
+ diffusers==0.28.0
7
+ torch==2.1.0
8
+ torchvision==0.16.0
9
+ transformers==4.42.3
10
+ xformers==0.0.22.post7
11
+ peft==0.9.0