Skip to content
Discussion options

You must be logged in to vote

The answer I found was pretty simple in the end. After git cloning, do this:

cd ~/stable-diffusion-webui
python3.10 -m venv venv
source venv/bin/activate
python3.10 -m pip install -r requirements.txt

If anything else needs installing, do so after activating the venv.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@viking1304
Comment options

@SoupyGit
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by SoupyGit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants