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
cf651a5e
Unverified
Commit
cf651a5e
authored
Sep 18, 2022
by
AUTOMATIC1111
Committed by
GitHub
Sep 18, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #658 from SafentisFox/fixLinuxLaunch
Fix webui.sh not working
parents
50c8d808
7b0f402b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
webui-user.sh
webui-user.sh
+1
-1
webui.sh
webui.sh
+1
-1
No files found.
webui-user.sh
View file @
cf651a5e
...
@@ -22,7 +22,7 @@ python_cmd="python3"
...
@@ -22,7 +22,7 @@ python_cmd="python3"
venv_dir
=
"venv"
venv_dir
=
"venv"
# install command for torch
# install command for torch
export
TORCH_COMMAND
=
"p
ython3 -m p
ip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113"
export
TORCH_COMMAND
=
"pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113"
# Requirements file to use for stable-diffusion-webui
# Requirements file to use for stable-diffusion-webui
#export REQS_FILE=""
#export REQS_FILE=""
...
...
webui.sh
View file @
cf651a5e
...
@@ -44,7 +44,7 @@ fi
...
@@ -44,7 +44,7 @@ fi
# install command for torch
# install command for torch
if
[[
-z
"
${
TORCH_COMMAND
}
"
]]
if
[[
-z
"
${
TORCH_COMMAND
}
"
]]
then
then
export
TORCH_COMMAND
=
"p
ython3 -m p
ip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113"
export
TORCH_COMMAND
=
"pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113"
fi
fi
# Do not reinstall existing pip packages on Debian/Ubuntu
# Do not reinstall existing pip packages on Debian/Ubuntu
...
...
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