mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-14 22:53:25 +03:00
Merge pull request #5979 from linuxmobile/master
Removed lenght in sd_model at line 115
This commit is contained in:
commit
ccaacb1891
@ -111,9 +111,6 @@ def model_hash(filename):
|
||||
|
||||
def select_checkpoint():
|
||||
model_checkpoint = shared.opts.sd_model_checkpoint
|
||||
|
||||
if len(model_checkpoint) == 0:
|
||||
model_checkpoint = shared.default_sd_model_file
|
||||
|
||||
checkpoint_info = checkpoints_list.get(model_checkpoint, None)
|
||||
if checkpoint_info is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user