chrisssut commited on
Commit
6f272fc
·
verified ·
1 Parent(s): 5dd54c7

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +0 -0
  2. requirements.txt +29 -0
app.py ADDED
The diff for this file is too large to render. See raw diff
 
requirements.txt ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://pytorch.org
2
+ torch==2.8.0
3
+ torchvision==0.23.0
4
+ torchaudio==2.8.0
5
+ torchsde
6
+ spaces
7
+ gradio>=5,<6
8
+ huggingface_hub>=0.34.0
9
+ transformers>=4.48.0
10
+ accelerate>=0.26.0
11
+ safetensors
12
+ einops
13
+ scipy
14
+ numpy
15
+ pillow
16
+ opencv-python-headless
17
+ mediapipe
18
+ av
19
+ kornia<0.8.0
20
+ psutil
21
+ websocket-client
22
+ gguf
23
+ sentencepiece
24
+ protobuf
25
+ spandrel
26
+ soundfile
27
+ imageio-ffmpeg
28
+ rotary_embedding_torch
29
+