Skip to content

Commit

Permalink
Merge pull request #68 from thinkdiffusion/main
Browse files Browse the repository at this point in the history
Bug: Do not use symlinks for models in Linux, ends up in error model not found
  • Loading branch information
TemryL authored Jul 31, 2024
2 parents a966fa2 + 795fdde commit ab517b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def ensure_package():

if __name__ == "__main__":
ensure_package()
snapshot_download(repo_id=HF_REPO_ID, local_dir=WEIGHTS_PATH)
snapshot_download(repo_id=HF_REPO_ID, local_dir=WEIGHTS_PATH, local_dir_use_symlinks=False)

0 comments on commit ab517b0

Please sign in to comment.