Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -7,11 +7,11 @@ 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 |
-
|
|
|
15 |
|
16 |
# Professional image and video processing
|
17 |
Pillow>=10.4.0
|
@@ -47,11 +47,11 @@ 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
|
@@ -63,6 +63,6 @@ typing-extensions>=4.8.0
|
|
63 |
# Async operations
|
64 |
aiofiles>=23.2.0
|
65 |
|
66 |
-
# Memory and GPU monitoring
|
67 |
-
py3nvml>=0.2.7
|
68 |
-
GPUtil>=1.4.0
|
|
|
7 |
accelerate>=0.34.0
|
8 |
safetensors>=0.4.0
|
9 |
|
10 |
+
# FLUX and LoRA support (ZeroGPU optimized)
|
11 |
xformers>=0.0.27
|
|
|
12 |
peft>=0.7.0
|
13 |
+
# flash-attn>=2.6.0 # Commented out - requires CUDA compilation
|
14 |
+
# bitsandbytes>=0.41.0 # Commented out - can cause issues in Spaces
|
15 |
|
16 |
# Professional image and video processing
|
17 |
Pillow>=10.4.0
|
|
|
47 |
textblob>=0.17.0
|
48 |
regex>=2023.10.0
|
49 |
|
50 |
+
# Performance optimization (ZeroGPU compatible)
|
51 |
einops>=0.7.0
|
52 |
omegaconf>=2.3.0
|
53 |
timm>=0.9.0
|
54 |
+
# triton>=2.1.0 # Commented out - requires CUDA compilation
|
55 |
|
56 |
# API support
|
57 |
python-multipart>=0.0.6
|
|
|
63 |
# Async operations
|
64 |
aiofiles>=23.2.0
|
65 |
|
66 |
+
# Memory and GPU monitoring (optional)
|
67 |
+
# py3nvml>=0.2.7 # Commented out - requires NVIDIA drivers
|
68 |
+
# GPUtil>=1.4.0 # Commented out - requires NVIDIA drivers
|