ahuggingface01 commited on
Commit
b150a0a
·
verified ·
1 Parent(s): 4feec25

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -0
requirements.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # UI and Image Handling
2
+ gradio==4.44.1
3
+ opencv-python==4.8.0.76
4
+ Pillow==10.0.0
5
+ numpy>=1.24.3,<2.0.0
6
+
7
+ # GPU & ZeroGPU Support
8
+ spaces
9
+ onnxruntime-gpu==1.19.0
10
+
11
+ # Generative AI (FLUX)
12
+ diffusers==0.30.2
13
+ transformers==4.44.0
14
+ accelerate==0.33.0
15
+ safetensors==0.4.4
16
+ sentencepiece==0.2.0
17
+
18
+ # Deep Learning
19
+ torch>=2.4.0
20
+ torchvision
21
+ torchaudio
22
+
23
+ # Face Swapping
24
+ insightface==0.7.3
25
+ protobuf==3.20.3