diff options
author | xeonvs <xeonvs@gmail.com> | 2022-09-07 13:58:25 +0000 |
---|---|---|
committer | xeonvs <xeonvs@gmail.com> | 2022-09-07 13:58:25 +0000 |
commit | 65fbefd0337f9deb913c6956a9cfe2155c9c2f5b (patch) | |
tree | 832839cc42c2f698c5cd080e718aa3a6cd4fef97 /requirements.txt | |
parent | 15bb8e8057f8e19af4e5377437687aac7e33eeb4 (diff) | |
download | stable-diffusion-webui-gfx803-65fbefd0337f9deb913c6956a9cfe2155c9c2f5b.tar.gz stable-diffusion-webui-gfx803-65fbefd0337f9deb913c6956a9cfe2155c9c2f5b.tar.bz2 stable-diffusion-webui-gfx803-65fbefd0337f9deb913c6956a9cfe2155c9c2f5b.zip |
Added support for launching on Apple Silicon
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 c9e3f2fc..2eebb029 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,7 @@ omegaconf pytorch_lightning
diffusers
invisible-watermark
+einops
+taming-transformers-rom1504
git+https://github.com/crowsonkb/k-diffusion.git
git+https://github.com/TencentARC/GFPGAN.git
|