diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-24 17:24:27 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-24 17:24:27 +0000 |
commit | 28189985e6f56dc725938a3f0e4d2462dad74bc5 (patch) | |
tree | 880bd69bbf0f29d0015ef66a4bf028a83390dcaf /requirements.txt | |
parent | dac45299dd57c6cb240424b93fd28a085605bd90 (diff) | |
download | stable-diffusion-webui-gfx803-28189985e6f56dc725938a3f0e4d2462dad74bc5.tar.gz stable-diffusion-webui-gfx803-28189985e6f56dc725938a3f0e4d2462dad74bc5.tar.bz2 stable-diffusion-webui-gfx803-28189985e6f56dc725938a3f0e4d2462dad74bc5.zip |
remove fairscale requirement, add fake fairscale to make BLIP not complain about it
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 ef5e3472..a4be1ec3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ blendmodes
accelerate
basicsr
-fairscale==0.4.4
fonts
font-roboto
gfpgan
|