Jeffsun commited on
Commit
fafcc8f
β€’
1 Parent(s): 0e43b31

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -21
requirements.txt CHANGED
@@ -1,21 +1,32 @@
1
-
2
- FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04
3
- ENV DEBIAN_FRONTEND noninteractive
4
-
5
- WORKDIR /content
6
-
7
- RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && pip3 install --upgrade pip
8
-
9
- RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchsde --extra-index-url https://download.pytorch.org/whl/cu113
10
- RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230118-cp310-cp310-linux_x86_64.whl
11
- RUN pip install --pre triton
12
- RUN pip install numexpr einops diffusers transformers k_diffusion safetensors gradio
13
-
14
- ADD . .
15
- RUN adduser --disabled-password --gecos '' user
16
- RUN chown -R user:user /content
17
- RUN chmod -R 777 /content
18
- USER user
19
-
20
- EXPOSE 7860
21
- CMD python /content/app.py
 
 
 
 
 
 
 
 
 
 
 
 
1
+ blendmodes
2
+ accelerate
3
+ basicsr
4
+ fonts
5
+ font-roboto
6
+ gfpgan
7
+ gradio==3.16.2
8
+ invisible-watermark
9
+ numpy
10
+ omegaconf
11
+ opencv-contrib-python
12
+ requests
13
+ piexif
14
+ Pillow
15
+ pytorch_lightning==1.7.7
16
+ realesrgan
17
+ scikit-image>=0.19
18
+ timm==0.4.12
19
+ transformers==4.25.1
20
+ torch
21
+ einops
22
+ jsonmerge
23
+ clean-fid
24
+ resize-right
25
+ torchdiffeq
26
+ kornia
27
+ lark
28
+ inflection
29
+ GitPython
30
+ torchsde
31
+ safetensors
32
+ psutil