Gerchegg commited on
Commit
e84b792
·
verified ·
1 Parent(s): 93ffa7c

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +26 -0
requirements.txt ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ torch>=2.0.0
3
+ torchvision
4
+ git+https://github.com/huggingface/diffusers.git
5
+ transformers>=4.45.0
6
+ accelerate>=0.34.0
7
+ safetensors>=0.4.0
8
+
9
+ # Gradio
10
+ gradio>=5.0.0
11
+ gradio_client
12
+
13
+ # Image processing
14
+ opencv-python-headless
15
+ pillow
16
+ numpy
17
+
18
+ # HuggingFace
19
+ huggingface_hub
20
+ sentencepiece
21
+
22
+ # For ControlNet preprocessors
23
+ controlnet_aux
24
+ timm
25
+ scipy
26
+