Deploy from GitHub main
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -62,7 +62,8 @@ openai-whisper>=20231117
|
|
62 |
# Optional: Advanced ML Libraries
|
63 |
# Uncomment as needed for advanced features
|
64 |
open-clip-torch>=2.24.0
|
65 |
-
controlnet-aux
|
|
|
66 |
xformers>=0.0.22 # For memory-efficient attention (GPU recommended)
|
67 |
# wandb>=0.16.0 # Experiment tracking
|
68 |
safetensors>=0.4.0 # Safe model loading
|
|
|
62 |
# Optional: Advanced ML Libraries
|
63 |
# Uncomment as needed for advanced features
|
64 |
open-clip-torch>=2.24.0
|
65 |
+
# controlnet-aux latest available on PyPI for py310 is 0.0.10
|
66 |
+
controlnet-aux>=0.0.10
|
67 |
xformers>=0.0.22 # For memory-efficient attention (GPU recommended)
|
68 |
# wandb>=0.16.0 # Experiment tracking
|
69 |
safetensors>=0.4.0 # Safe model loading
|