Replies: 1 comment
|
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
cd stable-diffusion-webui
./webui.shOn Trixie the default sudo apt install python3.11-venv
python_cmd=python3.11 ./webui.shThe tcmalloc and glibc lines are normal |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug Report: Installation fails on Debian 13 (Trixie)
Hello,
I'm trying to install Stable Diffusion WebUI using the official installation script.
I downloaded and started the installer with:
During installation I get the following output:
After that, the installation fails with:
System Information
webui.shinstaller from the AUTOMATIC1111 GitHub repositoryIt looks like
launch.pyis missing or the repository is not being cloned correctly before the script tries to execute it.Has anyone experienced the same issue on Debian 13, or is this a known problem?
All reactions