diff options
author | Dynamic <bradje@naver.com> | 2022-10-26 08:58:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 08:58:39 +0000 |
commit | 9442de2aeb75e1b209527cca0e118403b96a1de2 (patch) | |
tree | b16f2298064c6f261caa6e5a519fbe0c85e59421 /requirements.txt | |
parent | 46cc0b3bc6833a793179e86ffae2498a54cdddaf (diff) | |
parent | 1e428238db4e399b7a06ad5251cb16eef23a014d (diff) | |
download | stable-diffusion-webui-gfx803-9442de2aeb75e1b209527cca0e118403b96a1de2.tar.gz stable-diffusion-webui-gfx803-9442de2aeb75e1b209527cca0e118403b96a1de2.tar.bz2 stable-diffusion-webui-gfx803-9442de2aeb75e1b209527cca0e118403b96a1de2.zip |
Merge branch 'AUTOMATIC1111:master' into kr-localization
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
|