apolinario commited on
Commit
bc5a411
1 Parent(s): 077fc3d

Initial diffusion

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +0 -0
  3. 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.9.4
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
- -e git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers
2
- -e git+https://github.com/openai/CLIP/#egg=CLIP
3
- gitpython
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
- Pillow
20
- autokeras
 
21
  huggingface_hub
22
- kornia
23
- imageio
24
  pathvalidate
25
- stegano
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