diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-26 06:24:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 06:24:21 +0000 |
commit | ee73341f04128cf81fb6a55c1942d35d20c9016e (patch) | |
tree | cdc7daa946470abf18cd3fd862ea20b94b522849 /requirements.txt | |
parent | 7207e3bf49ed000464d288cd67e02f0ba8614dc3 (diff) | |
parent | df0c5ea29d7f0c682ac81f184f3e482a6450d018 (diff) | |
download | stable-diffusion-webui-gfx803-ee73341f04128cf81fb6a55c1942d35d20c9016e.tar.gz stable-diffusion-webui-gfx803-ee73341f04128cf81fb6a55c1942d35d20c9016e.tar.bz2 stable-diffusion-webui-gfx803-ee73341f04128cf81fb6a55c1942d35d20c9016e.zip |
Merge pull request #3139 from captin411/focal-point-cropping
[Preprocess image] New option to auto crop based on complexity, edges, faces
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
|