mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 23:00:48 -08:00
remove logs
This commit is contained in:
parent
7fd3a4e6d7
commit
749a93295e
1 changed files with 0 additions and 2 deletions
|
|
@ -89,10 +89,8 @@ def refresh_vae_list():
|
|||
|
||||
def find_vae_near_checkpoint(checkpoint_file):
|
||||
checkpoint_path = os.path.basename(checkpoint_file).split('.', 1)[0]
|
||||
print(f"checkpoint: {checkpoint_path}")
|
||||
for vae_file in vae_dict.values():
|
||||
vae_path = os.path.basename(vae_file).split('.', 1)[0]
|
||||
print(f"vae: {vae_path}")
|
||||
if vae_path == checkpoint_path:
|
||||
return vae_file
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue