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
f8c51247
Commit
f8c51247
authored
Jan 14, 2023
by
AUTOMATIC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo?
parent
a5bbcd21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sd_vae.py
modules/sd_vae.py
+1
-1
No files found.
modules/sd_vae.py
View file @
f8c51247
...
@@ -95,7 +95,7 @@ def resolve_vae(checkpoint_file):
...
@@ -95,7 +95,7 @@ def resolve_vae(checkpoint_file):
return
shared
.
cmd_opts
.
vae_path
,
'from commandline argument'
return
shared
.
cmd_opts
.
vae_path
,
'from commandline argument'
vae_near_checkpoint
=
find_vae_near_checkpoint
(
checkpoint_file
)
vae_near_checkpoint
=
find_vae_near_checkpoint
(
checkpoint_file
)
if
vae_near_checkpoint
is
not
None
and
(
shared
.
opts
.
sd_vae_as_default
or
shared
.
opts
.
sd_vae
==
"
auto
"
):
if
vae_near_checkpoint
is
not
None
and
(
shared
.
opts
.
sd_vae_as_default
or
shared
.
opts
.
sd_vae
==
"
Automatic
"
):
return
vae_near_checkpoint
,
'found near the checkpoint'
return
vae_near_checkpoint
,
'found near the checkpoint'
if
shared
.
opts
.
sd_vae
==
"None"
:
if
shared
.
opts
.
sd_vae
==
"None"
:
...
...
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