diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-04-29 13:50:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 13:50:58 +0000 |
commit | 579e13df7caee2c744f7c90c3730494a8ca02cbd (patch) | |
tree | 2ebe6b5e7763ab2c95aa8bd72ce6d8f6afbd87ce /requirements.txt | |
parent | faff08f396f159a5ddd6328a6d2699b7e7d18ef9 (diff) | |
parent | 263f0fb59c7afa9b4739b226725dd0b38956a8cf (diff) | |
download | stable-diffusion-webui-gfx803-579e13df7caee2c744f7c90c3730494a8ca02cbd.tar.gz stable-diffusion-webui-gfx803-579e13df7caee2c744f7c90c3730494a8ca02cbd.tar.bz2 stable-diffusion-webui-gfx803-579e13df7caee2c744f7c90c3730494a8ca02cbd.zip |
Merge pull request #8847 from space-nuko/remove-watermark-option
Remove "do not add watermark to images" option
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 9091f612..44e44608 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,6 @@ fonts font-roboto
gfpgan
gradio==3.27
-invisible-watermark
numpy
omegaconf
opencv-contrib-python
|