Munaf1987 commited on
Commit
6c6d219
·
verified ·
1 Parent(s): 630b873

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +66 -27
requirements.txt CHANGED
@@ -1,29 +1,68 @@
1
- # Core ML frameworks
2
- torch>=2.0.0
3
- torchvision
4
- transformers>=4.35.0
5
- diffusers>=0.24.0
6
- accelerate>=0.24.0
7
- safetensors
8
-
9
- # Image and video processing
10
- Pillow>=9.0.0
11
- opencv-python
12
- numpy
13
- imageio
14
- imageio-ffmpeg
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  # Audio processing (open source)
17
- TTS>=0.20.0
18
- soundfile
19
- librosa
20
-
21
- # Gradio for interface
22
- gradio>=4.0.0
23
- spaces
24
-
25
- # Utilities
26
- requests
27
- tqdm
28
- huggingface-hub
29
- xformers # For memory optimization
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core ML frameworks for professional AI generation
2
+ torch>=2.4.0
3
+ torchvision>=0.19.0
4
+ torchaudio>=2.4.0
5
+ transformers>=4.45.0
6
+ diffusers>=0.30.0
7
+ accelerate>=0.34.0
8
+ safetensors>=0.4.0
9
+
10
+ # FLUX and LoRA support
11
+ xformers>=0.0.27
12
+ flash-attn>=2.6.0
13
+ peft>=0.7.0
14
+ bitsandbytes>=0.41.0
15
+
16
+ # Professional image and video processing
17
+ Pillow>=10.4.0
18
+ opencv-python>=4.9.0
19
+ numpy>=1.26.0
20
+ matplotlib>=3.8.0
21
+ scikit-image>=0.22.0
22
+ moviepy>=1.0.3
23
+ imageio>=2.31.0
24
+ imageio-ffmpeg>=0.4.9
25
+ ffmpeg-python>=0.2.0
26
 
27
  # Audio processing (open source)
28
+ soundfile>=0.12.1
29
+ librosa>=0.10.1
30
+ pydub>=0.25.1
31
+
32
+ # Professional Gradio interface
33
+ gradio>=4.40.0
34
+ spaces>=0.28.0
35
+
36
+ # Enhanced utilities
37
+ requests>=2.31.0
38
+ tqdm>=4.66.0
39
+ huggingface-hub>=0.25.0
40
+ aiohttp>=3.9.0
41
+ websockets>=12.0
42
+ psutil>=5.9.0
43
+ rich>=13.7.0
44
+
45
+ # Advanced text processing
46
+ nltk>=3.8.0
47
+ textblob>=0.17.0
48
+ regex>=2023.10.0
49
+
50
+ # Performance optimization
51
+ einops>=0.7.0
52
+ omegaconf>=2.3.0
53
+ timm>=0.9.0
54
+ triton>=2.1.0
55
+
56
+ # API support
57
+ python-multipart>=0.0.6
58
+ uvicorn>=0.24.0
59
+ fastapi>=0.104.0
60
+ pydantic>=2.4.0
61
+ typing-extensions>=4.8.0
62
+
63
+ # Async operations
64
+ aiofiles>=23.2.0
65
+
66
+ # Memory and GPU monitoring
67
+ py3nvml>=0.2.7
68
+ GPUtil>=1.4.0