Spaces:
Runtime error
Runtime error
update requirements
Browse files- requirements.txt +2 -24
requirements.txt
CHANGED
@@ -1,26 +1,4 @@
|
|
1 |
gradio
|
2 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
-
torch
|
4 |
-
|
5 |
-
numpy
|
6 |
-
python-dotenv
|
7 |
-
invisible-watermark
|
8 |
-
timm
|
9 |
-
opencv-python
|
10 |
-
pudb==2019.2
|
11 |
-
imageio==2.9.0
|
12 |
-
imageio-ffmpeg==0.4.2
|
13 |
-
pytorch-lightning==1.4.2
|
14 |
-
torchmetrics==0.6
|
15 |
-
omegaconf==2.1.1
|
16 |
-
test-tube>=0.7.5
|
17 |
-
einops==0.3.0
|
18 |
-
transformers==4.19.2
|
19 |
-
webdataset==0.2.5
|
20 |
-
|
21 |
-
albumentations==1.3.0
|
22 |
-
streamlit==1.12.1
|
23 |
-
kornia==0.6
|
24 |
-
open_clip_torch==2.0.2
|
25 |
-
streamlit-drawable-canvas==0.8.0
|
26 |
-
# -e ./stablediffusion
|
|
|
1 |
gradio
|
2 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
+
diffusers[torch]
|
4 |
+
git+https://github.com/huggingface/transformers@main
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|