Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
einops==0.6.0
|
2 |
+
lpips
|
3 |
+
gradio
|
4 |
+
opencv-python
|
5 |
+
--extra-index-url https://download.pytorch.org/whl/cu116
|
6 |
+
torch
|
7 |
+
--extra-index-url https://download.pytorch.org/whl/cu116
|
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
|