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
f5ea1e9d
Commit
f5ea1e9d
authored
May 10, 2023
by
AUTOMATIC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump torch version
parent
d50b95b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CHANGELOG.md
CHANGELOG.md
+1
-1
launch.py
launch.py
+1
-1
No files found.
CHANGELOG.md
View file @
f5ea1e9d
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
### Minor:
### Minor:
*
gradio bumped to 3.29.0
*
gradio bumped to 3.29.0
*
torch bumped to 2.0.1
*
--subpath option for gradio for use with reverse proxy
*
--subpath option for gradio for use with reverse proxy
*
linux/OSX: use existing virtualenv if already active (the VIRTUAL_ENV environment variable)
*
linux/OSX: use existing virtualenv if already active (the VIRTUAL_ENV environment variable)
*
possible frontend optimization: do not apply localizations if there are none
*
possible frontend optimization: do not apply localizations if there are none
...
@@ -23,7 +24,6 @@
...
@@ -23,7 +24,6 @@
*
allow directories starting with . to still list their models for lora, checkpoints, etc
*
allow directories starting with . to still list their models for lora, checkpoints, etc
*
put infotext options into their own category in settings tab
*
put infotext options into their own category in settings tab
*
do not show licenses page when user selects Show all pages in settings
*
do not show licenses page when user selects Show all pages in settings
*
### Extensions:
### Extensions:
*
Tooltip localization support
*
Tooltip localization support
...
...
launch.py
View file @
f5ea1e9d
...
@@ -237,7 +237,7 @@ def run_extensions_installers(settings_file):
...
@@ -237,7 +237,7 @@ def run_extensions_installers(settings_file):
def
prepare_environment
():
def
prepare_environment
():
torch_command
=
os
.
environ
.
get
(
'TORCH_COMMAND'
,
"pip install torch==2.0.
0 torchvision==0.15.1
--extra-index-url https://download.pytorch.org/whl/cu118"
)
torch_command
=
os
.
environ
.
get
(
'TORCH_COMMAND'
,
"pip install torch==2.0.
1 torchvision==0.15.2
--extra-index-url https://download.pytorch.org/whl/cu118"
)
requirements_file
=
os
.
environ
.
get
(
'REQS_FILE'
,
"requirements_versions.txt"
)
requirements_file
=
os
.
environ
.
get
(
'REQS_FILE'
,
"requirements_versions.txt"
)
xformers_package
=
os
.
environ
.
get
(
'XFORMERS_PACKAGE'
,
'xformers==0.0.17'
)
xformers_package
=
os
.
environ
.
get
(
'XFORMERS_PACKAGE'
,
'xformers==0.0.17'
)
...
...
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