Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
stable-diffusion-webui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
stable-diffusion-webui
Commits
4201fd14
Unverified
Commit
4201fd14
authored
Oct 08, 2022
by
C43H66N12O12S2
Committed by
GitHub
Oct 08, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install xformers
parent
91d66f55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
launch.py
launch.py
+3
-0
No files found.
launch.py
View file @
4201fd14
...
@@ -124,6 +124,9 @@ if not is_installed("gfpgan"):
...
@@ -124,6 +124,9 @@ if not is_installed("gfpgan"):
if
not
is_installed
(
"clip"
):
if
not
is_installed
(
"clip"
):
run_pip
(
f
"install {clip_package}"
,
"clip"
)
run_pip
(
f
"install {clip_package}"
,
"clip"
)
if
not
is_installed
(
"xformers"
):
run_pip
(
"install https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/a/xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl"
,
"xformers"
)
os
.
makedirs
(
dir_repos
,
exist_ok
=
True
)
os
.
makedirs
(
dir_repos
,
exist_ok
=
True
)
git_clone
(
"https://github.com/CompVis/stable-diffusion.git"
,
repo_dir
(
'stable-diffusion'
),
"Stable Diffusion"
,
stable_diffusion_commit_hash
)
git_clone
(
"https://github.com/CompVis/stable-diffusion.git"
,
repo_dir
(
'stable-diffusion'
),
"Stable Diffusion"
,
stable_diffusion_commit_hash
)
...
...
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