Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -37,12 +37,14 @@ iopath==0.1.10
|
|
| 37 |
git+https://github.com/facebookresearch/segment-anything-2.git
|
| 38 |
|
| 39 |
# --- MatAnyone Dependencies (BEFORE MatAnyone) ---
|
| 40 |
-
huggingface-hub
|
| 41 |
kornia==0.7.2
|
| 42 |
tqdm==4.66.1
|
| 43 |
scipy==1.10.1
|
| 44 |
transformers==4.30.0
|
| 45 |
accelerate==0.20.0
|
|
|
|
|
|
|
| 46 |
|
| 47 |
# --- MatAnyone Installation ---
|
| 48 |
git+https://github.com/pq-yang/MatAnyone.git
|
|
|
|
| 37 |
git+https://github.com/facebookresearch/segment-anything-2.git
|
| 38 |
|
| 39 |
# --- MatAnyone Dependencies (BEFORE MatAnyone) ---
|
| 40 |
+
huggingface-hub>=0.20.0
|
| 41 |
kornia==0.7.2
|
| 42 |
tqdm==4.66.1
|
| 43 |
scipy==1.10.1
|
| 44 |
transformers==4.30.0
|
| 45 |
accelerate==0.20.0
|
| 46 |
+
gradio>=3.34
|
| 47 |
+
xformers>=0.0.28
|
| 48 |
|
| 49 |
# --- MatAnyone Installation ---
|
| 50 |
git+https://github.com/pq-yang/MatAnyone.git
|