From 7887fba1748a7794c7608ca83ef2f671edb832d8 Mon Sep 17 00:00:00 2001 From: wy-luke Date: Mon, 20 Nov 2023 17:21:21 +0800 Subject: [PATCH] fix: fix one sd error https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13236#issuecomment-1720488539 --- sd-installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sd-installer.sh b/sd-installer.sh index 589b47f..fc60a93 100755 --- a/sd-installer.sh +++ b/sd-installer.sh @@ -299,6 +299,8 @@ source venv/bin/activate # Delete pip cache to avoid some errors pip cache purge +pip3 install httpx==0.24.1 + if [ "$network_connected" == false ]; then # Tsinghua mirror has no tb-nightly package, which is needed by basicsr # TODO: reset in clean_up