diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-06 22:44:44 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-06 22:44:44 +0000 |
commit | a1743e4518e5770296f097d7d1d29094c2b6bae4 (patch) | |
tree | d697c2065def31cb3ed7fb30287504658278ccf4 /requirements.txt | |
parent | a8504157a02e61d787a2b924f4f8de6f578f0aac (diff) | |
download | stable-diffusion-webui-gfx803-a1743e4518e5770296f097d7d1d29094c2b6bae4.tar.gz stable-diffusion-webui-gfx803-a1743e4518e5770296f097d7d1d29094c2b6bae4.tar.bz2 stable-diffusion-webui-gfx803-a1743e4518e5770296f097d7d1d29094c2b6bae4.zip |
remove double basicr requirement
add seed change for anon
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 cb27daf5..c9e3f2fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ torch transformers
omegaconf
pytorch_lightning
-basicsr
diffusers
invisible-watermark
git+https://github.com/crowsonkb/k-diffusion.git
|