Gerchegg commited on
Commit
1c9eaca
·
verified ·
1 Parent(s): 72b28aa

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ torch>=2.0.0
3
+ git+https://github.com/huggingface/diffusers.git
4
+ transformers>=4.45.0
5
+ accelerate>=0.34.0
6
+ safetensors>=0.4.0
7
+
8
+ # Gradio
9
+ gradio>=5.0.0
10
+
11
+ # HuggingFace
12
+ huggingface_hub
13
+
14
+ # Additional
15
+ pillow
16
+ numpy
17
+