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
fcfe2e9f
Commit
fcfe2e9f
authored
Sep 30, 2022
by
Andrew Savchyn
Committed by
AUTOMATIC1111
Sep 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configurable launch script
parent
b197f398
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
webui-user.sh
webui-user.sh
+3
-0
webui.sh
webui.sh
+6
-1
No files found.
webui-user.sh
View file @
fcfe2e9f
...
@@ -21,6 +21,9 @@ export COMMANDLINE_ARGS=""
...
@@ -21,6 +21,9 @@ export COMMANDLINE_ARGS=""
# python3 venv without trailing slash (defaults to ${install_dir}/${clone_dir}/venv)
# python3 venv without trailing slash (defaults to ${install_dir}/${clone_dir}/venv)
#venv_dir="venv"
#venv_dir="venv"
# script to launch to start the app
#export launch_script="launch.py"
# install command for torch
# install command for torch
#export TORCH_COMMAND="pip 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"
...
...
webui.sh
View file @
fcfe2e9f
...
@@ -41,6 +41,11 @@ then
...
@@ -41,6 +41,11 @@ then
venv_dir
=
"venv"
venv_dir
=
"venv"
fi
fi
if
[[
-z
"
${
launch_script
}
"
]]
then
launch_script
=
"launch.py"
fi
# Disable sentry logging
# Disable sentry logging
export
ERROR_REPORTING
=
FALSE
export
ERROR_REPORTING
=
FALSE
...
@@ -133,4 +138,4 @@ fi
...
@@ -133,4 +138,4 @@ fi
printf
"
\n
%s
\n
"
"
${
delimiter
}
"
printf
"
\n
%s
\n
"
"
${
delimiter
}
"
printf
"Launching launch.py..."
printf
"Launching launch.py..."
printf
"
\n
%s
\n
"
"
${
delimiter
}
"
printf
"
\n
%s
\n
"
"
${
delimiter
}
"
"
${
python_cmd
}
"
launch.py
"
${
python_cmd
}
"
"
${
launch_script
}
"
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