Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +64 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,64 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
deepspeed; platform_system != "Windows"
|
| 2 |
+
bitsandbytes
|
| 3 |
+
flask
|
| 4 |
+
flask_restful
|
| 5 |
+
flask_cors
|
| 6 |
+
faiss-cpu
|
| 7 |
+
fire
|
| 8 |
+
h5py
|
| 9 |
+
numpy>=1.23.5
|
| 10 |
+
pandas<2.0.0
|
| 11 |
+
peft
|
| 12 |
+
torch
|
| 13 |
+
torchvision
|
| 14 |
+
torchaudio
|
| 15 |
+
xformers~=0.0.20
|
| 16 |
+
jupyterlab>=4.0.2
|
| 17 |
+
notebook>=6.5.4
|
| 18 |
+
albumentations>=1.1.0
|
| 19 |
+
opencv-python>=4.2.0
|
| 20 |
+
pudb~=2019.2
|
| 21 |
+
imageio>=2.14.1
|
| 22 |
+
imageio-ffmpeg>=0.4.7
|
| 23 |
+
pytorch-lightning>=1.5.9
|
| 24 |
+
omegaconf~=2.1.1
|
| 25 |
+
gradio==5.0.0
|
| 26 |
+
pillow~=9.5.0
|
| 27 |
+
einops>=0.4.1
|
| 28 |
+
torch-fidelity>=0.3.0
|
| 29 |
+
setuptools>=59.5.0
|
| 30 |
+
transformers==4.37.2
|
| 31 |
+
torchmetrics>=0.6.0
|
| 32 |
+
lpips
|
| 33 |
+
dreamsim
|
| 34 |
+
image-reward
|
| 35 |
+
kornia>=0.6
|
| 36 |
+
diffusers>=0.18.0
|
| 37 |
+
accelerate>=0.20.3
|
| 38 |
+
safetensors
|
| 39 |
+
datasets
|
| 40 |
+
tqdm>=4.64.1
|
| 41 |
+
matplotlib>=3.7.1
|
| 42 |
+
taming-transformers-rom1504~=0.0.6
|
| 43 |
+
madgrad>=1.1
|
| 44 |
+
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
| 45 |
+
dominate>=2.8.0
|
| 46 |
+
-e git+https://github.com/CompVis/latent-diffusion.git#egg=latent-diffusion #ldm
|
| 47 |
+
jsonargparse
|
| 48 |
+
openai
|
| 49 |
+
nltk~=3.8.1
|
| 50 |
+
krippendorff
|
| 51 |
+
statsmodels
|
| 52 |
+
plotly
|
| 53 |
+
fal_client
|
| 54 |
+
open_clip_torch
|
| 55 |
+
decord
|
| 56 |
+
huggingface_hub
|
| 57 |
+
open-clip-torch-any-py3
|
| 58 |
+
modelscope
|
| 59 |
+
protobuf==3.20.*
|
| 60 |
+
rotary_embedding_torch
|
| 61 |
+
av
|
| 62 |
+
natsort
|
| 63 |
+
tensorboard
|
| 64 |
+
wandb
|