Spaces:
Runtime error
Runtime error
Commit
·
bc5a411
1
Parent(s):
077fc3d
Initial diffusion
Browse files- README.md +1 -1
- app.py +0 -0
- requirements.txt +7 -25
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🏃
|
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 2.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 2.9b22
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
app.py
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
requirements.txt
CHANGED
@@ -1,29 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
ftfy
|
5 |
-
regex
|
6 |
-
pandas
|
7 |
-
omegaconf
|
8 |
-
pytorch-lightning
|
9 |
-
torch-fidelity
|
10 |
-
transformers
|
11 |
-
einops
|
12 |
-
noise
|
13 |
-
gputil
|
14 |
-
gradio
|
15 |
torch
|
16 |
-
numpy
|
17 |
-
tqdm
|
18 |
torchvision
|
19 |
-
|
20 |
-
|
|
|
21 |
huggingface_hub
|
22 |
-
kornia
|
23 |
-
imageio
|
24 |
pathvalidate
|
25 |
-
|
26 |
-
imgtag
|
27 |
-
timm
|
28 |
-
python-xmp-toolkit
|
29 |
-
shortuuid
|
|
|
1 |
+
gc
|
2 |
+
math
|
3 |
+
sys
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
torch
|
|
|
|
|
5 |
torchvision
|
6 |
+
ftfy
|
7 |
+
regex
|
8 |
+
requests
|
9 |
huggingface_hub
|
|
|
|
|
10 |
pathvalidate
|
11 |
+
gitpython
|
|
|
|
|
|
|
|