Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stable Diffusion Webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
novelai-storage
Stable Diffusion Webui
Commits
5d26c6ae
Commit
5d26c6ae
authored
Jul 20, 2024
by
AUTOMATIC1111
Committed by
GitHub
Jul 20, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16178 from light-and-ray/update_installation_guide_linux
update installation guide linux
parents
5a10bb9a
26cccd8f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
+24
-2
README.md
README.md
+24
-2
No files found.
README.md
View file @
5d26c6ae
...
...
@@ -128,10 +128,32 @@ sudo zypper install wget git python3 libtcmalloc4 libglvnd
# Arch-based:
sudo
pacman
-S
wget git python3
```
If your system is very new, you need to install python3.11 or python3.10:
```
bash
# Ubuntu 24.04
sudo
add-apt-repository ppa:deadsnakes/ppa
sudo
apt update
sudo
apt
install
python3.11
# Manjaro/Arch
sudo
pacman
-S
yay
yay
-S
python311
# do not confuse with python3.11 package
# Only for 3.11
# Then set up env variable in launch script
export
python_cmd
=
"python3.11"
# or in webui-user.sh
python_cmd
=
"python3.11"
```
2.
Navigate to the directory you would like the webui to be installed and execute the following command:
```
bash
wget
-q
https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
```
Or just clone the repo wherever you want:
```
bash
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
```
3.
Run
`webui.sh`
.
4.
Check
`webui-user.sh`
for options.
### Installation on Apple Silicon
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment