rahul7star commited on
Commit
925b742
·
verified ·
1 Parent(s): ff052dc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -0
requirements.txt CHANGED
@@ -10,3 +10,22 @@ wandb
10
  av
11
  flash-attn
12
  spaces
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  av
11
  flash-attn
12
  spaces
13
+ torch
14
+ numpy
15
+
16
+ # Hugging Face ecosystem
17
+ git+https://github.com/huggingface/diffusers.git
18
+ transformers
19
+ accelerate
20
+ safetensors
21
+ peft
22
+
23
+ # UI
24
+ gradio>=4.0
25
+
26
+ # Utilities & Dependencies
27
+ sentencepiece
28
+ ftfy
29
+ imageio
30
+ imageio-ffmpeg
31
+ opencv-python