Commit
·
8f44116
1
Parent(s):
3c77757
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 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
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
torch
|
|
|
|
| 3 |
git+https://github.com/huggingface/diffusers.git
|
| 4 |
transformers
|
| 5 |
+
accelerate
|
| 6 |
ftfy
|
| 7 |
numpy
|
| 8 |
matplotlib
|
| 9 |
uuid
|
| 10 |
+
opencv-python
|
|
|