Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.
Browse files- .gitattributes +1 -0
- requirements.txt +12 -153
.gitattributes
CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
*.png filter=lfs diff=lfs merge=lfs -text
|
37 |
example_images/*.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
*.png filter=lfs diff=lfs merge=lfs -text
|
37 |
example_images/*.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
outputs/*.png filter=lfs diff=lfs merge=lfs -text
|
requirements.txt
CHANGED
@@ -1,154 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
async-timeout==4.0.3
|
11 |
-
attrs==23.2.0
|
12 |
-
beautifulsoup4==4.12.3
|
13 |
-
Brotli==1.1.0
|
14 |
-
certifi==2024.6.2
|
15 |
-
charset-normalizer==3.3.2
|
16 |
-
click==8.1.7
|
17 |
-
cloudpickle==3.0.0
|
18 |
-
contourpy==1.2.1
|
19 |
-
cycler==0.12.1
|
20 |
-
diffusers @ git+https://github.com/huggingface/diffusers@8e1b7a084addc4711b8d9be2738441dfad680ce0
|
21 |
-
dnspython==2.6.1
|
22 |
-
docker-pycreds==0.4.0
|
23 |
-
email_validator==2.2.0
|
24 |
-
exceptiongroup==1.2.1
|
25 |
-
fastapi==0.111.0
|
26 |
-
fastapi-cli==0.0.4
|
27 |
-
ffmpy==0.3.2
|
28 |
-
filelock==3.13.1
|
29 |
-
fonttools==4.53.0
|
30 |
-
frozenlist==1.4.1
|
31 |
-
fsspec==2024.2.0
|
32 |
-
gdown==5.2.0
|
33 |
-
gitdb==4.0.11
|
34 |
-
GitPython==3.1.43
|
35 |
gradio
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
h2==4.1.0
|
40 |
-
h5py==3.11.0
|
41 |
-
hpack==4.0.0
|
42 |
-
httpcore==1.0.5
|
43 |
-
httptools==0.6.1
|
44 |
-
httpx==0.27.0
|
45 |
-
huggingface-hub==0.23.4
|
46 |
-
hydra-core==1.3.1
|
47 |
-
hyperframe==6.0.1
|
48 |
-
idna==3.7
|
49 |
-
imageio==2.34.1
|
50 |
-
importlib_metadata==7.1.0
|
51 |
-
importlib_resources==6.4.0
|
52 |
-
Jinja2==3.1.3
|
53 |
-
jsonschema==4.22.0
|
54 |
-
jsonschema-specifications==2023.12.1
|
55 |
-
kiwisolver==1.4.5
|
56 |
-
lazy_loader==0.4
|
57 |
-
lightning-utilities==0.11.2
|
58 |
-
markdown-it-py==3.0.0
|
59 |
-
MarkupSafe==2.1.5
|
60 |
-
matplotlib==3.9.0
|
61 |
-
mdurl==0.1.2
|
62 |
-
modal==0.63.2
|
63 |
-
mpmath==1.3.0
|
64 |
-
multidict==6.0.5
|
65 |
-
mutagen==1.47.0
|
66 |
-
networkx==3.2.1
|
67 |
-
numpy==1.26.3
|
68 |
-
nvidia-cublas-cu11==11.11.3.6
|
69 |
-
nvidia-cuda-cupti-cu11==11.8.87
|
70 |
-
nvidia-cuda-nvrtc-cu11==11.8.89
|
71 |
-
nvidia-cuda-runtime-cu11==11.8.89
|
72 |
-
nvidia-cudnn-cu11==8.7.0.84
|
73 |
-
nvidia-cufft-cu11==10.9.0.58
|
74 |
-
nvidia-curand-cu11==10.3.0.86
|
75 |
-
nvidia-cusolver-cu11==11.4.1.48
|
76 |
-
nvidia-cusparse-cu11==11.7.5.86
|
77 |
-
nvidia-nccl-cu11==2.20.5
|
78 |
-
nvidia-nvtx-cu11==11.8.86
|
79 |
-
omegaconf==2.3.0
|
80 |
-
opencv-python==4.10.0.82
|
81 |
-
orjson==3.10.5
|
82 |
-
packaging==24.1
|
83 |
-
pandas==2.2.2
|
84 |
-
pillow==10.2.0
|
85 |
-
platformdirs==4.2.2
|
86 |
-
protobuf==4.25.3
|
87 |
-
psutil==5.9.8
|
88 |
-
pycryptodomex==3.20.0
|
89 |
-
pydantic==2.7.4
|
90 |
-
pydantic_core==2.18.4
|
91 |
-
pydub==0.25.1
|
92 |
-
Pygments==2.18.0
|
93 |
-
pyparsing==3.1.2
|
94 |
-
PySocks==1.7.1
|
95 |
-
python-dateutil==2.9.0.post0
|
96 |
-
python-dotenv==1.0.1
|
97 |
-
python-multipart==0.0.9
|
98 |
-
pytube==15.0.0
|
99 |
-
pytube3==9.6.4
|
100 |
-
pytz==2024.1
|
101 |
-
PyYAML==6.0.1
|
102 |
-
referencing==0.35.1
|
103 |
-
regex==2024.5.15
|
104 |
-
requests==2.32.3
|
105 |
-
rich==13.7.1
|
106 |
-
rpds-py==0.18.1
|
107 |
-
ruff==0.5.0
|
108 |
-
safetensors==0.4.3
|
109 |
-
scikit-image==0.24.0
|
110 |
-
scipy==1.13.1
|
111 |
-
segment-anything==1.0
|
112 |
-
semantic-version==2.10.0
|
113 |
-
sentry-sdk==2.5.1
|
114 |
-
setproctitle==1.3.3
|
115 |
-
shellingham==1.5.4
|
116 |
-
sigtools==4.0.1
|
117 |
-
six==1.16.0
|
118 |
-
smmap==5.0.1
|
119 |
-
sniffio==1.3.1
|
120 |
-
soupsieve==2.5
|
121 |
-
spaces==0.29.3
|
122 |
-
starlette==0.37.2
|
123 |
-
submitit==1.5.1
|
124 |
-
sympy==1.12
|
125 |
-
synchronicity==0.6.7
|
126 |
-
tifffile==2024.6.18
|
127 |
-
tokenizers==0.19.1
|
128 |
-
toml==0.10.2
|
129 |
-
tomlkit==0.12.0
|
130 |
-
toolz==0.12.1
|
131 |
-
torch==2.3.0+cu118
|
132 |
-
torchaudio==2.3.1+cu118
|
133 |
-
torchmetrics==1.4.0.post0
|
134 |
-
torchvision==0.18.1+cu118
|
135 |
-
tqdm==4.66.4
|
136 |
-
transformers==4.41.2
|
137 |
-
triton==2.3.0
|
138 |
-
typer==0.12.3
|
139 |
-
types-certifi==2021.10.8.3
|
140 |
-
types-toml==0.10.8.20240310
|
141 |
-
typing_extensions==4.9.0
|
142 |
-
tzdata==2024.1
|
143 |
-
ujson==5.10.0
|
144 |
-
urllib3==2.2.1
|
145 |
-
uvicorn==0.30.1
|
146 |
-
uvloop==0.19.0
|
147 |
-
wandb==0.17.1
|
148 |
-
watchfiles==0.22.0
|
149 |
-
websockets==11.0.3
|
150 |
-
xformers==0.0.26.post1+cu118
|
151 |
-
yarl==1.9.4
|
152 |
-
youtube-dl==2021.12.17
|
153 |
-
yt-dlp==2024.5.27
|
154 |
-
zipp==3.19.2
|
|
|
1 |
+
# --extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
numpy
|
5 |
+
diffusers
|
6 |
+
segment_anything
|
7 |
+
opencv-python
|
8 |
+
tqdm
|
9 |
+
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
gradio
|
11 |
+
accelerate
|
12 |
+
spaces
|
13 |
+
xformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|