Skip to content
代码片段 群组 项目
提交 4fb2cc0f 编辑于 作者: Sakura-Luna's avatar Sakura-Luna
浏览文件

Minor change

上级 742da319
No related branches found
No related tags found
无相关合并请求
......@@ -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)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册