mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-25 03:11:32 -08:00
Minor change
This commit is contained in:
parent
742da31932
commit
4fb2cc0f06
1 changed files with 1 additions and 1 deletions
2
webui.py
2
webui.py
|
|
@ -150,7 +150,7 @@ def check_taesd():
|
|||
model_url = 'https://github.com/madebyollin/taesd/raw/main/taesd_decoder.pth'
|
||||
model_path = os.path.join(models_path, "VAE-approx", "taesd_decoder.pth")
|
||||
if not os.path.exists(model_path):
|
||||
print('download taesd model')
|
||||
print('From taesd repo download decoder model')
|
||||
torch.hub.download_url_to_file(model_url, model_path)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue