Spaces:
Runtime error
Runtime error
1170300521
commited on
Commit
·
30c96b0
1
Parent(s):
45e5b01
update readme
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ accelerate==0.17.1
|
|
| 2 |
addict==2.4.0
|
| 3 |
basicsr==1.4.2
|
| 4 |
bitsandbytes==0.35.4
|
| 5 |
-
clip==1.0
|
| 6 |
cmake==3.25.2
|
| 7 |
controlnet-aux==0.0.6
|
| 8 |
decord==0.6.0
|
|
@@ -14,12 +14,14 @@ ffmpy==0.3.0
|
|
| 14 |
ftfy==6.1.1
|
| 15 |
imageio==2.25.1
|
| 16 |
imageio-ffmpeg==0.4.8
|
|
|
|
| 17 |
moviepy==1.0.3
|
| 18 |
numpy==1.24.2
|
| 19 |
omegaconf==2.3.0
|
| 20 |
opencv-python==4.7.0.68
|
| 21 |
pandas==1.5.3
|
| 22 |
pillow==9.4.0
|
|
|
|
| 23 |
scikit-image==0.19.3
|
| 24 |
scipy==1.10.1
|
| 25 |
tensorboard==2.12.0
|
|
@@ -29,10 +31,12 @@ termcolor==2.2.0
|
|
| 29 |
thinc==8.1.10
|
| 30 |
timm==0.6.12
|
| 31 |
tokenizers==0.13.2
|
|
|
|
| 32 |
torch==1.13.1+cu116
|
| 33 |
torchvision==0.14.1+cu116
|
| 34 |
tqdm==4.64.1
|
| 35 |
transformers==4.26.1
|
|
|
|
| 36 |
wandb==0.13.10
|
| 37 |
xformers==0.0.16
|
| 38 |
-
modelcards
|
|
|
|
| 2 |
addict==2.4.0
|
| 3 |
basicsr==1.4.2
|
| 4 |
bitsandbytes==0.35.4
|
| 5 |
+
clip==0.1.0
|
| 6 |
cmake==3.25.2
|
| 7 |
controlnet-aux==0.0.6
|
| 8 |
decord==0.6.0
|
|
|
|
| 14 |
ftfy==6.1.1
|
| 15 |
imageio==2.25.1
|
| 16 |
imageio-ffmpeg==0.4.8
|
| 17 |
+
mediapipe
|
| 18 |
moviepy==1.0.3
|
| 19 |
numpy==1.24.2
|
| 20 |
omegaconf==2.3.0
|
| 21 |
opencv-python==4.7.0.68
|
| 22 |
pandas==1.5.3
|
| 23 |
pillow==9.4.0
|
| 24 |
+
positional-encodings[pytorch]
|
| 25 |
scikit-image==0.19.3
|
| 26 |
scipy==1.10.1
|
| 27 |
tensorboard==2.12.0
|
|
|
|
| 31 |
thinc==8.1.10
|
| 32 |
timm==0.6.12
|
| 33 |
tokenizers==0.13.2
|
| 34 |
+
--extra-index-url https://download.pytorch.org/whl/cu116
|
| 35 |
torch==1.13.1+cu116
|
| 36 |
torchvision==0.14.1+cu116
|
| 37 |
tqdm==4.64.1
|
| 38 |
transformers==4.26.1
|
| 39 |
+
triton
|
| 40 |
wandb==0.13.10
|
| 41 |
xformers==0.0.16
|
| 42 |
+
modelcards
|