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
32718834
Unverified
Commit
32718834
authored
Nov 19, 2022
by
AUTOMATIC1111
Committed by
GitHub
Nov 19, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4664 from piraka9011/fix-env-names
Fix env var name typos
parents
41e242b2
084cf043
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
launch.py
launch.py
+2
-2
No files found.
launch.py
View file @
32718834
...
@@ -139,9 +139,9 @@ def prepare_enviroment():
...
@@ -139,9 +139,9 @@ def prepare_enviroment():
xformers_windows_package
=
os
.
environ
.
get
(
'XFORMERS_WINDOWS_PACKAGE'
,
'https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/f/xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl'
)
xformers_windows_package
=
os
.
environ
.
get
(
'XFORMERS_WINDOWS_PACKAGE'
,
'https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/f/xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl'
)
stable_diffusion_repo
=
os
.
environ
.
get
(
'STABLE_DIFFUSION_REPO'
,
"https://github.com/CompVis/stable-diffusion.git"
)
stable_diffusion_repo
=
os
.
environ
.
get
(
'STABLE_DIFFUSION_REPO'
,
"https://github.com/CompVis/stable-diffusion.git"
)
taming_transformers_repo
=
os
.
environ
.
get
(
'TAMING_
RE
ANSFORMERS_REPO'
,
"https://github.com/CompVis/taming-transformers.git"
)
taming_transformers_repo
=
os
.
environ
.
get
(
'TAMING_
TR
ANSFORMERS_REPO'
,
"https://github.com/CompVis/taming-transformers.git"
)
k_diffusion_repo
=
os
.
environ
.
get
(
'K_DIFFUSION_REPO'
,
'https://github.com/crowsonkb/k-diffusion.git'
)
k_diffusion_repo
=
os
.
environ
.
get
(
'K_DIFFUSION_REPO'
,
'https://github.com/crowsonkb/k-diffusion.git'
)
codeformer_repo
=
os
.
environ
.
get
(
'CODEFORME
T
_REPO'
,
'https://github.com/sczhou/CodeFormer.git'
)
codeformer_repo
=
os
.
environ
.
get
(
'CODEFORME
R
_REPO'
,
'https://github.com/sczhou/CodeFormer.git'
)
blip_repo
=
os
.
environ
.
get
(
'BLIP_REPO'
,
'https://github.com/salesforce/BLIP.git'
)
blip_repo
=
os
.
environ
.
get
(
'BLIP_REPO'
,
'https://github.com/salesforce/BLIP.git'
)
stable_diffusion_commit_hash
=
os
.
environ
.
get
(
'STABLE_DIFFUSION_COMMIT_HASH'
,
"69ae4b35e0a0f6ee1af8bb9a5d0016ccb27e36dc"
)
stable_diffusion_commit_hash
=
os
.
environ
.
get
(
'STABLE_DIFFUSION_COMMIT_HASH'
,
"69ae4b35e0a0f6ee1af8bb9a5d0016ccb27e36dc"
)
...
...
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