mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2025-01-05 19:34:33 +03:00
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.
This commit is contained in:
parent
01997f45ba
commit
b0f7f4a991
@ -6,6 +6,7 @@ basicsr
|
|||||||
blendmodes
|
blendmodes
|
||||||
clean-fid
|
clean-fid
|
||||||
einops
|
einops
|
||||||
|
fastapi>=0.90.1
|
||||||
gfpgan
|
gfpgan
|
||||||
gradio==3.39.0
|
gradio==3.39.0
|
||||||
inflection
|
inflection
|
||||||
|
Loading…
Reference in New Issue
Block a user