Spaces:
Runtime error
Runtime error
update
Browse files- environment.yaml +0 -38
- requirements.txt +3 -3
environment.yaml
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
name: control
|
2 |
-
channels:
|
3 |
-
- pytorch
|
4 |
-
- defaults
|
5 |
-
dependencies:
|
6 |
-
- python=3.8.5
|
7 |
-
- pip=20.3
|
8 |
-
- cudatoolkit=11.3
|
9 |
-
- pytorch=1.13.1
|
10 |
-
- torchvision=0.14.1
|
11 |
-
- numpy=1.23.1
|
12 |
-
- pip:
|
13 |
-
- gradio==3.35.2
|
14 |
-
- albumentations==1.3.0
|
15 |
-
- opencv-contrib-python==4.3.0.36
|
16 |
-
- imageio==2.9.0
|
17 |
-
- imageio-ffmpeg==0.4.2
|
18 |
-
- pytorch-lightning==1.5.0
|
19 |
-
- omegaconf==2.1.1
|
20 |
-
- test-tube>=0.7.5
|
21 |
-
- streamlit==1.12.1
|
22 |
-
- einops==0.3.0
|
23 |
-
- webdataset==0.2.5
|
24 |
-
- kornia==0.6
|
25 |
-
- open_clip_torch==2.0.2
|
26 |
-
- invisible-watermark>=0.1.5
|
27 |
-
- streamlit-drawable-canvas==0.8.0
|
28 |
-
- torchmetrics==0.6.0
|
29 |
-
- timm==0.6.12
|
30 |
-
- addict==2.4.0
|
31 |
-
- yapf==0.32.0
|
32 |
-
- prettytable==3.6.0
|
33 |
-
- safetensors==0.2.7
|
34 |
-
- basicsr==1.4.2
|
35 |
-
- diffusers==0.17.1
|
36 |
-
- accelerate==0.17.0
|
37 |
-
- transformers==4.30.2
|
38 |
-
- xformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -2,9 +2,7 @@
|
|
2 |
torch==1.13.1+cu117
|
3 |
torchvision==0.14.1+cu117
|
4 |
torchaudio==0.13.1
|
5 |
-
numpy
|
6 |
-
gradio==3.35.2
|
7 |
-
gradio-client==0.2.7
|
8 |
albumentations==1.3.0
|
9 |
opencv-contrib-python
|
10 |
imageio==2.9.0
|
@@ -31,3 +29,5 @@ accelerate==0.18.0
|
|
31 |
transformers==4.30.2
|
32 |
xformers==0.0.16
|
33 |
triton
|
|
|
|
|
|
2 |
torch==1.13.1+cu117
|
3 |
torchvision==0.14.1+cu117
|
4 |
torchaudio==0.13.1
|
5 |
+
numpy
|
|
|
|
|
6 |
albumentations==1.3.0
|
7 |
opencv-contrib-python
|
8 |
imageio==2.9.0
|
|
|
29 |
transformers==4.30.2
|
30 |
xformers==0.0.16
|
31 |
triton
|
32 |
+
gradio==3.35.2
|
33 |
+
gradio-client==0.2.7
|