AngeT10 commited on
Commit
ba41fa0
1 Parent(s): d0704a0

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ git+https://github.com/huggingface/diffusers.git
2
+ nvidia-cuda-runtime-cu12
3
+ accelerate
4
+ addict>=2.4.0
5
+ click>=8.1.7
6
+ einops>=0.8.0
7
+ gradio>=3.36.1
8
+ omegaconf>=2.3.0
9
+ pillow>=11.0.0
10
+ pyyaml>=6.0.2
11
+ ray>=2.37.0
12
+ sentencepiece>=0.2.0
13
+ setuptools>=75.2.0
14
+ torch
15
+ transformers>=4.45.2