diff options
author | rewbs <robin@soal.org> | 2022-09-08 02:35:26 +0000 |
---|---|---|
committer | rewbs <robin@soal.org> | 2022-09-08 02:35:26 +0000 |
commit | 52e071da2a04acfd19cf8f6e69e006bd59937447 (patch) | |
tree | ecbdd4011f680fced49f4218acd36e41ba85ce6a /requirements.txt | |
parent | 296d012423f8d1862a63680443bb88b7d904ba4e (diff) | |
download | stable-diffusion-webui-gfx803-52e071da2a04acfd19cf8f6e69e006bd59937447.tar.gz stable-diffusion-webui-gfx803-52e071da2a04acfd19cf8f6e69e006bd59937447.tar.bz2 stable-diffusion-webui-gfx803-52e071da2a04acfd19cf8f6e69e006bd59937447.zip |
Add color correction to img2img loopback to avoid a progressive skew to magenta. Based on codedealer's PR to hlky's repo here: https://github.com/sd-webui/stable-diffusion-webui/pull/698/files.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index c9e3f2fc..ba1bc281 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,6 @@ omegaconf pytorch_lightning
diffusers
invisible-watermark
+scikit-image
git+https://github.com/crowsonkb/k-diffusion.git
git+https://github.com/TencentARC/GFPGAN.git
|