Commit 4fb2cc0f authored by Sakura-Luna's avatar Sakura-Luna
Browse files

Minor change

parent 742da319
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -150,7 +150,7 @@ def check_taesd():
    model_url = 'https://github.com/madebyollin/taesd/raw/main/taesd_decoder.pth'
    model_url = 'https://github.com/madebyollin/taesd/raw/main/taesd_decoder.pth'
    model_path = os.path.join(models_path, "VAE-approx", "taesd_decoder.pth")
    model_path = os.path.join(models_path, "VAE-approx", "taesd_decoder.pth")
    if not os.path.exists(model_path):
    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)
        torch.hub.download_url_to_file(model_url, model_path)