Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -8,6 +8,6 @@ torch
|
|
| 8 |
torchvision
|
| 9 |
transformers
|
| 10 |
pytorch-lightning
|
| 11 |
-
git+https://github.com/
|
| 12 |
-
git+https://github.com/
|
| 13 |
-
git+https://github.com/alvanli/RDM-Region-Aware-Diffusion-Model.git@main#egg=guided_diffusion
|
|
|
|
| 8 |
torchvision
|
| 9 |
transformers
|
| 10 |
pytorch-lightning
|
| 11 |
+
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
| 12 |
+
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
| 13 |
+
-e git+https://github.com/alvanli/RDM-Region-Aware-Diffusion-Model.git@main#egg=guided_diffusion
|