diff options
author | Olivier Lacan <hi@olivierlacan.com> | 2023-08-07 19:42:46 +0000 |
---|---|---|
committer | Olivier Lacan <hi@olivierlacan.com> | 2023-08-07 19:46:02 +0000 |
commit | b0f7f4a99125b55fed8acabb458fac6299e98fb1 (patch) | |
tree | fc0e4b1226a3dddd72d7b5530b71f8f0db0d2e0a | |
parent | 01997f45ba089af24b03a5f614147bb0f9d8d824 (diff) | |
download | stable-diffusion-webui-gfx803-b0f7f4a99125b55fed8acabb458fac6299e98fb1.tar.gz stable-diffusion-webui-gfx803-b0f7f4a99125b55fed8acabb458fac6299e98fb1.tar.bz2 stable-diffusion-webui-gfx803-b0f7f4a99125b55fed8acabb458fac6299e98fb1.zip |
Pin fastapi to > 0.90.1 to fix crash
See https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/11642#issuecomment-1643298659
This resolves a crashing bug for me on Python 3.10 and it appears to do so
as well for others.
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 9a47d6d0..d83092f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,7 @@ basicsr blendmodes
clean-fid
einops
+fastapi>=0.90.1
gfpgan
gradio==3.39.0
inflection
|