Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,7 +5,8 @@ ftfy
|
|
5 |
torchvision
|
6 |
einops
|
7 |
omegaconf
|
8 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
9 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming_transformers
|
10 |
-e git+https://github.com/CompVis/latent-diffusion.git@main#egg=latent_diffusion
|
11 |
-e git+https://github.com/Jack000/glid-3-xl-stable@master#egg=guided_diffusion
|
|
|
5 |
torchvision
|
6 |
einops
|
7 |
omegaconf
|
8 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
9 |
+
torch
|
10 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming_transformers
|
11 |
-e git+https://github.com/CompVis/latent-diffusion.git@main#egg=latent_diffusion
|
12 |
-e git+https://github.com/Jack000/glid-3-xl-stable@master#egg=guided_diffusion
|