Commit
·
320ce78
1
Parent(s):
4fb2048
Attempt to vqgan again
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers
|
| 2 |
ftfy
|
| 3 |
regex
|
| 4 |
tqdm
|
|
@@ -9,5 +9,7 @@ transformers
|
|
| 9 |
einops
|
| 10 |
gradio
|
| 11 |
torch
|
|
|
|
|
|
|
| 12 |
torchvision
|
| 13 |
Pillow
|
|
|
|
| 1 |
+
-e git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers
|
| 2 |
ftfy
|
| 3 |
regex
|
| 4 |
tqdm
|
|
|
|
| 9 |
einops
|
| 10 |
gradio
|
| 11 |
torch
|
| 12 |
+
numpy
|
| 13 |
+
tqdm
|
| 14 |
torchvision
|
| 15 |
Pillow
|