Update sd-install.sh

This commit is contained in:
Oliver Gwyther 2025-02-28 18:49:15 +00:00
parent 0682717caa
commit b2ad3c800a

View File

@ -46,8 +46,6 @@ install_stable_diffusion() {
echo "Step 3: Cloning AUTOMATIC1111 Stable Diffusion web UI..."
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
cd stable-diffusion-webui
echo "Setting up web UI..."
python3.11 launch.py --share
}
# Main menu