Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
awesome-stable-diffusion
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
yitong-public
awesome-stable-diffusion
Commits
d75e576e
Commit
d75e576e
authored
Jul 10, 2023
by
孙傲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
修复启动git报错信息(固定版本,暂不接入git自动判断)
parent
eee42a62
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
README.md
README.md
+5
-5
stable-diffusion-webui/modules/launch_utils.py
stable-diffusion-webui/modules/launch_utils.py
+4
-2
No files found.
README.md
View file @
d75e576e
stable-diffusion-webui/modules/launch_utils.py
View file @
d75e576e
...
...
@@ -254,8 +254,10 @@ def prepare_environment():
if
not
args
.
skip_python_version_check
:
check_python_version
()
commit
=
commit_hash
()
tag
=
git_tag
()
# commit = commit_hash()
commit
=
'394ffa7b0a7fff3ec484bcd084e673a8b301ccc8'
# tag = git_tag()
tag
=
'v1.4.0'
print
(
f"Python
{
sys
.
version
}
"
)
print
(
f"Version:
{
tag
}
"
)
...
...
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