diff options
author | unknown <mcgpapu@gmail.com> | 2023-01-28 09:40:51 +0000 |
---|---|---|
committer | unknown <mcgpapu@gmail.com> | 2023-01-28 09:40:51 +0000 |
commit | e79b7db4b47a33889551b9266ee3277879d4f560 (patch) | |
tree | 1c1944204e58e254bfea22ae44edccdbb54e6b3c /requirements.txt | |
parent | b921a52071cf2a5e551c31a6073af6eaebbf7847 (diff) | |
parent | e8a41df49fadd2cf9f23b1f02d75a4947bec5646 (diff) | |
download | stable-diffusion-webui-gfx803-e79b7db4b47a33889551b9266ee3277879d4f560.tar.gz stable-diffusion-webui-gfx803-e79b7db4b47a33889551b9266ee3277879d4f560.tar.bz2 stable-diffusion-webui-gfx803-e79b7db4b47a33889551b9266ee3277879d4f560.zip |
Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui into gamepad
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 5bed694e..6d53f089 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,14 @@ blendmodes
accelerate
basicsr
-fairscale==0.4.4
fonts
font-roboto
gfpgan
-gradio==3.9
+gradio==3.16.2
invisible-watermark
numpy
omegaconf
-opencv-python
+opencv-contrib-python
requests
piexif
Pillow
@@ -17,7 +16,7 @@ pytorch_lightning==1.7.7 realesrgan
scikit-image>=0.19
timm==0.4.12
-transformers==4.19.2
+transformers==4.25.1
torch
einops
jsonmerge
@@ -30,4 +29,4 @@ inflection GitPython
torchsde
safetensors
-psutil; sys_platform == 'darwin'
+psutil
|