Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
torch==2.0.1
|
2 |
torchvision==0.15.2
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
6 |
scipy
|
7 |
opencv-python
|
8 |
omegaconf
|
@@ -12,3 +13,4 @@ jaxtyping
|
|
12 |
timm==0.6.7
|
13 |
matplotlib==3.6.2
|
14 |
gradio_model3dgscamera
|
|
|
|
1 |
torch==2.0.1
|
2 |
torchvision==0.15.2
|
3 |
+
transformers==4.44.2
|
4 |
+
diffusers==0.30.0
|
5 |
+
accelerate==0.32.0
|
6 |
+
huggingface_hub==0.24.7
|
7 |
scipy
|
8 |
opencv-python
|
9 |
omegaconf
|
|
|
13 |
timm==0.6.7
|
14 |
matplotlib==3.6.2
|
15 |
gradio_model3dgscamera
|
16 |
+
|