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
d62fbcc5
Commit
d62fbcc5
authored
Sep 13, 2022
by
orionaskatu
Committed by
AUTOMATIC1111
Sep 14, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix on torch_command + tested on debian
parent
7bf76af4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
webui.sh
webui.sh
+6
-0
No files found.
webui.sh
View file @
d62fbcc5
...
@@ -41,6 +41,12 @@ then
...
@@ -41,6 +41,12 @@ then
venv_dir
=
"venv"
venv_dir
=
"venv"
fi
fi
# install command for torch
if
[[
-z
"
${
TORCH_COMMAND
}
"
]]
then
export
TORCH_COMMAND
=(
python3
-m
pip
install
torch
==
1.12.1+cu113
--extra-index-url
https://download.pytorch.org/whl/cu113
)
fi
# Do not reinstall existing pip packages on Debian/Ubuntu
# Do not reinstall existing pip packages on Debian/Ubuntu
export
PIP_IGNORE_INSTALLED
=
0
export
PIP_IGNORE_INSTALLED
=
0
...
...
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