diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-01-04 11:12:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-04 11:12:15 +0000 |
commit | aa44f40cc1acc8c58a449feca938cfd15b99aca2 (patch) | |
tree | b32c29bca42591ba06938624af9bd7e09822ef34 /requirements.txt | |
parent | 7bbd984dda22b1392b34ca5d48b7a412216e047b (diff) | |
parent | 9a3b0ee960b0c61c4f60e3081ae6f2098533d393 (diff) | |
download | stable-diffusion-webui-gfx803-aa44f40cc1acc8c58a449feca938cfd15b99aca2.tar.gz stable-diffusion-webui-gfx803-aa44f40cc1acc8c58a449feca938cfd15b99aca2.tar.bz2 stable-diffusion-webui-gfx803-aa44f40cc1acc8c58a449feca938cfd15b99aca2.zip |
Merge pull request #6251 from hithereai/master
update opencv package inside requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index e2c3876b..4f09385f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ gradio==3.15.0 invisible-watermark
numpy
omegaconf
-opencv-python
+opencv-contrib-python
requests
piexif
Pillow
|