Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -5,7 +5,7 @@ ftfy
|
|
5 |
torchvision
|
6 |
einops
|
7 |
omegaconf
|
8 |
-
git+https://github.com/CompVis/taming-transformers.git
|
9 |
-
git+https://github.com/CompVis/latent-diffusion.git
|
10 |
--extra-index-url https://download.pytorch.org/whl/cu113 torch
|
|
|
|
|
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 torch
|
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
|