Abhilashvj
commited on
Commit
·
b6be822
1
Parent(s):
d3f67cb
Update requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
@@ -1,4 +1,15 @@
|
|
|
|
1 |
git+https://github.com/huggingface/transformers.git
|
2 |
accelerate
|
3 |
git+https://github.com/huggingface/diffusers.git
|
4 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
git+https://github.com/huggingface/transformers.git
|
3 |
accelerate
|
4 |
git+https://github.com/huggingface/diffusers.git
|
5 |
+
torch
|
6 |
+
torch
|
7 |
+
torchvision
|
8 |
+
git+https://github.com/huggingface/diffusers.git
|
9 |
+
transformers
|
10 |
+
ftfy
|
11 |
+
numpy
|
12 |
+
matplotlib
|
13 |
+
uuid
|
14 |
+
opencv-python
|
15 |
+
git+https://github.com/openai/CLIP.git
|