Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +33 -0
requirements.txt
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# requirements.txt
|
2 |
+
|
3 |
+
# Python 版本建议在安装环境中设置,而不是在 requirements.txt 中指定
|
4 |
+
# python=3.11.3
|
5 |
+
|
6 |
+
# PyTorch 及相关依赖
|
7 |
+
#torch==2.0.1+cu118 -f https://download.pytorch.org/whl/cu118/torch_stable.html
|
8 |
+
#torchvision==0.15.2+cu118 -f https://download.pytorch.org/whl/cu118/torch_stable.html
|
9 |
+
torch==2.0.1
|
10 |
+
torchvision==0.15.2
|
11 |
+
|
12 |
+
# 其他依赖
|
13 |
+
#pip
|
14 |
+
accelerate
|
15 |
+
diffusers==0.16.0
|
16 |
+
transformers==4.28.1
|
17 |
+
xformers==0.0.20
|
18 |
+
imageio[ffmpeg]
|
19 |
+
decord==0.6.0
|
20 |
+
gdown
|
21 |
+
einops
|
22 |
+
omegaconf
|
23 |
+
safetensors
|
24 |
+
gradio
|
25 |
+
wandb
|
26 |
+
triton
|
27 |
+
opencv-python
|
28 |
+
|
29 |
+
gradio
|
30 |
+
huggingface_hub==0.25.0
|
31 |
+
httpx[socks]
|
32 |
+
matplotlib
|
33 |
+
numpy<2
|