diff options
author | random-thoughtss <116161560+random-thoughtss@users.noreply.github.com> | 2022-10-27 18:19:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 18:19:12 +0000 |
commit | f3f2ffd448bae76c0f731ecd96550a1aecf24ea9 (patch) | |
tree | 436a8d6be7a1430fdc6b4cba900521f8232ebc1d /requirements.txt | |
parent | 8b4f32779f28010fc8077e8fcfb85a3205b36bc2 (diff) | |
parent | 737eb28faca8be2bb996ee0930ec77d1f7ebd939 (diff) | |
download | stable-diffusion-webui-gfx803-f3f2ffd448bae76c0f731ecd96550a1aecf24ea9.tar.gz stable-diffusion-webui-gfx803-f3f2ffd448bae76c0f731ecd96550a1aecf24ea9.tar.bz2 stable-diffusion-webui-gfx803-f3f2ffd448bae76c0f731ecd96550a1aecf24ea9.zip |
Merge branch 'AUTOMATIC1111:master' into master
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index da1969cf..75b37c4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,8 @@ gradio==3.5 invisible-watermark
numpy
omegaconf
+opencv-python
+requests
piexif
Pillow
pytorch_lightning
|