update requirements
Browse files- packages.txt +1 -0
- requirements.txt +2 -3
packages.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python3-opencv
|
requirements.txt
CHANGED
|
@@ -2,10 +2,9 @@
|
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
git+https://github.com/huggingface/diffusers.git
|
| 5 |
-
transformers
|
| 6 |
ftfy
|
| 7 |
numpy
|
| 8 |
matplotlib
|
| 9 |
uuid
|
| 10 |
-
opencv-python
|
| 11 |
-
git+https://github.com/openai/CLIP.git
|
|
|
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
git+https://github.com/huggingface/diffusers.git
|
| 5 |
+
git+https://github.com/huggingface/transformers.git
|
| 6 |
ftfy
|
| 7 |
numpy
|
| 8 |
matplotlib
|
| 9 |
uuid
|
| 10 |
+
opencv-python
|
|
|