Gerchegg commited on
Commit
fdb2a79
·
verified ·
1 Parent(s): ba75352

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -22
requirements.txt CHANGED
@@ -1,22 +1,22 @@
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
- pillow
15
- numpy
16
-
17
- # HuggingFace
18
- huggingface_hub
19
- sentencepiece
20
-
21
- # ControlNet removed - not used
22
-
 
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
+ pillow
15
+ numpy
16
+
17
+ # HuggingFace
18
+ huggingface_hub
19
+ sentencepiece
20
+
21
+ # ControlNet removed - not used
22
+